|q⟩ Bad Qubits

beginner · Physics · Quantum Numbers & the Hydrogen Atom (Intro)

Degeneracy of Levels

Energy depends only on n

In earlier lessons we found that the hydrogen atom has three quantum numbers: nn, \ell, and mm_\ell. Each one restricts the allowed wavefunctions differently, yet the energy formula

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

contains only nn. Two states with the same nn but different \ell or mm_\ell have identical energies — they are called degenerate states.

Counting the states at shell n

The allowed values of the quantum numbers are:

For a fixed nn, the total number of states is obtained by summing 2+12\ell + 1 over all allowed \ell:

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

This is the sum of the first nn odd integers. Since odd integers 1,3,5,1, 3, 5, \ldots satisfy k=0n1(2k+1)=n2\sum_{k=0}^{n-1}(2k+1) = n^2 (a standard identity), the result is

d(n)=n2.\boxed{d(n) = n^2.}

Worked example: n = 3

Let us verify the formula explicitly by listing every (n,,m)(n, \ell, m_\ell) triplet at n=3n = 3:

| \ell | mm_\ell values | States | |--------|-----------------|--------| | 0 | 0 | 1 | | 1 | 1,0,+1-1, 0, +1 | 3 | | 2 | 2,1,0,+1,+2-2, -1, 0, +1, +2 | 5 |

Total: 1+3+5=9=321 + 3 + 5 = 9 = 3^2. All nine states sit at exactly the same energy, E3=13.6/9eV1.51eVE_3 = -13.6/9\,\text{eV} \approx -1.51\,\text{eV}.

A table for small n

| nn | Subshells (\ell) | States per subshell (2+12\ell+1) | Total d(n)=n2d(n) = n^2 | |-----|-------------------|----------------------------------|---------------------| | 1 | ss (=0\ell=0) | 1 | 1 | | 2 | ss, pp | 1, 3 | 4 | | 3 | ss, pp, dd | 1, 3, 5 | 9 | | 4 | ss, pp, dd, ff | 1, 3, 5, 7 | 16 |

The growing degeneracy explains why more electrons can be accommodated in higher shells — each shell has room for n2n^2 distinct spatial states (and 2n22n^2 when electron spin is included).

Try it

This is a numerical exercise — return a number. Count all degenerate quantum states for n=3n = 3 in hydrogen by summing 2+12\ell + 1 over =0,1,2\ell = 0, 1, 2.

Run your code to see the quantum state.

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