45 min read

> "The career of a young theoretical physicist consists of treating the harmonic oscillator in ever-increasing levels of abstraction."

Learning Objectives

  • Solve the QHO analytically using Hermite polynomials
  • Apply the algebraic (ladder operator) method to derive the energy spectrum
  • Explain zero-point energy and its physical significance across domains
  • Analyze coherent states as the most classical quantum states
  • Connect the QHO to photons, phonons, molecular vibrations, and field theory

Chapter 4: The Quantum Harmonic Oscillator — The Most Important Problem in All of Physics

"The career of a young theoretical physicist consists of treating the harmonic oscillator in ever-increasing levels of abstraction." — Sidney Coleman

There is one quantum mechanics problem that, if you could only learn a single one, would teach you more about the structure of the physical world than any other. It is not the hydrogen atom (although that is a close second). It is not the particle in a box (although that was indispensable practice). It is the quantum harmonic oscillator — the QHO.

This is not hyperbole. The QHO is the skeleton key that unlocks molecular vibrations in chemistry, phonon excitations in solids, photon states in quantum optics, and the entire mathematical framework of quantum field theory. Every mode of every quantum field in the universe is, at its core, a harmonic oscillator. When you understand this problem, you understand a piece of everything.

In this chapter, we solve the QHO two completely different ways — first by brute-force differential equations (the analytical method), and then by an elegant algebraic trick (the ladder operator method) that previews the deepest ideas in modern physics. Both methods give the same answer. The fact that both work, and that the algebraic method works at all, is itself one of the great insights of quantum mechanics.

Learning paths: - 🏃 Streamlined path: If you are comfortable with differential equations, work through Sections 4.1-4.3, then skip to 4.4 for the algebraic method. Sections 4.5-4.9 are essential for everyone. - 🔬 Deep dive path: Work through everything sequentially. Pay special attention to Section 4.7 on coherent states — this material connects directly to quantum optics (Ch 27) and quantum field theory (Ch 34).


4.1 Why the Harmonic Oscillator Rules Physics

Why should one particular potential — the parabola $V(x) = \frac{1}{2}kx^2$ — be so overwhelmingly important? The answer lies in a simple but profound mathematical fact: any smooth potential looks like a parabola near its minimum.

The Taylor Expansion Argument

Consider any potential energy function $V(x)$ that has a stable equilibrium point at $x = x_0$. By definition, a stable equilibrium means $V'(x_0) = 0$ (no net force) and $V''(x_0) > 0$ (restoring force for small displacements). Now expand $V(x)$ in a Taylor series around $x_0$:

