Fine Structure Constant and QED
Fine Structure Constant and QED
The fine structure constant is the dimensionless coupling constant of quantum electrodynamics (QED). It sets the strength of all electromagnetic interactions:
Its smallness () is why perturbation theory works so well in QED — higher-order Feynman diagrams are suppressed by additional powers of .
Running Coupling
In quantum field theory, coupling constants run with the energy scale . At one loop in QED:
where GeV is the electron mass. The coupling increases at higher energies because virtual electron-positron pairs screen the bare charge less effectively at short distances.
At the pole ( GeV):
compared to at zero energy.
Cross Section Scaling
QED amplitudes are proportional to , so cross sections scale as . The ratio of cross sections at two different energies is:
Your Task
Implement three functions. All constants must be defined inside each function body.
alpha_QED()— returns atalpha_running(Q_GeV)— one-loop running couplingqed_cross_section_ratio(Q1_GeV, Q2_GeV)— ratio