SR Problem: Calculating Angle of Tilt of Moving Bar

  • Thread starter Thread starter PeroK
  • Start date Start date
  • Tags Tags
    Angle Sr Tilt
PeroK
Science Advisor
Homework Helper
Insights Author
Gold Member
2024 Award
Messages
29,095
Reaction score
20,718
Hi,

I've just started looking at SR and have got stuck with the first problem that considers 2D motion. I'm trying to work out the angle of tilt of a bar which is horizontal in one frame but moving horizontally and vertically wrt a second frame. I can't seem to pin down where the bar is at a point in time in the second frame.

Any advice on the best way to look at this problem?

Thanks

Pero
 
Physics news on Phys.org
I would approach it by writing an equation representing the worldline of each part of the bar. Suppose that in the bar's rest frame it makes an angle, ##\theta## with the x-axis and is of length L then the worldline of any point on the bar is:
##(t, r\;cos(\theta), r\;sin(\theta),0)##
where ##0<r<L##

Then just Lorentz transform that and you have the world line in any other frame. Express the resulting equations in terms of the transformed time and then you can get the angle and length in the other frame.
 
Just to add to Dalespam's post, this is how you should set up the problem to make life simpler for yourself. Let 's say you have a bar of proper length r, at rest in S that is parallel to the x-axis in the x y plane and want to transform to frame S' where the velocity of S' relative to S is at some angle ##\theta## to the x axis. Let's also say the coordinates of the ends of the bar in S are (t0,x0,y0) = (0,0,0) and (t1,x1,y1) = (0,r,0) respectively. While it possible to do this directly with the completely general version of the Lorentz transform, it is much simpler to rotate the bar by ##-\theta## and obtain new coordinates for the bar as described by Dalespam then boost by -v parallel to the x axis. The new initial coordinates in S would then be (t0,x0,y0) = (0,0,0) and (t1,x1,y1) = (0, r \cos(-\theta), r \sin(-\theta)). After the transformation the coordinates of the ends of the bar will be (t0',x0',y0') = (0,0,0) and (t1',x1',y1') = (t1',x1',y1) but will not be simultaneous in S'. To remedy this you can note that the velocity of the rod in S' is v in the x direction, so you can retard the position of the front of the rod back in time to where it was simultaneous with t0'. The simultaneous coordinates of the ends of the rod in S' would then be (0,0,0) and (0,x1'-vt1', y1). The new angle in S' would then be ##\theta' = \tan^{-1}(y1/(x1'-vt1'))##. You can get away with this trick because the velocity is constant.
 
Last edited:
Thanks. I think the change of co-ordinates does the trick. But, I don't understand the term x1'-vt'. This seems to imply that the rod is doubly fore-shortened: I guess x1' is x1 dilated by the motion, but then why take away vt' and how do I calculate t'?

Can't I just say that in the new reference frame, the bar is fore-shortened in the x direction, but not in the y direction, so the bar appears more tilted in S'?

I got:

\theta &#039; = tan^{-1}(\frac{tan \theta}{\gamma})
 
Last edited:
PeroK said:
Thanks. I think the change of co-ordinates does the trick. But, I don't understand the term x1'-vt'. This seems to imply that the rod is doubly fore-shortened: I guess x1' is x1 dilated by the motion, but then why take away vt' and how do I calculate t'?
The rod is not doubly foreshortened. This is because x1' is actually greater than x1 because that end of the rod is further ahead in time in S'. Taking away vt1' fixes that. You calculate t1' and x1' from the Lorentz transformations:

t&#039; = \gamma(t - vx),

x&#039; = \gamma(x - vt)

y&#039;=y,

z&#039;=z

using units of c=1. See https://www.physicsforums.com/library.php?do=view_item&itemid=19. I assumed you were attempting to use the Lorentz transformations and that was where you discovered the issue with the coordinates not being simultaneous in the new reference frame. I was trying to show what actually happens with the transforms and how to fix the issue.

PeroK said:
Can't I just say that in the new reference frame, the bar is fore-shortened in the x direction, but not in the y direction, so the bar appears more tilted in S'?

I got:

\theta &#039; = tan^{-1}(\frac{tan \theta}{\gamma})
Yes, that approach works too, if you are only interested in how the angle transforms, but there is a small error in your result. It should be:

\theta &#039; = tan^{-1}(\gamma *tan \theta)

This is because \theta &#039; = tan^{-1}\left(\frac{y1}{x1/\gamma}\right)

The other advantage of using the transforms is that they take care of simultaneity, time dilation and length contraction and sometimes it easy to miss things when calculating free-form. However, in this case your approach is perfectly adequate and straight forward, because the length contraction formula already takes care of the simultaneity issue.
 
Last edited:
Thanks. I haven't covered Lorentz transforms yet (next chapter!). So, bear with me.
 
PeroK said:
Thanks. I haven't covered Lorentz transforms yet (next chapter!). So, bear with me.
Your welcome ;)
 
Back
Top