Lesson 6 of 15
Lab Frame Decay Length
Lab Frame Decay Length
A particle produced in a collider is not at rest — it flies through the detector at high speed. This means its proper lifetime is dilated in the lab frame by the Lorentz factor .
Kinematics in Natural Units
In high-energy physics we work in natural units where . For a particle with energy and mass :
The lab-frame lifetime is stretched by time dilation:
Mean Decay Length
The average distance a particle travels before decaying is:
In SI-friendly mixed units, with energy/mass in GeV and m/s:
Example: Muons
A muon has mass GeV and proper lifetime s. At GeV, , and the mean decay length is over 6 km — explaining why cosmic-ray muons survive from the upper atmosphere to sea level.
Your Task
Implement three functions. All constants must be defined inside each function body.
lorentz_factor(E_GeV, m_GeV)— returnsbeta(E_GeV, m_GeV)— returnsmean_decay_length(E_GeV, m_GeV, tau_s)— returns in metres
Python runtime loading...
Loading...
Click "Run" to execute your code.