$$V(x) = V(x_0) + \underbrace{V'(x_0)}_{= 0}(x - x_0) + \frac{1}{2}V''(x_0)(x - x_0)^2 + \frac{1}{6}V'''(x_0)(x - x_0)^3 + \cdots$$

The first term is just a constant energy offset (physically irrelevant). The linear term vanishes because we are at an equilibrium point. The leading nontrivial term is the quadratic one — and that is a harmonic oscillator with effective spring constant $k_{\text{eff}} = V''(x_0)$.

For small oscillations around any stable equilibrium, the system behaves as a harmonic oscillator. This is not an approximation we impose — it is a mathematical consequence of what "stable equilibrium" means.

💡 Key Insight: The harmonic oscillator is not just one problem — it is the universal first approximation to any system near equilibrium. This is why it shows up everywhere: molecular bonds, crystal lattices, electromagnetic field modes, even gravitational wave detectors.

Where the QHO Appears

Here is a partial — and deliberately incomplete — list of physical systems that reduce to quantum harmonic oscillators:

System What oscillates Effective $\omega$
Diatomic molecule (HCl, CO, etc.) Internuclear distance $\sqrt{k/\mu}$, where $\mu$ is reduced mass
Crystal lattice (phonons) Atom displacements from lattice sites Determined by interatomic force constants
Electromagnetic field (photons) Electric and magnetic field amplitudes Frequency $\omega$ of the radiation mode
LC circuit Charge on capacitor / current in inductor $1/\sqrt{LC}$
Vibrating string (each mode) Amplitude of normal mode $n\pi v / L$
Quantum field theory (each mode) Field amplitude at each momentum $\sqrt{|\mathbf{k}|^2 c^2 + m^2 c^4/\hbar^2}$

We will return to several of these applications in Section 4.8, and they will be central in Ch 27 (quantum optics) and Ch 34 (second quantization).

🔗 Connection: In Ch 3, we solved the infinite square well and found quantized energies $E_n \propto n^2$. The QHO will give us $E_n \propto n$, a qualitatively different spectrum. This difference has physical consequences we will explore throughout this chapter.

A Concrete Example: The Lennard-Jones Potential

To make the Taylor expansion argument vivid, consider the Lennard-Jones potential that models the interaction between two noble gas atoms:

$$V(r) = 4\varepsilon\left[\left(\frac{\sigma}{r}\right)^{12} - \left(\frac{\sigma}{r}\right)^{6}\right]$$

This potential has a minimum at $r_0 = 2^{1/6}\sigma$, where $V(r_0) = -\varepsilon$. Expanding around $r_0$ to second order:

$$V(r) \approx -\varepsilon + \frac{1}{2}(72\varepsilon/\sigma^2)(r - r_0)^2 + \cdots$$

The effective spring constant is $k_{\text{eff}} = 72\varepsilon/\sigma^2$, and the effective harmonic frequency is $\omega = \sqrt{72\varepsilon/(m\sigma^2)}$. For argon ($\varepsilon = 1.65 \times 10^{-21}$ J, $\sigma = 3.4$ \AA), this gives a vibrational frequency that matches the low-energy excitation spectrum of argon dimers.

The Taylor expansion argument explains why the QHO is universal, but it also tells us when the approximation must break down: when the displacement from equilibrium is large enough that the cubic and higher-order terms in the Taylor expansion become significant. For molecular vibrations, this typically happens around vibrational quantum number $v \sim 10$–$20$, depending on the molecule. For electromagnetic field modes in vacuum, the potential is exactly parabolic — there are no higher-order corrections — which is why the QHO description of photons is exact.

🔄 Check Your Understanding: Why is the harmonic approximation exact for free electromagnetic field modes but only approximate for molecular vibrations? (Hint: the electromagnetic Lagrangian is quadratic in the field amplitudes, while molecular potentials are inherently nonlinear.)


4.2 The Classical Harmonic Oscillator: Quick Review

Before we quantize, let us recall the classical harmonic oscillator — just long enough to set our notation and identify what quantum mechanics will change.

Equations of Motion

A classical particle of mass $m$ attached to a spring of constant $k$ obeys Newton's second law:

$$F = ma \quad \Longrightarrow \quad -kx = m\frac{d^2 x}{dt^2}$$

$$\frac{d^2 x}{dt^2} + \omega^2 x = 0, \qquad \omega \equiv \sqrt{\frac{k}{m}}$$

The general solution is:

$$x(t) = A\cos(\omega t + \phi)$$

where $A$ is the amplitude and $\phi$ is the initial phase — both determined by initial conditions.

Classical Energy

The total energy is:

$$E = \frac{1}{2}m\dot{x}^2 + \frac{1}{2}m\omega^2 x^2 = \frac{1}{2}m\omega^2 A^2$$

Two critical features of the classical oscillator:

  1. The energy is continuous. Any value of $A$ (hence any value of $E$) is allowed.
  2. The minimum energy is zero. A particle at rest at $x = 0$ has $E = 0$.

Both of these classical "facts" will be overturned by quantum mechanics. The energy will be quantized (only certain discrete values are allowed), and the minimum energy will be nonzero. Getting to these results is the main business of this chapter.

📊 By the Numbers: A classical carbon monoxide (CO) molecule has a vibrational frequency of $\omega \approx 4.09 \times 10^{14}$ rad/s. The corresponding zero-point energy (which we will derive shortly) is $E_0 = \frac{1}{2}\hbar\omega \approx 2.15 \times 10^{-20}$ J $\approx 0.134$ eV. This is not negligible — it is comparable to thermal energy at room temperature.

Phase Space and the Classical Probability Distribution

There is one more classical result we will need for comparison later. In classical mechanics, the probability of finding the oscillator between $x$ and $x + dx$ is proportional to the time it spends there, which is inversely proportional to its speed:

$$\rho_{\text{classical}}(x) = \frac{1}{\pi\sqrt{A^2 - x^2}}, \qquad |x| < A$$

This distribution diverges at the turning points $x = \pm A$ (the particle lingers there, moving slowly) and is minimum at the origin (the particle zips through the center). We will compare this with the quantum probability density in Section 4.6 and discover a beautiful confirmation of the correspondence principle.

In phase space $(x, p)$, the classical oscillator traces an ellipse:

$$\frac{x^2}{A^2} + \frac{p^2}{(m\omega A)^2} = 1$$

Every point on this ellipse is equally probable (constant speed in phase space, by Liouville's theorem). The quantum analogue of this phase-space portrait will be the coherent states of Section 4.7.

🔵 Historical Note: The harmonic oscillator was one of the very first problems solved in quantum mechanics. Werner Heisenberg's breakthrough 1925 paper, which launched matrix mechanics, used the harmonic oscillator as its primary example. Max Born and Pascual Jordan immediately recognized that Heisenberg's mysterious "multiplication rule" was matrix multiplication, and the harmonic oscillator's equally spaced spectrum fell out naturally from the matrix formulation. The algebraic approach we develop in Section 4.4 is a direct descendant of this original work.


4.3 The Quantum HO: Analytical Approach

Now we solve the quantum harmonic oscillator using the time-independent Schrödinger equation. This is the "direct assault" method — powerful, explicit, and unavoidable if you want to understand the wavefunctions (not just the energies).

Setting Up the Schrödinger Equation

The potential is $V(x) = \frac{1}{2}m\omega^2 x^2$. The time-independent Schrödinger equation (TISE) reads:

$$-\frac{\hbar^2}{2m}\frac{d^2\psi}{dx^2} + \frac{1}{2}m\omega^2 x^2 \psi = E\psi$$

This is a second-order ODE with a non-constant coefficient ($x^2\psi$). It cannot be solved by our infinite-well technique of just fitting sines and cosines. We need a more sophisticated approach.

🔗 Spaced Review (Ch 2): Recall that the TISE arises from separating the time-dependent Schrödinger equation $i\hbar \partial_t \Psi = \hat{H}\Psi$ into a spatial part and a temporal part $e^{-iEt/\hbar}$. If this is not fresh, revisit Section 2.5 before proceeding.

Introducing Dimensionless Variables

The equation has too many parameters floating around ($\hbar$, $m$, $\omega$). Let us clean it up by introducing the dimensionless variable:

$$\xi \equiv \sqrt{\frac{m\omega}{\hbar}}\, x$$

This has a natural interpretation: $\xi$ measures position in units of the characteristic length $\ell = \sqrt{\hbar / m\omega}$, which is the quantum-mechanical "size" of the oscillator ground state. We also define the dimensionless energy:

$$\epsilon \equiv \frac{2E}{\hbar\omega}$$

Let us verify these substitutions carefully. We have $x = \xi\sqrt{\hbar/(m\omega)}$, so $dx = \sqrt{\hbar/(m\omega)}\,d\xi$, and therefore:

$$\frac{d^2\psi}{dx^2} = \frac{m\omega}{\hbar}\frac{d^2\psi}{d\xi^2}$$

Substituting into the TISE:

$$-\frac{\hbar^2}{2m}\cdot\frac{m\omega}{\hbar}\frac{d^2\psi}{d\xi^2} + \frac{1}{2}m\omega^2\cdot\frac{\hbar}{m\omega}\xi^2\psi = E\psi$$

$$-\frac{\hbar\omega}{2}\frac{d^2\psi}{d\xi^2} + \frac{\hbar\omega}{2}\xi^2\psi = E\psi$$

Dividing by $\frac{1}{2}\hbar\omega$ and using $\epsilon = 2E/\hbar\omega$:

$$\frac{d^2\psi}{d\xi^2} = (\xi^2 - \epsilon)\psi$$

This is the equation we must solve. Notice how clean it is — all physical parameters ($m$, $\omega$, $\hbar$) have been absorbed into the definitions of $\xi$ and $\epsilon$.

🔴 Warning: The characteristic length $\ell = \sqrt{\hbar/(m\omega)}$ is the natural length scale of the problem. For a hydrogen molecule at its vibrational frequency, $\ell \approx 0.07$ \AA — much smaller than the bond length. For a macroscopic oscillator ($m = 1$ kg, $\omega = 1$ rad/s), $\ell \approx 10^{-17}$ m — absurdly small, confirming that quantization effects are undetectable at macroscopic scales.

Step 1: Asymptotic Behavior

For large $|\xi|$, the $\epsilon$ term becomes negligible compared to $\xi^2$, so the equation reduces to:

$$\frac{d^2\psi}{d\xi^2} \approx \xi^2 \psi \qquad (|\xi| \to \infty)$$

The approximate solutions are $\psi \approx e^{\pm \xi^2/2}$. We must discard the $e^{+\xi^2/2}$ solution because it diverges as $|\xi| \to \infty$ — such a wavefunction could never be normalized. Therefore, the physical wavefunctions must behave as:

$$\psi(\xi) \sim e^{-\xi^2/2} \qquad \text{as } |\xi| \to \infty$$

This Gaussian envelope is our first clue that QHO wavefunctions will look very different from the sinusoidal wavefunctions of the infinite well.

Step 2: Factor Out the Asymptotic Behavior

We write:

$$\psi(\xi) = h(\xi)\, e^{-\xi^2/2}$$

where $h(\xi)$ is a new unknown function that we expect to be "well-behaved" (polynomial or power series). Substituting into the dimensionless Schrödinger equation:

First, compute the derivatives. Let $\psi = h e^{-\xi^2/2}$:

$$\psi' = (h' - \xi h)e^{-\xi^2/2}$$

$$\psi'' = (h'' - 2\xi h' + (\xi^2 - 1)h)e^{-\xi^2/2}$$

Substituting into $\psi'' = (\xi^2 - \epsilon)\psi$:

$$(h'' - 2\xi h' + (\xi^2 - 1)h)e^{-\xi^2/2} = (\xi^2 - \epsilon)h\, e^{-\xi^2/2}$$

The $e^{-\xi^2/2}$ factors cancel, and the $\xi^2 h$ terms cancel, leaving:

$$h'' - 2\xi h' + (\epsilon - 1)h = 0$$

This is Hermite's differential equation (in physicist's convention). It is one of the classical equations of mathematical physics.

Step 3: Power Series Solution

We seek a power series solution:

$$h(\xi) = \sum_{j=0}^{\infty} a_j \xi^j = a_0 + a_1\xi + a_2\xi^2 + a_3\xi^3 + \cdots$$

Substituting into Hermite's equation:

$$\sum_{j=0}^{\infty} \left[ (j+2)(j+1)a_{j+2} - 2ja_j + (\epsilon - 1)a_j \right] \xi^j = 0$$

For this to hold for all $\xi$, each coefficient of $\xi^j$ must vanish:

$$(j+2)(j+1)a_{j+2} = (2j + 1 - \epsilon)a_j$$

This gives us the recursion relation:

$$\boxed{a_{j+2} = \frac{2j + 1 - \epsilon}{(j+1)(j+2)}\, a_j}$$

Note that this connects even-indexed coefficients to each other ($a_0 \to a_2 \to a_4 \to \cdots$) and odd-indexed coefficients to each other ($a_1 \to a_3 \to a_5 \to \cdots$). The two free parameters $a_0$ and $a_1$ correspond to the two independent solutions of our second-order ODE.

Step 4: The Quantization Condition — Why Energy Is Discrete

Here comes the crucial step. If the power series for $h(\xi)$ does not terminate — if it goes on forever — then for large $j$ the recursion relation gives:

$$\frac{a_{j+2}}{a_j} \approx \frac{2}{j} \qquad (j \to \infty)$$

This is the same ratio as the Taylor series for $e^{\xi^2}$. So an infinite series for $h(\xi)$ would grow like $e^{\xi^2}$, and the full wavefunction $\psi = h e^{-\xi^2/2}$ would grow like $e^{\xi^2/2}$ — it would diverge and be non-normalizable.

The only escape is to truncate the series. The series terminates at some maximum index $j = n$ if and only if:

$$2n + 1 - \epsilon = 0 \qquad \Longrightarrow \qquad \epsilon = 2n + 1$$

Recalling that $\epsilon = 2E/\hbar\omega$, we get:

$$\boxed{E_n = \left(n + \frac{1}{2}\right)\hbar\omega, \qquad n = 0, 1, 2, 3, \ldots}$$

This is the energy spectrum of the quantum harmonic oscillator. The energies are evenly spaced, with spacing $\hbar\omega$, and the ground state energy is $E_0 = \frac{1}{2}\hbar\omega$ — not zero.

⚠️ Common Misconception: Students sometimes think that the quantization condition is imposed externally — that we "choose" to truncate the series. This is wrong. The series must terminate, because otherwise the wavefunction is not normalizable and does not represent a physical state. Quantization is not imposed; it is forced upon us by the requirement that $\psi$ be a well-behaved function.

Let us pause to appreciate what just happened. We started with a continuous classical problem — a mass on a spring, with a continuous spectrum of allowed energies. By imposing the single requirement that the wavefunction be normalizable (i.e., that the particle must be somewhere), the energy spectrum collapsed from a continuum to a discrete set. The mathematics of the situation left us no choice.

🔄 Check Your Understanding: The recursion relation is $a_{j+2} = \frac{2j + 1 - \epsilon}{(j+1)(j+2)}a_j$. For $n = 3$ (so $\epsilon = 7$): verify that $a_5 = 0$ when starting from the odd series ($a_1 \neq 0, a_0 = 0$). What are $a_1, a_3$ (up to the overall normalization $a_1$)?

Worked Example: Building $\psi_2(x)$

Let us construct the $n = 2$ wavefunction step by step. We need $\epsilon = 2(2) + 1 = 5$. Since $n = 2$ is even, we use the even series ($a_1 = 0$, $a_0$ arbitrary):

$$a_2 = \frac{2(0) + 1 - 5}{(1)(2)}a_0 = \frac{-4}{2}a_0 = -2a_0$$

$$a_4 = \frac{2(2) + 1 - 5}{(3)(4)}a_2 = \frac{0}{12}a_2 = 0 \quad \checkmark$$

The series terminates as required. The polynomial is $h(\xi) = a_0(1 - 2\xi^2)$. Choosing $a_0 = -2$ (by convention, to match the standard Hermite normalization), we get $h(\xi) = 4\xi^2 - 2 = H_2(\xi)$.

The unnormalized wavefunction is:

$$\psi_2(x) \propto (4\xi^2 - 2)e^{-\xi^2/2}$$

After normalization (using the orthogonality integral for Hermite polynomials):

$$\psi_2(x) = \left(\frac{m\omega}{\pi\hbar}\right)^{1/4}\frac{1}{2\sqrt{2}}(4\xi^2 - 2)e^{-\xi^2/2}$$

This wavefunction has two nodes (at $\xi = \pm 1/\sqrt{2}$, i.e., $x = \pm\sqrt{\hbar/(2m\omega)}$) and even parity — both consistent with general expectations for the $n = 2$ state.

Step 5: Hermite Polynomials

When the series terminates at $j = n$, the resulting polynomial $h(\xi)$ is (up to a conventional normalization) the Hermite polynomial $H_n(\xi)$. The first several are:

$n$ $H_n(\xi)$ $E_n$
0 $1$ $\frac{1}{2}\hbar\omega$
1 $2\xi$ $\frac{3}{2}\hbar\omega$
2 $4\xi^2 - 2$ $\frac{5}{2}\hbar\omega$
3 $8\xi^3 - 12\xi$ $\frac{7}{2}\hbar\omega$
4 $16\xi^4 - 48\xi^2 + 12$ $\frac{9}{2}\hbar\omega$

These are the "physicist's" Hermite polynomials, which satisfy the normalization convention $H_n(\xi) = 2^n \xi^n + \text{lower-order terms}$.

Key properties of Hermite polynomials:

  1. Parity: $H_n(-\xi) = (-1)^n H_n(\xi)$. Even-$n$ polynomials are even functions; odd-$n$ are odd.
  2. Orthogonality: $\int_{-\infty}^{\infty} H_m(\xi)H_n(\xi) e^{-\xi^2} d\xi = \sqrt{\pi}\, 2^n n!\, \delta_{mn}$
  3. Recursion: $H_{n+1}(\xi) = 2\xi H_n(\xi) - 2n H_{n-1}(\xi)$
  4. Rodrigues' formula: $H_n(\xi) = (-1)^n e^{\xi^2} \frac{d^n}{d\xi^n} e^{-\xi^2}$
  5. Number of zeros: $H_n(\xi)$ has exactly $n$ real zeros — the wavefunction has $n$ nodes.

The Complete Wavefunctions

The normalized wavefunctions are:

$$\boxed{\psi_n(x) = \left(\frac{m\omega}{\pi\hbar}\right)^{1/4} \frac{1}{\sqrt{2^n n!}}\, H_n(\xi)\, e^{-\xi^2/2}, \qquad \xi = \sqrt{\frac{m\omega}{\hbar}}\,x}$$

These form a complete orthonormal set: any square-integrable function on $(-\infty, \infty)$ can be expanded in terms of the $\psi_n$.

Checkpoint: Before proceeding, make sure you can: 1. Write down the first three QHO wavefunctions explicitly. 2. Explain in one sentence why the energy must be quantized. 3. State the ground state energy and explain why it is not zero.

If you are unsure about any of these, re-read Sections 4.3.4 and 4.3.5 before continuing.


4.4 The Algebraic (Ladder Operator) Method

The analytical method works, but it is laborious. Now we present an entirely different approach that obtains the energy spectrum and the wavefunctions without ever solving a differential equation. This is the algebraic method, also called the ladder operator method or the Dirac method.

This approach is not merely a clever trick — it is a preview of how modern physics actually works. The algebraic method generalizes directly to angular momentum (Ch 12), quantum field theory (Ch 34), and the theory of Lie algebras that underlies particle physics. If the analytical method is the workhorse, the algebraic method is the thoroughbred.

Defining the Ladder Operators

We begin with the Hamiltonian:

$$\hat{H} = \frac{\hat{p}^2}{2m} + \frac{1}{2}m\omega^2\hat{x}^2$$

This looks like a sum of two squares, which suggests we might factor it — much as $a^2 + b^2 = (a + ib)(a - ib)$ for complex numbers. But operators do not commute, so we need to be careful.

Define the lowering (annihilation) operator $\hat{a}$ and the raising (creation) operator $\hat{a}^\dagger$ by:

$$\boxed{\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)}$$

These are dimensionless operators (they produce dimensionless combinations of $\hat{x}$ and $\hat{p}$).

🔵 Historical Note: Paul Dirac introduced this algebraic approach in the late 1920s. The creation and annihilation operator language was later developed by Vladimir Fock and became the foundation of quantum field theory. When physicists talk about "creating" and "destroying" photons, they are using the direct descendants of these operators.

The Fundamental Commutator

Let us compute $[\hat{a}, \hat{a}^\dagger] = \hat{a}\hat{a}^\dagger - \hat{a}^\dagger\hat{a}$. Using $[\hat{x}, \hat{p}] = i\hbar$ (from Ch 2):

$$\hat{a}\hat{a}^\dagger = \frac{m\omega}{2\hbar}\left(\hat{x}^2 + \frac{\hat{p}^2}{m^2\omega^2} + \frac{i}{m\omega}[\hat{x}, \hat{p}]\right) = \frac{m\omega}{2\hbar}\left(\hat{x}^2 + \frac{\hat{p}^2}{m^2\omega^2}\right) - \frac{1}{2}$$

Wait — let us be more careful. We compute the product explicitly:

$$\hat{a}\hat{a}^\dagger = \frac{m\omega}{2\hbar}\left(\hat{x} + \frac{i\hat{p}}{m\omega}\right)\left(\hat{x} - \frac{i\hat{p}}{m\omega}\right)$$

$$= \frac{m\omega}{2\hbar}\left(\hat{x}^2 + \frac{\hat{p}^2}{m^2\omega^2} - \frac{i}{m\omega}[\hat{x},\hat{p}]\right)$$

$$= \frac{m\omega}{2\hbar}\left(\hat{x}^2 + \frac{\hat{p}^2}{m^2\omega^2}\right) + \frac{1}{2}$$

Similarly:

$$\hat{a}^\dagger\hat{a} = \frac{m\omega}{2\hbar}\left(\hat{x}^2 + \frac{\hat{p}^2}{m^2\omega^2}\right) - \frac{1}{2}$$

Therefore:

$$\boxed{[\hat{a}, \hat{a}^\dagger] = 1}$$

This single equation — this one commutation relation — contains everything. It is, in a very real sense, the definition of a quantum harmonic oscillator.

The Hamiltonian in Terms of Ladder Operators

From the expressions above, we immediately see that:

$$\hat{a}^\dagger\hat{a} = \frac{1}{\hbar\omega}\hat{H} - \frac{1}{2}$$

which we rearrange to:

$$\boxed{\hat{H} = \hbar\omega\left(\hat{a}^\dagger\hat{a} + \frac{1}{2}\right) = \hbar\omega\left(\hat{n} + \frac{1}{2}\right)}$$

where we define the number operator $\hat{n} \equiv \hat{a}^\dagger\hat{a}$. The eigenvalues of $\hat{n}$ will turn out to be $0, 1, 2, 3, \ldots$ — hence the name.

Deriving the Spectrum from Algebra Alone

This is the beautiful part. We need nothing beyond $[\hat{a}, \hat{a}^\dagger] = 1$ and the non-negativity of the norm.

Step 1: Useful commutators. From $[\hat{a}, \hat{a}^\dagger] = 1$:

$$[\hat{n}, \hat{a}] = [\hat{a}^\dagger\hat{a}, \hat{a}] = \hat{a}^\dagger[\hat{a}, \hat{a}] + [\hat{a}^\dagger, \hat{a}]\hat{a} = 0 + (-1)\hat{a} = -\hat{a}$$

$$[\hat{n}, \hat{a}^\dagger] = +\hat{a}^\dagger$$

These are the "ladder" relations.

Step 2: If $|n\rangle$ is an eigenstate of $\hat{n}$ with eigenvalue $n$, then $\hat{a}|n\rangle$ is an eigenstate with eigenvalue $n-1$.

Proof:

$$\hat{n}(\hat{a}|n\rangle) = (\hat{a}\hat{n} + [\hat{n},\hat{a}])|n\rangle = (\hat{a}\hat{n} - \hat{a})|n\rangle = \hat{a}(n - 1)|n\rangle = (n-1)(\hat{a}|n\rangle)$$

Similarly, $\hat{a}^\dagger|n\rangle$ is an eigenstate with eigenvalue $n + 1$. Hence $\hat{a}$ lowers the quantum number by one, and $\hat{a}^\dagger$ raises it by one. This is why they are called "ladder operators."

Step 3: The eigenvalues must be non-negative. For any state $|\psi\rangle$:

$$\langle\psi|\hat{n}|\psi\rangle = \langle\psi|\hat{a}^\dagger\hat{a}|\psi\rangle = \|\hat{a}|\psi\rangle\|^2 \geq 0$$

So the eigenvalue $n$ of $\hat{n}$ must be non-negative: $n \geq 0$.

Step 4: The ladder must terminate. If we repeatedly apply $\hat{a}$ to lower the eigenvalue ($n \to n-1 \to n-2 \to \cdots$), we cannot go below zero. The only way to stop is if, at some point, $\hat{a}|0\rangle = 0$ (the zero vector, not the zero eigenvalue). This gives us the ground state: $\hat{n}|0\rangle = 0|0\rangle$.

Step 5: The eigenvalues are non-negative integers. Starting from the ground state $|0\rangle$ and repeatedly applying $\hat{a}^\dagger$, we generate states $|0\rangle, |1\rangle, |2\rangle, \ldots$ with eigenvalues $0, 1, 2, \ldots$

The energy eigenvalues are therefore:

$$E_n = \hbar\omega\left(n + \frac{1}{2}\right), \qquad n = 0, 1, 2, 3, \ldots$$

This is the same result we obtained from the analytical method — but derived entirely from the commutation relation $[\hat{a}, \hat{a}^\dagger] = 1$ and the requirement that norms be non-negative. No differential equations, no power series, no Hermite polynomials.

🔍 Why Does This Work? The Algebraic Method

Why does a single commutation relation $[\hat{a}, \hat{a}^\dagger] = 1$ contain all the physics of the harmonic oscillator? The deep answer is that this commutator defines a mathematical structure called a Heisenberg algebra (or, more precisely, the oscillator algebra). The representation theory of this algebra — the classification of all possible Hilbert spaces on which it can act — gives exactly one answer: the Fock space with basis $|0\rangle, |1\rangle, |2\rangle, \ldots$ This is a preview of how symmetry algebras determine the structure of quantum mechanics, a theme we will develop much further in Ch 10 and Ch 12.

Normalization of the Ladder Operator Action

We need the proportionality constants. We know $\hat{a}|n\rangle$ is proportional to $|n-1\rangle$. To find the constant, compute:

$$\|\hat{a}|n\rangle\|^2 = \langle n|\hat{a}^\dagger\hat{a}|n\rangle = \langle n|\hat{n}|n\rangle = n$$

Therefore $\hat{a}|n\rangle = \sqrt{n}\,|n-1\rangle$. Similarly:

$$\|\hat{a}^\dagger|n\rangle\|^2 = \langle n|\hat{a}\hat{a}^\dagger|n\rangle = \langle n|(\hat{n} + 1)|n\rangle = n + 1$$

So $\hat{a}^\dagger|n\rangle = \sqrt{n+1}\,|n+1\rangle$. To summarize:

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

And the excited states can be built from the ground state:

$$|n\rangle = \frac{(\hat{a}^\dagger)^n}{\sqrt{n!}}\,|0\rangle$$

Recovering the Ground State Wavefunction

The algebraic method tells us that $\hat{a}|0\rangle = 0$. We can use this to find the position-space ground state wavefunction without ever touching a Hermite polynomial.

In position space, $\hat{a}|0\rangle = 0$ becomes:

$$\sqrt{\frac{m\omega}{2\hbar}}\left(x + \frac{\hbar}{m\omega}\frac{d}{dx}\right)\psi_0(x) = 0$$

This is a first-order ODE:

$$\frac{d\psi_0}{dx} = -\frac{m\omega}{\hbar}x\,\psi_0$$

with solution:

$$\psi_0(x) = A\,e^{-m\omega x^2 / 2\hbar}$$

Normalizing: $A = (m\omega/\pi\hbar)^{1/4}$. This is exactly the $n = 0$ Hermite function — the Gaussian ground state we found analytically. The algebraic method reproduces the wavefunctions when we want them, but it does not require them for most calculations.

Worked Example: Matrix element $\langle 2|\hat{x}|3\rangle$

Using $\hat{x} = \sqrt{\frac{\hbar}{2m\omega}}(\hat{a} + \hat{a}^\dagger)$:

$$\langle 2|\hat{x}|3\rangle = \sqrt{\frac{\hbar}{2m\omega}}\langle 2|(\hat{a} + \hat{a}^\dagger)|3\rangle$$

$$= \sqrt{\frac{\hbar}{2m\omega}}\left(\langle 2|\hat{a}|3\rangle + \langle 2|\hat{a}^\dagger|3\rangle\right)$$

$$= \sqrt{\frac{\hbar}{2m\omega}}\left(\sqrt{3}\,\langle 2|2\rangle + \sqrt{4}\,\langle 2|4\rangle\right)$$

$$= \sqrt{\frac{\hbar}{2m\omega}}\left(\sqrt{3}\cdot 1 + 2\cdot 0\right) = \sqrt{\frac{3\hbar}{2m\omega}}$$

This calculation, which would require evaluating an integral over Hermite polynomials in the analytical method, takes two lines with ladder operators. This efficiency is why the algebraic method dominates modern quantum mechanics.

Checkpoint: Make sure you can: 1. Write down $\hat{a}$ and $\hat{a}^\dagger$ in terms of $\hat{x}$ and $\hat{p}$. 2. Verify that $[\hat{a}, \hat{a}^\dagger] = 1$ using $[\hat{x}, \hat{p}] = i\hbar$. 3. Explain in words why the eigenvalues of $\hat{n}$ must be non-negative integers. 4. Calculate $\hat{a}^\dagger\hat{a}^\dagger|3\rangle$ using the normalization formulas.

Comparison: Analytical vs. Algebraic Methods

Feature Analytical (Hermite) Algebraic (Ladder)
Starting point TISE as differential equation Commutation relation $[\hat{a}, \hat{a}^\dagger] = 1$
Key technique Power series, recursion relation Operator algebra, norm positivity
Gives energies? Yes Yes
Gives wavefunctions? Yes, explicitly (Hermite polynomials) Indirectly (ground state + ladder operators)
Gives matrix elements? Requires integration Immediate from $\hat{a}$, $\hat{a}^\dagger$ formulas
Difficulty Heavy computation, many steps Elegant, fewer steps
Generalizes to Other exactly solvable potentials Angular momentum, QFT, any system with algebraic structure
Best for Explicit wavefunction calculations Spectral structure, selection rules, field theory

The algebraic method is generally preferred in modern physics for its elegance and generalizability. But the analytical method is indispensable when you need explicit wavefunctions (for instance, to compute position-space probability densities or overlap integrals).

💡 Key Insight: The fact that two radically different methods — differential equations and abstract algebra — give the same answer is not a coincidence. It reflects a deep unity in mathematics. The analytical approach works in position representation; the algebraic approach works in any representation. As we move to Dirac notation (Ch 8), the algebraic formulation will become the natural language.


4.5 Zero-Point Energy: Something from Nothing

The ground state energy of the quantum harmonic oscillator is:

$$E_0 = \frac{1}{2}\hbar\omega$$

This is emphatically not zero. A quantum harmonic oscillator in its ground state — the lowest possible energy — is still jiggling. There is no way to bring it to rest. This is zero-point energy, and it has profound consequences.

Physical Origin: The Uncertainty Principle

Why is the ground state energy nonzero? The answer connects to the Heisenberg uncertainty principle. Consider trying to minimize the energy:

$$E = \frac{\langle\hat{p}^2\rangle}{2m} + \frac{1}{2}m\omega^2\langle\hat{x}^2\rangle$$

To minimize the kinetic energy, you want $\langle\hat{p}^2\rangle$ to be small — localize the particle's momentum near zero. To minimize the potential energy, you want $\langle\hat{x}^2\rangle$ to be small — localize the particle's position near $x = 0$.

But the uncertainty principle says $\Delta x\,\Delta p \geq \hbar/2$. If you squeeze the position uncertainty $\Delta x$, the momentum uncertainty $\Delta p$ must increase, driving up the kinetic energy. If you relax $\Delta x$ to reduce kinetic energy, the potential energy grows.

💡 Key Insight (Intuition): Zero-point energy is the cost of confinement. The uncertainty principle imposes a trade-off between position and momentum uncertainties, and the minimum energy consistent with this trade-off is $\frac{1}{2}\hbar\omega$. It is not "energy from nothing" — it is the irreducible energy of a localized quantum particle in a potential well.

Let us make this quantitative. For the ground state, it can be shown that $\Delta x = \sqrt{\hbar/2m\omega}$ and $\Delta p = \sqrt{m\omega\hbar/2}$, giving:

$$\Delta x \cdot \Delta p = \frac{\hbar}{2}$$

The ground state saturates the uncertainty bound — it is a minimum-uncertainty state. This is directly related to its Gaussian wavefunction shape (recall that Gaussians are the unique minimum-uncertainty wavepackets).

🔗 Spaced Review (Ch 1): The quantization of energy was one of the founding shocks of quantum mechanics: Planck's $E = nh\nu$ for cavity radiation. Here we see a more precise statement — the energy levels are $(n + \frac{1}{2})\hbar\omega$, and the $\frac{1}{2}$ is as fundamental as the $n$.

Is Zero-Point Energy Real?

This is not merely a theoretical curiosity. Zero-point energy has measurable physical consequences.

The Casimir Effect (1948): Hendrik Casimir predicted that two uncharged, perfectly conducting parallel plates placed very close together in vacuum would experience an attractive force. The reason: the vacuum electromagnetic field has zero-point energy in each mode, and the plates restrict which modes can exist between them. The modes with wavelengths that don't "fit" between the plates are excluded, reducing the zero-point energy between the plates relative to outside. The resulting energy difference produces a force.

This effect was measured experimentally by Steve Lamoreaux in 1997, confirming Casimir's prediction to within a few percent.

🧪 Experiment: The Casimir force between two plates separated by distance $d$ is:

$$F = -\frac{\pi^2 \hbar c}{240 d^4} \times A$$

where $A$ is the plate area. For plates 1 $\mu$m apart with area 1 cm$^2$, this gives $F \approx 1.3 \times 10^{-7}$ N — tiny, but measurable with modern techniques.

Vacuum Fluctuations and Spontaneous Emission: An excited atom in "empty" vacuum still decays to its ground state by emitting a photon. In classical electrodynamics, an atom in a field-free region should not radiate. The quantum explanation: the vacuum has zero-point fluctuations in the electromagnetic field, and these fluctuations stimulate the atom to decay. Without zero-point energy, spontaneous emission would not exist, and the universe would be a very different (and very dark) place.

⚠️ Common Misconception: Zero-point energy does not mean we can extract unlimited energy from the vacuum. The vacuum state is, by definition, the lowest energy state — there is nowhere lower to go. Proposals for "zero-point energy machines" misunderstand this fundamental point. The Casimir effect is a difference in zero-point energies between two configurations, not an extraction from the vacuum.

Zero-Point Energy in the Bigger Picture

The concept of zero-point energy extends far beyond the simple oscillator:

  • Molecular zero-point motion: Atoms in molecules vibrate even at absolute zero temperature. This affects bond lengths, dissociation energies, and isotope effects. Deuterium (heavier than hydrogen) has lower zero-point energy, making its bonds slightly more stable — a fact exploited in isotope separation.
  • Liquid helium: Helium remains liquid down to absolute zero at normal pressure (unique among elements) because its zero-point energy is large enough to prevent solidification. The atoms simply move too much to lock into a crystal lattice.
  • Cosmological constant problem: In quantum field theory, summing zero-point energies over all field modes gives an infinite (or absurdly large, after regularization) vacuum energy density. The observed cosmological constant is 120 orders of magnitude smaller. This is arguably the worst prediction in the history of physics, and it remains an open problem.

🧪 Experiment — Measuring Zero-Point Energy in Molecules: The zero-point energy of molecular vibrations is directly observable in spectroscopy. The dissociation energy $D_0$ (energy required to break a bond starting from $v = 0$) is always less than the well depth $D_e$ by exactly $\frac{1}{2}\hbar\omega$:

$$D_0 = D_e - \frac{1}{2}\hbar\omega$$

For HCl, $D_e = 4.618$ eV and $\frac{1}{2}\hbar\omega = 0.186$ eV, giving $D_0 = 4.432$ eV. This can be measured by photodissociation experiments, and the agreement between the predicted and measured $D_0$ provides direct experimental confirmation that zero-point energy is real.

Furthermore, comparing $D_0$ for HCl and DCl reveals the isotope effect: DCl has a lower zero-point energy (because deuterium is heavier), so its $D_0$ is larger — the D-Cl bond is harder to break. This difference is measurable and consistent with the QHO prediction to within experimental precision.

🔄 Check Your Understanding: A quantum harmonic oscillator has $\omega = 10^{14}$ rad/s. (a) What is its zero-point energy in eV? (b) At what temperature does the thermal energy $k_BT$ equal the level spacing $\hbar\omega$? (c) Below this temperature, would you expect the oscillator to be in its ground state or in a superposition of many levels?


4.6 The QHO Wavefunctions: Properties and Visualization

Now let us examine what the QHO wavefunctions actually look like and what they tell us about the physics.

Probability Densities

The probability density $|\psi_n(x)|^2$ gives the probability of finding the particle near position $x$. The first several QHO probability densities have distinctive features:

Ground state ($n = 0$): $|\psi_0|^2 \propto e^{-m\omega x^2/\hbar}$ — a Gaussian centered at $x = 0$. The particle is most likely to be found at the equilibrium position.

First excited state ($n = 1$): $|\psi_1|^2 \propto x^2 e^{-m\omega x^2/\hbar}$ — zero at the origin (one node), with two symmetric peaks on either side.

Higher states ($n = 2, 3, \ldots$): $n$ nodes, with the probability density increasingly concentrated near the classical turning points.

Classical Turning Points

A classical oscillator with energy $E_n = (n + \frac{1}{2})\hbar\omega$ would turn around at the points where kinetic energy equals zero:

$$\frac{1}{2}m\omega^2 x_{\text{tp}}^2 = E_n \qquad \Longrightarrow \qquad x_{\text{tp}} = \pm\sqrt{\frac{(2n+1)\hbar}{m\omega}}$$

In the quantum case, the wavefunction extends beyond the classical turning points — this is the phenomenon of classically forbidden penetration (tunneling into the barrier region). The wavefunction decays exponentially in the classically forbidden region but does not abruptly vanish.

📊 By the Numbers: For the ground state, the probability of finding the particle in the classically forbidden region (beyond the turning points) is approximately 16%. This is substantial — a measurably "non-classical" effect.

The Correspondence Principle: Large Quantum Numbers

As $n$ increases, the quantum probability density should approach the classical prediction. For a classical oscillator, the particle spends more time near the turning points (where it moves slowly) and less time near the center (where it moves fastest). The classical probability density is:

$$\rho_{\text{classical}}(x) = \frac{1}{\pi\sqrt{A^2 - x^2}}$$

which diverges (spends the most time) at the turning points $x = \pm A$.

For large $n$, the quantum probability density $|\psi_n(x)|^2$ oscillates rapidly, but its envelope approaches $\rho_{\text{classical}}$. The rapid oscillations average out, and the classical result emerges. This is a beautiful example of the correspondence principle — quantum mechanics reduces to classical mechanics in the appropriate limit.

Node Counting and Parity

General properties of QHO wavefunctions:

  1. $\psi_n$ has exactly $n$ nodes (zeros, not counting the points at infinity). This is a general theorem for 1D bound states in any potential: the $n$-th excited state has $n$ nodes.
  2. Parity: $\psi_n(-x) = (-1)^n \psi_n(x)$. Even-$n$ states are symmetric (even parity); odd-$n$ states are antisymmetric (odd parity). This follows from the parity of the Hermite polynomials and the symmetry of the potential $V(x) = V(-x)$.
  3. Orthonormality: $\int_{-\infty}^{\infty} \psi_m^*(x)\psi_n(x)\,dx = \delta_{mn}$.
  4. Completeness: Any $L^2$ function on the real line can be expanded as $f(x) = \sum_{n=0}^{\infty} c_n \psi_n(x)$.

Checkpoint: Consider the state $\psi_5(x)$. 1. How many nodes does it have? 2. Is it an even or odd function? 3. Is the probability of finding the particle at $x = 0$ zero or nonzero? 4. Is the energy above or below $3\hbar\omega$?

(Answers: 5 nodes; odd function since $(-1)^5 = -1$; probability at $x=0$ is zero because odd functions vanish at the origin; $E_5 = \frac{11}{2}\hbar\omega = 5.5\hbar\omega > 3\hbar\omega$.)

Explicit Wavefunctions: The First Five States

Let us write out the first five QHO wavefunctions explicitly. Using $\ell = \sqrt{\hbar/m\omega}$ as the length unit and $\xi = x/\ell$:

$$\psi_0(x) = \left(\frac{1}{\pi^{1/2}\ell}\right)^{1/2} e^{-\xi^2/2}$$

$$\psi_1(x) = \left(\frac{1}{\pi^{1/2}\ell}\right)^{1/2} \sqrt{2}\,\xi\, e^{-\xi^2/2}$$

$$\psi_2(x) = \left(\frac{1}{\pi^{1/2}\ell}\right)^{1/2} \frac{1}{\sqrt{2}}(2\xi^2 - 1)\, e^{-\xi^2/2}$$

$$\psi_3(x) = \left(\frac{1}{\pi^{1/2}\ell}\right)^{1/2} \frac{1}{\sqrt{3}}(2\xi^3 - 3\xi)\, e^{-\xi^2/2}$$

$$\psi_4(x) = \left(\frac{1}{\pi^{1/2}\ell}\right)^{1/2} \frac{1}{2\sqrt{6}}(4\xi^4 - 12\xi^2 + 3)\, e^{-\xi^2/2}$$

Notice the pattern: each wavefunction is a polynomial of degree $n$ multiplied by the universal Gaussian decay $e^{-\xi^2/2}$. The polynomial controls the number of nodes and the oscillatory structure; the Gaussian ensures normalizability by forcing the wavefunction to vanish at large $|x|$.

Worked Example: Where is $\psi_1$ maximized?

The first excited state is $\psi_1(x) \propto \xi\, e^{-\xi^2/2}$. To find its extrema, differentiate and set to zero:

$$\frac{d}{d\xi}\left(\xi\, e^{-\xi^2/2}\right) = (1 - \xi^2)e^{-\xi^2/2} = 0$$

This gives $\xi = \pm 1$, i.e., $x = \pm\ell = \pm\sqrt{\hbar/m\omega}$. The probability density $|\psi_1|^2$ has its two peaks at exactly the characteristic length scale of the oscillator — one on each side of the origin.

🔄 Check Your Understanding: For $\psi_2(x) \propto (2\xi^2 - 1)e^{-\xi^2/2}$, find: (a) the positions of the two nodes, and (b) the three extrema of $|\psi_2|^2$. Verify that there is a local maximum at $\xi = 0$ (unlike $\psi_1$, which has a zero there).

Expectation Values

Using the ladder operator formalism, it is straightforward to compute expectation values. Since $\hat{x} = \sqrt{\frac{\hbar}{2m\omega}}(\hat{a} + \hat{a}^\dagger)$ and $\hat{p} = i\sqrt{\frac{m\omega\hbar}{2}}(\hat{a}^\dagger - \hat{a})$, we find:

$$\langle n|\hat{x}|n\rangle = 0, \qquad \langle n|\hat{p}|n\rangle = 0$$

$$\langle n|\hat{x}^2|n\rangle = \frac{\hbar}{2m\omega}(2n + 1), \qquad \langle n|\hat{p}^2|n\rangle = \frac{m\omega\hbar}{2}(2n + 1)$$

These results are physically sensible: the average position and momentum are zero (the particle oscillates symmetrically), and the spread in both $x$ and $p$ grows with $n$. Notice that $\langle T \rangle = \langle V \rangle = \frac{1}{2}E_n$ — the virial theorem for the harmonic oscillator.


4.7 Coherent States: The Most Classical Quantum States

The energy eigenstates $|n\rangle$ are stationary states — their probability densities do not change in time. But a classical oscillator moves! Its expected position oscillates as $\langle x \rangle = A\cos(\omega t + \phi)$. Is there a quantum state that reproduces this classical behavior?

Yes. They are called coherent states, and they are among the most important states in all of quantum optics and quantum field theory.

Definition

A coherent state $|\alpha\rangle$ is defined as an eigenstate of the annihilation operator:

$$\hat{a}|\alpha\rangle = \alpha|\alpha\rangle$$

where $\alpha$ is a complex number. Note that $\hat{a}$ is not Hermitian, so there is no requirement that $\alpha$ be real. The eigenvalue $\alpha$ can be any complex number whatsoever.

Expansion in the Number Basis

We can expand $|\alpha\rangle$ in the energy eigenbasis $\{|n\rangle\}$:

$$|\alpha\rangle = \sum_{n=0}^{\infty} c_n |n\rangle$$

Using $\hat{a}|\alpha\rangle = \alpha|\alpha\rangle$ and $\hat{a}|n\rangle = \sqrt{n}|n-1\rangle$:

$$\sum_{n=1}^{\infty} c_n \sqrt{n}\,|n-1\rangle = \alpha \sum_{n=0}^{\infty} c_n |n\rangle$$

Shifting the index and comparing coefficients: $c_{n+1}\sqrt{n+1} = \alpha c_n$, giving:

$$c_n = \frac{\alpha^n}{\sqrt{n!}}\, c_0$$

Normalizing: $\sum_{n=0}^{\infty}|c_n|^2 = |c_0|^2 e^{|\alpha|^2} = 1$, so $c_0 = e^{-|\alpha|^2/2}$.

Therefore:

$$\boxed{|\alpha\rangle = e^{-|\alpha|^2/2} \sum_{n=0}^{\infty} \frac{\alpha^n}{\sqrt{n!}}\,|n\rangle}$$

Properties of Coherent States

1. Poisson distribution of photon numbers. The probability of measuring $n$ quanta (photons, phonons, etc.) in a coherent state is:

$$P(n) = |\langle n|\alpha\rangle|^2 = \frac{|\alpha|^{2n}}{n!}e^{-|\alpha|^2}$$

This is a Poisson distribution with mean $\bar{n} = |\alpha|^2$ and variance $\Delta n^2 = |\alpha|^2$. The relative fluctuation is $\Delta n / \bar{n} = 1/|\alpha|$ — large for small $|\alpha|$, small for large $|\alpha|$.

2. Minimum uncertainty. Coherent states satisfy $\Delta x \cdot \Delta p = \hbar/2$ — they saturate the Heisenberg bound, just like the ground state. In fact, the ground state is the coherent state $|\alpha = 0\rangle$.

3. Classical-like time evolution. Under the harmonic oscillator Hamiltonian:

$$|\alpha, t\rangle = |e^{-i\omega t}\alpha\rangle$$

The coherent state remains a coherent state — it simply rotates in phase space. The expectation values follow the classical trajectory:

$$\langle\hat{x}\rangle(t) = \sqrt{\frac{2\hbar}{m\omega}}\,|\alpha|\cos(\omega t - \phi_\alpha)$$

where $\alpha = |\alpha|e^{i\phi_\alpha}$. This is exactly classical simple harmonic motion.

4. The probability density oscillates without changing shape. The $|\psi(x,t)|^2$ for a coherent state is a Gaussian that sloshes back and forth — a true quantum wave packet that does not spread. This is unique to the harmonic potential; in other potentials, wave packets inevitably spread.

🔗 Connection (Ch 27 preview): In quantum optics, the electromagnetic field in a laser is well approximated by a coherent state. The parameter $|\alpha|^2$ gives the mean photon number. A typical HeNe laser beam might have $|\alpha|^2 \sim 10^{12}$ photons per mode — the relative fluctuation is $1/|\alpha| \sim 10^{-6}$, essentially classical. But for $|\alpha|^2 \sim 1$ (single-photon regime), the quantum nature dominates. This is the domain of quantum optics, quantum cryptography, and quantum computing with photonic qubits.

The Displacement Operator

Coherent states can also be generated by applying a displacement operator to the vacuum:

$$|\alpha\rangle = \hat{D}(\alpha)|0\rangle, \qquad \hat{D}(\alpha) = e^{\alpha\hat{a}^\dagger - \alpha^*\hat{a}}$$

This operator displaces the vacuum state in phase space by an amount determined by $\alpha$. Writing $\alpha = |\alpha|e^{i\phi}$, the displacement in $x$ and $p$ is:

$$\langle\hat{x}\rangle = \sqrt{\frac{2\hbar}{m\omega}}\,\text{Re}(\alpha), \qquad \langle\hat{p}\rangle = \sqrt{2m\omega\hbar}\,\text{Im}(\alpha)$$

So the real part of $\alpha$ controls the mean position and the imaginary part controls the mean momentum. A purely real $\alpha$ creates a state displaced to the right with zero mean momentum — it will oscillate like a particle released from rest at a displaced position. A purely imaginary $\alpha$ creates a state centered at the origin but with nonzero mean momentum — it will oscillate like a particle kicked from equilibrium.

The displacement operator has elegant properties: - $\hat{D}^\dagger(\alpha) = \hat{D}(-\alpha)$ (unitary) - $\hat{D}(\alpha)\hat{a}\hat{D}^\dagger(\alpha) = \hat{a} - \alpha$ (displaces the annihilation operator) - $\hat{D}(\alpha)\hat{D}(\beta) = e^{(\alpha\beta^* - \alpha^*\beta)/2}\hat{D}(\alpha + \beta)$ (composition law with a phase)

⚠️ Common Misconception: Students sometimes think coherent states are energy eigenstates. They are not — they are superpositions of all energy eigenstates. That is precisely why they can exhibit time-dependent behavior (oscillating expectation values). An energy eigenstate, by definition, is stationary — its probability density does not change in time.

Why Coherent States Matter

The physical importance of coherent states extends far beyond the harmonic oscillator:

  1. Laser light is well-described by coherent states of the electromagnetic field. The laser cavity produces a state with well-defined amplitude and phase, not a definite photon number. This is why laser light has the remarkable properties of spatial coherence (all photons in phase), temporal coherence (well-defined frequency), and intensity stability (Poissonian fluctuations with small relative variance for macroscopic beams).

  2. Classical limit. Coherent states are the bridge between quantum and classical physics. The Ehrenfest theorem guarantees that expectation values of $\hat{x}$ and $\hat{p}$ follow Newton's equations, but for arbitrary states the probability distribution can look wildly non-classical. Coherent states are special: their probability density is a Gaussian that follows the classical trajectory without spreading. This is the most concrete realization of the correspondence principle for the oscillator.

  3. Quantum information with light. Quantum key distribution protocols (BB84 and its variants) often use weak coherent pulses (coherent states with $|\alpha|^2 \ll 1$) as approximations to single-photon states. The Poissonian statistics mean there is a small but nonzero probability of multi-photon pulses, which creates a security vulnerability (the photon number splitting attack). Understanding coherent state photon statistics is therefore essential for quantum cryptography.

  4. Semiclassical approximations. In many areas of physics — from chemical reaction dynamics to quantum chaos — coherent states provide the natural "classical-like" initial conditions for semiclassical propagation.

🔄 Check Your Understanding: For a coherent state with $|\alpha|^2 = 100$ (a moderately intense laser mode), what is the probability of finding exactly zero photons? What is the relative number fluctuation $\Delta n / \bar{n}$? Why is it legitimate to treat this light as "essentially classical"?

Checkpoint: A coherent state with $\alpha = 2$ is prepared. 1. What is the mean number of quanta? ($\bar{n} = |\alpha|^2 = 4$) 2. What is the probability of measuring $n = 0$ quanta? ($P(0) = e^{-4} \approx 0.018$) 3. Does this state have a definite energy? (No — it is a superposition of all $|n\rangle$.)


4.8 Why the QHO Is Everywhere

We opened this chapter by claiming that the QHO is the most important problem in physics. Having solved it, let us justify that claim by surveying the extraordinary range of physical systems it describes.

Molecular Vibrations

The potential energy of a diatomic molecule as a function of internuclear separation $r$ has a minimum at the equilibrium bond length $r_0$. Near this minimum, the potential is well approximated by a parabola, and the vibrational motion is that of a QHO with:

$$\omega = \sqrt{\frac{k}{\mu}}, \qquad \mu = \frac{m_1 m_2}{m_1 + m_2}$$

where $k$ is the effective spring constant (second derivative of the molecular potential at $r_0$) and $\mu$ is the reduced mass.

The vibrational energy levels are:

$$E_v = \left(v + \frac{1}{2}\right)\hbar\omega, \qquad v = 0, 1, 2, \ldots$$

(Spectroscopists traditionally use $v$ rather than $n$ for vibrational quantum numbers.) The spacing $\hbar\omega$ is typically in the infrared range (wavelengths of a few micrometers), which is why molecules absorb infrared radiation — the fundamental mechanism behind the greenhouse effect and infrared spectroscopy.

📊 By the Numbers: For HCl, $\omega \approx 5.63 \times 10^{14}$ rad/s, giving $\hbar\omega \approx 0.37$ eV. The first few vibrational transitions match experiment to within a few percent. Deviations at higher $v$ reveal anharmonicity — the real molecular potential is not perfectly parabolic — which will be treated perturbatively in Ch 17.

Phonons in Solids

In a crystal lattice, each atom sits in a potential well created by its neighbors. The collective vibrations of the lattice — phonons — are normal modes that each behave as independent quantum harmonic oscillators. The Debye and Einstein models of specific heat, which explained the low-temperature behavior of solids that classical physics could not, are built entirely on the QHO.

Each phonon mode with frequency $\omega_k$ contributes energy $(n_k + \frac{1}{2})\hbar\omega_k$ to the crystal, where $n_k$ is the number of phonons in that mode. At temperature $T$, the average occupation is given by the Bose-Einstein distribution:

$$\bar{n}_k = \frac{1}{e^{\hbar\omega_k / k_B T} - 1}$$

The zero-point energy of all phonon modes contributes to the total energy of the crystal even at absolute zero.

Photons and the Electromagnetic Field

This is perhaps the most profound application. In quantum electrodynamics, the electromagnetic field is decomposed into modes (plane waves), and each mode is a quantum harmonic oscillator. The "quanta" of these oscillators are photons.

A single mode of frequency $\omega$ has energy:

$$E = \left(n + \frac{1}{2}\right)\hbar\omega$$

where $n$ is the number of photons in that mode. The state $|n\rangle$ is called a Fock state or number state — it has exactly $n$ photons. The ladder operators become creation ($\hat{a}^\dagger$ creates a photon) and annihilation ($\hat{a}$ destroys a photon) operators.

This is the bridge from quantum mechanics to quantum field theory. When you say "there are 3 photons in this mode," you are saying the corresponding oscillator is in the state $|3\rangle$. When you say "a photon was emitted," you mean $\hat{a}^\dagger$ acted on the field state. The entire language of particle physics — creation, annihilation, vacuum fluctuations — comes directly from the harmonic oscillator formalism.

🔗 Connection (Ch 34 preview): In Ch 34 (Second Quantization), we will formalize this connection: every free quantum field is equivalent to an infinite collection of independent harmonic oscillators, one for each momentum mode. The creation and annihilation operators we defined in this chapter will become the fundamental building blocks of quantum field theory. Everything you learned in Section 4.4 will generalize directly.

From Phonons to Specific Heat: Einstein and Debye

The phonon description of crystal vibrations solved one of the great puzzles of classical physics. The Dulong-Petit law predicted that the specific heat of all solids should be $C_V = 3Nk_B$ (where $N$ is the number of atoms), independent of temperature. This works well at high temperatures but fails catastrophically at low temperatures, where $C_V$ drops toward zero.

Einstein (1907) modeled the solid as $3N$ independent quantum harmonic oscillators, all with the same frequency $\omega_E$. Each oscillator has average energy:

$$\langle E \rangle = \frac{\hbar\omega_E}{e^{\hbar\omega_E/k_BT} - 1} + \frac{1}{2}\hbar\omega_E$$

At high temperature ($k_BT \gg \hbar\omega_E$), this reduces to $k_BT$ per oscillator (Dulong-Petit). At low temperature ($k_BT \ll \hbar\omega_E$), the oscillators freeze out — they cannot absorb a fraction of a quantum, so they remain in their ground state, contributing zero to the specific heat. The QHO energy quantization directly explains the specific heat anomaly.

Debye (1912) improved the model by allowing a distribution of phonon frequencies (a more realistic description of collective lattice vibrations) and obtained the famous $C_V \propto T^3$ law at low temperatures, which matches experiment beautifully.

The LC Circuit

A classical LC circuit (inductor $L$ and capacitor $C$) oscillates with frequency $\omega = 1/\sqrt{LC}$. When we quantize this circuit (which becomes important for superconducting quantum computing), the energy is:

$$E_n = \left(n + \frac{1}{2}\right)\hbar\omega$$

The quantum of excitation in an LC circuit is sometimes called a "microwave photon" (since superconducting circuits operate at GHz frequencies). Superconducting qubits are, at their most basic level, anharmonic oscillators — they start as QHOs but are deliberately made nonlinear to isolate the $|0\rangle$ and $|1\rangle$ states as a qubit.

Gravitational Wave Detectors: A Modern Application

The QHO even appears in cutting-edge physics experiments. The LIGO gravitational wave detector uses laser interferometry to measure displacements of $\sim 10^{-18}$ m — smaller than the diameter of a proton. At these scales, the mirror is essentially a quantum harmonic oscillator, and the measurement is limited by quantum noise: vacuum fluctuations of the electromagnetic field in the interferometer arms.

To beat this quantum limit, LIGO and other detectors use squeezed states of light — states in which the uncertainty in one quadrature (say, phase) is reduced below the vacuum level at the expense of increased uncertainty in the other quadrature (amplitude). These squeezed states are directly related to the coherent states we discussed above. The squeezing technique, first proposed in the 1980s and implemented at LIGO in 2019, improved the detection range by approximately 50%, demonstrating that the QHO formalism has immediate practical consequences even for detecting ripples in spacetime itself.

Summary: The QHO as Universal Building Block

The QHO is universal because:

  1. Any smooth potential near a minimum is approximately parabolic (Taylor expansion argument).
  2. Quantum fields decompose into modes, each being a QHO (quantization of fields).
  3. The algebraic structure ($[\hat{a}, \hat{a}^\dagger] = 1$) appears whenever you have equally spaced levels — and equally spaced levels appear everywhere.
  4. Coherent states provide the bridge between quantum and classical — they are the quantum states closest to classical behavior.

If you understand the quantum harmonic oscillator deeply, you have the conceptual vocabulary to approach molecular physics, solid-state physics, quantum optics, and quantum field theory. That is why this problem deserves its title: the most important problem in all of physics.


4.9 Summary and Project Checkpoint

What We Accomplished

In this chapter, we solved the quantum harmonic oscillator by two independent methods and explored its physical significance. Let us gather the key results and compare them with what we learned in earlier chapters.

How the QHO compares to the infinite square well (Ch 3):

Property Infinite Square Well Quantum Harmonic Oscillator
Potential $V = 0$ inside, $\infty$ outside $V = \frac{1}{2}m\omega^2 x^2$ everywhere
Domain Finite: $0 < x < L$ Infinite: $-\infty < x < \infty$
Boundary conditions $\psi(0) = \psi(L) = 0$ $\psi(\pm\infty) = 0$ (normalizability)
Energy spectrum $E_n = n^2\pi^2\hbar^2/(2mL^2)$, $n = 1,2,\ldots$ $E_n = (n+\frac{1}{2})\hbar\omega$, $n = 0,1,2,\ldots$
Level spacing Grows as $n$ Constant: $\hbar\omega$
Ground state energy $E_1 = \pi^2\hbar^2/(2mL^2)$ $E_0 = \frac{1}{2}\hbar\omega$
Wavefunctions Sines Gaussians $\times$ Hermite polynomials
Classically forbidden region None (hard walls) Yes (exponential decay beyond turning points)
Number of bound states Infinite Infinite
Algebraic method available? No (no ladder operators) Yes — the defining feature

The constant level spacing of the QHO is what makes it so special. It means that the photon emitted in a transition from $|n+1\rangle$ to $|n\rangle$ has the same energy $\hbar\omega$ regardless of $n$. This uniformity is what allows us to speak of "photons of frequency $\omega$" without specifying which energy levels are involved.

The Energy Spectrum:

$$E_n = \left(n + \frac{1}{2}\right)\hbar\omega, \qquad n = 0, 1, 2, 3, \ldots$$

  • Equally spaced levels with spacing $\hbar\omega$
  • Ground state energy $E_0 = \frac{1}{2}\hbar\omega$ (zero-point energy)
  • This spectrum follows from both the analytical method (power series + Hermite polynomials) and the algebraic method (ladder operators + commutation relations)

The Wavefunctions:

$$\psi_n(x) = \left(\frac{m\omega}{\pi\hbar}\right)^{1/4} \frac{1}{\sqrt{2^n n!}}\, H_n\!\left(\sqrt{\frac{m\omega}{\hbar}}\,x\right) e^{-m\omega x^2 / 2\hbar}$$

  • Gaussian envelope $\times$ Hermite polynomial
  • $\psi_n$ has $n$ nodes and parity $(-1)^n$
  • Penetration into classically forbidden region

The Ladder Operators:

$$\hat{a} = \sqrt{\frac{m\omega}{2\hbar}}\left(\hat{x} + \frac{i\hat{p}}{m\omega}\right), \qquad [\hat{a}, \hat{a}^\dagger] = 1$$

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

Coherent States:

$$|\alpha\rangle = e^{-|\alpha|^2/2}\sum_{n=0}^{\infty} \frac{\alpha^n}{\sqrt{n!}}\,|n\rangle$$

  • Eigenstates of $\hat{a}$
  • Minimum uncertainty, Poisson photon number distribution
  • Expectation values follow classical trajectories

Themes Encountered

  • Mathematics and physics are inseparable: Two completely different mathematical approaches — analytical and algebraic — converge on the same physics. The algebraic structure $[\hat{a}, \hat{a}^\dagger] = 1$ is not just a computational tool; it is the physics.
  • Symmetry as organizing principle (preview): The algebraic method derives the spectrum from the symmetry algebra alone, without reference to a specific representation. This previews how we will handle angular momentum (Ch 12) and quantum fields (Ch 34).
  • QM powers active technology: Zero-point energy manifests in the Casimir effect; coherent states describe laser light; the QHO formalism is the mathematical backbone of quantum computing with superconducting circuits.

Spaced Review

🔄 From Ch 1 (Quantization): The QHO provides a cleaner example of energy quantization than Planck's original $E = nh\nu$. Planck's formula was $(n + \frac{1}{2})\hbar\omega$ all along — the zero-point term was missing from his original derivation because he treated the field classically.

🔄 From Ch 2 (Wavefunctions and TISE): We used the TISE $\hat{H}\psi = E\psi$ directly (Section 4.3). The normalization condition and probabilistic interpretation of $|\psi|^2$ remain exactly as established in Ch 2. The new feature here is the Gaussian decay rather than rigid boundary conditions.

🔄 From Ch 3 (Solving Schr\u00f6dinger, preview): The QHO has infinitely many bound states (unlike the finite well, which has only finitely many). Like the infinite well, the spectrum is discrete and the wavefunctions form a complete orthonormal set. Unlike the infinite well, the energy spacing is uniform ($\hbar\omega$) rather than growing as $n^2$.

Looking Ahead

The QHO will return throughout this textbook:

  • Ch 6: We will revisit the ladder operators in the context of the operator formalism, using them to illustrate expectation values and commutation relations.
  • Ch 8: The QHO will be our first example of matrix representations in Dirac notation.
  • Ch 17: We will perturb the QHO with an anharmonic term $\lambda x^3$ or $\lambda x^4$, providing the testbed for perturbation theory.
  • Ch 27: Coherent states will be the foundation of quantum optics.
  • Ch 31: We will re-derive the QHO propagator using Feynman path integrals.
  • Ch 34: The QHO creation/annihilation operators will become the language of quantum field theory.

Project Checkpoint: Quantum Toolkit v0.4

Your toolkit should now include:

Module Key Functions Status
constants.py (Ch 1) hbar, e_charge, physical constants
Wavefunction class (Ch 2) normalize(), prob_density(), plot_psi()
solve_1d() (Ch 3) Finite-difference solver, infinite_well(), tunneling_probability()
HarmonicOscillator class (Ch 4) energy(), psi_n(), hermite(), ladder_up(), ladder_down(), coherent_state() NEW

The HarmonicOscillator class should be able to: 1. Calculate energy levels analytically: $E_n = (n+\frac{1}{2})\hbar\omega$ 2. Generate wavefunctions using Hermite polynomials 3. Apply raising/lowering operators in the number basis 4. Construct and visualize coherent states

See code/project-checkpoint.py for the implementation.


End of Chapter 4

Next: Chapter 5 — Quantum Mechanics in Three Dimensions: The Hydrogen Atom