You are on page 1of 5

Chapter 11.

01
Introduction to Fourier Series

In general, curve fitting interpolation through a set of data points can be done by a linear
combination of polynomial functions, with based functions 1, x, x 2 ,......., x m . In this chapter,
and
however, trigonometric functions such as 1, cos( x), cos(2 x),......cos(nx),
sin ( x), sin (2 x),......, sin (nx) will be used as based functions. In the former, the unknown
coefficients of based functions can be found by solving the associated linear simultaneous
equations (where the number of unknown coefficients will be matched with the same number
of equations, provided by a set of given data points). In the latter, however, the unknown
coefficients can be efficiently solved (by exploiting special properties of trigonometric
functions) without requiring solving the expensive simultaneous linear equations (more
details will be explained in Equation 6 of Chapter 11.05).
Introduction
The following relationships can be readily established, and will be used in subsequent
sections for derivation of useful formulas for the unknown Fourier coefficients, in both time
and frequency domains.
T

sin(kw0 t )dt = cos(kw0 t )dt


0

(1)

=0

2
2
sin (kw0 t )dt = cos (kw0 t )dt

T
2

cos(kw t ) sin( gw t )dt = 0


0

(2)

(3)

sin(kw t ) sin( gw t )dt = 0


0

(4)

cos(kw t ) cos( gw t )dt = 0


0

11.01.1

(5)

11.01.2

Chapter 11.01

where

(6)
w0 = 2f
1
(7)
f =
T
where f and T represents the frequency (in cycles/time) and period (in seconds)
respectively. Also, k and g are integers.
A periodic function f (t ) with a period T should satisfy the following equation
f (t + T ) = f (t )
(8)
Example 1
Prove that

sin(kw t ) = 0
0

for

w0 = 2f
1
f =
T
and k is an integer.
Solution
Let
T

A = sin( kw0 t )dt

(9)

1
[cos(kw0 t )]T0
=
kw0
1
[cos(kw0T ) cos(0)]
A =
kw0
1
=
kw0
=0
Example 2

[cos(k 2 ) 1]

Prove that

sin

for

(kw0 t ) =

w0 = 2f

T
2

(10)

Introduction to Fourier Series

11.01.3

1
T
and k is an integer.
f =

Solution
Let
T

B = sin 2 (kw0 t )dt

(11)

Recall

sin 2 ( ) =

Thus,

1 cos(2 )
2

(12)

1 1

B = cos(2kw0 t ) dt
2 2

o
1 1 1
= t
2 2 2kw0

Example 3

sin( 2kw0 t )

1
B=
sin( 2kw0T ) [0]
2 4kw0

T 1
sin( 2k * 2 )
=
2 4kw0
=

(13)

(14)

T
2

Prove that

sin( gw t ) cos(kw t ) = 0
0

for

w0 = 2f
1
f =
T
and k and g are integers.
Solution
Let
T

C = sin( gw0 t ) cos(kw0 t )dt


Recall that

(15)

11.01.4

Hence,

Chapter 11.01

sin( + ) = sin( ) cos( ) + sin( ) cos( )


T

C = [sin[( g + k )w0 t ] sin( kw0 t ) cos( gw0 t )]dt

(16)
(17)

= sin[( g + k ) w0 t ]dt sin( kw0 t ) cos( gw0 t )dt


From Equation (1),

(18)

[sin( g + k )w t ]dt = 0
0

then

C = 0 sin( kw0 t ) cos( gw0 t )dt

(19)

Adding Equations (15), (19),


T

2C = sin( gw0 t ) cos(kw0 t )dt sin( kw0 t ) cos( gw0 t )dt


0

= sin[(gw0 t ) (kw0 t )]dt = sin[( g k ) w0 t ]dt

(20)

2C = 0 , since the right side of the above equation is zero (see Equation 1). Thus,
T

C = sin( gw0 t ) cos(kw0 t )dt = 0

(21)

=0
Example 4

Prove that
T

sin(kw t ) sin( gw t )dt = 0


0

for

w0 = 2f
1
f =
T
k, g = integers
Solution
T

Let D = sin( kw0 t ) sin( gw0 t )dt


Since

(22)

Introduction to Fourier Series

or

11.01.5

cos( + ) = cos( ) cos( ) sin( ) sin( )


sin( ) sin( ) = cos( ) cos( ) cos( + )

Thus,
T

D = cos(kw0 t ) cos( gw0 t )dt cos[(k + g ) w0 t ]dt

(23)

From Equation (1)


T

cos[(k + g )w t ]dt = 0
0

then

D = cos(kw0 t ) cos( gw0 t )dt 0

(24)

Adding Equations (23), (26)


T

2 D = sin( kw0 t ) sin( gw0 t ) + cos(kw0 t ) cos( gw0 t )dt


T

= cos[kw0 t gw0 t ]dt

(25)

= cos[(k g ) w0 t ]dt
0

2D = 0, since the right side of the above equation is zero (see Equation 1). Thus,
T

D sin( kw0 t ) sin( gw0 t )dt = 0


0

FAST FOURIER TRANSFORM


Topic
Introduction to Fourier Series
Summary Textbook notes on an introduction to Fourier series
Major
General Engineering
Authors
Duc Nguyen
Date
July 25, 2010
Web Site http://numericalmethods.eng.usf.edu

(26)

You might also like