The Fourier transform is one of applied mathematics’ most useful changes of perspective. Instead of describing a signal by how it moves through time, it asks which frequencies are required to construct it:
Listening to a function
Think of a musical chord. The waveform looks complicated, but the ear recognises several notes at once. The transform performs the mathematical version of that separation: it measures how strongly the signal agrees with every possible oscillation.
For sampled data, the discrete transform is
A direct evaluation costs . The fast Fourier transform exposes repeated subproblems and reduces that cost to — one of those rare algorithmic improvements that changes what entire fields can attempt.
A recurring pattern
Audio codecs, image compression, radio, optics, quantum mechanics, and partial differential equations all benefit from the same move: find a representation in which the difficult operation becomes simple. Convolution becomes multiplication. Differentiation becomes scaling. A tangled signal becomes a list of ingredients.