nemosum said:
I'm reading Einstein's "Relativity, the Special and General Theory" And it just talked about the Lorentz transformations, but I don't quite understand what it's used for. I understand how the time dilation and length contraction equations are derived from it but I don't understand how to use the Transformation itself. Could anybody enlighten me?
For any reference frame, you can come up with a coordinate system for that frame, which is used to label the position and time of any event in spacetime--three spatial axes labeled x,y,z and a time axis labeled t. An object which is at rest in that frame will have constant x,y,z coordinates as time passes, which means the origin of the spatial axes is at rest in that frame. This means that the spatial origins of different frames' coordinate systems will be moving relative to one another. Let's say we have two observers, Alice and Bob, moving apart at velocity v. Call Alice's coordinates x,y,z,t and call Bob's coordinates x',y',z',t'. If you arrange the spatial axes so that they're all parallel--Alice's x-axis is parallel to Bob's x'-axis, and so on--and you also arrange them so that Alice sees the origin of Bob's coordinate system moving along her x-axis at velocity v, with the two origins coinciding at t=t'=0, then the Lorentz transform would look like:
x' = \gamma (x - vt)
y' = y
z' = z
t' = \gamma (t - vx/c^2)
with \gamma = 1/\sqrt{1 - v^2/c^2}
If you know the coordinates of a particular event in Alice's x,y,z,t coordinate system, you can plug them into this to figure out what the coordinates of the same event will be in Bob's x',y',z',t' system. And if you know an event's coordinates in Bob's system and want to know what they are in Alice's system, you use:
x = \gamma (x' + vt')
y = y'
z = z'
t = \gamma (t' + vx'/c^2)
with \gamma = 1/\sqrt{1 - v^2/c^2}
Deriving time dilation from the Lorentz transform is pretty simple--just pick two events in Alice's system separated by a time interval of t, then figure out what the time interval between the two event's would be in Bob's system. Lorentz contraction is a little more subtle, because the different coordinate systems disagree about simultaneity (two events that happen at the same time-coordinate in one happen at different time-coordinates in the other), and "length" is about looking at the distance between the front and back of an object at a single moment. So you could do it by picking a ruler at rest in Alice's system and of length L, then picking two events at the front and back end of the ruler which happen at different times in Alice's system but the same time in Bob's system, then seeing what the distance between these two events is in Bob's system.