Direct vs. Compound Reactions
Direct reactions occur on a fast timescale ($\sim 10^{-22}$ s), comparable to the transit time of the projectile across the nucleus. Unlike compound nucleus reactions where the energy is shared among all nucleons, direct reactions involve only a few nucleons at the nuclear surface. Key characteristics include:
- • Forward-peaked angular distributions (not symmetric about 90°)
- • Cross sections vary smoothly with energy (no sharp resonances)
- • Strong selectivity for specific final states
- • Sensitive to nuclear structure (single-particle properties)
Direct reactions are the primary tool for measuring spectroscopic factors, orbital angular momenta, and single-particle energies — fundamental inputs for the nuclear shell model.
Stripping and Pickup Reactions
Transfer reactions involve the exchange of one or more nucleons between projectile and target. The most important types are:
Stripping Reactions
One or more nucleons are stripped from the projectile onto the target. The classic example is the (d,p) reaction, where a deuteron deposits a neutron:
Similarly, the (d,n) reaction transfers a proton:
The transferred nucleon carries orbital angular momentum $\ell$, which is determined from the shape of the angular distribution. This directly reveals the quantum numbers of the final state.
Pickup Reactions
The inverse process, where the projectile picks up a nucleon from the target:
Pickup reactions probe the hole states in the target nucleus, providing complementary information to stripping reactions. Together, they map the single-particle structure above and below the Fermi surface.
Knockout Reactions
At intermediate energies (~50-200 MeV/u), quasi-free knockout reactions (e,e'p) and (p,2p) directly remove a nucleon and measure its momentum distribution:
The missing momentum and energy reveal the bound-state wave function and separation energy of the removed nucleon.
Distorted Wave Born Approximation (DWBA)
The DWBA is the standard theoretical framework for analyzing direct reactions. The transition amplitude for a (d,p) reaction transferring a neutron with quantum numbers$n\ell j$ is:
where $\chi_d^{(+)}$ and $\chi_p^{(-)}$ are distorted waves for the incoming deuteron and outgoing proton (generated by the optical model), $\phi_d$ is the deuteron internal wave function, $\phi_{n\ell j}$ is the bound-state wave function of the transferred neutron, and $V_{np}$ is the neutron-proton interaction.
The differential cross section is related to the DWBA prediction by:
In practice, the cross section factorizes as:
where $S_{n\ell j}$ is the spectroscopic factor and $C$ is an isospin Clebsch-Gordan coefficient. The spectroscopic factor measures the overlap between the actual nuclear state and the assumed single-particle configuration.
The Optical Model Potential
The optical model describes elastic scattering and generates the distorted waves needed for DWBA calculations. The potential has the form:
where $f(r, R, a) = [1 + \exp((r-R)/a)]^{-1}$ is the Woods-Saxon form factor. The terms are:
- • Real volume ($V \sim 50$ MeV): attractive nuclear mean field
- • Imaginary volume ($W$): absorption due to non-elastic processes
- • Imaginary surface ($W_D$): absorption concentrated at the surface
- • Spin-orbit ($V_{so} \sim 6$ MeV): responsible for shell structure
- • Coulomb ($V_C$): uniform sphere approximation for $r < R_C$
Global optical model parametrizations (Becchetti-Greenlees, Koning-Delaroche) provide parameters as functions of $A$, $Z$, and $E$, enabling predictions for unmeasured systems.
Angular Distributions & Momentum Matching
The angular distribution of a (d,p) reaction directly reveals the orbital angular momentum $\ell$ of the transferred neutron. In the plane wave limit, the cross section is proportional to:
where $j_\ell$ is the spherical Bessel function and $q$ is the momentum transfer:
Characteristic Patterns
The momentum matching condition $qR \approx \ell$ determines where the angular distribution peaks:
- • $\ell = 0$: peak at $\theta = 0°$ (forward peak, no centrifugal barrier)
- • $\ell = 1$: peak near $\theta \sim 15°$-25°
- • $\ell = 2$: peak near $\theta \sim 25°$-35°
- • $\ell = 3$: peak near $\theta \sim 35°$-45°
The shift of the first maximum to larger angles with increasing $\ell$ provides an unambiguous signature of the transferred angular momentum, making direct reactions the premier tool for assigning quantum numbers to nuclear states.
Spectroscopic Factors
The spectroscopic factor $S_{n\ell j}$ measures the probability that a given nuclear state has the assumed single-particle configuration. For a state $|\Psi_f\rangle$ in the$(A+1)$-body system:
The sum rule constrains the total strength:
where $\langle n_{n\ell j}\rangle$ is the average occupation of the orbit in the target. For closed-shell targets (all orbits fully occupied or empty), $S \approx 2j+1$ for empty orbits and $S \approx 0$ for filled orbits.
Experimentally, spectroscopic factors are typically 50-70% of the independent particle model values due to short-range correlations and configuration mixing, providing crucial evidence for nucleon-nucleon correlations in the nuclear medium.
Charge Exchange Reactions
Charge exchange (CE) reactions transfer isospin without changing the mass number. They probe the isospin structure of nuclei:
At zero momentum transfer ($q = 0$), the (p,n) cross section is proportional to the Gamow-Teller transition strength $B(GT)$:
This connection between the (p,n) reaction and weak interaction (beta decay) matrix elements makes charge exchange reactions essential for neutrino physics, double-beta decay studies, and astrophysical r-process calculations.
Simulation: DWBA Angular Distributions
This simulation computes plane-wave Born approximation (PWBA) angular distributions for (d,p) reactions with different transferred angular momenta, demonstrating how the$\ell$-value is determined from the angular pattern. It also plots the optical model potential components.
Click Run to execute the Python code
Code will be executed with Python 3 on the server
Fortran Simulation: Spectroscopic Factors
This Fortran program tabulates spectroscopic factors for $^{40}$Ca(d,p)$^{41}$Ca reactions, demonstrates momentum matching conditions for different $\ell$-transfers, and computes global optical model parameters.
Click Run to execute the Fortran code
Code will be compiled with gfortran and executed on the server