Understanding the Lorentz Transformation Equations

  • Thread starter Thread starter stevmg
  • Start date Start date
  • Tags Tags
    Mean
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
12 replies · 3K views
stevmg
Messages
696
Reaction score
3
[tex]x_2=v*t[/tex].

I was told that this is incorrect but I don't even know what it is.

The Lorentz equations are:

x' = [tex]\gamma[/tex](x - vt)
t' = [tex]\gamma[/tex](t - vx/c2)

How would you write that in matrix format?
 
Physics news on Phys.org
stevmg said:
[tex]x_2=v*t[/tex].

I was told that this is incorrect but I don't even know what it is.
I don't either.
stevmg said:
The Lorentz equations are:

x' = [tex]\gamma[/tex](x - vt)
t' = [tex]\gamma[/tex](t - vx/c2)

How would you write that in matrix format?

Edit: Fill in the question marks.
[tex]\left[\begin{array}{c} x' \\ t' \end{array}\right] = \left[ \begin{array} {cc} ? & ? \\ ? & ? \end{array} \right] \left[\begin{array}{c} x \\ t \end{array}\right][/tex]
 
Last edited:
stevmg said:
How would you write that in matrix format?
[tex]\left(<br /> \begin{array}{cc}<br /> x'\\<br /> t'<br /> \end{array}<br /> \right) = \left( \begin{array}{cc} ? & ?\\? & ?\end{array}\right)<br /> \left(<br /> \begin{array}{cc}<br /> x\\<br /> t<br /> \end{array}<br /> \right)[/tex]

Fill in the ? marks.
 
HallsofIvy said:
Too late! Mark44 already did!
:cry:
 
I tried I can't make the matrix work.

I am wasting my time...

I'll just read from now on as this array/matrix stuff is pure crap to me.

Thanks anyway
 
stevmg said:
[tex]x_2=v*t[/tex].

I was told that this is incorrect but I don't even know what it is.

The Lorentz equations are:

x' = [tex]\gamma[/tex](x - vt)
t' = [tex]\gamma[/tex](t - vx/c2)

How would you write that in matrix format?
It might be helpful to write the equations above as
[tex]x' = \gamma x - \gamma vt[/tex]
[tex]t' = -\gamma \frac{v}{c^2}x + \gamma t[/tex]
 
Mark44 said:
It might be helpful to write the equations above as
[tex]x' = \gamma x - \gamma vt[/tex]
[tex]t' = -\gamma \frac{v}{c^2}x + \gamma t[/tex]

I do not know how to write a matrix in Latex format and no matter how hard I try I never get it.

If I could hand write it, I would but that's not possible here.

I am NOT wasting more time on this and I thank you for your time.

Steve G
Melbourne FL
 
stevmg said:
I do not know how to write a matrix in Latex format and no matter how hard I try I never get it.
You can always just click on one of the ones we provided and copy the code, but no matter.

If the only issue is that you can't write it, that's not a problem. If I write the matrix as:

[tex] \left( \begin{array}{cc} a & b\\c & d\end{array}\right)[/tex]

We can discuss your answers for the elements a, b, c, and d.
 
a = [tex]\gamma[/tex]
b = -[tex]\gamma[/tex]v
c = -[tex]\gamma[/tex]v/c2
d = [tex]\gamma[/tex]
 
stevmg said:
a = [tex]\gamma[/tex]
b = -[tex]\gamma[/tex]v
c = -[tex]\gamma[/tex]v/c2
d = [tex]\gamma[/tex]

Thats correct, do you have to solve this linear ODE, or just write it in matrix form?
 
stevmg said:
a = [tex]\gamma[/tex]
b = -[tex]\gamma[/tex]v
c = -[tex]\gamma[/tex]v/c2
d = [tex]\gamma[/tex]
Perfect.