|q⟩ Bad Qubits

beginner · Physics · The Wavefunction & Born Rule

Superposition of Wavefunctions

Quantum mechanics is a linear theory: if ψ1(x)\psi_1(x) and ψ2(x)\psi_2(x) are both valid wavefunctions, then any linear combination

Ψ(x)=c1ψ1(x)+c2ψ2(x)\Psi(x) = c_1\,\psi_1(x) + c_2\,\psi_2(x)

is also a valid wavefunction — provided it is normalised. This is the superposition principle.

Why normalisation matters

The Born rule assigns a probability density to Ψ\Psi:

p(x)=Ψ(x)2.p(x) = |\Psi(x)|^2.

For this to be a genuine probability density it must integrate to 1 over all space:

Ψ(x)2dx=1.\int_{-\infty}^{\infty} |\Psi(x)|^2\,dx = 1.

If you build a superposition from individually normalised, mutually orthogonal states ψ1\psi_1 and ψ2\psi_2,

ψ1(x)ψ1(x)dx=1,ψ2(x)ψ2(x)dx=1,ψ1(x)ψ2(x)dx=0,\int \psi_1^*(x)\,\psi_1(x)\,dx = 1, \quad \int \psi_2^*(x)\,\psi_2(x)\,dx = 1, \quad \int \psi_1^*(x)\,\psi_2(x)\,dx = 0,

and you form Ψ=A(ψ1+ψ2)\Psi = A(\psi_1 + \psi_2) with a real constant AA, then

Ψ2dx=A2(ψ12dx+ψ1ψ2dx+ψ2ψ1dx+ψ22dx)=A2(1+0+0+1)=2A2.\int |\Psi|^2\,dx = |A|^2\left(\int|\psi_1|^2\,dx + \int\psi_1^*\psi_2\,dx + \int\psi_2^*\psi_1\,dx + \int|\psi_2|^2\,dx\right) = |A|^2(1 + 0 + 0 + 1) = 2|A|^2.

Setting 2A2=12|A|^2 = 1 gives

A=12.A = \frac{1}{\sqrt{2}}.

The cross terms vanished because of orthogonality. This is always the key step: orthogonal components contribute independently to the total probability.

The amplitudes carry the physics

Once normalised, the coefficients encode how much of each state is present. For Ψ=12(ψ1+ψ2)\Psi = \tfrac{1}{\sqrt{2}}(\psi_1 + \psi_2), the probability of finding the particle in energy eigenstate ψn\psi_n (if you measure energy) is cn2|c_n|^2:

P(ψ1)=122=12,P(ψ2)=122=12.P(\psi_1) = \left|\frac{1}{\sqrt{2}}\right|^2 = \frac{1}{2}, \qquad P(\psi_2) = \left|\frac{1}{\sqrt{2}}\right|^2 = \frac{1}{2}.

Equal weights give equal probabilities — a 50/50 quantum lottery.

General case

For a superposition of nn orthonormal states with equal amplitudes,

Ψ=Ak=1nψk,\Psi = A\sum_{k=1}^{n}\psi_k,

the same calculation gives nA2=1n|A|^2 = 1, hence A=1/nA = 1/\sqrt{n}. Unequal weights ckc_k are handled the same way: compute kck2\sum_k|c_k|^2 from the orthonormality relations and divide each coefficient by the square root of that sum.

Try it

This is a numerical exercise — return a number. Two individually normalised, orthogonal wavefunctions are combined with equal weight: Ψ=A(ψ1+ψ2)\Psi = A(\psi_1 + \psi_2). What positive real constant AA makes Ψ\Psi normalised?

Run your code to see the quantum state.

Sign in on the full site to ask questions and join the discussion.