2-2 elastic scattering¶
We have reviewed the 2-2 elastic scattering with one massless neutrino in BDM Physics. To accommodate a more general case, we relax the massless assumption and do not identify the incoming or outgoing particles as any specific species. This allows us to build a general-purpose class suitable for arbitrary 2-2 scattering processes involving non-zero masses.
General expressions¶
The scheme for the scattering of two particles, labeled 1 and 2, is shown in Fig. 1. Each particle carries non-zero mass \(m_1\) and \(m_2\), respectively. The four-momenta of all particles are indicated in the diagram. The scattering angle quantifies the deflection relative to the incoming direction of particle 1. After the scattering event, particles 1 and 2 are deflected by angles \(\vartheta\) and \(\psi\), respectively.
We can write down the 4-momenta in lab frame,
and the corresponding \(u\)-channel
The two identities are equivalent due to the Lorentz-invariant nature of the process. Similar to the BDM case, suppose we know \(E_2^\prime\) and its kinetic energy, such that $$ T_2 = E^\prime_2 - m_2 = E_1 - E_1^\prime. $$ We thus have $$ \begin{equation} E_1 (T_2+m_2) -|\mathbf{p}_1||\mathbf{p}_2^\prime| x = (E_1-T_2)m_2, \end{equation} $$ where \(x= \cos\psi\). By letting \(|\mathbf{p}_1|=\sqrt{E_1^2-m_1^2}\) and \(|\mathbf{p}_2^\prime| =\sqrt{T_2(T_2+2m_2)}\), the only unknown in the above equation is \(E_1\), which can be solved analytically,
Note that \(E_1\) gives the total energy of particle 1, thus \(T_1 = E_1 - m_1\). It is true that \(E_1 = T_1\) only in the special case where \(m_1 = 0\).
Moreover, one can differentiate \(E_1\) with respect to \(T_2\), which yields $$ \begin{equation}\label{eq:dE1/dT2} \frac{dE_1}{dT_2}=m_2x^2\times \frac{\alpha +\beta + \gamma}{\eta} \end{equation} $$ where
with \(\delta=-T_2 + (T_2 + 2m_2)x^2\) and \(\kappa=\sqrt{(T_2+2m_2)(\alpha+ T_2 m_2^2 )}\). In most cases, elastic scattering does not change the mass of the particles, thus
and this allows all relevant quantities to be expressed in terms of the kinetic energies \(T_i\).
When constructing the corresponding class
, the namespace will consistently refer to \(T_i\) instead of \(E_i\).
Although the angle \(\vartheta\) for particle 1 is irrelevant to our study, it can still be determined via 3-momentum conservation \begin{equation} \sin\vartheta = \frac{|\mathbf{p}_2^\prime|}{|\mathbf{p}_1^\prime|} \sin\psi \end{equation} where \(|\mathbf{p}_1^\prime| = \sqrt{E_1^{\prime 2} - m_1^2}\) and \(E_1^\prime = E_1 - T_2\).
Validation¶
Now recall the \(\nu\chi\) scattering with \(E_1 = E_\nu\), \(T_2 = T_\chi\), \(m_1 = m_\nu = 0\), and \(m_2 = m_\chi\). With \(|\mathbf{p}_2^\prime| = |\mathbf{p}_\chi| = \sqrt{T_\chi (T_\chi + m_\chi)}\), Eq. \eqref{eq:E1} becomes
Additionally,
and after some tedious algebra, we obtain
We also use
which leads to the final result
We observe that Eqs. \eqref{eq:Ev} and \eqref{eq:dEv/dTx} are exactly Eqs. (5) and (8) in BDM Physics, respectively. We therefore conclude that Eqs. \eqref{eq:E1} and \eqref{eq:dE1/dT2} are the general expressions for 2-2 elastic scattering involving non-zero masses.