Measuring Nuclear Sizes
The nucleus, with a radius on the order of femtometers ($1\;\text{fm} = 10^{-15}\;\text{m}$), is far too small to probe with visible light. Instead, we use high-energy electron scattering, which provides a clean electromagnetic probe of the nuclear charge distribution. The key insight of Robert Hofstadter's Nobel Prize-winning experiments (1961) was that the diffraction pattern of scattered electrons directly encodes the nuclear form factor.
The fundamental empirical result is that nuclear radii scale as:
This $A^{1/3}$ scaling implies that nuclear matter has roughly constant density, a property known as nuclear saturation. The volume scales as $V \propto A$, meaning each nucleon occupies approximately the same volume regardless of the nucleus size.
Electron Scattering and Form Factors
In Born approximation, the differential cross section for elastic electron scattering from a nucleus deviates from the point-nucleus (Mott) cross section by the square of the form factor:
The Mott cross section for a spin-1/2 electron scattering from a spinless point charge $Ze$ is:
The form factor $F(\mathbf{q})$ is the Fourier transform of the normalized charge distribution. For a spherically symmetric distribution $\rho(r)$:
where $q = |\mathbf{q}| = 2k\sin(\theta/2)$ is the magnitude of the three-momentum transfer and $k = E/(\hbar c)$ is the electron wave number. The minima in $|F(q)|^2$ correspond to diffraction minima and directly reveal the nuclear size.
Low-q Expansion
Expanding the form factor for small momentum transfer yields the model-independent determination of the RMS charge radius:
Fermi (Woods-Saxon) Charge Distribution
Experimental data from electron scattering are well described by the two-parameter Fermi distribution (also called the Woods-Saxon distribution when used for the nuclear potential):
The parameters have clear physical meaning:
Central density $\rho_0$
The density at $r = 0$. For nuclear matter (total nucleon density),$\rho_0 \approx 0.17\;\text{nucleons/fm}^3$. For the charge distribution,$\rho_{0,\text{ch}} \approx 0.07\text{--}0.08\;e/\text{fm}^3$. Remarkably, this is approximately constant for all nuclei with $A \gtrsim 20$.
Half-density radius $c$
The radius where $\rho(c) = \rho_0/2$. This scales as$c \approx 1.07\,A^{1/3}$ fm. It is closely related to (but not identical with) the RMS radius. The relationship between $c$ and $\langle r^2 \rangle^{1/2}$ depends on the diffuseness parameter.
Diffuseness $a$
Controls the surface thickness. The distance over which the density falls from 90% to 10% of $\rho_0$ is the surface thickness $t = 4a\ln 3 \approx 4.4a \approx 2.3$ fm. This is nearly constant across all nuclei with $a \approx 0.52\text{--}0.59$ fm.
The RMS radius for the Fermi distribution can be computed analytically in the limit $a \ll c$:
Neutron Skin and Neutron Distributions
Electron scattering probes the charge (proton) distribution. The neutron distribution is more difficult to measure, requiring hadronic probes (proton scattering, pion scattering) or parity-violating electron scattering (PREX experiment at Jefferson Lab).
In neutron-rich nuclei, the neutron distribution extends beyond the proton distribution, forming a neutron skin. The neutron skin thickness is defined as:
The PREX-II experiment on $^{208}$Pb measured $\Delta r_{np} = 0.283 \pm 0.071$ fm, which has profound implications for the equation of state of neutron-rich matter and neutron star structure. The neutron skin thickness is closely correlated with the slope of the symmetry energy $L$ at saturation density:
A larger $L$ (stiffer symmetry energy) pushes neutrons outward, producing a thicker neutron skin and predicting larger neutron star radii.
Isotope Shifts and Muonic Atoms
Complementary methods for measuring nuclear charge radii include optical isotope shifts and muonic X-ray spectroscopy.
Optical Isotope Shifts
Atomic energy levels are sensitive to the nuclear charge radius through the finite nuclear size correction. For s-electrons in a hydrogen-like atom:
The change in this correction between two isotopes gives the differential mean-square charge radius $\delta\langle r^2 \rangle^{A,A'}$. Modern laser spectroscopy achieves precisions of $\sim 10^{-3}$ fm$^2$ on these differences.
Muonic Atoms
The muon ($m_\mu \approx 207\,m_e$) orbits much closer to the nucleus, with Bohr radius$a_\mu = a_0\,m_e/m_\mu \approx 256$ fm for hydrogen. For heavy atoms, the muonic 1s orbit penetrates deep into the nucleus, making muonic X-ray transitions extremely sensitive to the charge distribution. The 2p → 1s transition energy shifts are:
The 2010 proton radius puzzle arose when muonic hydrogen measurements yielded$r_p = 0.84184(67)$ fm, significantly smaller than the electron scattering value of $r_p = 0.8768(69)$ fm. This discrepancy has since been largely resolved, with the muonic value now accepted as more precise.
Nuclear Matter Density and Saturation
The near-constancy of nuclear central density is one of the most fundamental properties of nuclear matter. The saturation density is:
This enormous density (comparable to the density inside neutron stars) results from the balance between attractive nuclear forces and short-range repulsion. The saturation property means the binding energy per nucleon and the density are approximately independent of $A$ for $A \gtrsim 20$.
The nuclear equation of state near saturation can be expanded as:
where $K_\infty \approx 230 \pm 20$ MeV is the nuclear incompressibility, determined from the energies of isoscalar giant monopole resonances (the nuclear breathing mode). This parameter constrains models of supernovae and neutron star mergers.
Python Simulation: Charge Distributions and Form Factors
Computes Fermi charge distributions, form factors via spherical Bessel transform, and RMS radii for several nuclei. Demonstrates the $R \propto A^{1/3}$ scaling.
Nuclear Charge Distributions
PythonFermi distributions, form factors |F(q)|^2, and RMS charge radii
Click Run to execute the Python code
Code will be executed with Python 3 on the server
Fortran Implementation: Nuclear Size Systematics
Computes RMS charge radii and surface thickness for a range of nuclei using Fermi distribution parameters from electron scattering data.
Nuclear Size Calculator
FortranTabulates nuclear charge radii, central densities, and surface parameters
Click Run to execute the Fortran code
Code will be compiled with gfortran and executed on the server