The Fourier transform converts a function of a continuous variable into a function of the dual variable (time ↔ frequency, position ↔ momentum). It is one of the most important constructions in analysis and the bridge between continuous functions and their spectral content.
1. Definition
For a suitably nice function (for example, ), the Fourier transform is
The inverse transform recovers from :
The symmetric appearance is a consequence of the normalization ; different textbooks use different factors ( with normalization constants , , or — always a choice, never a substantive difference).
2. The function class problem
The integral converges iff . For such , is continuous and bounded (Riemann–Lebesgue: as ). But is too small — the inverse transform may fail — and too large — need not itself be in .
The correct home is : the square-integrable functions form a Hilbert space on which the Fourier transform is a unitary isomorphism. The extension from to all of is done by density.
Plancherel’s theorem. For ,
and in particular . Energy is preserved.
3. Key properties
| Operation on | Corresponding operation on |
|---|---|
| Translation | Modulation |
| Modulation | Translation |
| Dilation | Inverse dilation $\tfrac{1}{ |
| Differentiation | Multiplication |
| Multiplication | Differentiation |
| Convolution | Product |
The convolution theorem (last row) is the reason the Fourier transform dominates signal processing: it turns the costly convolution integral into pointwise multiplication.
4. The Gaussian is self-dual
A beautiful special case: if , then
The Gaussian is (up to scaling) its own Fourier transform. This is one of the principal reasons the Gaussian distribution is so fundamental in probability and analysis: it is the fixed point of the natural frequency-domain symmetry.
More generally, the Hermite functions (where are Hermite polynomials) are eigenfunctions of with eigenvalues . Every function has a unique expansion in Hermite functions, giving a spectral decomposition of itself.
5. Consequences
Uncertainty principle
A function cannot be simultaneously well-localized in space and in frequency. Quantitatively,
where and are the standard deviations of and . Equality holds exactly for Gaussians. In quantum mechanics, this is the Heisenberg uncertainty principle .
Fourier series as a special case
When is periodic with period , the continuous Fourier integral reduces to the Fourier series:
Non-smooth periodic waveforms (square, sawtooth, triangle) decompose into sines and cosines at the fundamental frequency and its integer multiples. The interactive below visualizes these partial sums and Gibbs’ phenomenon — the persistent overshoot at discontinuities.
Fourier transform on other groups
The construction generalizes dramatically:
- On : replace by .
- On a torus : recover Fourier series.
- On a finite abelian group : the discrete Fourier transform, used everywhere in digital computing (the DFT and its FFT implementation).
- On a general locally compact abelian group: Pontryagin duality.
- On a non-abelian group: Peter–Weyl theorem, representation theory.
Each of these frameworks inherits its core properties — Plancherel, inversion, convolution — from the prototype on .
6. Historical note
Joseph Fourier introduced the transform (and the series) in his 1822 Théorie analytique de la chaleur while studying the heat equation . His claim — that arbitrary functions could be decomposed into sines — was initially met with skepticism; Lagrange and Laplace both objected. The mathematical community spent most of the 19th century making the theory rigorous, culminating in Dirichlet’s convergence theorem (1829) and eventually Plancherel (1910) and the modern theory.
The Fast Fourier Transform (Cooley–Tukey, 1965) reduced the computational cost of the discrete transform from to and is arguably the most widely used algorithm in applied mathematics.
Further reading
- Stein & Shakarchi, Fourier Analysis: An Introduction — rigorous modern textbook.
- Katznelson, An Introduction to Harmonic Analysis — classical.
- Hörmander, The Analysis of Linear Partial Differential Operators I, ch. 7 — distributions and the tempered Fourier transform.
- Folland, A Course in Abstract Harmonic Analysis — Pontryagin duality and the non-abelian theory.
Move the slider: each additional harmonic sharpens the partial sum toward the target waveform. Near the discontinuities, the overshoot persists — Gibbs' phenomenon.
Frequently asked
Why is the Fourier transform natural from a group-theoretic viewpoint?
The complex exponentials e^(2πiξx) are precisely the characters of the locally compact abelian group (ℝ, +) — the continuous group homomorphisms ℝ → U(1). The Fourier transform is the unique (up to normalization) unitary intertwiner between the regular representation of ℝ on L²(ℝ) and its spectral decomposition. Every abelian Fourier theory (Pontryagin duality) is a generalization of this fact.
What is Plancherel's theorem?
It states that the Fourier transform extends to a unitary isomorphism ℱ: L²(ℝ) → L²(ℝ), preserving inner products: ⟨f, g⟩ = ⟨ℱf, ℱg⟩. In particular ‖f‖₂ = ‖ℱf‖₂. This turns frequency analysis into a genuinely geometric operation on a Hilbert space.
What is the convolution theorem and why does it matter?
The Fourier transform takes convolutions to pointwise products: ℱ(f ∗ g) = ℱ(f) · ℱ(g). Since many operators in physics and signal processing are convolutions (linear time-invariant systems), this turns complicated integral operations into multiplication in the frequency domain.
Why is the Gaussian its own Fourier transform?
Because the Gaussian is an eigenfunction of the differential operator (x − iD), which intertwines multiplication by position with differentiation. The Fourier transform diagonalizes this operator, so its eigenfunctions (Hermite functions, with the Gaussian as ground state) map to themselves up to a phase.