Monday, May 21, 2018

special relativity - Relativistic kinematics of particle decay


Suppose a particle decays to three other particles. The masses of all particles are assumed to be known and we work in the rest frame of the parent particle. So there are 12 parameters for this because of the 4-momenta of the three daughter particles. Now the constraint of momentum conservation imposes 4 constraints and reduces the number of parameters to 8. Further, the energy-momentum relation for each particle imposes three more constraints and reduces the number of parameters to 5. Are there any other constraints that reduce the number of parameters to 2?



Answer



Well, yes and no. There is a set of Euler angles that describes the orientation of the product system in space, and the remaining two parameters are all that is needed to find the final $\left|\vec{p}\right|$s.


It's clearest to me when I am writing Monte Carlo generators. You do the physics in some conveniently defined coordinate system and then throw the dice to randomly assign a orientation for the system. Like this.




  • Choose one of the daughter particles, call the direction of it's three momentum the $\hat{z}$ axis.



    You can still describe all possible relationships between the three products, so there is no loss of generality.




  • Insist that the three momentum of the second daughter lies in the $\hat{x}$-$\hat{z}$ plane.


    Again, there is no loss of generality.




  • At this point you can use, say, $\theta_{1,2}$ and $\theta_{1,3}$ (the angles between the particles) to parameterize the physics. (That choice is not unique, of course, pick something that makes your math come out neatly.)





  • Choose $\phi \in \{0,2\pi\}$, $\cos(\theta) \in \{-1,1\}$, and $\psi \in \{0,2\pi\}$ (all uniformly) to describe the orientation of the whole system in space.




No comments:

Post a Comment

classical mechanics - Moment of a force about a given axis (Torque) - Scalar or vectorial?

I am studying Statics and saw that: The moment of a force about a given axis (or Torque) is defined by the equation: $M_X = (\vec r \times \...