|q⟩ Bad Qubits

beginner · Physics · The Quantum Harmonic Oscillator (Intro)

Hermite Polynomials (Overview)

The quantum harmonic oscillator has energy eigenstates ψn(x)\psi_n(x) that can be written in closed form using a family of polynomials first studied in the nineteenth century. Before writing those states down, it is worth introducing the polynomials themselves.

Physicist's Hermite Polynomials

The physicist's Hermite polynomial of degree nn is defined by Rodrigues' formula:

Hn(u)=(1)neu2dnduneu2.H_n(u) = (-1)^n e^{u^2} \frac{d^n}{du^n} e^{-u^2}.

The first several values are:

H0(u)=1,H1(u)=2u,H2(u)=4u22,H3(u)=8u312u.H_0(u) = 1, \quad H_1(u) = 2u, \quad H_2(u) = 4u^2 - 2, \quad H_3(u) = 8u^3 - 12u.

Each HnH_n is an even function of uu when nn is even and an odd function when nn is odd — this parity follows directly from the Rodrigues formula because eu2e^{-u^2} is even and each differentiation flips the parity.

A useful three-term recurrence connects consecutive members of the family:

Hn+1(u)=2uHn(u)2nHn1(u).H_{n+1}(u) = 2u\,H_n(u) - 2n\,H_{n-1}(u).

Starting from H0=1H_0 = 1 and H1=2uH_1 = 2u, this recurrence generates all higher-order polynomials without repeated use of the Rodrigues formula.

The Dimensionless Coordinate

For the quantum harmonic oscillator with mass mm and angular frequency ω\omega, the natural length scale is

=mω.\ell = \sqrt{\frac{\hbar}{m\omega}}.

The dimensionless variable u=x/u = x/\ell is what appears in the Hermite polynomials of the eigenfunctions. Working in uu keeps the expressions clean and makes the polynomial structure transparent.

Harmonic Oscillator Eigenfunctions

The normalized energy eigenfunction for the nn-th level is

ψn(x)=12nn!(mωπ)1/4Hn ⁣(x)ex2/(22).\psi_n(x) = \frac{1}{\sqrt{2^n n!}}\left(\frac{m\omega}{\pi\hbar}\right)^{1/4} H_n\!\left(\frac{x}{\ell}\right) e^{-x^2/(2\ell^2)}.

The Gaussian factor ex2/(22)e^{-x^2/(2\ell^2)} ensures that every eigenfunction is square-integrable. The Hermite polynomial modulates that Gaussian: it introduces exactly nn nodes (zeros) into the wave function, which is consistent with the general rule that the nn-th excited state of any one-dimensional potential has exactly nn nodes.

Orthogonality and Normalization

The Hermite polynomials satisfy a weighted orthogonality relation:

Hm(u)Hn(u)eu2du=π2nn!δmn.\int_{-\infty}^{\infty} H_m(u)\,H_n(u)\,e^{-u^2}\,du = \sqrt{\pi}\,2^n n!\,\delta_{mn}.

The weight function eu2e^{-u^2} is precisely the squared Gaussian from the eigenfunctions. This means the eigenfunctions ψn\psi_n are automatically orthogonal:

ψm(x)ψn(x)dx=δmn.\int_{-\infty}^{\infty} \psi_m^*(x)\,\psi_n(x)\,dx = \delta_{mn}.

Orthogonality is not a coincidence — it follows from the fact that ψm\psi_m and ψn\psi_n belong to different eigenvalues of the Hermitian Hamiltonian, so they must be orthogonal.

Recognizing Eigenfunctions in Practice

Given a wave function written as a product of a Gaussian and a polynomial, you can identify it as a harmonic oscillator eigenfunction by:

  1. Checking that the exponent in the Gaussian has the form x2/(22)-x^2/(2\ell^2) (or equivalently u2/2-u^2/2).
  2. Matching the polynomial against the table of HnH_n values above.
  3. Verifying the prefactor using 1/2nn!1/\sqrt{2^n n!} and the normalization constant (mω/π)1/4(m\omega/\pi\hbar)^{1/4}.

For example, a wave function proportional to (4u22)eu2/2(4u^2 - 2)\,e^{-u^2/2} matches H2(u)eu2/2H_2(u)\,e^{-u^2/2}, so it is the n=2n = 2 eigenstate. Its energy is E2=(2+1/2)ω=5ω/2E_2 = (2 + 1/2)\hbar\omega = 5\hbar\omega/2.

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