In 1885, before quantum mechanics existed, Johann Balmer noticed that four visible lines in the
hydrogen spectrum had wavelengths fitting a surprisingly simple pattern. Johann Rydberg later
generalized it into the formula we use today.
The Rydberg formula
For hydrogen, the wavelength λ of the light emitted (or absorbed) when an electron
transitions between two energy levels n1 and n2 (with n2>n1≥1) obeys
λ1=RH(n121−n221),
where RH=1.097×107m−1 is the Rydberg constant for hydrogen.
The integer n1 labels the lower level; n2 is the upper level the electron falls from.
The formula works because the energy of hydrogen level n is
En=−n213.6eV,
so the photon energy released in a downward jump (the electron falling from the upper level n2to the lower level n1) is
ΔE=En2−En1=13.6eV(n121−n221).
Setting ΔE=hc/λ and using hc=1240eV⋅nm, we can check that
The four lines Balmer originally catalogued correspond to n2=3,4,5,6 falling to n1=2.
The reddest of these, the n2=3→n1=2 line, is called H-alpha and sits at
λ≈656nm — the distinctive crimson glow of hydrogen gas discharges and
emission nebulae.
Taking the reciprocal: λ=1/(1.524×106)≈6.563×10−7m=656.3nm.
Try it
This is a numerical exercise — your code should return a number, not a circuit. Apply the
Rydberg formula to find the wavelength of the H-alpha line (n=3→n=2) in nanometres.
Run your code to see the quantum state.
Sign in on the full site to ask questions and join the discussion.