7.2 The Fourier transform
The Fourier series of 7.1 handles functions that repeat with period . Most signals in real applications don’t repeat — a footstep, a single struck note, a Gaussian pulse, the pressure history of a passing aircraft. For these we need the Fourier transform, which is what the Fourier series becomes when the period goes to infinity.
This lesson develops the transform, surveys its operational properties (linearity, time-shift, scaling, differentiation), tabulates the most-useful pairs, and ends with the uncertainty principle that links the widths of and .
Limit of a Fourier series
Take a function that is zero outside — a transient of finite extent. Make a periodic extension of with period . As long as is much larger than the support of , the periodic extension looks just like inside one period.
The Fourier series of the periodic extension is
Define the continuous frequency . Adjacent values of differ by . As , and the discrete set fills up the real line.
▶ From series to transform: the T → ∞ limit
Let when . (Take the limit-preserving rescaling: as grows, the coefficients shrink like , so multiplying by keeps the quantity finite.)
The coefficient formula becomes
In the limit this is the Fourier transform:
Conversely, the series formula
(using ) becomes, in the limit, a Riemann sum that converges to the inverse Fourier transform:
The discrete sum over harmonics has become a continuous integral over frequency. The period has dropped out; is now a continuous variable, not a discrete set of harmonics.
The factor of on the inverse transform is a convention. Different textbooks split it differently:
- Physics convention (the one we use): , .
- Symmetric convention: on each side.
- Engineering convention with linear frequency: , with no anywhere. Here is frequency in Hz.
All three are mathematically equivalent; they shuffle factors of around. Pick one and stick with it. When reading a textbook or paper, always check which convention it uses before applying any formula.
A function and its transform
Time width Δt ≈ 1.00 · Frequency width Δω ≈ 1.00 · product Δt·Δω ≈ 1.00 (uncertainty principle: Δt·Δω ≥ ½).
Pick a function family — Gaussian, rectangle, windowed cosine, one-sided exponential — slide the width parameter, and watch and negotiate. The reciprocal-width relationship is universal: making narrower in time makes broader in frequency, and vice versa. The Gaussian is the unique (up to scaling) function that’s its own Fourier transform — the “fixed point” of the transform operator, and the function that saturates the uncertainty bound.
Operational properties
The transform’s algebraic properties are what make it indispensable for solving linear differential equations. A short list (proofs are routine substitutions):
| Property | Time-domain | Frequency-domain |
|---|---|---|
| Linearity | ||
| Time shift | ||
| Frequency shift / modulation | ||
| Time scaling | ||
| Differentiation | ||
| Higher derivative | ||
| Multiplication by | ||
| Complex conjugation |
The differentiation property is the cash value of the entire transform for differential equations. A constant-coefficient linear ODE in time becomes a polynomial equation in . A constant-coefficient linear PDE in becomes an algebraic equation in . The transform converts calculus into algebra.
Useful Fourier-transform pairs
| Rectangular pulse, width centred at 0 | |
| Gaussian, | |
| One-sided exponential decay, | |
| Two-sided exponential, | — a Lorentzian |
| Pure sinusoid, | |
| Pure sinusoid, | |
| Delta function, | — flat spectrum |
| Constant, | — pure DC |
| Sign function, | |
| Heaviside step, |
A few observations worth pulling out:
- The Gaussian is the only one of its own Fourier transform (the symmetric convention with makes this exact).
- A narrower time signal has a wider spectrum, as the scaling property predicts. A delta function (infinitely narrow in time) has an infinitely wide (flat) spectrum. A constant (infinitely wide) has a delta-function (infinitely narrow) spectrum.
- Pure sinusoids transform to delta functions in frequency — the cleanest possible spectrum.
The uncertainty principle
A function and its Fourier transform cannot both be sharply localised. With suitable definitions of widths and (typically the standard deviations of and ),
Equality holds only for Gaussians; every other function strictly exceeds it. The proof is a Cauchy–Schwarz argument on the inner product of with .
This is the same inequality as Heisenberg’s in quantum mechanics, via and momentum-eigenstates-are-plane-waves. The uncertainty principle is not a fact about quantum physics; it is a fact about the Fourier transform applied to a function-space inner product. Quantum mechanics inherits it because its states live in such a space.
The practical consequence for acoustics: a short pulse (small ) has a wide spectrum (large ). A sharply defined pitch (small ) requires listening over a long window (large ). This is the central design tension of spectrogram analysis (Sound 8.2) and is what limits how precisely a click and a pitch can simultaneously be discerned.
What we use this for
The transform is the workhorse of frequency-domain physics:
- Solving linear PDEs by transform (Foundations 6.7 — Helmholtz) — the spatial Fourier transform converts into , reducing the PDE to algebra.
- The wave equation in space is what gives plane-wave solutions with (Sound 5.1 — Plane harmonic waves).
- Sound spectra and timbre — Sound 8.1.
- Diffraction patterns are the Fourier transform of the aperture function — Sound 7.5.
- Cochlear frequency analysis — the ear is, to leading order, a continuous-frequency spectrum analyser — Hearing Ch 4.
The next lesson, 7.3 — Convolution and Parseval, develops the two algebraic identities that turn the Fourier transform from a calculation tool into the foundation of linear-systems theory.