In the previous lesson you found that inside an infinite square well of width L
(walls at x=0 and x=L), the time-independent Schrödinger equation reduces to
−2mℏ2dx2d2ψ=Eψ,0<x<L,
with the boundary conditions ψ(0)=0 and ψ(L)=0 imposed by the infinitely
high walls. Writing k2=2mE/ℏ2, the general solution inside the well is
ψ(x)=Asin(kx)+Bcos(kx).
The condition ψ(0)=0 immediately forces B=0, leaving only the sine term.
Applying ψ(L)=0 then gives
Asin(kL)=0.
Because A=0 would make the wave function trivially zero everywhere (no particle),
we must have sin(kL)=0, which means kL=nπ for a positive integer n.
That is exactly how the quantum numbers appear: not by assumption, but as a
logical consequence of the boundary conditions.
The family of eigenfunctions
Substituting kn=nπ/L gives one eigenfunction for every positive integer n:
ψn(x)=Asin(Lnπx),n=1,2,3,…
The constant A is fixed by normalization (the next lesson covers that); for now it
is enough to know the shape of each ψn.
A few features worth noting:
ψ1 has no nodes (zero crossings) inside the well — it is a single arch.
ψ2 has one node at x=L/2 — the function passes through zero there.
In general, ψn has exactly n−1 interior nodes.
Each ψn is an energy eigenfunction: a state where measuring the energy always
returns the corresponding eigenvalue En=n2π2ℏ2/(2mL2) with certainty.
A concrete example
Take the ground state n=1 with L=1m (convenient units). The
eigenfunction is ψ1(x)=Asin(πx). At the midpoint x=L/2=0.5m
ψ1(2L)=Asin(π⋅21)=Asin(2π)=A⋅1=A.
The ground-state wave function reaches its maximum at the center of the well,
consistent with having no interior nodes. For n=2 the midpoint is a node:
sin(2π⋅21)=sin(π)=0.
Try it
This is a numerical exercise — your code should return a number. Evaluate the
unnormalized ground-state eigenfunction ψ1(x)=sin(πx/L) at x=L/2
with L=1.
Run your code to see the quantum state.
Sign in on the full site to ask questions and join the discussion.