Fourier Transform — Definition, Formula & Examples
The Fourier Transform is a mathematical operation that converts a function of time (or space) into a function of frequency, revealing which frequencies are present and how strong each one is. It essentially decomposes any signal into a sum of sinusoidal waves.
Given an integrable function on , its Fourier Transform is the function , where is the angular frequency. The transform defines a mapping from the time domain to the frequency domain, and under suitable conditions (e.g., ), is continuous and bounded.
Key Formula
Where:
- = The original function in the time domain
- = The Fourier Transform of f, a function of angular frequency
- = Angular frequency (radians per unit time)
- = The imaginary unit, where i² = −1
- = The time variable
How It Works
You feed a time-domain signal into the Fourier Transform integral, and the output tells you the amplitude and phase of each frequency component present in the original signal. The magnitude gives the strength of the frequency , while the argument gives its phase shift. To recover the original function, you apply the inverse Fourier Transform: . In practice, many signals are sampled discretely, so the Discrete Fourier Transform (DFT) and its fast algorithm (FFT) are used instead.
Worked Example
Problem: Find the Fourier Transform of the decaying exponential f(t) = e^{-at} for t ≥ 0 and f(t) = 0 for t < 0, where a > 0.
Step 1: Set up the integral: Since f(t) = 0 for t < 0, the integral reduces to an integral from 0 to infinity.
Step 2: Evaluate the integral: This is a standard exponential integral. Because a > 0, the integrand decays to 0 as t → ∞.
Step 3: Find the magnitude spectrum: The magnitude tells you how strong each frequency component is.
Answer: The Fourier Transform is , with magnitude spectrum .
Another Example
Problem: Find the Fourier Transform of the rectangular pulse f(t) = 1 for |t| ≤ 1 and f(t) = 0 otherwise.
Step 1: Set up the integral: The function is nonzero only on [−1, 1].
Step 2: Evaluate: Integrate the complex exponential directly.
Step 3: Recognize the sinc form: This result is the well-known sinc function (up to convention).
Answer: The Fourier Transform of the rectangular pulse is .
Visualization
Why It Matters
The Fourier Transform is central to courses in signals and systems, differential equations, and mathematical physics. Engineers use it daily to analyze audio, filter noise from signals, and compress images (JPEG relies on a related transform). In quantum mechanics, the position and momentum representations of a wave function are Fourier Transform pairs of each other.
Common Mistakes
Mistake: Forgetting the negative sign in the exponent and writing e^{iωt} instead of e^{-iωt} for the forward transform.
Correction: Convention matters. The most common convention uses e^{-iωt} for the forward transform and e^{+iωt} for the inverse. Mixing these up flips the sign of the phase spectrum and leads to incorrect results.
Mistake: Confusing the different normalization conventions (using ω vs. f, or placing the 1/(2π) factor on the forward vs. inverse transform).
Correction: Multiple valid conventions exist. Some textbooks use ordinary frequency f with the pair , which places no extra constant on either transform. Always check which convention your course uses and stay consistent.
