|q⟩ Bad Qubits

beginner · Physics · The Uncertainty Principle

Position–Momentum Uncertainty

Why position and momentum cannot both be sharp

Measure a particle's position very precisely and you inevitably disturb its momentum — and vice versa. This is not a limitation of instruments; it is a fundamental feature of any wave-like description. A state with a sharply defined position is a narrow spike in space, which requires a broad spread of spatial frequencies to build, and spatial frequency is proportional to momentum. A state with a sharply defined momentum is a pure plane wave that extends over all space, so its position is completely indefinite.

Heisenberg's Robertson–Schrödinger inequality makes this precise. For position xx and momentum pp:

ΔxΔp    2.\Delta x \cdot \Delta p \;\geq\; \frac{\hbar}{2}.

Here Δx=x2x2\Delta x = \sqrt{\langle x^2 \rangle - \langle x \rangle^2} is the standard deviation of position in the given state, and Δp\Delta p is the same for momentum. Neither uncertainty is zero unless the state is not normalizable, and they cannot both be simultaneously small.

The minimum product ΔxΔp=/2\Delta x \cdot \Delta p = \hbar/2 is achieved by Gaussian (coherent) states — wave packets of the form

ψ(x)exp ⁣((xx0)24σ2)eip0x/,\psi(x) \propto \exp\!\left(-\frac{(x - x_0)^2}{4\sigma^2}\right) e^{i p_0 x/\hbar},

which have Δx=σ\Delta x = \sigma and Δp=/(2σ)\Delta p = \hbar/(2\sigma). Every other normalizable state has a larger product.

A numerical feel for the bound

In SI units 1.055×1034\hbar \approx 1.055 \times 10^{-34} J·s, which is tiny. For a macroscopic ball (Δx1\Delta x \sim 1 mm) the lower bound on Δp\Delta p is 5×1032\sim 5 \times 10^{-32} kg·m/s — undetectably small. At atomic scales (Δx1010\Delta x \sim 10^{-10} m, one ångström) the minimum momentum spread is 5×1025\sim 5 \times 10^{-25} kg·m/s, corresponding to electron speeds of order 10610^{6} m/s (comparable to the Bohr velocity αc2×106\alpha c \approx 2 \times 10^{6} m/s) — physically significant and observable in atomic spectra and ionization energies.

Try it

This is a numerical exercise — your code should return a number.

Work in natural units where =1\hbar = 1. A particle has position uncertainty Δx=2.0\Delta x = 2.0. Compute the minimum allowed momentum uncertainty Δpmin\Delta p_{\min} from the Heisenberg bound.

Run your code to see the quantum state.

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