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 f:RCf: \mathbb{R} \to \mathbb{C} (for example, fL1(R)f \in L^1(\mathbb{R})), the Fourier transform is

f^(ξ)=F[f](ξ)=f(x)e2πiξxdx\hat{f}(\xi) = \mathcal{F}[f](\xi) = \int_{-\infty}^{\infty} f(x)\, e^{-2\pi i \xi x}\, dx

The inverse transform recovers ff from f^\hat{f}:

f(x)=f^(ξ)e2πiξxdξf(x) = \int_{-\infty}^{\infty} \hat{f}(\xi)\, e^{2\pi i \xi x}\, d\xi

The symmetric appearance is a consequence of the normalization e2πiξxe^{-2\pi i \xi x}; different textbooks use different factors (eiωxe^{-i\omega x} with normalization constants 11, 1/2π1/\sqrt{2\pi}, or 1/(2π)1/(2\pi) — always a choice, never a substantive difference).

2. The function class problem

The integral fdx\int |f|\, dx converges iff fL1(R)f \in L^1(\mathbb{R}). For such ff, f^\hat{f} is continuous and bounded (Riemann–Lebesgue: f^(ξ)0\hat{f}(\xi) \to 0 as ξ|\xi| \to \infty). But L1L^1 is too small — the inverse transform may fail — and too large — f^\hat{f} need not itself be in L1L^1.

The correct home is L2(R)L^2(\mathbb{R}): the square-integrable functions form a Hilbert space on which the Fourier transform is a unitary isomorphism. The extension from L1L2L^1 \cap L^2 to all of L2L^2 is done by density.

Plancherel’s theorem. For f,gL2(R)f, g \in L^2(\mathbb{R}),

f(x)g(x)dx=f^(ξ)g^(ξ)dξ\int_{-\infty}^{\infty} f(x)\, \overline{g(x)}\, dx = \int_{-\infty}^{\infty} \hat{f}(\xi)\, \overline{\hat{g}(\xi)}\, d\xi

and in particular f2=f^2\|f\|_2 = \|\hat{f}\|_2. Energy is preserved.

3. Key properties

Operation on f(x)f(x)Corresponding operation on f^(ξ)\hat{f}(\xi)
Translation f(xa)f(x - a)Modulation e2πiaξf^(ξ)e^{-2\pi i a \xi}\hat{f}(\xi)
Modulation e2πibxf(x)e^{2\pi i b x} f(x)Translation f^(ξb)\hat{f}(\xi - b)
Dilation f(λx)f(\lambda x)Inverse dilation $\tfrac{1}{
Differentiation f(x)f'(x)Multiplication 2πiξf^(ξ)2\pi i \xi \, \hat{f}(\xi)
Multiplication xf(x)x f(x)Differentiation 12πif^(ξ)\tfrac{-1}{2\pi i}\hat{f}'(\xi)
Convolution (fg)(x)(f \ast g)(x)Product f^(ξ)g^(ξ)\hat{f}(\xi)\hat{g}(\xi)

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 f(x)=eπx2f(x) = e^{-\pi x^2}, then

f^(ξ)=eπξ2\hat{f}(\xi) = e^{-\pi \xi^2}

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 hn(x)=Hn(x)eπx2h_n(x) = H_n(x) e^{-\pi x^2} (where HnH_n are Hermite polynomials) are eigenfunctions of F\mathcal{F} with eigenvalues (i)n(-i)^n. Every L2(R)L^2(\mathbb{R}) function has a unique expansion in Hermite functions, giving a spectral decomposition of F\mathcal{F} itself.

5. Consequences

Uncertainty principle

A function cannot be simultaneously well-localized in space and in frequency. Quantitatively,

σxσξ14π\sigma_x \cdot \sigma_\xi \geq \frac{1}{4\pi}

where σx\sigma_x and σξ\sigma_\xi are the standard deviations of f2|f|^2 and f^2|\hat{f}|^2. Equality holds exactly for Gaussians. In quantum mechanics, this is the Heisenberg uncertainty principle ΔxΔp/2\Delta x \cdot \Delta p \geq \hbar/2.

Fourier series as a special case

When ff is periodic with period TT, the continuous Fourier integral reduces to the Fourier series:

f(x)=n=cne2πinx/T,cn=1T0Tf(x)e2πinx/Tdxf(x) = \sum_{n=-\infty}^{\infty} c_n\, e^{2\pi i n x / T}, \qquad c_n = \frac{1}{T}\int_0^T f(x)\, e^{-2\pi i n x / T}\, dx

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 Rn\mathbb{R}^n: replace e2πiξxe^{-2\pi i \xi x} by e2πiξ,xe^{-2\pi i \langle \xi, x \rangle}.
  • On a torus Tn\mathbb{T}^n: recover Fourier series.
  • On a finite abelian group GG: 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 R\mathbb{R}.

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 tu=xxu\partial_t u = \partial_{xx} u. 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 L2L^2 theory.

The Fast Fourier Transform (Cooley–Tukey, 1965) reduced the computational cost of the discrete transform from O(N2)O(N^2) to O(NlogN)O(N \log N) 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.
Interactive: Fourier synthesis
Series
square (odd-harmonics)
Coefficients
b_n = 4/(π n), odd n

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.