Determining Particle Type from Energy: Relativistic Approach

  • Thread starter Thread starter DukeLuke
  • Start date Start date
  • Tags Tags
    Mass Momentum
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
6 replies · 2K views
DukeLuke
Messages
92
Reaction score
0

Homework Statement


Determine how accurately you will need to measure the speed of a particle that has energy 2 GeV to determine whether it is a pion (mass = 0.14 Gev/c^2) or a Kaon (mass = 0.49 Gev/C^2). *This question is in a relativity section, so I'm assuming relativistic equations are neccesary*

Homework Equations


[tex] E^2 = (p^2)(c^2) + (m^2)(c^4)[/tex]
[tex] p = (\gamma)mv[/tex]

The Attempt at a Solution


I started by substituting [tex]p= (\gamma)mv[/tex] into the other equation so velocity can be related to mass, but I'm lost as to what the basic approach to this problem would be.
 
Physics news on Phys.org
That looks like a good start. I'd now try to solve for v in terms of E and m and get the value of v for a kaon and a pion and see what the difference is. It looks to me like it becomes a quadratic equation in v^2.
 
use gamma r = E/(mc^2) = 1/sqrt(1 - v^2/c^2)
so v/c = sqrt[1 - (mc^2/E)^2]
for pion, mc^2/E = 0.14/2 = 0.07
v/c = 0.9975
 
Dick said:
That looks like a good start. I'd now try to solve for v in terms of E and m and get the value of v for a kaon and a pion and see what the difference is. It looks to me like it becomes a quadratic equation in v^2.

Thanks, the only thing is when I solved it I didn't end up with a quadratic.
 
I started by solving for p and substituing [tex]p= (\gamma mv)[/tex] for it.

[tex] \frac{mv}{\sqrt{1 - v^2/c^2}} = \sqrt{\frac{E^2 - m^2c^4}{c^2}}[/tex]



then I squared both sides and moved gamma and [tex]c^2[/tex] to opposite sides

[tex] m^2v^2c^2 = (E^2 - m^2c^4) (1 - v^2/c^2)[/tex]



multiply out right hand side

[tex] m^2v^2c^2 = E^2 + m^2c^2v^2 -m^2c^4 - \frac{E^2v^2}{c^2}[/tex]



group [tex]v^2[/tex] on same side and factor it out

[tex] v^2 (c^2m^2 + E^2/c^2 - m^2c^2) = E^2 - m^2c^4[/tex]



solve for v

[tex] v = \sqrt{\frac{E^2 -m^2c^4}{c^2m^2 + E^2/c^2 - m^2c^2}}[/tex]