Chapter 4 - Periodic Functions & Fourier Series Flashcards
Fourier Series
Overview
- considering trigonometric sine and cosine functions as a basis for the linear space of periodic functions on the line
- any reasonable (to be defined) periodic function can be written as an expansion in sine and cosine functions known as Fourier series
Periodic Function
Definition
-the function f(x) is said to be periodic, with (minimum) period 2L, if f(x+2L)=f(x) for all x in the domain of f
Linear Superposition
-clearly if f and g are both periodic functions with same period 2L, then any linear combination of them, c1f(x)+c2g(x) is also periodic with the same period
Fourier Series
Theorem
-given a function such that, f(x+2L)=f(x) we can find an, bn such that:
fN(x) = ao/2 + Σ[ancos(nπx/L) + bnsin(nπx/L)]
-where sum is from 1 to N and 1≤N
-and the Fourier coefficients are given by:
an = 1/L * ∫ f(x)cos(nπx/L) dx
bn = 1/L * ∫ f(x)sin(nπx/L) dx
-both integrals taken between -L and +L
Continuity
Definition
-a function f(x) is continuous at xo, if
lim f(x) = lim f(x)
-where the first limit is taken as x tends to xo from below and the second limit is taken as x tends to xo from above
-both limits must exist and be equal
Jump Discontinuity
Definition
-f(x) has a jump discontinuity at x=xo if both limits (x->xo-)lim f(x) and (x->xo+)lim f(x) exist but are not equal
Piecewise Continuity
Definition
-f(x) is piecewise continuous on interval [a,b] if it only has a finite number of jumps in the interval [a,b]
Piecewise Smooth
Definition
- f(x) is piecewise smooth on interval [a,b] if both f(x) and f’(x) are piecewise continuous on [a,b]
- this means that wherever the function jumps, the gradient also changes
Integral Over a Period
-when f(x) is piecewise continuous and has period T:
(0,T)∫ f(x) dx = (a,a+T) ∫ f(x) dx
-i.e. integral of f(x) between 0 and T is equal to the integral of f(x) between a and a+T
Orthogonality Relations
sine-sine
∫sin(mπx/L)sin(nπx/L)dx = {0, m≠n or L, m=n
Orthogonality Relations
cosine-cosine
∫cos(mπx/L)cos(nπx/L)dx = {0, m≠n or L, m=n≠0 or 2L, m=n=0
Orthogonality Relations
sine-cosine
∫sin(mπx/L)cos(nπx/L)dx = {0, for all m,n
Double Angle Identites
sinAsinB = 1/2[cos(A-B)-cos(A+B)] cosAcosB = 1/2[cos(A-B)+cos(A+B)] -in particular sin²A = 1/2[1-cos(2A)] cos²A = 1/2[1+cos(2A)]
Fourier Series
Inner Product
⟨f,g⟩ = ∫f(x) g(x) dx
-where the integral is taken between -L and +L
**check last paragraph from L16