intermediate · Physics · The Harmonic Oscillator: Ladder Operators
The Ground State
The ground state ∣0⟩ is the bottom rung of the ladder — the state that the lowering operator
sends to zero. That single condition, a∣0⟩=0, determines the entire ground-state
wavefunction without solving the Schrödinger equation.
The defining condition
The ladder terminates at the bottom: there is no ∣−1⟩, so
a∣0⟩=0.
This is the algebraic fingerprint of the ground state. Everything about ∣0⟩ follows from it.
Its energy, for instance, is immediate:
H^∣0⟩=ℏω(a†a+21)∣0⟩=ℏω(a†⋅0+21∣0⟩)=21ℏω∣0⟩.
So E0=21ℏω, the zero-point energy, with no integration required.
Recovering the Gaussian wavefunction
To find ψ0(x)=⟨x∣0⟩, write the condition a∣0⟩=0 in position space.
In natural units a=(x^+ip^)/2 with p^=−id/dx, so
a∣0⟩=0⟹21(x+dxd)ψ0(x)=0⟹dxdψ0=−xψ0.
This is a first-order differential equation — far simpler than the original second-order
Schrödinger equation — and it integrates at once to a Gaussian:
ψ0(x)=(π1)1/4e−x2/2,
where the prefactor is fixed by normalization ∫∣ψ0∣2dx=1. The algebraic method turns
finding the ground state into solving one first-order equation.
Spread of the ground state
Because ψ0 is a Gaussian centred at the origin, ⟨x^⟩=⟨p^⟩=0.
Its variances follow from the ladder operators. Using x^=(a+a†)/2 and
a∣0⟩=0,
⟨x^2⟩=21⟨0∣(a+a†)2∣0⟩=21⟨0∣aa†∣0⟩=21.
An identical calculation gives ⟨p^2⟩=21. Hence the uncertainty
product is
ΔxΔp=21⋅21=21ℏ(restoring ℏ),
which saturates the Heisenberg bound ΔxΔp≥ℏ/2. The ground state is a
minimum-uncertainty state — the tightest a quantum particle can be squeezed into a parabolic well.
Try it
This is a numerical exercise — your code should return a number. Using
x^=(a+a†)/2 and the truncated number-basis matrices, compute the
ground-state spread ⟨0∣x^2∣0⟩ (which equals 21).
Run your code to see the quantum state.
Sign in on the full site to ask questions and join the discussion.