Β§4.4A Particle in a Box II

Part II Phillips pp. 66–71 Β· ~14 min read

  • zero-point energy
  • degeneracy
  • quantum number
  • energy eigenvalue equation

A box is the shortest possible route from a boundary condition to a spectrum. Two walls and nothing else produce energies that come in a discrete list.

This is the section the book has been building toward since page one:

One of the key features of quantum physics is that the possible energies of a confined particle are quantized.

And the mechanism is now completely unmysterious, because Β§4.2 already showed it on a guitar string. The claim Phillips makes here is stronger than it sounds β€” that the familiar quantized levels of atomic, nuclear and particle physics are all manifestations of confinement. Not of anything exotic. Of walls.

A one-dimensional box

The potential is a wall on each side and nothing in between:

V(x)={0if 0<x<a∞elsewhere(4.30)V(x) = \begin{cases} 0 & \text{if } 0 < x < a\\ \infty & \text{elsewhere}\end{cases}\tag{4.30}

Each state obeys the one-dimensional SchrΓΆdinger equation

iβ„βˆ‚Ξ¨βˆ‚t=[βˆ’β„22mβˆ‚2βˆ‚x2+V(x)]Ξ¨(4.31)i\hbar\frac{\partial\Psi}{\partial t} = \left[-\frac{\hbar^2}{2m}\frac{\partial^2}{\partial x^2} + V(x)\right]\Psi\tag{4.31}

and for a state of definite energy, Β§4.3 tells us the form:

Ξ¨(x,t)=ψ(x) eβˆ’iEt/ℏ(4.32)\Psi(x,t) = \psi(x)\,e^{-iEt/\hbar}\tag{4.32}

with ψ\psi satisfying the energy eigenvalue equation

[βˆ’β„22md2dx2+V(x)]ψ(x)=Eψ(x)(4.33)\left[-\frac{\hbar^2}{2m}\frac{\mathrm d^2}{\mathrm dx^2} + V(x)\right]\psi(x) = E\psi(x)\tag{4.33}

The box, its levels and its eigenfunctions β€” solved live

00.20.40.60.81.0050100150position x (natural units, Δ§ = m = 1)energyE0E1E2E3E4
  • V(x)
  • energy level Eβ‚™
  • Οˆβ‚™(x)
  • classically forbidden (V > E)
selected level
E0 = 4.9348
nodes in ψ
0
bound states
infinitely many
E₁ βˆ’ Eβ‚€
14.8043

A flat box with impenetrable walls. Every state is bound, the levels go up as nΒ², and ψ must vanish at both walls β€” which is the entire reason the energies are quantized.

Click any gold line to select that level. Every number here comes from building H as a tridiagonal matrix on a 700-point grid and diagonalizing it β€” the same four lines of NumPy shown on this page, and the count of bound states comes free from a Sturm sequence without computing a single eigenvalue.

The same eigenvalue problem as the string

Reducing Eq. (4.33) to something already solved

step 1 of 4

Three moves, and then the work is done β€” because it was done in Β§4.2.

  1. 1Outside the box V is infinite, so ψ must vanish there β€” anything else would give infinite energy. Inside, V = 0 and the equation loses its potential term entirely.

Phillips states the conclusion plainly, and it is worth pausing on: the energy eigenvalue problem for a particle in a box is identical to the eigenvalue problem for a vibrating string. Same differential equation, same boundary conditions. So the answer is already known:

ψn(x)=Nsin⁑knx,withkn=nΟ€a(4.37)\psi_n(x) = N\sin k_nx,\quad\text{with}\quad k_n = \frac{n\pi}{a}\tag{4.37}

These are the functions of Fig. 4.1. In classical physics they are the shapes of a vibrating string; in quantum physics they are the wave functions of a particle in a box with definite energy, labelled by the quantum number n=1,2,3,…n = 1, 2, 3, \dots

Quantized energy

Now feed knk_n back through Eq. (4.34), and the discreteness transfers from kk to EE:

En=n2Ο€2ℏ22ma2,withn=1,2,3,…(4.38)E_n = \frac{n^2\pi^2\hbar^2}{2ma^2},\quad\text{with}\quad n = 1, 2, 3, \dots\tag{4.38} Ξ¨n(x,t)=Nsin⁑knxβ€…β€Šeβˆ’iEnt/ℏ(4.39)\Psi_n(x,t) = N\sin k_nx\;e^{-iE_nt/\hbar}\tag{4.39}

Fig. 4.2 β€” the low-lying levels, in units of ħ²π²/2maΒ²

energy (ħ²π²/2maΒ²)E₁1.00Eβ‚‚4.00E₃9.00Eβ‚„16.00

Click a gold level for its energy and degeneracy.

No transitions shown in this view.

Spacing as nΒ²: 1, 4, 9, 16. Click a level for what distinguishes it. Compare the ladder of Β§4.2's string, whose frequencies went as n rather than nΒ² β€” same eigenfunctions, different dispersion relation.

Equation (4.38), and where each factor comes from

symbol
is
from k_n = nΟ€/a squared. The nΒ² is why the levels fan out β€” energy goes as kΒ², so equally spaced wave numbers give quadratically spaced energies.
units
dimensionless
type
positive integer squared

Click any symbol to see what it is, what units it carries, and what kind of object it is once you put it in an array.

Three things worth noticing

The fractional spacing shrinks. The gaps grow with nn, but relative to the energy they shrink:

En+1βˆ’EnEnβ†’2nasnβ†’βˆž\frac{E_{n+1} - E_n}{E_n} \to \frac{2}{n}\quad\text{as}\quad n \to \infty

So the discrete nature of the levels becomes less important at high energy β€” which is why nobody noticed quantization for two centuries. This is the correspondence principle showing up unprompted.

The lowest energy is not zero. Setting n=1n = 1,

E1=ℏ2Ο€22ma2E_1 = \frac{\hbar^2\pi^2}{2ma^2}

a zero-point energy that the classical picture flatly denies. Phillips explains it from the uncertainty principle: a particle confined to a region of size aa has Ξ”x≀a\Delta x \le a, hence Ξ”p≳ℏ/2a\Delta p \gtrsim \hbar/2a; since the average magnitude of the momentum always exceeds Ξ”p\Delta p, the average kinetic energy always exceeds (Ξ”p)2/2m(\Delta p)^2/2m, which exceeds ℏ2/8ma2\hbar^2/8ma^2.

The shapes are the string’s. The spatial shape of a wave function with energy EnE_n is identical to the normal mode of a string with angular frequency Ο‰n\omega_n, and the number of nodes grows with nn.

Οˆβ‚™ and |Οˆβ‚™|Β² for the box β€” drag n

00.20.40.60.81.0-2-1012position xψ(x)
  • Re ψ
  • |ψ|Β²
interior nodes: 0 β€” always n βˆ’ 1

Οˆβ‚(x) = √(2/a)Β·sin(Ο€x/a)

Re ψ is blue, Im ψ pink, |ψ|Β² violet and filled β€” the frozen convention used everywhere on this site. Drag n and count the nodes: a state with n βˆ’ 1 interior zeros is the n-th state, and that rule survives every potential in the book, not just this one.

Normalizing

The wave function is not observable, but observable things are built from it β€” and the first step is always normalization:

∫0a∣Ψ(x,t)∣2 dx=1\int_0^a|\Psi(x,t)|^2\,\mathrm dx = 1

As the book notes, this was already done in Β§3.4, giving N=2/aN = \sqrt{2/a}. From there you can compute position and momentum probability densities exactly as Β§3.4 did in Fig. 3.3.

A three-dimensional box

Confinement in three dimensions changes nothing structural. A state of definite energy still has the form

Ξ¨(x,y,z,t)=ψ(x,y,z) eβˆ’iEt/ℏ(4.40)\Psi(x,y,z,t) = \psi(x,y,z)\,e^{-iEt/\hbar}\tag{4.40}

with

[βˆ’β„22m(βˆ‚2βˆ‚x2+βˆ‚2βˆ‚y2+βˆ‚2βˆ‚z2)+V(x,y,z)]ψ=Eψ(4.41)\left[-\frac{\hbar^2}{2m}\left(\frac{\partial^2}{\partial x^2} + \frac{\partial^2}{\partial y^2} + \frac{\partial^2}{\partial z^2}\right) + V(x,y,z)\right]\psi = E\psi\tag{4.41}

and the box is now

V(x,y,z)={0if 0<x<a, 0<y<b, 0<z<c∞elsewhere(4.42)V(x,y,z) = \begin{cases} 0 & \text{if } 0 < x < a,\ 0 < y < b,\ 0 < z < c\\ \infty & \text{elsewhere}\end{cases}\tag{4.42}

Separating again β€” now three times, one per axis β€” gives eigenfunctions labelled by three quantum numbers:

ψnx,ny,nz(x,y,z)=Nsin⁑(nxΟ€xa)sin⁑(nyΟ€yb)sin⁑(nzΟ€zc)(4.43)\psi_{n_x,n_y,n_z}(x,y,z) = N\sin\left(\frac{n_x\pi x}{a}\right)\sin\left(\frac{n_y\pi y}{b}\right)\sin\left(\frac{n_z\pi z}{c}\right)\tag{4.43} Enx,ny,nz=ℏ2Ο€22m[nx2a2+ny2b2+nz2c2](4.44)E_{n_x,n_y,n_z} = \frac{\hbar^2\pi^2}{2m}\left[\frac{n_x^2}{a^2} + \frac{n_y^2}{b^2} + \frac{n_z^2}{c^2}\right]\tag{4.44}

Degeneracy

Equation (4.44) shows the levels depend on the box’s dimensions β€” and that some levels coincide when the box has particular dimensions. For a cubical box with a=b=ca = b = c, the states E1,1,2E_{1,1,2}, E2,1,1E_{2,1,1} and E1,2,1E_{1,2,1} all have the same energy. When several distinct states share an energy, the level is degenerate .

Phillips says degeneracies β€œarise because the interactions which confine electrons in atoms, nucleons in nuclei and quarks in hadrons have specific symmetry properties”, and that observed degeneracies can be used to deduce those symmetries. That claim only becomes convincing if you can break the symmetry yourself:

Fig. 4.3 β€” break the cube and the degeneracies come apart

E3.00(1,1,1)6.00(1,1,2) (1,2,1) (2,1,1)Γ—39.00(1,2,2) (2,1,2) (2,2,1)Γ—311.00(1,1,3) (1,3,1) (3,1,1)Γ—312.00(2,2,2)14.00(1,2,3) (1,3,2) (2,1,3) (2,3,1) (3,1,2) (3,2,1)Γ—617.00(2,2,3) (2,3,2) (3,2,2)Γ—319.00(1,3,3) (3,1,3) (3,3,1)Γ—322.00(2,3,3) (3,2,3) (3,3,2)Γ—3

a = b = c. The levels sit at 3, 6, 9, 11, 12 … and three of the first five are threefold degenerate: (1,1,2), (2,1,1) and (1,2,1) are genuinely different states β€” different wave functions, different shapes β€” that happen to share an energy. Nothing forces that except the cube's symmetry: permuting the axes maps each state onto another and cannot change the energy.

Energies from Eq. (4.44) in units of ħ²π²/2maΒ²: E = nβ‚“Β² + n_yΒ²(a/b)Β² + n_zΒ²(a/c)Β². Click a level to highlight it. This is why degeneracy matters in atomic, nuclear and particle physics β€” an observed degeneracy is evidence of a symmetry, and a level that splits when you apply a field is evidence you have broken one. Chapters 9 and 11 run that argument for real atoms.

Where this leaves us

Confinement quantizes energy, the mechanism is a boundary condition, and in three dimensions symmetry makes levels coincide. Every state so far has had a definite energy.

Β§4.5 asks the obvious next question: what describes a particle whose energy is uncertain? The answer reuses the superposition of Eq. (4.16) β€” the string again β€” and turns the expansion coefficients into probabilities.

Check yourself

0 / 7 answered

  1. 1.What is remarkable about the energy eigenvalue problem for a particle in a box?

  2. 2.Why is the ground-state energy not zero?

  3. 3.The uncertainty bound gives , but the true is about 40 times larger. Does that discredit the argument?

  4. 4.Why did nobody notice energy quantization until the twentieth century?

  5. 5.In a cubical box, , and coincide. Make the box non-cubical and they separate. What does that demonstrate?

  6. 6.Fig. 4.3 labels its top level . What is wrong, and how can you be sure?

  7. 7.Atomic level spacings are electronvolts and nuclear ones megaelectronvolts. What accounts for the six orders of magnitude?