13.4 Ladder operators and the harmonic oscillator

The quantum harmonic oscillator is the most important solved system in physics — every oscillation, every field mode, every particle in quantum field theory is one. And it can be solved without touching a differential equation, using only the commutator [x^,p^]=i[\hat x,\hat p]=i\hbar and a clever factorisation. The method — ladder operators — is the algebraic heart of the operator formalism and the direct ancestor of the creation and annihilation operators of QFT.

Factorising the Hamiltonian

The oscillator’s energy operator (Hamiltonian) is

H^  =  p^22m+12mω2x^2,\hat H \;=\; \frac{\hat p^2}{2m} + \frac12 m\omega^2 \hat x^2,

a sum of two squares. Classically a sum of squares factors as (x^ip^)(x^+ip^)(\hat x - i\hat p)(\hat x + i\hat p); because x^\hat x and p^\hat p do not commute, the quantum factorisation leaves a remainder — and that remainder is the whole story. Define the lowering and raising operators

a^=mω2(x^+ip^mω),a^=mω2(x^ip^mω).\hat a = \sqrt{\frac{m\omega}{2\hbar}}\left(\hat x + \frac{i\hat p}{m\omega}\right), \qquad \hat a^\dagger = \sqrt{\frac{m\omega}{2\hbar}}\left(\hat x - \frac{i\hat p}{m\omega}\right).

They are adjoints of each other (hence the dagger) and, unlike x^\hat x and p^\hat p, are not self-adjoint — they are not observables but tools.

where
a^\hat a
lowering (annihilation) operator
a^\hat a^\dagger
raising (creation) operator — the adjoint of â
N^=a^a^\hat N = \hat a^\dagger \hat a
number operator; its eigenvalue n counts the quanta
ω\omega
oscillator angular frequency rad/s
[â, â†] = 1 and Ĥ = ℏω(â†â + ½) Derivation

Compute the commutator using [x^,p^]=i[\hat x,\hat p]=i\hbar and bilinearity:

[a^,a^]=mω2[x^+ip^mω,  x^ip^mω]=mω2(imω[x^,p^]+imω[p^,x^])=mω22mω=1.[\hat a,\hat a^\dagger] = \frac{m\omega}{2\hbar}\left[\hat x + \frac{i\hat p}{m\omega},\; \hat x - \frac{i\hat p}{m\omega}\right] = \frac{m\omega}{2\hbar}\left(\frac{-i}{m\omega}[\hat x,\hat p] + \frac{i}{m\omega}[\hat p,\hat x]\right) = \frac{m\omega}{2\hbar}\cdot\frac{2\hbar}{m\omega} = 1.

So [a^,a^]=1[\hat a,\hat a^\dagger] = 1 — the canonical relation, repackaged. Now expand a^a^\hat a^\dagger\hat a; the cross terms are imω(x^p^p^x^)=imω(i)=mω\tfrac{i}{m\omega}(\hat x\hat p - \hat p\hat x) = \tfrac{i}{m\omega}(i\hbar) = -\tfrac{\hbar}{m\omega}, and collecting,

a^a^=1ω(p^22m+12mω2x^2)12=H^ω12.\hat a^\dagger\hat a = \frac{1}{\hbar\omega}\left(\frac{\hat p^2}{2m} + \frac12 m\omega^2\hat x^2\right) - \frac12 = \frac{\hat H}{\hbar\omega} - \frac12.

Rearranged, and writing the number operator N^=a^a^\hat N = \hat a^\dagger\hat a:

  H^=ω(a^a^+12)=ω(N^+12).  \boxed{\;\hat H = \hbar\omega\left(\hat a^\dagger\hat a + \tfrac12\right) = \hbar\omega\left(\hat N + \tfrac12\right).\;}

Finding the energy spectrum is now reduced to finding the eigenvalues of N^\hat N.

Climbing the ladder

The names “raising” and “lowering” come from how a^\hat a^\dagger and a^\hat a move between the eigenstates of N^\hat N. Everything follows from two commutators.

â raises and lowers the number by one Derivation

