In the warmup lesson we introduced complex numbers quickly because we needed them to talk about qubits. This lesson gives them a proper tour. Nothing here is new math — we’re just making sure the basics are solid before they start doing heavy lifting.
A complex number is a point on a plane
Real numbers live on a line: . One number, one position.
A complex number lives on a plane. It has two pieces — a real part and an imaginary part — and you can think of it as an arrow from the origin to a point, or equivalently, as the point itself.
Here is the real part and is the imaginary part. The at the end is the imaginary unit, defined by:
That one rule is the whole of what makes complex numbers different from real numbers. Everything else follows.
Arithmetic
Adding complex numbers is just adding the parts:
It’s literally adding arrows. Tail-to-head addition, just like vectors in 2D.
Multiplication is where it gets interesting. Using the rule:
Don’t memorize this formula. Memorize the trick — multiply it out like polynomials and then collapse to .
Polar form: the real lesson
The Cartesian form is fine for adding. But for quantum mechanics, we care more about the polar form:
Here:
- is the magnitude (length of the arrow)
- is the phase (angle the arrow makes with the positive real axis)
In Cartesian form you’re saying “go right units and up units.” In polar form you’re saying “go units at angle .” Same point, different description.
The identity that connects the two is Euler’s formula:
So , which gives you Cartesian coordinates — exactly the formula for converting a polar point to Cartesian.
Why polar form matters for quantum computing
In polar form, multiplication becomes a much simpler operation:
Magnitudes multiply, phases add. That’s it. Compare this to the Cartesian formula above (which has four separate terms and a sign flip) and you’ll see why physicists prefer polar form when they can.
In particular, multiplying any complex number by — a complex number of magnitude — just rotates it in the plane by angle , without changing its magnitude. That’s the key geometric operation behind quantum gates.
The magnitude squared gives you probability
For a complex amplitude :
where is the complex conjugate. This is always a non-negative real number, and in the polar form it equals .
This is the quantity that becomes a probability via the Born rule. No matter how much you multiply an amplitude by a phase , the magnitude squared doesn’t change — which is why global phases are invisible to measurements, as we’ll revisit in Lesson 2.4.
That’s it
Addition, multiplication, polar form, is a rotation, is a real non-negative number. With those five facts you have everything needed for the rest of the course. We’ll pick up a couple more identities (like and the Euler formulas) when they appear, but nothing more mysterious than what you just saw.