Inverse Fourier Transform
📐 Definition
Section titled “📐 Definition”Let be the Fourier transform of a function . The inverse Fourier transform recovers from its frequency representation:
Together with the forward Fourier transform, this formula establishes a bijection between physical and frequency domains under suitable regularity assumptions.
Domain and Codomain
Section titled “Domain and Codomain”The inverse Fourier transform acts on functions defined on . It is well-defined for and extends by continuity to and tempered distributions. The codomain consists of complex-valued functions on .
⚙️ Key Properties
Section titled “⚙️ Key Properties”Inversion Identity
Section titled “Inversion Identity”For admissible functions ,
almost everywhere. This identity characterizes the inverse transform uniquely.
Linearity
Section titled “Linearity”The inverse Fourier transform is linear:
for scalars .
Duality with Differentiation
Section titled “Duality with Differentiation”Multiplication by powers of in frequency space corresponds to differentiation in physical space:
This duality underlies spectral differentiation.
Convolution Duality
Section titled “Convolution Duality”The inverse transform converts multiplication in frequency space into convolution:
where
Translation and Modulation
Section titled “Translation and Modulation”Frequency shifts correspond to modulation in physical space:
Spatial translations correspond to phase factors in frequency space.
🎯 Special Cases
Section titled “🎯 Special Cases”Gaussian Functions
Section titled “Gaussian Functions”For the Gaussian transform pair (under the convention used here), if with , then
and the inverse transform recovers :
Gaussian functions map to Gaussian functions under the Fourier transform and its inverse (with width and scaling determined by the chosen normalization).
Real-Valued Functions
Section titled “Real-Valued Functions”If , then the reconstructed function is real-valued.
🔗 Related Functions
Section titled “🔗 Related Functions”The inverse Fourier transform complements the forward Fourier transform and reduces to Fourier series inversion on periodic domains. It is closely related to Green’s function constructions and convolution operators.
Usage in Oakfield
Section titled “Usage in Oakfield”Oakfield uses inverse FFTs whenever an operator or diagnostic step needs to return to the physical field:
- Spectral→physical conversion:
fft_convertsupports an inverse path that reconstructs a real-valued physical field from a complex spectral buffer. - Spectral operator pipelines: operators like
linear_dissipativeanddispersionimplement “FFT → multiply per-bin → inverse FFT” flows, writing the reconstructed samples back into the field. - Diagnostics tooling: runtime spectral metrics are computed from FFT outputs, but any spectral-domain manipulation that is meant to feed back into simulation state ends with an inverse transform.
As with the forward transform, current inverse paths operate on flattened 1D contiguous buffers.
Historical Foundations
Section titled “Historical Foundations”📜 Origin
Section titled “📜 Origin”Fourier’s original work implicitly relied on inversion of frequency expansions, though rigorous inversion formulas were developed later.
🔬 Mathematical Formalization
Section titled “🔬 Mathematical Formalization”Plancherel and subsequent analysts established precise inversion theorems in and distributional settings.
🌍 Modern Perspective
Section titled “🌍 Modern Perspective”The inverse Fourier transform is foundational in harmonic analysis, quantum mechanics, and numerical spectral methods.
📚 References
Section titled “📚 References”- J. Fourier, Théorie analytique de la chaleur (1822)
- M. Plancherel, Contribution à l’étude de la représentation d’une fonction arbitraire
- NIST Digital Library of Mathematical Functions (DLMF), §1.14