intermediate · Physics · The Harmonic Oscillator: Ladder Operators
Energy Spectrum from Ladders
We now collect the payoff. Without ever solving a differential equation, the ladder algebra delivers
the complete energy spectrum of the harmonic oscillator.
Reading the spectrum off the Hamiltonian
The factorized Hamiltonian and the number operator give, in physical units,
H^=ℏω(N^+21),N^∣n⟩=n∣n⟩,n=0,1,2,…
Acting on a number state,
H^∣n⟩=ℏω(n+21)∣n⟩,
so the energy eigenvalues are
En=ℏω(n+21),n=0,1,2,…
This is identical to the result quoted from the Hermite-polynomial solution — but here it followed
purely from [a,a†]=1 and the requirement n≥0. The integer n is simply the number
of quanta, each carrying energy ℏω.
The two defining features, explained
Equal spacing. Every gap is the same:
En+1−En=ℏω.
The spacing is constant because adding one quantum with a† always costs exactly one
ℏω, regardless of the level. This uniformity is special to the oscillator — the infinite
square well, by contrast, has gaps growing like 2n+1.
Zero-point energy. The lowest level is
E0=21ℏω=0.
It traces back to the 21 in H^=a†a+21, which itself came
from [a,a†]=1 — i.e. from [x^,p^]=iℏ. The ground state cannot have
zero energy because that would require simultaneously vanishing kinetic and potential energy,
pinning down both x and p in violation of the uncertainty principle.
A quick consistency check
The energy of a number state should equal its expectation value
⟨n∣H^∣n⟩=ℏω(⟨n∣N^∣n⟩+21)=ℏω(n+21), with no variance: ⟨H^2⟩−⟨H^⟩2=0.
Number states are exact energy eigenstates, so a measurement of energy always returns
ℏω(n+21) with certainty.
Try it
This is a numerical exercise — your code should return a number. Using
En=ℏω(n+21) with ℏω=1, compute the energy gap E4−E2
(which equals 2 because the spectrum is evenly spaced).
Run your code to see the quantum state.
Sign in on the full site to ask questions and join the discussion.