|q⟩ Bad Qubits

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/r1/r Coulomb potential yields a discrete set of bound-state energies labelled by the principal quantum number n=1,2,3,n = 1, 2, 3, \ldots:

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

The value 13.6eV-13.6\,\text{eV} is the ground-state energy; it is set by the combination mee4/[2(4πϵ0)22]m_e e^4 / [2(4\pi\epsilon_0)^2\hbar^2] evaluated with SI constants and converted to eV. The negative sign signals a bound state. As nn grows the levels become less negative and crowd toward the ionisation limit at E=0E = 0.

Quantum-number bookkeeping

Three integers label every hydrogen orbital:

| Symbol | Name | Allowed values | |--------|------|----------------| | nn | principal | 1,2,3,1, 2, 3, \ldots | | \ell | orbital angular momentum | 0,1,,n10, 1, \ldots, n-1 | | mm_\ell | magnetic | ,+1,,-\ell, -\ell+1, \ldots, \ell |

For fixed nn the number of distinct (n,,m)(n, \ell, m_\ell) triplets is

d(n)==0n1(2+1)=n2.d(n) = \sum_{\ell=0}^{n-1}(2\ell + 1) = n^2.

The identity k=0n1(2k+1)=n2\sum_{k=0}^{n-1}(2k+1) = n^2 follows because the left side is the sum of the first nn odd integers, which equals n2n^2. For example, d(4)=1+3+5+7=16=42d(4) = 1 + 3 + 5 + 7 = 16 = 4^2.

Photon emission and the Rydberg formula

When an electron falls from level nin_i to a lower level nfn_f, the atom emits a photon whose energy equals the energy the electron gives up:

Eγ=EniEnf=13.6eV ⁣(1nf21ni2).E_\gamma = E_{n_i} - E_{n_f} = 13.6\,\text{eV}\!\left(\frac{1}{n_f^2} - \frac{1}{n_i^2}\right).

The factor 1/nf21/ni21/n_f^2 - 1/n_i^2 is positive because nf<nin_f < n_i. This is the Rydberg formula, and it reproduces every hydrogen spectral line to high precision.

The Balmer series arises when nf=2n_f = 2. The first four lines are:

| Transition | EγE_\gamma (eV) | Colour | |------------|-----------------|--------| | 323 \to 2 | 1.891.89 | red (656nm656\,\text{nm}) | | 424 \to 2 | 2.552.55 | blue-green (486nm486\,\text{nm}) | | 525 \to 2 | 2.862.86 | blue (434nm434\,\text{nm}) | | 626 \to 2 | 3.023.02 | violet (410nm410\,\text{nm}) |

Let us verify the 424 \to 2 entry. With E1=13.6eVE_1 = -13.6\,\text{eV}:

E4=13.616=0.850eV,E2=13.64=3.40eV.E_4 = \frac{-13.6}{16} = -0.850\,\text{eV}, \qquad E_2 = \frac{-13.6}{4} = -3.40\,\text{eV}.

The emitted photon carries

Eγ=E4E2=0.850(3.40)=2.55eV.E_\gamma = E_4 - E_2 = -0.850 - (-3.40) = 2.55\,\text{eV}.

Converting to wavelength via λ=hc/Eγ=1240eV⋅nm/2.55eV486nm\lambda = hc/E_\gamma = 1240\,\text{eV·nm} / 2.55\,\text{eV} \approx 486\,\text{nm}, 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=4n = 4 to n=2n = 2. Use E1=13.6eVE_1 = -13.6\,\text{eV} and the formula En=E1/n2E_n = E_1/n^2.

Run your code to see the quantum state.

Sign in on the full site to ask questions and join the discussion.