Skip to content
LearnMathora

Signals & systems · 04 · The missing axis · 9 min

Hard

Complex numbers, rehabilitated

Why do complex numbers invade every signals textbook? Not for mystery — for geometry. A complex number is a point on a plane, multiplying by one is a rotation, and rotation is exactly what oscillation is. The “imaginary” axis is where waves keep their phase.

Build the intuition

i is a place, not a paradox

Take the number line and grant numbers a second dimension: a + bi means “a steps east, b steps north.” The infamous i is just the unit step north. Addition is walking. Nothing imaginary is happening — the name is a 400-year-old insult that stuck.

z=a+biz = a + bi

Multiplication is rotation

Here's the property that earns complex numbers their job: multiply by i and every point rotates a quarter turn. Multiply by i twice: half a turn — which lands 1 on −1, explaining i² = −1 as geometry rather than magic. In general, multiplying complex numbers adds their angles and multiplies their lengths. Numbers that rotate: precisely the tool a subject about oscillation was waiting for.

i2=1        two quarter-turns=about-facei^2 = -1 \;\;\equiv\;\; \text{two quarter-turns} = \text{about-face}

Polar form: length and angle

Any complex number is reachable by “go distance r at angle θ” — its polar form. For signals, r will be amplitude and θ will be phase: the two numbers that define a sinusoid's state. One complex number per wave — that compactness is the entire selling point.

z=r(cosθ+isinθ)z = r(\cos\theta + i\sin\theta)

See it move

InteractiveThe circle that makes waves
0.9
At angle 0.9 rad: height sin θ = 0.78, horizontal cos θ = 0.62. Walk the full circle and the height traces one complete sine wave — triangles and waves are the same picture.

Read this circle as the complex plane: the moving point is a complex number of length 1, its angle is phase, its shadows are cos (real part) and sin (imaginary part).

A worked example

Multiply two rotations

  1. Take z₁ at angle 30°, length 2, and z₂ at angle 60°, length 3.

  2. Product rule: lengths multiply, angles add:

    z1z2:    r=6,    θ=90°z_1 z_2: \;\; r = 6, \;\; \theta = 90°
  3. So z₁z₂ = 6i — straight up the north axis. No FOIL, no algebra slog: multiplication of complex numbers is a rotation-and-scale, readable by eye.

Out in the world

AC power runs on complex arithmetic

Voltage and current in AC circuits are sinusoids with amplitudes and phases. Electrical engineers encode each as one complex number (a phasor) — then circuit analysis becomes complex arithmetic instead of trigonometric agony. The power grid is designed in the complex plane.

Common confusion, cleared

Imaginary numbers don't correspond to anything real.

They correspond to the second dimension of rotation — as real as east versus north. Physics and engineering use them because oscillating systems genuinely have two state numbers (amplitude and phase), not because of convention.

Complex arithmetic means harder calculations.

It means easier ones: adding waves, shifting phases, and (next course) computing transforms all collapse into multiply-and-add of complex numbers. The complexity in the name is a lie; it's the simplification device of the field.

Recap

  • A complex number is a 2D point: real east, imaginary north.
  • Multiplying rotates (angles add) and scales (lengths multiply).
  • Polar form r∠θ stores a wave's amplitude and phase in one object.

Progress saves in this browser.