Get AI summaries of any video or article — Sign up free
But what is the Fourier Transform?  A visual introduction. thumbnail

But what is the Fourier Transform? A visual introduction.

3Blue1Brown·
5 min read

Based on 3Blue1Brown's video on YouTube. If you like this content, support the original creators by watching, liking and subscribing to their content.

TL;DR

Fourier analysis aims to recover pure frequency components from a time signal that looks complicated due to interference.

Briefing

Fourier analysis is built around one practical question: given a signal that’s messy in time—like the air-pressure trace from a sound—how can it be broken into the pure frequencies that actually make it up? The core insight developed here is a geometric “frequency separator” that turns a time signal into a wrapped, rotating picture. When the rotation rate matches a component frequency, the wrapped shape stops canceling itself out and a clear peak appears; when it doesn’t match, the contributions average away.

The starting example is a pure tone at 440 Hz, where air pressure oscillates smoothly up and down. Add another pure tone at a different frequency and the time trace becomes more complicated: peaks and troughs sometimes reinforce and sometimes cancel. The microphone records the combined pressure over time, but the goal is to recover the underlying frequencies. The method proposed is to treat the signal as a curve and “wrap” it around a circle. At each moment, the height of the curve becomes the radial distance from the center, producing a rotating vector-like shape in a 2D plane. A second frequency—called the “wrapping frequency”—controls how fast the curve is wound around the circle.

As the wrapping frequency changes, the wrapped curve’s center of mass shifts. For most wrapping rates, positive and negative contributions around the circle balance out, keeping the center near the origin. But when the wrapping frequency aligns with a signal component, the wrapped curve’s peaks line up on one side of the circle and troughs on the other, pushing the center of mass away from the origin. That alignment produces a sharp rise in the measured quantity (initially tracked via the sine-coordinate of the center of mass). In the simplified “Fourier approximation” picture, the most important feature is the peak at the true component frequency.

The same mechanism works when the signal contains multiple frequencies. Combining two tones—say 3 Hz and 2 Hz—creates a time-domain waveform that looks like interference. Feeding that combined signal into the wrapping-and-centering process yields a wrapped representation that looks chaotic at first, yet the center-of-mass peaks reappear precisely at the component frequencies. The crucial property is linearity in practice: applying the Fourier-like operation to each pure tone and then combining results matches what happens when the combined signal is processed directly. That’s what makes filtering possible: a high-frequency nuisance tone shows up as a peak at high frequency, and suppressing that peak removes the unwanted component.

To move from the geometric sketch to the actual Fourier transform, the explanation upgrades the 2D center-of-mass idea into complex numbers. The wrapping rotation is encoded using Euler’s formula, where exponentials of imaginary numbers represent rotation on the unit circle. The final expression becomes an integral (or, in real applications, a finite-time integral) of the signal multiplied by a complex rotating factor. The real part corresponds to the sine-coordinate-style measurement used earlier, while the imaginary part captures the complementary coordinate.

A key practical nuance is that the true Fourier transform uses only part of the integral—effectively normalizing by time length rather than scaling by it indefinitely—so the magnitude at a frequency grows when that frequency persists. The discussion ends by promising that the full transform’s deeper structure extends beyond frequency extraction, with more mathematical reach in a follow-up. A brief sponsor segment closes with a Jane Street puzzle about vector sums on a 3D surface.

Cornell Notes

The Fourier transform is motivated by a concrete problem: a microphone records a time signal (air pressure vs. time) that looks complicated, but it can be decomposed into pure frequencies. A geometric “wrapping” construction turns the time signal into a curve wrapped around a circle; changing the wrapping rate shifts the curve’s center of mass. When the wrapping rate matches a component frequency, the wrapped curve stops canceling around the circle, producing a peak in the measured quantity. The real Fourier transform formalizes this by encoding rotation with complex exponentials (via Euler’s formula) and computing an integral of the signal times a rotating complex factor. Peaks in the resulting complex output identify the signal’s frequency components, enabling tasks like filtering unwanted tones.

