Lesson 4 of 15
Decay Width and Lifetime
Decay Width and Lifetime
Unstable particles decay with a characteristic mean lifetime . Quantum field theory predicts the decay width , which is the total transition rate summed over all decay modes. They are related by:
where GeV·s.
A broader resonance ( large) lives for a shorter time. The Z boson has GeV and lives only s, while the muon has GeV and lives s.
Exponential Decay
The number of particles surviving at time :
Lab Decay Length
A relativistic particle with Lorentz factor and velocity travels a mean distance before decaying:
This is why high-energy pions travel farther before decaying — time dilation extends their laboratory lifetime by .
Your Task
Implement (using GeV·s and m/s, defined inside each function):
lifetime_from_width(Gamma_GeV)— returns in secondswidth_from_lifetime(tau_s)— returns in GeVlab_decay_length(tau_s, gamma, beta)— returns in metres
Python runtime loading...
Loading...
Click "Run" to execute your code.