|q⟩ Bad Qubits

beginner · Physics · The Birth of Quantum Theory

Atomic Spectra and the Rydberg Formula

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 λ\lambda of the light emitted (or absorbed) when an electron transitions between two energy levels n1n_1 and n2n_2 (with n2>n11n_2 > n_1 \geq 1) obeys

1λ=RH ⁣(1n121n22),\frac{1}{\lambda} = R_H \!\left(\frac{1}{n_1^2} - \frac{1}{n_2^2}\right),

where RH=1.097×107m1R_H = 1.097 \times 10^7\,\text{m}^{-1} is the Rydberg constant for hydrogen. The integer n1n_1 labels the lower level; n2n_2 is the upper level the electron falls from.

The formula works because the energy of hydrogen level nn is

En=13.6eVn2,E_n = -\frac{13.6\,\text{eV}}{n^2},

so the photon energy released in a downward jump (the electron falling from the upper level n2n_2 to the lower level n1n_1) is

ΔE=En2En1=13.6eV ⁣(1n121n22).\Delta E = E_{n_2} - E_{n_1} = 13.6\,\text{eV}\!\left(\frac{1}{n_1^2} - \frac{1}{n_2^2}\right).

Setting ΔE=hc/λ\Delta E = hc/\lambda and using hc=1240eVnmhc = 1240\,\text{eV}\cdot\text{nm}, we can check that

1λ=13.6eVhc ⁣(1n121n22)=13.61240nm1 ⁣(1n121n22),\frac{1}{\lambda} = \frac{13.6\,\text{eV}}{hc}\!\left(\frac{1}{n_1^2} - \frac{1}{n_2^2}\right) = \frac{13.6}{1240}\,\text{nm}^{-1}\!\left(\frac{1}{n_1^2} - \frac{1}{n_2^2}\right),

which reproduces RHR_H when converted to metres: 13.6/12400.01097nm1=1.097×107m113.6/1240 \approx 0.01097\,\text{nm}^{-1} = 1.097 \times 10^7\,\text{m}^{-1}.

Named series

The series are named by their lower level n1n_1:

| Series | n1n_1 | Spectral region | |--------|-------|-----------------| | Lyman | 1 | ultraviolet | | Balmer | 2 | visible | | Paschen| 3 | near-infrared |

The four lines Balmer originally catalogued correspond to n2=3,4,5,6n_2 = 3, 4, 5, 6 falling to n1=2n_1 = 2. The reddest of these, the n2=3n1=2n_2 = 3 \to n_1 = 2 line, is called H-alpha and sits at λ656nm\lambda \approx 656\,\text{nm} — the distinctive crimson glow of hydrogen gas discharges and emission nebulae.

Deriving H-alpha step by step

For H-alpha, n1=2n_1 = 2 and n2=3n_2 = 3:

1λ=1.097×107×(1419)=1.097×107×5361.524×106m1.\frac{1}{\lambda} = 1.097 \times 10^7 \times \left(\frac{1}{4} - \frac{1}{9}\right) = 1.097 \times 10^7 \times \frac{5}{36} \approx 1.524 \times 10^6\,\text{m}^{-1}.

Taking the reciprocal: λ=1/(1.524×106)6.563×107m=656.3nm\lambda = 1/(1.524 \times 10^6) \approx 6.563 \times 10^{-7}\,\text{m} = 656.3\,\text{nm}.

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=3n=2n=3 \to 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.