intermediate · Physics · The Harmonic Oscillator: Ladder Operators
The Commutator [a, a†]
A single equation governs the entire ladder structure of the oscillator:
[a,a†]=1.
Every result in this module — the spectrum, the normalization factors, the matrix elements — is a
consequence of this one relation together with the Hamiltonian H^=a†a+21.
Let us derive it.
The derivation
Recall a=(x^+ip^)/2 and a†=(x^−ip^)/2. The
commutator is bilinear, so
[a,a†]=21[x^+ip^,x^−ip^].
Expand using linearity. The pure [x^,x^] and [p^,p^] terms vanish (every
operator commutes with itself), leaving only the cross terms:
where we used the antisymmetry [p^,x^]=−[x^,p^]. Substituting the canonical
relation [x^,p^]=i,
[a,a†]=21(−2i)(i)=−i2=1.
So [a,a†]=1, equivalently aa†=a†a+1. The annihilation operator and
the creation operator do not commute; pushing one past the other costs (or refunds) a single unit.
Why this one relation is enough
Compare with the canonical commutator [x^,p^]=iℏ. The ladder algebra is its
dimensionless cousin: [a,a†]=1 carries exactly the same physical content (the
non-commutativity of position and momentum) but in a form tailored to the oscillator. Because the
number operator is N^=a†a, the relation aa†=a†a+1 immediately
gives
[N^,a†]=+a†,[N^,a]=−a,
which are precisely the statements "a† raises the quantum number by one" and "a lowers it
by one" — the subject of the next lessons.
Try it
This is a numerical exercise — your code should return a number. Represent a and a† as
matrices in the number basis and confirm that [a,a†]=aa†−a†a acts as the
identity, returning the (1,1) diagonal entry (which equals 1).
Run your code to see the quantum state.
Sign in on the full site to ask questions and join the discussion.