2. Infinite Square Well
Reading time: ~30 minutes | Pages: 8
The "particle in a box": the simplest bound state problem with discrete energy levels.
The Potential
A particle confined to $0 \leq x \leq a$:
Boundary conditions: $\psi(0) = \psi(a) = 0$
Energy Eigenstates
Inside the well ($0 < x < a$), solve:
Applying boundary conditions gives:
These are normalized eigenstates
Energy Levels
Quantized energies:
Key observations:
- Energy levels grow as $n^2$
- Ground state energy $E_1 > 0$ (zero-point energy)
- No state with $n = 0$ (would violate uncertainty principle)
- Energy spacing increases with $n$
Orthonormality
The eigenstates form a complete orthonormal basis
General Solution
Any state can be expanded:
where $c_n = \langle\psi_n|\Psi(x,0)\rangle$
Properties of Eigenstates
Number of nodes: $\psi_n$ has $n-1$ nodes (zeros)
Parity:
- Odd $n$: symmetric about center ($x = a/2$)
- Even $n$: antisymmetric
Classical limit: For large $n$, $|\psi_n|^2 \to$ uniform (correspondence principle)
Expectation Values
Position:
Momentum:
Interactive Simulation
Run this Python code to compute and visualize the energy eigenstates. Try changing the box width or particle mass to see how the energy levels change!
Infinite Square Well Simulation
PythonCalculate wave functions and energy levels for a particle in a 1D box
Click Run to execute the Python code
Code will be executed with Python 3 on the server