From [a^,a^]=1[\hat a,\hat a^\dagger]=1 one gets [N^,a^]=a^[\hat N,\hat a^\dagger] = \hat a^\dagger and [N^,a^]=a^[\hat N,\hat a] = -\hat a (a two-line calculation with the product rule). Let n|n\rangle be an eigenstate of N^\hat N with eigenvalue nn, N^n=nn\hat N|n\rangle = n|n\rangle. Then

N^(a^n)=([N^,a^]+a^N^)n=(a^+na^)n=(n+1)a^n.\hat N\big(\hat a^\dagger|n\rangle\big) = \big([\hat N,\hat a^\dagger] + \hat a^\dagger\hat N\big)|n\rangle = \big(\hat a^\dagger + n\hat a^\dagger\big)|n\rangle = (n+1)\,\hat a^\dagger|n\rangle.

So a^n\hat a^\dagger|n\rangle is an eigenstate with eigenvalue n+1n+1: the raising operator climbs one rung. Identically, a^n\hat a|n\rangle has eigenvalue n1n-1 — it descends. The eigenvalues of N^\hat N therefore come in a ladder spaced by 11.

The ladder has a bottom. The eigenvalues cannot be negative, because n=nN^n=na^a^n=a^n20n = \langle n|\hat N|n\rangle = \langle n|\hat a^\dagger\hat a|n\rangle = \|\hat a|n\rangle\|^2 \ge 0. If lowering could continue forever it would produce negative eigenvalues — impossible. The only escape is a lowest state 0|0\rangle annihilated by a^\hat a:

a^0=0,N^0=0.\hat a|0\rangle = 0, \qquad \hat N|0\rangle = 0.

Applying a^\hat a^\dagger repeatedly then generates the whole ladder n=0,1,2,3,n = 0, 1, 2, 3, \dots, and the normalised actions (from a^n2=n\|\hat a|n\rangle\|^2 = n and a^n2=n+1\|\hat a^\dagger|n\rangle\|^2 = n+1) are

a^n=n+1n+1,a^n=nn1.\hat a^\dagger|n\rangle = \sqrt{n+1}\,|n+1\rangle, \qquad \hat a|n\rangle = \sqrt{n}\,|n-1\rangle.

The spectrum

With N^\hat N‘s eigenvalues fixed at the non-negative integers, the energies follow from H^=ω(N^+12)\hat H = \hbar\omega(\hat N + \tfrac12):

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

Three features, all obtained without solving a single differential equation:

x →E ↑n=0n=1n=2n=3n=4n=5n=6n=7n=8
n = 0 · E₀ = 0.5 ℏω · a†|0⟩ = 1 |1⟩ · a|0⟩ = 0

The whole spectrum follows from the algebra [a, a†] = 1 and N = a†a: a† adds one quantum of energy ℏω, a removes one, and a annihilates the ground state. Each mode of a field is an oscillator like this — and a†(k) creating a quantum is what “a particle” means in quantum field theory.

Press a^\hat a^\dagger to climb and a^\hat a to descend the ladder; the highlighted rung is the current level En=ω(n+12)E_n = \hbar\omega(n+\tfrac12), and the curve riding on it is the eigenfunction ψn\psi_n. At the bottom, a^0=0\hat a|0\rangle = 0 — the lowering operator annihilates the ground state, and the ladder can go no lower.

Why this is the doorway to quantum field theory

The importance is out of all proportion to the simplicity. A field — the sound field of Sound 4.8, the electromagnetic field, a crystal lattice — is, after a Fourier decomposition (Ch 7), a collection of independent harmonic oscillators, one per mode. Quantising the field means quantising each of those oscillators with its own a^k,a^k\hat a_k, \hat a_k^\dagger. Then a^k\hat a_k^\dagger does not merely “raise a rung” — it creates a quantum of the mode kk, a particle: a photon for the electromagnetic field, a phonon for the sound field, an electron or quark for a matter field. The number operator N^k\hat N_k counts how many quanta occupy that mode. “A particle” in quantum field theory is an excitation of a mode’s ladder, and the algebra [a^,a^]=1[\hat a,\hat a^\dagger]=1 is the whole grammar. The final lesson makes that step — canonical quantization — explicit.