Equal Energy Spacing
Why the spacing is constant
The energy eigenvalues of the quantum harmonic oscillator are
The gap between level and level is
Because the cancels out exactly, every adjacent pair of levels is separated by the same energy , regardless of which rung of the ladder you are on. This uniform spacing is a characteristic signature of the harmonic oscillator and does not hold for other potentials such as the infinite square well or the hydrogen atom.
Reading the uniform ladder
The spectrum looks like equally-spaced rungs:
| Transition | Energy absorbed | |---|---| | | | | | | | | | | | |
Every upward transition requires exactly one quantum of energy, whether it is supplied by a photon, a phonon, or any other excitation. This is why the quantum harmonic oscillator is the natural model for photon modes in a cavity: absorbing or emitting one photon changes the mode's quantum number by exactly one, and the photon carries energy .
A concrete example: CO vibrational mode
Carbon monoxide (CO) has a strong infrared absorption band near wavenumber . Converting to energy using with :
The spectrum is dominated by a single strong fundamental absorption at this energy. For an ideal harmonic oscillator the dipole selection rule is strictly , so only the fundamental would appear; the weaker overtones seen in a real molecule near integer multiples () arise precisely because the true potential is slightly anharmonic. Anharmonicity both relaxes the selection rule (allowing the overtones at all) and pulls them below exact integer multiples, but the leading harmonic estimate for the overtone is .
Connection to ladder operators
The algebraic proof of equal spacing follows directly from the ladder-operator algebra. The raising operator adds exactly one quantum: . Because each application of raises the eigenvalue of the number operator by one, and because , each step up the ladder costs exactly of energy. No approximation is involved; the result is exact for any .
Try it
This is a numerical exercise — your code should return a number. For a harmonic oscillator with , return the energy gap between any two adjacent levels.
Sign in on the full site to ask questions and join the discussion.