Review / Part V — Fourier Transform / Ch 24

The Fourier Transform

Ch 24 — Part V — Fourier Transform

Taking the \(L\to\infty\) limit of Fourier series on \([-L,L]\) gives the Fourier transform, which decomposes non-periodic functions into a continuum of frequencies.

Definition

$$\hat f(\xi) = \mathcal{F}\{f\}(\xi) = \int_{-\infty}^\infty f(x) e^{-i \xi x}\,dx, \qquad f(x) = \frac{1}{2\pi}\int_{-\infty}^\infty \hat f(\xi) e^{i \xi x}\,d\xi.$$ (Conventions differ by factors of \(2\pi\) — Stanford uses the convention above.)

Key properties

Why it helps PDEs

Taking FT in \(x\) converts \(\partial_x^2\) into \((i\xi)^2 = -\xi^2\), turning a PDE into an ODE in \(t\) that can be solved explicitly.

Practice Problems

Problem 1medium
Compute \(\mathcal{F}\{e^{-a|x|}\}\) for \(a>0\).
Hint
Split into \(x<0\) and \(x>0\) halves.
Solution

\(\hat f(\xi) = \int_0^\infty e^{-ax} e^{-i\xi x} dx + \int_{-\infty}^0 e^{ax} e^{-i\xi x} dx = \frac{1}{a + i\xi} + \frac{1}{a - i\xi} = \frac{2a}{a^2 + \xi^2}\).

Answer: \(\dfrac{2a}{a^2 + \xi^2}.\)

Problem 2easy
Use the derivative rule to find \(\mathcal{F}\{f'(x)\}\) if \(\hat f(\xi) = \frac{2a}{a^2+\xi^2}\).
Hint
Multiply by \(i\xi\).
Solution

\(\mathcal{F}\{f'\} = \frac{2 a i \xi}{a^2 + \xi^2}\).

Answer: See solution.

Problem 3medium
Prove the translation property \(\mathcal{F}\{f(x-a)\} = e^{-ia\xi} \hat f\).
Hint
Substitute \(u = x-a\).
Solution

\(\int f(x-a) e^{-i\xi x} dx = \int f(u) e^{-i\xi(u+a)} du = e^{-i a \xi} \hat f(\xi).\)

Answer: See solution.