|q⟩ Bad Qubits

beginner · Physics · The Quantum Harmonic Oscillator (Intro)

Energy Levels Eₙ = ħω(n+½)

The quantum harmonic oscillator potential

A particle of mass mm in a parabolic potential V(x)=12mω2x2V(x) = \frac{1}{2}m\omega^2 x^2 is the quantum harmonic oscillator. The angular frequency ω\omega 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

22md2ψdx2+12mω2x2ψ=Eψ.-\frac{\hbar^2}{2m}\frac{d^2\psi}{dx^2} + \frac{1}{2}m\omega^2 x^2\,\psi = E\,\psi.

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^=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),

whose commutator is [a^,a^]=1[\hat{a},\hat{a}^\dagger] = 1. The Hamiltonian rewrites as

H^=ω ⁣(a^a^+12)=ω ⁣(N^+12),\hat{H} = \hbar\omega\!\left(\hat{a}^\dagger\hat{a} + \tfrac{1}{2}\right) = \hbar\omega\!\left(\hat{N} + \tfrac{1}{2}\right),

where N^=a^a^\hat{N} = \hat{a}^\dagger\hat{a} is the number operator. Its eigenstates n|n\rangle satisfy N^n=nn\hat{N}|n\rangle = n|n\rangle with n=0,1,2,n = 0, 1, 2, \ldots

Reading off the eigenvalues of H^\hat{H}:

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

The ladder operators act as a^n=n+1n+1\hat{a}^\dagger|n\rangle = \sqrt{n+1}\,|n+1\rangle (raising by one quantum) and a^n=nn1\hat{a}|n\rangle = \sqrt{n}\,|n-1\rangle (lowering), with a^0=0\hat{a}|0\rangle = 0 establishing the ground state floor.

Reading the formula

The factor 12ω\frac{1}{2}\hbar\omega that persists even at n=0n = 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 ω\hbar\omega, so the spectrum is a uniform ladder:

| nn | EnE_n | |-----|--------| | 0 | 12ω\tfrac{1}{2}\hbar\omega | | 1 | 32ω\tfrac{3}{2}\hbar\omega | | 2 | 52ω\tfrac{5}{2}\hbar\omega | | 3 | 72ω\tfrac{7}{2}\hbar\omega |

Equal spacing is a hallmark of the harmonic oscillator and is exploited heavily in quantum optics, where n|n\rangle 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\hbar\omega \approx 0.36\,\text{eV} for HCl, consistent with lines measured near ν~2886cm1\tilde{\nu} \approx 2886\,\text{cm}^{-1}. The vibrational transition from n=0n=0 to n=1n=1 absorbs a photon of energy exactly ω\hbar\omega, 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\hbar\omega = 0.1\,\text{eV}, compute the energy of the n=3n = 3 level using En=ω(n+12)E_n = \hbar\omega(n + \frac{1}{2}).

Run your code to see the quantum state.

Sign in on the full site to ask questions and join the discussion.