Heisenberg Uncertainty Principle¶
The Formula¶
More generally, for any two observables \(A\) and \(B\):
Where \([\hat{A}, \hat{B}] = \hat{A}\hat{B} - \hat{B}\hat{A}\) is the commutator.
For energy and time:
What It Means¶
The Heisenberg Uncertainty Principle states that certain pairs of physical properties cannot be simultaneously known with arbitrary precision. The more precisely you know one property, the less precisely you can know the other.
For position and momentum: * \(\Delta x\) is the uncertainty in position * \(\Delta p\) is the uncertainty in momentum * Their product has a fundamental lower bound of \(\frac{\hbar}{2}\)
This is not a limitation of measurement technology — it's a fundamental property of nature. Particles don't have precise positions and momenta simultaneously.
Why It Works — The Intuition¶
The uncertainty principle arises from the wave nature of matter. Consider a wave:
- A wave with a perfectly defined wavelength (and thus momentum) extends infinitely in space — its position is completely uncertain.
- A wave localized at a specific point is a "spike" made of many different wavelengths — its momentum is completely uncertain.
The key insight is the Fourier relationship between position and momentum. In quantum mechanics:
- Position space and momentum space are Fourier transforms of each other
- A narrow peak in position space requires many frequencies (momenta) to construct
- A single frequency (definite momentum) gives a wave spread over all space
Think of it like sound: a pure tone (single frequency) lasts forever, while a short pulse contains many frequencies. You can't have both a perfectly short pulse AND a perfectly pure frequency.
Derivation¶
From Wave Packets¶
A quantum particle is described by a wave packet \(\psi(x)\). The spread in position is:
Similarly for momentum:
Using the Cauchy-Schwarz Inequality¶
For any two operators \(\hat{A}\) and \(\hat{B}\), define:
The Cauchy-Schwarz inequality states:
This gives:
Separating Real and Imaginary Parts¶
Any complex number \(z\) satisfies \(|z|^2 \geq (\text{Im}(z))^2\). For the right side:
where \(\{\hat{A}, \hat{B}\} = \hat{A}\hat{B} + \hat{B}\hat{A}\) is the anticommutator.
The imaginary part comes from the commutator:
The General Uncertainty Relation¶
Taking the square root:
Position-Momentum Case¶
For position and momentum, the canonical commutation relation is:
Substituting:
Energy-Time Case¶
The energy-time relation is subtly different. Time is not an operator in standard quantum mechanics, but the relation can be derived from:
where \(\Delta t\) represents the characteristic time for a system to change appreciably.
Variables Explained¶
| Symbol | Name | Description |
|---|---|---|
| \(\Delta x\) | Position Uncertainty | Standard deviation of position measurements |
| \(\Delta p\) | Momentum Uncertainty | Standard deviation of momentum measurements |
| \(\Delta E\) | Energy Uncertainty | Standard deviation of energy measurements |
| \(\Delta t\) | Time Uncertainty | Characteristic time for system evolution |
| \(\hbar\) | Reduced Planck Constant | \(h/2\pi \approx 1.055 \times 10^{-34}\) J·s |
| \([\hat{A}, \hat{B}]\) | Commutator | \(\hat{A}\hat{B} - \hat{B}\hat{A}\), measures non-commutativity |
| \(\langle \cdot \rangle\) | Expectation Value | Average value over many measurements |
Worked Example: Electron in an Atom¶
Problem: Estimate the minimum uncertainty in the velocity of an electron confined to an atom of size \(\Delta x \approx 10^{-10}\) m (1 Ångström).
Step 1: Apply the uncertainty principle.
Step 2: Express momentum uncertainty.
Step 3: Convert to velocity uncertainty. For an electron with mass \(m_e \approx 9.11 \times 10^{-31}\) kg:
Result: The uncertainty in velocity is about \(580\) km/s!
This is why electrons don't "fall into" the nucleus. Confining them to a small space gives them enormous momentum uncertainty, which translates to high kinetic energy. This zero-point energy keeps the atom stable.
Common Mistakes¶
- "Measurement disturbs the system": While measurement does disturb quantum systems, the uncertainty principle is deeper — it's about the state itself, not just measurement limitations.
- "Better instruments will overcome it": No technological improvement can beat the uncertainty principle. It's a law of nature, not an engineering challenge.
- Confusing \(\Delta x\) with measurement error: \(\Delta x\) is the intrinsic spread in the quantum state, not the precision of your ruler.
- Applying it to macroscopic objects: For everyday objects, \(\hbar\) is so small that uncertainty is negligible. A 1 kg object with \(\Delta x = 10^{-10}\) m has \(\Delta v \approx 10^{-25}\) m/s.
- Thinking particles "jitter": The uncertainty isn't due to random motion — it's that position and momentum don't have simultaneous definite values.
Related Formulas¶
- Schrödinger Equation - The fundamental equation of quantum mechanics.
- Fourier Transform - Mathematical foundation of the uncertainty principle.
- Gaussian Distribution - Minimum uncertainty states are Gaussian wave packets.
- Standard Deviation - How uncertainty is mathematically defined.