The Imaginary Unit i
Complex numbers pervade quantum mechanics: state vectors, amplitudes, and time-evolution operators all live in the complex plane. Everything starts with one simple definition.
Defining i
The imaginary unit is defined by the single equation
No real number satisfies this equation because squaring any real number gives a non-negative result. We introduce as a new symbol that obeys ordinary algebra together with this one rule. That is enough to build all of complex arithmetic.
Powers of i cycle with period 4
Repeatedly multiplying by produces a four-step cycle that never leaves the set :
After four steps we are back to 1, so the cycle repeats. For any integer , we reduce:
where the right-hand side uses the table above. For example, .
Why this matters for quantum mechanics
In quantum mechanics the state of a system is described by a state vector whose components are complex numbers called probability amplitudes. The time-evolution operator involves the factor , which oscillates in the complex plane because of . Without there would be no interference — the phenomenon that underlies every quantum algorithm. Learning to work fluently with powers and products of is therefore the very first step toward understanding quantum states.
Try it
This is a numerical exercise — your code should return a number. Compute the real part of
.
Sign in on the full site to ask questions and join the discussion.