|q⟩ Bad Qubits

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^+12),N^n=nn,n=0,1,2,\hat{H} = \hbar\omega\left(\hat{N} + \tfrac{1}{2}\right), \qquad \hat{N}|n\rangle = n|n\rangle, \quad n = 0, 1, 2, \ldots

Acting on a number state,

H^n=ω(n+12)n,\hat{H}|n\rangle = \hbar\omega\left(n + \tfrac{1}{2}\right)|n\rangle,

so the energy eigenvalues are

 En=ω(n+12),n=0,1,2, \boxed{\ E_n = \hbar\omega\left(n + \tfrac{1}{2}\right), \qquad n = 0, 1, 2, \ldots\ }

This is identical to the result quoted from the Hermite-polynomial solution — but here it followed purely from [a,a]=1[a, a^\dagger] = 1 and the requirement n0n \ge 0. The integer nn is simply the number of quanta, each carrying energy ω\hbar\omega.

The two defining features, explained

Equal spacing. Every gap is the same:

En+1En=ω.E_{n+1} - E_n = \hbar\omega.

The spacing is constant because adding one quantum with aa^\dagger always costs exactly one ω\hbar\omega, regardless of the level. This uniformity is special to the oscillator — the infinite square well, by contrast, has gaps growing like 2n+12n+1.

Zero-point energy. The lowest level is

E0=12ω0.E_0 = \tfrac{1}{2}\hbar\omega \neq 0.

It traces back to the 12\tfrac{1}{2} in H^=aa+12\hat{H} = a^\dagger a + \tfrac{1}{2}, which itself came from [a,a]=1[a, a^\dagger] = 1 — i.e. from [x^,p^]=i[\hat{x}, \hat{p}] = i\hbar. The ground state cannot have zero energy because that would require simultaneously vanishing kinetic and potential energy, pinning down both xx and pp in violation of the uncertainty principle.

A quick consistency check

The energy of a number state should equal its expectation value nH^n=ω(nN^n+12)=ω(n+12)\langle n|\hat{H}|n\rangle = \hbar\omega(\langle n|\hat{N}|n\rangle + \tfrac{1}{2}) = \hbar\omega(n + \tfrac{1}{2}), with no variance: H^2H^2=0\langle\hat{H}^2\rangle - \langle\hat{H}\rangle^2 = 0. Number states are exact energy eigenstates, so a measurement of energy always returns ω(n+12)\hbar\omega(n+\tfrac{1}{2}) with certainty.

Try it

This is a numerical exercise — your code should return a number. Using En=ω(n+12)E_n = \hbar\omega(n + \tfrac{1}{2}) with ω=1\hbar\omega = 1, compute the energy gap E4E2E_4 - E_2 (which equals 22 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.