Eliminating x in Lorentz Transformation

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 1K views
ZedCar
Messages
353
Reaction score
1

Homework Statement



At the bottom of this page:
http://www.cv.nrao.edu/course/astr534/LorentzTransform.html

It states;
Lorentz factor:
x=y(x'+vt') and x'=y(x−vt)

Eliminating x from this pair of equations yields
t=y(t'+vx'/c^2)
* y =gamma

How did they eliminate x?





The Attempt at a Solution




I'm taking the x value which is y(x'+vt') and substituting this into the x value in the x' equation.

So I'm getting;

x' = y^2(x'+vt')-yvt

Then I've separated the equation so that t is on LHS;

t = [y^2(x' + vt')] / yv

If anyone knows how this is done, I'd be very interested in learning! Thank you. :smile:
 
Physics news on Phys.org
Your last expression is wrong, it should be:

[tex]t = \frac{(\gamma^2 - 1)x^\prime + \gamma^2 vt^\prime }{\gamma v}[/tex]

Now:

[tex]\gamma^2 = \frac{1}{1-v^2/c^2}[/tex]

[tex]= \frac{c^2}{c^2 - v^2}[/tex]

so that:

[tex]\gamma^2 - 1 = \frac{c^2}{c^2 - v^2} - \frac{c^2 - v^2}{c^2 - v^2}[/tex]

[tex]= \frac{v^2}{c^2 - v^2} = v^2 \frac{\gamma^2}{c^2}[/tex]

Therefore, the above expression becomes:

[tex]t = \frac{v^2\gamma^2 x^\prime}{\gamma vc^2} + \frac{\gamma^2 vt^\prime}{\gamma v}[/tex]

[tex]= \frac{\gamma v x^\prime}{c^2} + \gamma t^\prime[/tex]

[tex]= \gamma(t^\prime + vx^\prime / c^2)[/tex]
 
Cheers very much for that.

I understand it now!

Thank you :smile: