DSPRelated.com

Complex Exponentials

Spinning in the complex plane

In the last lesson, Euler's formula gave us a snapshot: e is a point on the unit circle at angle θ. But a snapshot isn't very interesting.

What if the angle keeps growing? Set θ = ωt, where ω is a constant and t is time:

ejωt

Now the point spins. As time advances, ωt increases, and the point sweeps around the unit circle at a steady rate. This is the complex exponential, a spinning arrow in the complex plane, and it is the single most important object in signal processing.

The Spinning Arrow

Think of ejωt as a clock hand. At t = 0, it points to the right (angle = 0). As time ticks forward, it sweeps counterclockwise. The angular frequency ω controls how fast it spins, and more ω means more rotations per second.

Meanwhile, the real part traces out cos(ωt) and the imaginary part traces out sin(ωt). The sine and cosine waves you've been studying are just shadows of this spinning arrow, projected onto the horizontal and vertical axes.

Try it: Watch the arrow spin and generate waves. The blue wave is cos(ωt), the real part. The orange wave is sin(ωt), the imaginary part. Increase ω and the arrow spins faster, compressing the waves. Set ω to zero and the arrow freezes, both waves flatline. Try negative ω and the arrow spins clockwise instead.
Key Insight: Sine and cosine are not separate things. They are the same spinning arrow, viewed from two different directions. cos(ωt) is the view from the side (real axis projection). sin(ωt) is the view from the front (imaginary axis projection).

Positive and Negative Frequency

When ω is positive, ejωt spins counterclockwise. When ω is negative, e−jωt spins clockwise. Same speed, opposite direction.

This isn't just a mathematical curiosity. Remember from Euler's formula:

cos(ωt) = ½(ejωt + e−jωt)

A real cosine wave is the sum of two complex exponentials: one spinning counterclockwise at +ω and one spinning clockwise at −ω. Their imaginary parts cancel; their real parts add up. This is why real signals always have symmetric spectra, and every positive frequency has a mirror image at the negative frequency.

Try it: The cyan arrow is ejωt (counterclockwise). The orange arrow is e−jωt (clockwise). The green wave on the right is their average, a pure cosine. Notice how the imaginary parts always point in opposite directions and cancel out perfectly.
Key Insight: Negative frequency is not a weird abstraction. It's the clockwise-spinning partner that every real signal needs. When you take the Fourier transform of a real signal, the two-sided spectrum (positive and negative frequencies) isn't a mathematical artifact. It's showing you the two spinning arrows that add up to make each real sinusoid.

The General Complex Exponential

So far the arrow has length 1. In practice, signals have different amplitudes and don't always start at angle zero. The general form is:

A · ej(ωt + φ)

  • A = amplitude, the length of the arrow (radius of the circle it traces)
  • ω = angular frequency, how fast it spins (rad/s)
  • φ = phase, where the arrow starts at t = 0

Three numbers completely describe a spinning arrow. And the real part of this expression gives you the corresponding real sinusoid:

Re{A · ej(ωt + φ)} = A · cos(ωt + φ)

Try it: Adjust A to change the arrow's length (and the wave's height). Adjust ω to change the spin speed. Adjust φ to rotate the starting position and watch the wave shift left or right. The blue wave is always A·cos(ωt + φ), the real part of the spinning arrow.
Key Insight: The complex exponential A·ej(ωt + φ) packages amplitude, frequency, and phase into a single mathematical object. This is not just convenient notation. It makes the math of signal processing dramatically simpler. Adding signals? Add the arrows. Filtering? Scale and rotate each arrow. Fourier transform? Decompose into arrows.

Why Complex Exponentials Are Special

Many functions oscillate. Square waves oscillate. Sawtooth waves oscillate. But complex exponentials have a property that no other signal has:

When you pass a complex exponential through any linear, time-invariant (LTI) system, you get the same complex exponential back, just scaled and phase-shifted.

In math: if you feed ejωt into an LTI system, the output is H(ω)·ejωt, where H(ω) is a single complex number.

The system can't change the frequency. It can only change the amplitude and phase. This is what makes complex exponentials eigenfunctions of LTI systems: they pass through unchanged in character, only scaled.

This property is the entire reason the Fourier transform works:

  1. Decompose any signal into a sum of complex exponentials (Fourier transform)
  2. Each one passes through the system independently, just multiply by H(ω)
  3. Add them back up (inverse Fourier transform) to get the output

Without this eigenfunction property, signal processing as we know it wouldn't exist. Complex exponentials aren't just a convenient notation. They are the natural basis for describing what linear systems do.

The Big Picture

Let's trace the path from the beginning of this course to here:

Sine & Cosine → oscillation on the circle
Radians → the natural unit of angle
Frequency & Phase → how fast and where it starts
Complex Numbers → points on a 2D plane; multiplication = rotation
Euler's Formula → e unifies circle + complex plane
Complex Exponentials → let θ = ωt and the arrow spins → this is the language of signal processing

Every concept built on the last. You now have the mathematical vocabulary to understand the Fourier transform, filtering, modulation, sampling, and most of DSP. The next lessons put these tools to work on real signals.

Frequently Asked Questions

What is a complex exponential?

A complex exponential e^(jωt) is a point that rotates around the unit circle at angular frequency ω. At any time t, its position on the complex plane gives both the cosine (real part) and sine (imaginary part) of the signal simultaneously. It is the fundamental building block of Fourier analysis.

What is a phasor?

A phasor is a complex number that represents the amplitude and phase of a sinusoidal signal at a fixed frequency. It is the "snapshot" of a complex exponential at t=0. Phasors simplify AC circuit analysis and signal processing by converting differential equations into algebraic equations.

What are negative frequencies?

A negative frequency means the complex exponential e^(-jωt) rotates clockwise instead of counterclockwise. A real sinusoid like cos(ωt) is actually the sum of two complex exponentials, one at +ω and one at -ω. Negative frequencies are not physical, but they are mathematically necessary to represent real signals in the frequency domain.

Quick Check

Test your understanding of the key concepts from this lesson.