Unit 4 - Notes
Unit 4: Fourier Series
1. Introduction to Fourier Series
A Fourier series is an expansion of a periodic function into an infinite sum of sines and cosines. In engineering mathematics, Fourier series are essential tools for analyzing periodic phenomena, such as vibrations, alternating currents, and heat conduction.
Periodic Functions
A function is said to be periodic with period if for all in the domain of . The fundamental period is the smallest positive value of for which this holds. Standard trigonometric functions like and are periodic with period .
A Fourier series allows us to represent a general periodic function of period as:
where , , and are constants known as the Fourier coefficients.
2. Euler's Formulae
To find the Fourier coefficients , , and for a function defined over an interval of length (such as or ), we use Euler's formulae. These are derived using the orthogonality properties of sine and cosine functions.
For an interval , the coefficients are calculated as follows:
-
For :
(Note: Some texts define the first term as instead of . If defined as , the formula above holds. This represents twice the average value of the function over one period). -
For :
-
For :
Orthogonality Relations
Euler's formulae depend on the fact that the trigonometric system is orthogonal over any interval of length . For any integers :
3. Conditions for a Fourier Expansion (Dirichlet's Conditions)
Not every periodic function can be expanded into a Fourier series. For a Fourier series to converge to the function , the function must satisfy a set of sufficient conditions known as Dirichlet's Conditions.
If is defined and periodic with period , its Fourier series converges to provided that over one period:
- is single-valued and finite.
- has at most a finite number of finite discontinuities (it is piecewise continuous).
- has at most a finite number of maxima and minima (bounded variation).
Note: Dirichlet's conditions are sufficient but not strictly necessary. However, they cover almost all functions encountered in practical engineering problems.
4. Functions Having Points of Discontinuity
When a function satisfies Dirichlet's conditions, its Fourier series converges to at all points where is continuous.
However, at a point of jump discontinuity, say , the Fourier series does not converge to either the left-hand limit or the right-hand limit. Instead, it converges to the arithmetic mean (average) of the left-hand and right-hand limits at that point.
Mathematically, at a point of discontinuity , the sum of the Fourier series is:
where:
- (Right-hand limit)
- (Left-hand limit)
5. Change of Interval
In many practical applications, periodic functions do not have a period of . Instead, they have an arbitrary period . We can adapt the Fourier series to a function defined over an interval or by making a change of variables.
Let . Then, as varies from to , varies from to .
The Fourier series for a function with period is:
The modified Euler's formulae for the interval become:
(If the interval is , the limits of integration change to $0$ to , but the multiplier remains the same).
6. Even and Odd Functions
Recognizing whether a function is even or odd can significantly reduce the computational effort required to find the Fourier coefficients, as certain coefficients automatically become zero.
Even Functions
A function is even if for all .
- Geometrically, the graph of an even function is symmetrical about the y-axis.
- Examples: , , .
- Fourier Coefficients for Even Functions over :
Because the product of an even function and a sine function (which is odd) is an odd function, the integral over a symmetric interval is zero. Therefore, .
The resulting series is called a Fourier Cosine Series.
Odd Functions
A function is odd if for all .
- Geometrically, the graph of an odd function is symmetrical about the origin.
- Examples: , , .
- Fourier Coefficients for Odd Functions over :
Because the product of an odd function and a cosine function (even) is odd, the integrals for and are zero. Therefore, and .
The resulting series is called a Fourier Sine Series.
7. Half-Range Series
Sometimes, a function is only defined over a finite interval , and we need to represent it as a Fourier series. We can do this by artificially extending the function to the interval to make it either strictly even or strictly odd. This creates a "half-range" series.
Half-Range Cosine Series
To obtain a cosine series, we extend as an even function in . Since it is even, .
The series is:
Where:
Half-Range Sine Series
To obtain a sine series, we extend as an odd function in . Since it is odd, and .
The series is:
Where:
Application: Half-range series are especially useful in solving partial differential equations (like the heat and wave equations) where boundary conditions naturally dictate the use of only sines or only cosines.