i is not imaginary — it is a 90° rotation
In M03 you found the gap: quantum amplitudes need to rotate, and a number line can only flip sign. In this lesson you discover what fills that gap. The answer has been mislabelled for 400 years. It is not imaginary at all.
The worst name in mathematics — and what it actually means
In the 16th century, mathematicians trying to solve cubic equations kept stumbling over a stubborn obstacle: expressions like $\sqrt{-1}$ appeared in their calculations. They couldn't point to it on a number line. They called it imaginary — a word meant to dismiss it as a computational trick, not a real thing.
The name stuck. For 400 years it has been telling students to distrust the most useful object in all of physics.
The word "imaginary" is a historical accident, not a mathematical verdict. These numbers are completely real in quantum mechanics — they describe actual physical rotations of quantum states. Every quantum gate, every phase kickback, every interference calculation involves them. They are not optional. They are not symbolic tricks. They are the structure of quantum reality.
Here is a better name for $\sqrt{-1}$, one that tells you exactly what it does: the 90° rotation operator. Multiplying any number by $i$ rotates it 90° counterclockwise in the plane. That is everything $i$ is. Nothing more, nothing imaginary.
In this lesson you will see why this is true — not just told it. By the end, you'll understand $i^2 = -1$ not as a strange algebraic rule but as the obvious geometric fact that two 90° rotations make one 180° flip.
Extend the line into a plane
You know the real number line: negative numbers to the left, positive to the right, zero at the centre. Every real number $a$ is a point on this line — a magnitude and a direction (left or right).
In M03, you found that quantum amplitudes need to point in directions that aren't on this line. They need to point at 45°, at 90°, at 120°, at any angle. A line doesn't have those directions. A plane does.
The idea is simple: add a second axis, perpendicular to the real line. Call the unit step in that direction $i$. Now every point in the plane has an address: $a + bi$, where $a$ tells you how far along the real axis you are, and $b$ tells you how far along the new perpendicular axis. Both $a$ and $b$ are ordinary real numbers. There is nothing imaginary about either of them.
$i$ is defined as the number satisfying $i^2 = -1$. On the number line this seems impossible: positive numbers square to positive, negative numbers also square to positive. But in the plane, it is geometrically obvious: two 90° rotations produce a 180° rotation, which maps $+1$ to $-1$. So $i \cdot i = -1$. Not imaginary. Geometrically inevitable.
Here is the key rule: multiplying a number by $i$ rotates it 90° counterclockwise. This is not a definition to memorise — it is a consequence of how rotation works in a plane. You'll verify it interactively in S3, and derive it algebraically in S4.
Start at $1$ (on the positive real axis). Multiply by $i$ four times. You rotate 90° each time, tracing a square, and return to $1$ after four steps. This means $i^4 = 1$. It also means $i^2 = -1$, $i^3 = -i$. These aren't algebraic surprises — they're corners of a square.
See $i$ rotate — click four times and return to start
Below is the complex plane. The point starts at $+1$ on the real axis. Press "× i" to multiply by $i$ — watch it rotate 90° counterclockwise. Press four times to trace the full square and return to start. See $i^2 = -1$ appear as a 180° rotation.
Notice what happened at step 2: the point landed exactly at $-1$. Two multiplications by $i$ produced $-1$. That's $i \cdot i = i^2 = -1$ — not an algebraic rule to memorise, but the geometric fact that two quarter-turns make a half-turn.
From geometry to algebra — deriving the rules of $i$
You've seen $i$ rotate. Now let's lock down the algebra so you can compute with it. Every rule follows from one geometric fact: multiplication by $i$ is a 90° counterclockwise rotation in the plane, and rotation preserves magnitude.
The four powers of $i$ are the four corners of a unit square in the plane. They repeat with period 4:
A qubit's amplitude $\alpha$ is not constrained to be real. It can be $a + bi$ for any real $a, b$ with $|a + bi|^2 = a^2 + b^2$. The angle $\arctan(b/a)$ is its phase. When two amplitudes interfere, their phases add. When phases differ by exactly $180°$, amplitudes cancel. The quantum gate $Z$ applies a phase of $180°$ to $|1\rangle$ — that's multiplication by $i^2 = -1$. The gate $S$ applies $90°$ — that's multiplication by $i^1 = i$. These are literal rotations. The word "phase" in quantum computing means "angle in the complex plane."
One more useful fact: any power of $i$ reduces to one of four values. Since $i^4 = 1$, you divide the exponent by 4 and keep the remainder:
$$i^n = i^{n \bmod 4}$$So $i^{17} = i^{17 \bmod 4} = i^1 = i$. And $i^{100} = i^{100 \bmod 4} = i^0 = 1$.
The rotation operator — renamed, understood
-
$i$ is a 90° rotation operator — not imaginaryThe word "imaginary" is a 400-year-old historical mistake. Multiplying any complex number by $i$ rotates it 90° counterclockwise in the plane. That is the complete definition. These numbers are completely real in quantum mechanics.
-
$i^2 = -1$ is geometry, not mysteryTwo 90° rotations make one 180° rotation. A 180° rotation maps $+1$ to $-1$. Therefore $i \cdot i = -1$. This is not a strange algebraic axiom — it is the obvious consequence of applying the same quarter-turn twice.
-
Powers of $i$ cycle with period 4$i^0 = 1$, $i^1 = i$, $i^2 = -1$, $i^3 = -i$, then $i^4 = 1$ again. Four corners of a square. Any power reduces via $i^n = i^{n \bmod 4}$. So $i^{37} = i^1 = i$.
-
Phase in quantum mechanics is angle in the planeEvery quantum gate that introduces a phase applies a rotation in the complex plane. The gate $S$ multiplies by $i$ — a 90° rotation. The gate $Z$ multiplies by $-1 = i^2$ — a 180° rotation. "Phase" and "rotation" are synonyms.
You've renamed the rotation operator.
You know $i$ rotates, $i^2$ flips, $i^4$ returns home.
But where exactly do points like $3 + 2i$ live?
There's a map for that.
- Nielsen, M. A. & Chuang, I. L. — Quantum Computation and Quantum Information, Cambridge University Press, 2000. §2.1.7: The Pauli matrices and the phase gate $S = \bigl(\begin{smallmatrix}1&0\\0&i\end{smallmatrix}\bigr)$.
- Needham, T. — Visual Complex Analysis, Oxford University Press, 1997. Chapter 1: Geometry and complex arithmetic — the definitive geometric treatment of multiplication as rotation.
- Preskill, J. — Lecture Notes for Physics 229, Caltech, 1998. Chapter 2: Quantum states and operators — phase as complex amplitude angle. Available online