Complex Numbers
The reluctant invention that turned out to be the natural language of rotation.
On this page
A number nobody wanted#
Here is the story everyone is told: mathematicians wanted to solve , found no real number worked, and boldly invented a new one called . It is a tidy story, and it is false. Nobody was troubled by . If a problem asked for a number whose square is , the sensible answer was simply "there isn't one" — the same shrug you give to "which real number is the square root of a triangle?" A missing solution is not a crisis. It is just a no.
The pressure came from somewhere far more concrete: the cubic equation. In 1500s Italy, solving cubics like was a competitive sport, and Gerolamo Cardano published a general formula for them in 1545. The formula works. But for certain cubics whose solutions are all perfectly ordinary real numbers, the formula insists on routing through the square root of a negative number partway through the calculation — and then, if you play along and let those forbidden quantities cancel, out drops the correct real answer.
That is the trap. You cannot dismiss as "no solution" here, because the problem has solutions — three real ones — and this is the only formula that finds them. The square roots of negatives are not the answer; they are an unavoidable road the answer travels on. Rafael Bombelli, around 1572, was the first to grit his teeth and compute with them as if they were legitimate, calling the manipulation "a wild thought." It worked every time. The numbers were real; the path was imaginary; the destination was correct.
So complex numbers were not invented to be daring. They were conceded, reluctantly, because the arithmetic demanded them and refused to give right answers any other way.
The one rule#
Everything follows from a single decision: introduce a symbol with the property
and otherwise let it obey all the ordinary rules of algebra. A complex number is then anything of the form , where and are ordinary real numbers — is the real part, the imaginary part. Addition is what you'd guess: . Multiplication is ordinary expansion, using to collapse the leftover term:
That is the whole system. No further postulates. The word "imaginary" is a historical insult — coined by Descartes as a sneer — and it has misled students for four centuries. There is nothing more fictional about than about . Negative numbers were also once rejected as absurd (how can you own less than nothing?), and they too earned acceptance only when they proved indispensable for bookkeeping. Both are constructions: symbols with rules, justified entirely by their usefulness and internal consistency. A "real" number line and an "imaginary" axis are equally human inventions. We will see in a moment that is, if anything, more natural than the minus sign, because it has a clean geometric job to do.
Draw them, and the mystery evaporates#
The decisive move — made by Caspar Wessel, Jean-Robert Argand, and finally Carl Friedrich Gauss around 1800 — was to stop treating as a spooky algebraic token and start treating it as a point in a plane: go to the right, up. The horizontal axis is the familiar real number line; the vertical axis carries the imaginary part. Every complex number is a point, or equivalently an arrow from the origin.
The instant you do this, the two operations acquire pictures.
Drag the gold arrow and the blue arrow around the plane and watch the two results update live. The green point is their sum; the dashed lines make the parallelogram that defines it — addition just slides one arrow to the tip of the other. That is a translation, exactly like adding vectors. Now watch the pink point, the product. It does something addition never does: as you swing an arrow around, the product swings too, but faster, and its distance from the origin stretches or shrinks. Read the numbers underneath — the product's angle is always the sum of the two input angles, and its length is always the product of the two lengths.
The cleanest thing to try is the button. Press Multiply z₁ by i and watch: the gold arrow rotates exactly counter-clockwise, keeping its length. Press it four times and returns home — because . Multiplying by is a quarter turn. That is what is: not a mysterious quantity, but the operation "rotate by a right angle." And stops being a decree and becomes obvious — two quarter turns is a half turn, which points any arrow in the exact opposite direction, i.e. multiplies it by .
Length and angle: the polar view#
The animation hints that a complex number has two equally good descriptions. The rectangular form names a point by its coordinates. The polar form names the same point by how far it sits from the origin and in which direction:
- the modulus — the length of the arrow (Pythagoras on the two parts);
- the argument — the angle it makes with the positive real axis.
Then and , so . In polar terms the multiplication rule becomes almost too simple to believe. If and , then
Multiply the lengths, add the angles. Every product you dragged out in the widget obeys this one line. The angle-addition falls straight out of the ordinary trig identities for and once you expand the product — the messy identities you memorized in school are secretly just "complex multiplication adds angles."
Why lands on the unit circle#
That "add the angles" rule should feel familiar: adding exponents is what exponentials do, since . That is not a coincidence, and it is the bridge to the most compact notation in mathematics. Feeding into the power series for and sorting the terms by whether they carry a factor of gives Euler's formula:
Geometrically this is a point at angle on the unit circle — modulus , argument . So a general complex number's polar form collapses to
length times a pure direction . Now the multiplication rule is not even a rule — it is just the exponent law: . Lengths multiply, angles add, because that is what exponents always do. If any of this feels like it's arriving too fast, that is exactly the story the dedicated piece on Euler's formula slows down and unpacks; here we only need the payoff — is a unit arrow pointing at angle .
Roots of unity: sharing a circle fairly#
The polar view makes an otherwise hard question easy. What are the solutions of — the -th roots of unity? Over the real numbers you get one or two boring answers. Over the complex numbers you get exactly of them, and they arrange themselves with startling symmetry.
Write . Then , and to equal we need (so , they all sit on the unit circle) and equal to a whole number of full turns: . That gives
— points spaced evenly around the circle, apart, forming a perfect regular polygon with one vertex nailed at .
Drag the n slider to change how many roots there are; the vertices always spread out to share the circle equally. Then press Walk ωᵏ to see why each one solves . The walk starts at and repeatedly multiplies by , the first root counter-clockwise. Because multiplying by adds its angle , every step turns the arrow by that fixed amount — so the point hops from root to root around the polygon. After exactly steps it has turned through , a full revolution, and lands precisely back on : that is , drawn. Try for a triangle, for the four points , for a clock face. The evenness is not decoration — it is forced by the arithmetic.
Where the plane pays off#
Once "multiply = rotate and scale" is in your hands, complex numbers stop being an algebra curiosity and become the default tool for anything that turns or oscillates.
Rotations and geometry. To rotate a point in the plane by angle , multiply its complex coordinate by . That is the entire operation — no rotation matrices, no trig bookkeeping. Compose two rotations by multiplying, which just adds the angles. Computer graphics, robotics, and navigation lean on this constantly (and its 3-D cousin, quaternions).
AC circuits. Engineers represent an alternating voltage or current as a rotating arrow — a phasor — and package its amplitude and phase into a single complex number. Differentiation and the awkward phase-shifting of inductors and capacitors turn into plain multiplication by complex numbers, so circuit analysis reduces to algebra instead of differential equations.
Signal processing. Every frequency in a signal is literally a rotation rate, . The Fourier transform decomposes a sound or an image by measuring how much of each rotating-arrow frequency it contains — an operation that is clumsy with sines and cosines but clean with complex exponentials.
Quantum mechanics. The state of a quantum system is a complex-valued amplitude, and physical probabilities come from its modulus squared. The interference that produces the double-slit pattern is complex numbers with opposite arguments cancelling — the plane's geometry, running the universe.
None of these fields adopted complex numbers to be clever. They adopted them for the same reason Bombelli did: nothing else gives the right answers as cleanly. A "wild thought" from a 16th-century algebra duel turned out to be the natural coordinate system for rotation itself.
- Complex numbers were forced, not invented for flair: the cubic formula produced correct real roots only by passing through along the way, so mathematicians conceded reluctantly.
- "Imaginary" is a bad historical label. is no more fictional than ; both are constructions justified by consistency and usefulness, and negative numbers were once rejected as absurd too.
- Plot as a point and the operations get pictures: addition is translation, and multiplication rotates and scales — it adds arguments and multiplies moduli. Multiplying by is a turn, which is why .
- The polar form makes multiplication just the exponent law, and puts on the unit circle at angle (see Euler's formula).
- The -th roots of unity split the unit circle into a regular -gon; this rotation-and-scaling machinery is why complex numbers are the natural language of rotations, AC circuits, the Fourier transform, and quantum mechanics.
Share this article