|q⟩ Bad Qubits

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

Filling Atomic Shells

Every electron in an atom is fully described by four quantum numbers: the principal quantum number nn, the orbital angular momentum quantum number \ell, the magnetic quantum number mm_\ell, and the spin projection msm_s. The Pauli exclusion principle forbids two electrons from sharing the same set of all four. Counting how many distinct combinations are available for a given nn tells us the capacity of an atomic shell — the maximum number of electrons it can hold.

The quantum numbers in brief

For a given nn, the allowed values of \ell are

=0,1,2,,n1.\ell = 0, 1, 2, \ldots, n-1.

For each \ell, the magnetic quantum number mm_\ell takes the 2+12\ell + 1 values

m=,  +1,  ,  1,  .m_\ell = -\ell,\; -\ell+1,\; \ldots,\; \ell-1,\; \ell.

Finally, the spin projection msm_s takes exactly two values, +12+\tfrac{1}{2} and 12-\tfrac{1}{2}, regardless of the other quantum numbers. Together, each \ell value defines a subshell of capacity

N=2(2+1).N_\ell = 2\,(2\ell + 1).

The factor 2+12\ell+1 counts the mm_\ell states; the factor of 22 accounts for the two spin orientations.

Counting the capacity of a shell

The nn-th shell contains all subshells from =0\ell = 0 to =n1\ell = n-1. Its total electron capacity is the sum

Nn==0n12(2+1)=2=0n1(2+1).N_n = \sum_{\ell=0}^{n-1} 2\,(2\ell + 1) = 2 \sum_{\ell=0}^{n-1} (2\ell + 1).

The inner sum is the sum of the first nn odd integers, which equals n2n^2:

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

Therefore

Nn=2n2.\boxed{N_n = 2n^2.}

This compact formula is a direct consequence of the quantum number rules and the Pauli exclusion principle. It governs the period lengths of the periodic table.

Subshell notation and the periodic table

Chemists label subshells by letter: =0\ell = 0 is called s, =1\ell = 1 is p, =2\ell = 2 is d, and =3\ell = 3 is f. The capacity of each subshell is:

| Subshell | \ell | mm_\ell values | Capacity 2(2+1)2(2\ell+1) | |----------|--------|-----------------|----------------------| | s | 0 | 00 | 2 | | p | 1 | 1,0,+1-1, 0, +1 | 6 | | d | 2 | 2,1,0,+1,+2-2, -1, 0, +1, +2 | 10 | | f | 3 | 3,,+3-3, \ldots, +3 | 14 |

The structure of the periodic table follows directly: the first period has 2×12=22 \times 1^2 = 2 elements (H and He), the second and third periods each accommodate 2×22=82 \times 2^2 = 8 elements (though the filling order for higher nn mixes shells due to electron-electron repulsion), and the fourth and fifth periods each span 18 elements when the 3d3d and 4d4d subshells are included.

Worked example: the n=2n = 2 shell

For n=2n = 2, the allowed subshells are =0\ell = 0 (the 2s) and =1\ell = 1 (the 2p):

The eight elements in the second period of the periodic table (lithium through neon) correspond to filling these eight states.

Try it

This is a numerical exercise — your code should return a number. Compute the total number of electrons that can fill the n=3n = 3 shell by summing the capacity of each subshell (=0\ell = 0, =1\ell = 1, and =2\ell = 2). Each subshell \ell holds 2(2+1)2(2\ell + 1) electrons.

Run your code to see the quantum state.

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