Any periodic function — however complicated — can be decomposed into a sum of sines and cosines. This single idea underlies signal processing, quantum mechanics, optics, and partial differential equations.
The coefficients aₙ and bₙ are found by exploiting the orthogonality of sines and cosines: ∫(−L to L) sin(mπx/L) sin(nπx/L) dx = 0 unless m = n. Multiplying both sides by the appropriate trig function and integrating isolates each coefficient:
Figure F.1. Fourier series approximation. Each slider adds more harmonics to the sum (blue curve). Individual harmonics are shown as faint colored lines. The target function is the dim gray curve. Notice the Gibbs phenomenon — the overshoot near discontinuities never disappears, it just moves closer to the jump.
F.2 The Gibbs Phenomenon
When a Fourier series approximates a function with a jump discontinuity, the partial sums overshoot by approximately 9% of the jump height near the discontinuity — and this overshoot persists no matter how many terms are added; it just becomes narrower. This is theGibbs phenomenon, discovered in 1899.
It reflects a deep truth: a uniformly convergent series cannot converge to a discontinuous function. The Fourier series converges in the mean square sense (minimum total error), not pointwise at the discontinuity. This distinction matters in signal processing (ringing artifacts in audio and image compression) and in solving PDEs with discontinuous boundary conditions.
F.3 The Fourier Transform
For non-periodic functions, we take the period L → ∞ and the discrete sum becomes an integral. The Fourier transform decomposes f(x) into a continuous spectrum of frequencies:
F^(k)=∫−∞∞f(x)e−ikxdx(forward transform)(F.3)
f(x)=2π1∫−∞∞F^(k)eikxdk(inverse transform)(F.4)
The variable k is the spatial frequency (wavenumber). |F̂(k)|² is the power spectrum— how much of each frequency is present. The Fourier transform turns convolutions into multiplications, differential equations into algebraic equations, and is the mathematical backbone of every filter, antenna, and spectrometer.
Theorem F.1 — Parseval's Theorem
The total energy is the same whether computed in position space or frequency space:∫−∞∞∣f(x)∣2dx=(1/2π)∫−∞∞∣F^(k)∣2dkThis means no information is lost in the transform — it is a unitary operation.
F.4 Connection to Physics
The Fourier transform is everywhere in physics, often wearing disguises:
Quantum mechanics. The position wavefunction ψ(x) and momentum wavefunction φ(p) are Fourier transforms of each other: φ(p) = (1/√2πℏ)∫ψ(x)e^(−ipx/ℏ)dx. The Heisenberg uncertainty relation Δx·Δp ≥ ℏ/2 is a direct consequence of the Fourier uncertainty principle: a narrow ψ(x) requires a broad φ(p) and vice versa.
Diffraction.The far-field diffraction pattern of an aperture is exactly the Fourier transform of the aperture's transmission function. The single-slit sinc² pattern from Chapter 18 is the squared magnitude of the Fourier transform of a rectangular function.
Signal processing. The discrete Fourier transform (DFT), computed efficiently by the Fast Fourier Transform (FFT) algorithm (Cooley–Tukey, 1965), underlies MP3 audio compression, JPEG image compression, radar, MRI, and Wi-Fi (OFDM).
Definition F.2 — Common Traps
Orthogonality sets coefficients: guessing harmonic amplitudes usually misses normalization factors.
Gibbs overshoot does not vanish: adding terms narrows the ringing but leaves the overshoot height near a jump.
2.FindtheFouriertransformF^(k)off(x)=e−a∣x∣fora > 0. How does the width of f in x relate to the width of F̂ in k?
Intermediate
3.State the convolutiontheoremforFouriertransforms.ShowhowitcanbeusedtosolvetheODEy′′+y=
Intermediate
4.DerivetheHeisenberguncertaintyrelation\Deltax\Deltap≥ℏ/2fromtheFourieruncertaintyprinciple. Which wavefunction shape achieves the minimum uncertainty?