|q⟩ Bad Qubits

intermediate · Physics · The Hydrogen Atom in Depth

Expectation of Radius ⟨r⟩

How big is a hydrogen atom in a given state? The sharpest single answer is the expectation value of the radius, r\langle r\rangle — the mean distance of the electron from the nucleus, averaged over the probability density.

Definition

For a state ψnm\psi_{n\ell m}, the expectation value of any function of rr is

f(r)=ψnm2f(r)d3r=0f(r)Rn(r)2r2dr,\langle f(r)\rangle = \int |\psi_{n\ell m}|^2\, f(r)\, d^3r = \int_0^\infty f(r)\,|R_{n\ell}(r)|^2\, r^2\, dr,

where the angular integral over Ym2|Y_\ell^m|^2 gives 1. Setting f(r)=rf(r) = r gives r\langle r\rangle. The crucial r2r^2 from the volume element means we are really averaging rr against the radial distribution P(r)=r2Rn2P(r) = r^2|R_{n\ell}|^2.

The closed-form result

Carrying out the integral with the hydrogen radial functions yields a clean formula that depends on both nn and \ell:

rn=a02[3n2(+1)].\langle r\rangle_{n\ell} = \frac{a_0}{2}\Big[\,3n^2 - \ell(\ell+1)\,\Big].

A few consequences:

Worked examples

For the ground state 1s1s (n=1,=0n=1, \ell=0):

r10=a02(30)=32a0.\langle r\rangle_{10} = \frac{a_0}{2}(3 - 0) = \frac{3}{2}a_0.

The mean radius is 1.5a01.5\,a_0 even though the most probable radius is a0a_0 — the long exponential tail pulls the average outward.

For the 2p2p state (n=2,=1n=2, \ell=1):

r21=a02(3412)=a02(10)=5a0.\langle r\rangle_{21} = \frac{a_0}{2}\big(3\cdot 4 - 1\cdot 2\big) = \frac{a_0}{2}(10) = 5\,a_0.

The takeaway

The mean radius of a hydrogen state is r=a02[3n2(+1)]\langle r\rangle = \tfrac{a_0}{2}[3n^2 - \ell(\ell+1)], computed from the radial distribution r2Rn2r^2|R_{n\ell}|^2. It scales like n2n^2 and decreases mildly with \ell at fixed nn.

Try it

This is a numerical exercise — return a number. Working in units of the Bohr radius (a0=1a_0 = 1), use r=a02[3n2(+1)]\langle r\rangle = \tfrac{a_0}{2}[3n^2 - \ell(\ell+1)] to compute r\langle r\rangle for the 2p2p state (n=2n=2, =1\ell=1).

Run your code to see the quantum state.

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