Modern Physics: Length Contraction

AI Thread Summary
The discussion focuses on the effects of length contraction in special relativity, specifically regarding a rod moving at speed v and making an angle with the x-axis. The first part of the problem requires showing that the length measured by a stationary observer is affected by both contraction and rotation, leading to the derived formula for length L. Participants clarify that the vertical component of the rod does not contract, while the horizontal component does, necessitating the use of the Pythagorean theorem to find the overall length. Confusion arises around the application of the length contraction formula, particularly regarding the relationship between the horizontal components in different reference frames. Ultimately, the discussion resolves the initial misunderstanding, confirming the correct application of the contraction principles and the use of trigonometric identities to derive the angle's transformation.
smithg86
Messages
58
Reaction score
0

Homework Statement



A rod of length L_0 moves with a speed v along the horizontal direction. The rod makes an angle of \vartheta_0 with respect to the x'-axis.

(a) Show that the length of the rod as measured by a stationary observer is given by

L = L_0 [1-(v/c)^{2} cos ^{2} ( \vartheta_0 ) ] ^{1/2}

(b) Show that the angle that the rod makes with the x-axis is given by the expression
tan \vartheta = \gamma tan \vartheta_0.
These results show that the rod is both contracted and rotated. (Take the lower end of the rod to be at the origin of the primed coordinate system.)

Homework Equations



\gamma = [1- (v/c)^2]^(-1/2)

(Length contraction formula) L_0 = L / \gamma

The Attempt at a Solution



The horizontal component of the rod in the x'-axis is:
x_0 = L_0 cos ( \vartheta_0 )

Applying the length contraction formula, I was able to show (which differs from what I was supposed to show):

L = L_0 cos \vartheta_0 / [1- (v/c)^2]^(1/2)

I do not understand why this is not the correct answer. I did not attempt the second part of the question.
 
Physics news on Phys.org
You found the horizontal component of the stick's length in the stationary frame, but you need the entire length. (What happens to the vertical component?)

Note: You made an error in computing the contraction of the horizontal component; see my comment in post #5.
 
Last edited:
The vertical component does not contract. Using the Pythagorean theorem,

L^2 = L_0 ^2 sin^2 \vartheta_0 + [L_0 ^2 cos \vartheta_0 ] / [1 - (v/c)^2 ]

or

L = L_0 { sin^2 \vartheta_0 + [ cos \vartheta_0 ] / [1 - (v/c)^2 ] }^(1/2)

I've tried to get this into the desired form but I can't. Am I correct up to this point, or did I make a mistake somewhere?
 
After playing around with the last expression for L, I was able to get something that looked a little more like what I am supposed to show:

L = L_0 * \gamma [ 1-(v/c)^2 +(v/c)^2 cos^2(\vartheta_0) ]^(1/2)

...am I heading in the right direction? I can't help but notice that there is no gamma in the correct answer.
 
smithg86 said:
The vertical component does not contract. Using the Pythagorean theorem,

L^2 = L_0 ^2 sin^2 \vartheta_0 + [L_0 ^2 cos \vartheta_0 ] / [1 - (v/c)^2 ]
Yes, the vertical component does not contract. But you are making an error with the horizontal component (which I didn't spot before). The contraction of that component should be L_0 \cos \vartheta /\gamma, but you have it as L_0 \cos \vartheta \gamma.

Fix that and keep going. Hint: Use a trig identity to eliminate the sines.
 
Doc Al said:
Yes, the vertical component does not contract. But you are making an error with the horizontal component (which I didn't spot before). The contraction of that component should be L_0 \cos \vartheta /\gamma, but you have it as L_0 \cos \vartheta \gamma.

Fix that and keep going. Hint: Use a trig identity to eliminate the sines.

Doc Al,

Thanks for your help, I was able to get the correct answer after fixing that error. However, I am more confused than before. Maybe I was misinterpreting the problem statement, but this is what I was thinking:

Draw 2 right triangles. The hypotenuse represents the rod, the two legs represent the horizontal and vertical components of the rod. The rod is moving to the right at velocity v. The bottom left vertex angle is \vartheta_0, the bottom right vertex angle is a right angle. Assume both horizontal and vertical components are in the positive direction, from the origin.

Choose one of the triangles to have a smaller horizontal component. The rod represented by this triangle is in reference frame S'; the axes in S' are x' and y'. The other is in reference frame S; the axes in S are x and y. Call the vertical component of S' y_0, the horizontal x_0, the angle \vartheta_0 and the hypotenuse L_0. Similarly, call the components in S: x,y,L and \vartheta. S' is the frame of a stationary observer looking at the rod.

We can say:
x_0 = L_0 cos \vartheta_0
y_0 = L_0 sin \vartheta_0
x^2 + y^2 = L^2

Since x is greater than x_0 and gamma is greater than 1, I said:

(gamma) * x_0 = x

Which led me to the wrong answer. But I don't understand WHY x_0 = (gamma)*x is correct.
Can you explain your reasoning or correct my faulty logic?
 
smithg86 said:
We can say:
x_0 = L_0 cos \vartheta_0
y_0 = L_0 sin \vartheta_0
x^2 + y^2 = L^2
So far, so good. If I understand your notation, x is the horizontal component of the length as measured in the stationary frame (the frame that sees the stick move at speed v).

Since x is greater than x_0 and gamma is greater than 1, I said:

(gamma) * x_0 = x
You have it exactly backwards. Yes, gamma > 1; but according to the stationary frame, the horizontal component of the moving stick is contracted, thus x = x_0/(gamma).

(I just noticed that in your first post you had the "length contraction" formula backwards. Sorry for not spotting that!)

Let me know if this is unclear.

FYI: I have a little formula "cheat sheet" that you might find helpful: Basic Equations of Special Relativity
 
Last edited:
thanks!
 
smithg86 said:
thanks!



Ok i manage to crack the 1st part, the contracted length is basically square root of {contracted vertical length squared} + {vertical component squared without contraction}

but how about the 2nd part to prove that the angle is contracted and rotated? any1? thanks
 
Last edited:
  • #10
Ooops. i manage to get it done, thanks.
 
  • #11
I understand how you got to the equation in post #5 but I don't understand the trig identity used in eliminating the sines from the equation
 
  • #12
I was thinking sin^2 + cos^2 = 1 but I don't think that is correct
 
Back
Top