Mathematical Physicsundergraduategraduate

Convolution Theorem

Also known as: Faltung theorem · Multiplication–convolution duality

Convolution in one domain is plain multiplication in the other. A smearing operation that costs an integral over all shifts becomes a single product once you switch to the frequency domain.

F{fg}=f^(k)g^(k)\mathcal{F}\{f * g\} = \hat{f}(k)\,\hat{g}(k)
Live simulation
warming up the physics…

Two box pulses (cyan, orange) slide past each other; their overlap area is shaded and plotted below as the growing convolution (f∗g), which traces a triangle. A caption reminds that this entire sliding integral equals one multiplication f̂·ĝ in frequency space.

Equivalent forms

(fg)(x)=f(τ)g(xτ)dτ(f*g)(x) = \int_{-\infty}^{\infty} f(\tau)\,g(x-\tau)\, d\tau
F{fg}=12π(f^g^)\mathcal{F}\{f\cdot g\} = \frac{1}{2\pi}\,(\hat{f} * \hat{g})
It is why filters, blurs, Green's functions, and probability sums are all 'the same operation' — and why we compute them with an FFT instead of an O(N²) integral.