Particle mass versus lifetime & decay length

Standard Model particles plotted as mass versus lifetime to show its stability in the context of high-energy physics detectors such as the CMS detector.

Note the average decay length is given by L = γβcτ = (pc/mc2)(cτ), because β = v/c and the average distance traveled by a particle is L = v(γτ), where the lifetime is dilated due to a boost with a Lorentz factor γ = 1/sqrt(1-β2). We can write γβ = pc/mc2, because the relativistic momentum is given by p = γmv.

Mass versus proper lifetime, including the electron mass:SM_particles_masses-001.pngZoomed in so the electron falls outside the mass range:SM_particles_masses-002.pngThe average decay length L = γβcτ, assuming a momentum of p = 10 GeV/c:SM_particles_masses-003.pngAssuming a momentum of p = 20 GeV/c:SM_particles_masses-004.pngAssuming a momentum of p = 50 GeV/c:SM_particles_masses-005.pngAssuming a momentum of p = 100 GeV/c:SM_particles_masses-006.pngAssuming a momentum p between 1 and 50 GeV/c to show the full variation of the decay length:SM_particles_masses-007.png

Animating the average decay length for momenta between 1 and 50 GeV/c:

Edit and compile if you like:

% Author: Izaak Neutelings (December 2022)
% Inspired by
% https://www.sciencedirect.com/science/article/pii/S0146641019300109
% https://iopscience.iop.org/article/10.1088/1361-6471/ab4574/pdf
\documentclass[border=3pt,tikz]{standalone}
\usepackage{siunitx}
\usepackage[outline]{contour} % glow around text
\usepackage{xfp} % needed for accuracy with \fpeval
\usepackage{pgfplots} % for the axis environment
\contourlength{1.1pt}
\tikzset{>=latex} % for LaTeX arrow head
% redraw axis on top / in front (over filled areas)
\makeatletter \newcommand{\pgfplotsdrawaxis}{\pgfplots@draw@axis} \makeatother
\pgfplotsset{axis line on top/.style={after end axis/.append code={\pgfplotsdrawaxis}}}
% UNSLANT GREEK LETTERS for particle symbols
% https://tex.stackexchange.com/questions/145926/upright-greek-font-fitting-to-computer-modern
% https://tex.stackexchange.com/questions/236915/adjust-custom-made-upright-greek-letters-when-used-in-subscripts
\usepackage{scalerel}
\newsavebox{\foobox}
\newcommand{\slantbox}[2][0]{\mbox{%
\sbox{\foobox}{#2}%
\hskip\wd\foobox
\pdfsave
\pdfsetmatrix{1 0 #1 1}%
\llap{\usebox{\foobox}}%
\pdfrestore
}}
\newcommand\unslant[2][-.25]{%
\mkern1.2mu%
\ThisStyle{\slantbox[#1]{$\SavedStyle#2$}}%
\mkern-1.2mu%
}
\newcommand{\PJpsi}{J\!/\!$\unslant\psi$}
% COLORS
\colorlet{boscol}{red!80!black} % boson color
\colorlet{mescol}{blue!70!cyan!90!black} % meson color
\colorlet{barcol}{blue!80!cyan!65!red!85} % baryon color
\colorlet{lepcol}{green!80!black} % lepton color
 
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Click to download: SM_particles_masses.texSM_particles_masses.pdf
Open in Overleaf: SM_particles_masses.tex

Leave a Reply

Your email address will not be published.