Why does wrapping a time-domain signal around a circle reveal its frequencies?

Wrapping converts “height vs. time” into “radius vs. angle.” If the wrapping frequency matches a signal’s oscillation frequency, the wrapped peaks consistently land on the same side of the circle while troughs land on the opposite side. That alignment prevents cancellation around the circle, pushing the wrapped curve’s center of mass away from the origin. If the wrapping frequency doesn’t match, contributions around the circle cancel more evenly, keeping the center near zero.

What does the center of mass represent in the Fourier-style construction?

In the simplified picture, the wrapped curve is treated like a wire with mass proportional to its geometry. The center of mass becomes a function of wrapping frequency. Tracking (initially) just the sine-coordinate of that center reveals peaks at the true component frequencies—e.g., a sharp rise when the wrapping rate equals 3 cycles per second for a 3 Hz tone.

How does the method handle signals made of multiple frequencies?

A sum of tones produces a time waveform with interference, which looks more chaotic. But when the combined signal is wrapped and the center-of-mass quantity is computed across wrapping rates, peaks still appear at each component frequency. The explanation connects this to linearity: processing each pure tone separately and then combining results matches processing the sum directly (up to the “Fourier approximation” level used in the sketch).

Why introduce complex numbers and Euler’s formula?

The wrapped curve is inherently two-dimensional (sine and cosine directions). Complex numbers package those two coordinates into one object. Euler’s formula links exponentials of imaginary numbers to rotation on the unit circle, letting the wrapping operation be written compactly as multiplication by a complex rotating factor. This turns the geometric center-of-mass idea into the standard Fourier transform integral.

What’s the role of the integral, and why does time length matter?

The construction moves from averaging sampled points to integrating over a time interval. The integral effectively measures the center-of-mass-like quantity of the wrapped representation. A practical nuance is that real Fourier transforms are defined with specific normalization and effectively consider how long a frequency component persists: a component that stays aligned for longer contributes more strongly, while mismatched frequencies average out over long intervals.

Review Questions

  1. In the wrapping construction, what specific alignment condition causes the center-of-mass peak to appear at a component frequency?
  2. How do complex exponentials encode the two-dimensional (sine/cosine) rotation that the geometric sketch describes?
  3. Why does a persistent pure tone produce a larger Fourier magnitude than a frequency that only briefly aligns with the wrapping rate?

Key Points

  1. 1

    Fourier analysis aims to recover pure frequency components from a time signal that looks complicated due to interference.

  2. 2

    A geometric “wrapping” step turns signal height over time into a curve wrapped around a circle, controlled by a separate wrapping frequency.

  3. 3

    When the wrapping frequency matches a signal’s component frequency, the wrapped curve’s contributions stop canceling and the center of mass shifts sharply, producing a peak.

  4. 4

    For multi-tone signals, peaks still appear at each component frequency even though the time-domain waveform looks messy.

  5. 5

    The real Fourier transform formalizes the wrapping idea using complex exponentials (Euler’s formula) and an integral of the signal against a rotating complex factor.

  6. 6

    Filtering corresponds to suppressing frequency-domain peaks (e.g., removing a high-frequency nuisance tone).

  7. 7

    In practice, finite observation windows and normalization determine how strongly peaks grow and how mismatched frequencies average out.

Highlights

Wrapping a time signal around a circle turns frequency matching into a geometric alignment problem: peaks line up on one side, troughs on the other, shifting the center of mass.
Even when two tones interfere in time, the Fourier-style center-of-mass peaks reappear at the original component frequencies.
Euler’s formula provides the bridge from a 2D geometric rotation picture to the compact complex-exponential form used in the Fourier transform.
Filtering becomes a frequency-domain operation: unwanted tones show up as peaks and can be removed by suppressing them.

Topics