Amplitude as a Complex Number
The amplitudes in a quantum state vector are complex numbers, not just real ones. Understanding their structure — magnitude and phase — is the key to reading and predicting quantum behaviour.
Complex numbers in one minute
A complex number can be written in rectangular form as
where is the real part, is the imaginary part, and . Equivalently, the same number has a polar form
where the magnitude (or modulus) is
and the phase (or argument) is the angle measured from the positive real axis in the complex plane.
The relationship between the two forms follows from Euler's identity , which gives and .
Why quantum amplitudes must be complex
A general single-qubit state is
where and are complex amplitudes. The Born rule says the probability of measuring outcome is
so only the magnitude of an amplitude determines measurement probabilities. The phase of an amplitude — or more precisely the relative phase between two amplitudes — controls interference. When you apply a gate that changes relative phases (for example the gate, which sends ), measurement statistics can change dramatically after further gates exploit that phase difference. This is the engine behind most quantum speedups.
Decomposing an example amplitude
Consider . Its magnitude is
= \sqrt{\tfrac{1}{4} + \tfrac{3}{4}} = \sqrt{1} = 1.$$ Its phase is $\theta = \arctan\!\left(\tfrac{\sqrt{3}/2}{1/2}\right) = \arctan(\sqrt{3}) = \tfrac{\pi}{3}$, so in polar form $\alpha = e^{i\pi/3}$. An amplitude with unit magnitude like this is called a **phase factor**. Note that a single amplitude having unit magnitude does not mean the state is normalized: normalization requires $|\alpha|^2 + |\beta|^2 = 1$ for the full state vector. What is harmless is multiplying the *entire* state by one global phase $e^{i\varphi}$, since every probability $|\alpha_k|^2$ is unchanged — consistent with the callout above. ## Try it Compute the magnitude of $\alpha = \tfrac{1}{2} + \tfrac{\sqrt{3}}{2}\,i$ and return it as a number. <RunnableExample />Sign in on the full site to ask questions and join the discussion.