Superpositions in the Box
The energy eigenstates of the infinite square well are the simplest solutions to the Schrödinger equation, but a real particle is rarely in a single eigenstate. The most general state is a superposition — a linear combination of eigenstates — and the way that superposition evolves in time reveals beating patterns and oscillating probability densities that have no classical parallel.
Building a superposition
The normalized eigenstates of the infinite square well of width are
with energies where is the ground-state energy.
Any normalizable wave function inside the well can be written as a superposition of these eigenstates. At time the general state is
where the complex coefficients encode how much of each eigenstate is present. Normalization requires the coefficients to satisfy
because the form an orthonormal set: . Squaring and integrating then reduces to the sum of by orthonormality, so the condition above is precisely the requirement that total probability equals one.
Time evolution
Each energy eigenstate carries its own time-dependent phase factor. Adding the phase to the -th term gives the full time-evolved state:
This is a direct consequence of the time-dependent Schrödinger equation: each stationary state solves it individually, and the equation is linear, so any superposition also solves it.
Probability of measuring a given energy
The Born rule for energy measurements is beautifully simple: if the particle is in state and you measure its energy, the probability of obtaining the specific eigenvalue is
The particle collapses into eigenstate upon that measurement. Notice that the time-dependent phase has modulus one, so is independent of when you measure — the energy probabilities are frozen even as the spatial probability density oscillates.
A worked two-state example
Consider a particle prepared at in the state
First, check normalization: . Good — the coefficients satisfy .
The energy probabilities are
They add to one, as required.
The time-evolved state is
The probability density is
+ 2\cdot\frac{3}{5}\cdot\frac{4}{5}\,\psi_1(x)\psi_2(x)\cos\!\left(\frac{(E_2-E_1)t}{\hbar}\right).$$ The cross term oscillates at the **beat frequency** $(E_2 - E_1)/\hbar = (4-1)E_1/\hbar = 3E_1/\hbar$, so the probability density sloshes back and forth with period $T = 2\pi\hbar/(3E_1)$. This is a quantum phenomenon with no classical analogue. ## Try it This is a numerical exercise — `return` a number. A particle is prepared in $\Psi = (3/5)\,\psi_1 + (4/5)\,\psi_2$. What is the probability of measuring energy $E_1$? <RunnableExample />Sign in on the full site to ask questions and join the discussion.