The Born Rule
From amplitudes to probabilities
Quantum mechanics does not predict which single outcome a measurement will yield — it predicts the probabilities of all possible outcomes. The rule that connects the mathematical description of a quantum state to those probabilities is called the Born rule, named after Max Born who proposed it in 1926.
A quantum state is described by a wavefunction . For a continuous variable such as position, is a complex-valued function of . For a system with a discrete set of outcomes — like the two-outcome spin measurement of a spin- particle — the state is a superposition
where and are complex numbers called probability amplitudes.
The Born rule states:
The probability of obtaining outcome upon measurement is , and the probability of obtaining outcome is .
More generally, if the state is written as a superposition , then
The absolute-value-squared takes the complex amplitude and returns the real non-negative number , which is a valid probability.
Normalization is essential
For the probabilities to sum to one — as any complete set of probabilities must — the state must satisfy the normalization condition:
This is not a separate postulate but a direct consequence of demanding that the total probability of getting some outcome equals .
As a quick check, consider . The two squared amplitudes are
Applying the rule
To find the probability of a specific outcome, isolate its amplitude and square the modulus:
The procedure works identically when amplitudes are complex. For example, if , then , since the modulus of is for real .
The continuous case
For a particle moving in one dimension the state is described by a wavefunction , and the Born rule becomes an integral: the probability of finding the particle in the interval is
The function is called the probability density: it is non-negative everywhere and integrates to over all space. The connection to the discrete case is direct — replace the sum over outcomes with an integral over positions.
Try it
This is a numerical exercise — your code should return a number. Given the state
apply the Born rule to compute the probability of obtaining outcome .
Sign in on the full site to ask questions and join the discussion.