The Strong Nuclear Force
The strong nuclear force is the fundamental interaction that binds protons and neutrons (collectively called nucleons) together inside atomic nuclei. It is the residual effect of the strong interaction between quarks mediated by gluons in quantum chromodynamics (QCD). At the nuclear scale, this residual force can be described effectively through meson exchange, as first proposed by Hideki Yukawa in 1935.
Key experimental facts about the nuclear force:
- - Short range: The force effectively vanishes beyond about 2-3 fm
- - Very strong: At short distances (~1 fm), it is about 100 times stronger than the electromagnetic force
- - Attractive at medium range: Produces a potential well of depth ~50 MeV
- - Repulsive core: Below ~0.5 fm, the force becomes strongly repulsive
- - Saturation: Each nucleon interacts only with its nearest neighbors
- - Charge independence: The pp, nn, and np forces are nearly identical (after removing Coulomb effects)
- - Spin dependence: The force depends on the spin orientation of the nucleons
- - Tensor component: A non-central force component exists, similar to the magnetic dipole interaction
The Yukawa Potential
In 1935, Hideki Yukawa proposed that the nuclear force is mediated by the exchange of a massive boson (later identified as the pion). By analogy with the Coulomb potential arising from massless photon exchange, Yukawa derived the potential for massive particle exchange.
Derivation from Klein-Gordon Equation
The static potential from a point source satisfying the Klein-Gordon equation for a massive scalar field gives:
where $\mu = m_\pi c/\hbar$ is the inverse Compton wavelength of the pion. The solution with outgoing boundary conditions is:
The resulting nucleon-nucleon potential is:
The range of the force is determined by the pion mass:
Comparison with Coulomb Potential
The Coulomb potential corresponds to the $\mu \to 0$ (massless mediator) limit of the Yukawa potential:
The exponential suppression $e^{-\mu r}$ in the Yukawa potential ensures that the nuclear force has finite range, in contrast to the infinite-range Coulomb force.
Detailed Force Properties
Charge Independence & Isospin
The strong nuclear force is approximately charge-independent. The pp, nn, and np interactions are nearly equal after electromagnetic effects are removed. This leads to the concept of isospin symmetry:
Saturation Property
The binding energy per nucleon is approximately constant (~8 MeV) for $A > 20$, indicating each nucleon interacts only with its neighbors:
If all pairs interacted, we would expect $B \propto A(A-1)/2 \propto A^2$, giving $B/A \propto A$. Saturation implies the nuclear force has limited range.
Tensor Force
The nuclear force has a tensor component, analogous to the interaction between two magnetic dipoles. The tensor operator is:
The tensor force is responsible for the quadrupole moment of the deuteron and the mixing of S and D waves in the deuteron ground state.
The Deuteron
The deuteron (d or $^2$H) is the simplest bound nuclear system, consisting of one proton and one neutron. Its properties provide fundamental constraints on the nuclear force:
Binding energy
$B_d = 2.2246$ MeV
Spin-parity
$J^\pi = 1^+$
Isospin
$T = 0$
Quadrupole moment
$Q_d = 0.2860$ fm$^2$
Square Well Model of the Deuteron
As a first approximation, model the nuclear potential as a square well of depth $V_0$and range $R$. The radial Schrodinger equation for the relative motion ($\ell = 0$ S-wave):
where $\mu = m_N/2$ is the reduced mass and $u(r) = r R(r)$. Inside the well ($r < R$):
Outside the well ($r > R$):
Matching at $r = R$ gives the transcendental equation:
For $R = 2.1$ fm and $B_d = 2.2246$ MeV, one finds $V_0 \approx 35$ MeV, confirming the deep, short-range nature of the nuclear potential.
Python Simulation: Nuclear Potentials
Comparison of Yukawa, Coulomb, and Woods-Saxon potentials showing the key features of nuclear interactions: short range, attractive well, and range dependence on mediator mass.
Nuclear Potential Comparison
PythonCompares Yukawa (pion exchange), Coulomb, and Woods-Saxon potentials and shows range dependence
Click Run to execute the Python code
Code will be executed with Python 3 on the server
Fortran Implementation
Fortran solver for the deuteron binding energy using the square-well potential model. Solves the transcendental matching condition numerically using bisection.
Deuteron Binding Energy Solver
FortranSolves for the square-well depth V0 that reproduces the deuteron binding energy for various well radii
Click Run to execute the Fortran code
Code will be compiled with gfortran and executed on the server
The Woods-Saxon Potential
A more realistic nuclear potential is the Woods-Saxon form, which smoothly interpolates between the interior and exterior of the nucleus:
where:
- - $V_0 \approx 50$ MeV is the potential depth
- - $R = r_0 A^{1/3}$ with $r_0 \approx 1.25$ fm is the nuclear radius
- - $a \approx 0.65$ fm is the surface diffuseness parameter
The Woods-Saxon potential reproduces the nearly constant nuclear density in the interior and the smooth falloff at the surface observed in electron scattering experiments. Adding a spin-orbit term $V_{\text{so}}(r)\,\mathbf{L}\cdot\mathbf{S}$ is essential for reproducing the nuclear shell structure and magic numbers.