Beta

The Most Underrated Algorithm

Below is a short summary and detailed review of this video written by FutureFactual:

FFT: The Fast Fourier Transform and the Hidden History of Seismology

Overview

In this Veritasium video, Derek Muller explains the fast Fourier transform as a practical algorithm that turns complex signals into sums of sine and cosine waves. The FFT underpins modern signal processing from radar and WiFi to image compression, and its history is linked to detecting covert nuclear tests and shaping the nuclear arms race. The narrative traces how Gauss and Fourier laid the groundwork, how Cooley and Tukey published the efficient algorithm in 1965, and how the FFT transformed seismology and beyond.

  • FFT cuts computational cost from N^2 to N log N enabling large data analysis
  • Discrete Fourier analysis reveals amplitudes and phases of frequency components
  • Two dimensional FFT powers image compression
  • Historical thread connects mathematics, computing, and global safety

Introduction to Fourier analysis

The video presents a brute force view of the Fourier transform as a way to decompose any signal into pure sine waves. It explains that by correlating the signal with sine and cosine templates and summing the results, one can determine which frequencies contribute to the signal and how strong each contribution is. Euler's formula is mentioned as a compact way to combine sine and cosine components into a single exponential form.

From continuous to discrete signals

Real world data is sampled and finite, so we use the discrete Fourier transform to analyze a finite set of data points. The spectrum becomes discrete with a finite number of bins, and the number and spacing of samples determine the frequency resolution. Shorter signals yield wider frequency bins, while more samples yield more bins.

The computational challenge

Calculating a naive discrete transform requires N squared multiplications, which becomes infeasible for large data sets. The video cites an example where a million samples would take years on 1960s hardware. This bottleneck spurred the search for a faster method and the idea of exploiting symmetry and redundancy in sinusoids to reduce calculations.

The FFT breakthrough

In a famous Kennedy era meeting, Garwin and Tukey discussed discrete Fourier transforms and discovered a trick that reduces the workload by exploiting the structure of even and odd indexed samples. Reusing partial results leads to a dramatic reduction from N^2 to N log2 N calculations. Cooley and Tukey formalized the algorithm in 1965, and its adoption exploded, enabling real time spectral analysis on large data sets.

Gauss, Fourier and the forgotten insight

The video connects the story back to Gauss, who in 1805 developed a discrete transform before Fourier published his work. Gauss did not publish his method, and his notes appeared posthumously in a non accessible form, delaying widespread adoption. The narrative invites reflection on how earlier discovery could have changed the trajectory of science and politics.

Applications beyond theory

Two dimensional FFTs are used to compress images by transforming rows and columns, revealing that many transform coefficients are near zero, which allows discarding data with little visible loss. FFTs underpin a wide range of applications from solving differential equations to radar and 5G wireless, and Gilbert Strang called the FFT the most important numerical algorithm of our lifetime.

Historical impact on the nuclear debate

The transcript links the FFT to the detection of underground nuclear tests via seismology. The ability to extract yields and burial depth from seismic data depended on spectral analysis, which made underground test bans more verifiable. The chart of events traces the Baruch Plan, Geneva negotiations, partial test ban treaties, and the eventual role of FFTs in remote sensing and the fight to verify treaty compliance.

Closing reflections

The video ends with a contemplation of how a single mathematical insight can transform world events and everyday technology, and with a nod to the sponsor 80 000 Hours and the broader message that impactful work can arise from quiet, persistent inquiry.

To find out more about the video and Veritasium go to: The Most Underrated Algorithm.

Related posts

featured
Quanta Magazine
·18/06/2026

Audio Edition: What Is the Fourier Transform?