Why does the Lorentz transformation only affect the x axis?

AI Thread Summary
The Lorentz transformation primarily affects the x-axis due to the nature of relative motion in special relativity, where velocity is considered only in the direction of travel. This is similar to the Galilean transformation, which also treats velocity as affecting only the x component. The discussion highlights the importance of understanding how to simulate objects moving at relativistic speeds, particularly in terms of visual perception and the effects of light travel time. To accurately represent a rocket moving near the speed of light, one must consider phenomena like length contraction and the Terrell effect. Overall, the transformation's focus on the x-axis is essential for simplifying calculations in relativistic contexts.
binarybob0001
Messages
29
Reaction score
0
I am now studying the Lorentz transformation which shares some commonality with the Galiliean transformation. What I'm confused about is how they only seem to transform the x axis. It will help if I write it out. The Galilean transformation looks like:
x' = x-vt
y' = y
z' = z
t' = t
Although most of the books I have read do not bother, I will put this in matrix form because I will eventually do that with the Lorentz transformation.
<br /> \left(\begin{array}{cccc}<br /> 1 &amp; 0 &amp; 0 &amp; -v &amp;<br /> 0 &amp; 1 &amp; 0 &amp; 0 &amp;<br /> 0 &amp; 0 &amp; 1 &amp; 0 &amp;<br /> 0 &amp; 0 &amp; 0 &amp; 1 <br /> \end{array} \right)<br /> \letf(\begin{array}{c}<br /> x &amp;<br /> y &amp;<br /> z &amp;<br /> t <br /> \end{array} \right) =<br /> \letf(\begin{array}{c}<br /> x&#039; &amp;<br /> y&#039; &amp;<br /> z&#039; &amp;<br /> t&#039;<br /> \end{array} \right)<br />
Pay no attention to the strange layout of the 1 by 4 arrays. I could not figure out how to make them. It is clear that veolocity effects only the x component of the resulting vector. To me that makes no sense. Does anyone know why it is set up this way. I have had no classes on matrices but I work with computer graphics programming and have taught myself much over the summer. I am thinking the book is assuming I also transform the coordinates of the object so that it is traveling only with respect to x and then transform the coordinate space back to the orginal for the final transformation. In that case giving the Lorentz transformation as first listed is not adaquate. Am I right?
 
Physics news on Phys.org
Thanks, I figured out what I needed to do based what was said before. I wanted to know how I simulate a view of a rocket moving at near the speed of light. This would all depend on the way you were looking and how much forshortning the rocket had in its direction of velocity. Although I haven't figured out how to keep track of the rockets displacement using matrices at the moment, I'm sure I'll get there.
 
binarybob0001 said:
I wanted to know how I simulate a view of a rocket moving at near the speed of light.

Note that if you want to simulate what the rocket actually looks like to the eye of an observer located at a particular point, you need to take into account the fact that light from different parts of the rocket takes different amounts of time to reach the observer's eye. For a start, see

http://math.ucr.edu/home/baez/physics/Relativity/SR/penrose.html

then do a Google search on "Terrell rotation" and "Terrell effect" and you'll turn up some more information.
 
TL;DR Summary: I came across this question from a Sri Lankan A-level textbook. Question - An ice cube with a length of 10 cm is immersed in water at 0 °C. An observer observes the ice cube from the water, and it seems to be 7.75 cm long. If the refractive index of water is 4/3, find the height of the ice cube immersed in the water. I could not understand how the apparent height of the ice cube in the water depends on the height of the ice cube immersed in the water. Does anyone have an...
Thread 'Variable mass system : water sprayed into a moving container'
Starting with the mass considerations #m(t)# is mass of water #M_{c}# mass of container and #M(t)# mass of total system $$M(t) = M_{C} + m(t)$$ $$\Rightarrow \frac{dM(t)}{dt} = \frac{dm(t)}{dt}$$ $$P_i = Mv + u \, dm$$ $$P_f = (M + dm)(v + dv)$$ $$\Delta P = M \, dv + (v - u) \, dm$$ $$F = \frac{dP}{dt} = M \frac{dv}{dt} + (v - u) \frac{dm}{dt}$$ $$F = u \frac{dm}{dt} = \rho A u^2$$ from conservation of momentum , the cannon recoils with the same force which it applies. $$\quad \frac{dm}{dt}...
Back
Top