Fourier Analysis - Key Properties
The mathematical properties of Fourier transforms reveal deep connections between time and frequency domains, providing powerful tools for analyzing linear systems and wave phenomena.
Convolution Theorem and Linear Response
The Fourier transform converts convolution to multiplication:
where the convolution is defined as:
Similarly, multiplication in real space becomes convolution in Fourier space:
This theorem is fundamental in signal processing and physics. For a linear time-invariant system with impulse response , the output for input is:
The transfer function completely characterizes the system's frequency response.
For an RC circuit with input voltage and output across the capacitor:
Fourier transforming with :
The transfer function has magnitude:
which falls off for , making this a low-pass filter with cutoff frequency .
Uncertainty Relations
For a function with Fourier transform , define the variances:
Then the uncertainty relation holds:
with equality for Gaussian wave packets.
In quantum mechanics, setting gives Heisenberg's uncertainty principle:
This is not a statement about measurement but a fundamental property of wave functions: narrow localization in position requires broad spread in momentum, and vice versa.
Sampling Theorem
If a function has Fourier transform that vanishes for (band-limited), then is completely determined by its samples at intervals :
where . The Nyquist frequency is .
This theorem is crucial for digital signal processing: signals must be sampled at least twice per period of the highest frequency component to avoid aliasing.
Human hearing ranges to about 20 kHz. CD audio samples at 44.1 kHz, giving a Nyquist frequency of 22.05 kHz. Frequencies above this fold back into the audible range (aliasing), so an anti-aliasing filter removes frequencies above 20 kHz before sampling.
Multi-dimensional Fourier Transforms
For a function on :
The Laplacian becomes multiplication: where .
To solve , Fourier transform both sides:
Thus . For a point charge , :
recovering Coulomb's law.
The discrete Fourier transform of points naively requires operations. The FFT algorithm reduces this to by exploiting symmetries, revolutionizing digital signal processing, crystallography, and numerical PDE solvers.
These properties make Fourier analysis an indispensable tool for understanding oscillatory and wave phenomena across all areas of physics.