Lesson 3 of 15
Center-of-Mass Energy
Center-of-Mass Energy
The center-of-mass energy is the total available energy in the CM frame — the maximum energy that can go into creating new particles. The Mandelstam variable is:
Collider Mode (head-on, equal beams)
When two equal-energy beams collide head-on, the momenta cancel:
The LHC at 6.5 TeV per beam delivers TeV. This is why colliders are so powerful compared to fixed-target experiments.
Fixed-Target Mode
With a beam hitting a stationary target (natural units, ):
The only grows as , far slower than the linear growth of the collider case.
Threshold Energy
The minimum beam kinetic energy to produce a set of final-state particles with total mass is found by setting at threshold:
Your Task
Implement (all masses and energies in GeV, natural units):
collider_cm_energy(E_beam_GeV)— returnsfixed_target_cm_energy(E_beam_GeV, m_beam_GeV, m_target_GeV)— returnsthreshold_kinetic_energy(m_beam_GeV, m_target_GeV, m_products_total_GeV)— returns minimum kinetic energy
Python runtime loading...
Loading...
Click "Run" to execute your code.