Lesson 14 of 15
Relativistic Collisions
Relativistic Collisions
In relativistic collisions, 4-momentum is conserved:
Center-of-Mass Energy
The Mandelstam variable gives the square of the center-of-mass energy:
This is Lorentz-invariant — it takes the same value in every reference frame.
Threshold Energy
The minimum beam energy needed to create a new particle of mass when hitting a stationary target of mass (both initial particles also have mass ) is:
This comes from requiring enough center-of-mass energy to produce all final-state particles at rest: .
Your Task
Implement:
cm_energy_sq(E1, p1, E2, p2)— computes (1D momenta)threshold_energy(m, M)— returns the threshold beam energy in J
Use m/s defined inside each function.
Python runtime loading...
Loading...
Click "Run" to execute your code.