• Mathematics
  • Also: Born's rule

Born Rule

The rule that the probability of obtaining a measurement outcome equals the squared modulus of the corresponding probability amplitude, the fundamental bridge between quantum states and observable reality.

The Born rule is the rule that connects quantum mathematics to what you actually see in a lab. Without it, quantum mechanics would be a beautiful mathematical structure with no way to make predictions about experiments. Max Born proposed it in 1926, and it has been confirmed by every quantum measurement ever performed.

The idea is simple: the probability of getting a particular measurement result is the squared magnitude of the corresponding probability amplitude. If a qubit is in state ψ=α0+β1|\psi\rangle = \alpha|0\rangle + \beta|1\rangle, measuring it gives 0|0\rangle with probability α2|\alpha|^2 and 1|1\rangle with probability β2|\beta|^2. Normalization requires α2+β2=1|\alpha|^2 + |\beta|^2 = 1.

The details

The amplitudes α\alpha and β\beta are complex numbers. They can be written in polar form as α=rαeiϕα\alpha = r_\alpha e^{i\phi_\alpha}, where rαr_\alpha is the magnitude and ϕα\phi_\alpha is the phase. The Born rule discards the phase: α2=rα2|\alpha|^2 = r_\alpha^2.

This means two states that differ only by the global phase of each amplitude are experimentally indistinguishable after measurement. The relative phase between α\alpha and β\beta does matter for interference, but as soon as you measure, the phase information is gone.

For a general quantum state across nn basis states:

ψ=k=0n1ckk|\psi\rangle = \sum_{k=0}^{n-1} c_k |k\rangle

the probability of outcome kk is ck2|c_k|^2, and kck2=1\sum_k |c_k|^2 = 1.

The Born rule generalizes to measurements with more structure using projection operators. If you measure observable OO with eigenstates oi|o_i\rangle and eigenvalues oio_i, the probability of outcome oio_i is oiψ2|\langle o_i | \psi \rangle|^2.

Why does squaring appear? Quantum amplitudes are analogous to wave amplitudes in classical physics. Intensity (what you measure) scales as amplitude squared. The Born rule encodes this analogy precisely.

Why it matters for learners

The Born rule explains the structure of quantum algorithms at a fundamental level. The goal of every quantum algorithm is to manipulate amplitudes so that the correct answer has large ck2|c_k|^2 and wrong answers have small or zero ck2|c_k|^2 by the time you measure.

Grover’s algorithm does this by repeatedly boosting the amplitude of a marked item through interference. Shor’s algorithm uses the Quantum Fourier Transform to concentrate amplitude onto states encoding the period of a function. In both cases, the actual measurement at the end is trivial; all the work goes into shaping the amplitudes beforehand.

The Born rule also explains why quantum computers are probabilistic: even a perfect algorithm produces the right answer with high probability, not certainty. Circuits are usually run many times (shots) to build up a distribution and confirm the result.

Common misconceptions

Misconception 1: The Born rule is derived from other quantum postulates. It is not. Despite many attempts using decision theory and many-worlds interpretations, no derivation from first principles has achieved universal acceptance. It is a postulate, stated alongside the Schrodinger equation as a foundational axiom of the theory.

Misconception 2: Probability amplitudes are the same as probabilities. Amplitudes are complex numbers that can be negative or imaginary. Probabilities are real and non-negative. The Born rule converts amplitudes into probabilities by squaring. Treating amplitudes as probabilities directly is a common mistake when first learning quantum computing.

Misconception 3: Measuring once gives you complete information about a quantum state. A single measurement yields one classical outcome and destroys the superposition. To estimate the full state ψ|\psi\rangle, you need quantum state tomography, which requires preparing the same state many times and measuring in multiple bases.

See also