Lorentz Contraction and Energy

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 1K views
fdsa1234
Messages
19
Reaction score
0
I already know the solution to this problem, but I'm not sure exactly why it works out the way it does, so I'm looking for an explanation.

Homework Statement


A particle accelerator accelerates electrons at 40 GeV in a pipe 2 miles (3218.69 metres) long, but only a few cm wide. How long is the accelerator in the rest frame of an electron with the given energy?

Homework Equations


##L' = L*\sqrt{(1 - V^2)}##

##E = \frac{m}{\sqrt{(1 - V^2)}}##

The Attempt at a Solution


L' is the Lorentz contracted length of the accelerator in the electron's rest frame; using the two equations with 0.51 MeV as the mass of the electron, I get ##\sqrt{(1 - V^2)} = \frac{m}{E} = \frac{(0.51 MeV)}{40 GeV} = 1.2 * 10^-5##

Then, ##L' = 1.2 * 10^-5 * 3218.69 = 4 cm##

This is the correct solution. My question is, why are the ##\sqrt{(1 - V^2)}## terms not ##\sqrt{(1 - \frac{V^2}{c^2})}##? I thought that the Lorentz contraction equation is ##L' = L*\gamma##, where ##\gamma## is ##\sqrt{(1 - \frac{V^2}{c^2})}##. What's the explanation?
 
Physics news on Phys.org
Ah, so ##E = \frac{mc^2}{\sqrt{1 - v^2/c^2}}## simply becomes ##E = \frac{m}{\sqrt{1 - V^2}}##. Now I see it. Thank you.