beginner · Physics · The Quantum Harmonic Oscillator (Intro)
Energy Levels Eₙ = ħω(n+½)
The quantum harmonic oscillator potential
A particle of mass m in a parabolic potential V(x)=21mω2x2 is the
quantum harmonic oscillator. The angular frequency ω characterises how steeply the
potential rises; every restoring-force system near a stable equilibrium reduces to this form in the
small-displacement limit.
The time-independent Schrödinger equation for this system is
−2mℏ2dx2d2ψ+21mω2x2ψ=Eψ.
Solving it — either by the power-series (Frobenius) method or, more elegantly, with raising and
lowering operators — forces the energy to take only discrete values.
Deriving the energy spectrum
The algebraic (ladder-operator) approach introduces two operators
a^=2ℏmω(x^+mωip^),a^†=2ℏmω(x^−mωip^),
whose commutator is [a^,a^†]=1. The Hamiltonian rewrites as
H^=ℏω(a^†a^+21)=ℏω(N^+21),
where N^=a^†a^ is the number operator. Its eigenstates ∣n⟩ satisfy
N^∣n⟩=n∣n⟩ with n=0,1,2,…
Reading off the eigenvalues of H^:
En=ℏω(n+21),n=0,1,2,…
The ladder operators act as a^†∣n⟩=n+1∣n+1⟩ (raising by one
quantum) and a^∣n⟩=n∣n−1⟩ (lowering), with a^∣0⟩=0
establishing the ground state floor.
Reading the formula
The factor 21ℏω that persists even at n=0 is the zero-point energy — a
direct consequence of the uncertainty principle (covered in the next lesson). Above the ground
state each successive level is spaced by exactly ℏω, so the spectrum is a uniform
ladder:
Equal spacing is a hallmark of the harmonic oscillator and is exploited heavily in quantum optics,
where ∣n⟩ are called Fock states (or photon-number states).
Physical scale: a diatomic molecule
For a diatomic molecule such as HCl the bond acts like a spring. Infrared spectroscopy shows
absorption lines near ℏω≈0.36eV for HCl, consistent with lines
measured near ν~≈2886cm−1. The vibrational transition from n=0
to n=1 absorbs a photon of energy exactly ℏω, as the equal-spacing rule predicts.
Try it
This is a numerical exercise — your code should return a number. For a vibrational mode with
ℏω=0.1eV, compute the energy of the n=3 level using
En=ℏω(n+21).
Run your code to see the quantum state.
Sign in on the full site to ask questions and join the discussion.