beginner · Physics · Quantum Numbers & the Hydrogen Atom (Intro)
Checkpoint: Hydrogen and Quantum Numbers
This checkpoint consolidates the key results of Module 15. Before attempting the exercise, review
the three interlocking ideas below.
The hydrogen energy formula
Solving the time-independent Schrödinger equation for an electron in a 1/r Coulomb potential
yields a discrete set of bound-state energies labelled by the principal quantum numbern=1,2,3,…:
En=−n213.6eV.
The value −13.6eV is the ground-state energy; it is set by the combination
mee4/[2(4πϵ0)2ℏ2] evaluated with SI constants and converted to eV.
The negative sign signals a bound state. As n grows the levels become less negative and crowd
toward the ionisation limit at E=0.
Quantum-number bookkeeping
Three integers label every hydrogen orbital:
| Symbol | Name | Allowed values |
|--------|------|----------------|
| n | principal | 1,2,3,… |
| ℓ | orbital angular momentum | 0,1,…,n−1 |
| mℓ | magnetic | −ℓ,−ℓ+1,…,ℓ |
For fixed n the number of distinct (n,ℓ,mℓ) triplets is
d(n)=ℓ=0∑n−1(2ℓ+1)=n2.
The identity ∑k=0n−1(2k+1)=n2 follows because the left side is the sum of the first
n odd integers, which equals n2. For example, d(4)=1+3+5+7=16=42.
Photon emission and the Rydberg formula
When an electron falls from level ni to a lower level nf, the atom emits a photon whose
energy equals the energy the electron gives up:
Eγ=Eni−Enf=13.6eV(nf21−ni21).
The factor 1/nf2−1/ni2 is positive because nf<ni. This is the Rydberg formula,
and it reproduces every hydrogen spectral line to high precision.
The Balmer series arises when nf=2. The first four lines are:
Converting to wavelength via λ=hc/Eγ=1240eV⋅nm/2.55eV≈486nm,
which falls in the blue-green part of the visible spectrum — matching experimental observation.
Try it
This is a numerical exercise — return a number. Compute the energy (in eV) of the photon
emitted when a hydrogen electron falls from n=4 to n=2. Use E1=−13.6eV
and the formula En=E1/n2.
Run your code to see the quantum state.
Sign in on the full site to ask questions and join the discussion.