How Fast and Slow Does Time Flow on a Speeding Spaceship?

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 2K views
FaraDazed
Messages
347
Reaction score
2
I was not too sure if this was the correct forum, so feel free to move if needed.

1. Homework Statement

A spaceship is measured to be exactly 1/3 of its proper length.

(a) What is the speed parameter β of the spaceship relative to the observer's frame?

(b) By what integer factor do the spaceship's clocks run slow, compared to clocks in
the observer's frame?

Homework Equations


[itex] L=\frac{L_0}{\gamma} \\<br /> t=\frac{t_0}{\gamma} \\<br /> \gamma = \frac{1}{\sqrt{1-\beta^2}} \\<br /> \beta = \frac{v}{c}[/itex]

The Attempt at a Solution


For A i did:
[tex] L=L_0 \sqrt{1-\beta^2} \\<br /> \frac{L_0}{3}=L_0 \sqrt{1-\beta^2} \\<br /> \frac{1}{3}= \sqrt{1-\beta^2} \\<br /> \frac{1}{9}=1-\beta^2 \\<br /> -\frac{8}{9}=- \beta^2 \\<br /> \frac{8}{9}=\beta^2 \\<br /> \beta = \sqrt{\frac{8}{9}}[/tex]

I am not to sure that is correct. But for part B I was stuck but during typing this up managed to get an integer answer so hopefully it is correct.
[tex] t=\frac{t_0}{\sqrt{1-\beta^2}} \\<br /> \frac{t}{t_0}=\frac{1}{\sqrt{1-\beta^2}} \\<br /> \frac{t}{t_0}=\frac{1}{\sqrt{1-\frac{8}{9}}} \\<br /> \frac{t}{t_0}=\frac{1}{\frac{1}{3}} =3 \\[/tex]

Would appreciate any help/advice/feedback, thanks :)
 
Physics news on Phys.org
Your answers are fine, but it sounds like you don't understand the equations.

##L_0=\gamma L\\
T=\gamma T_0##
Where the 0's index the proper time, for this case.

You were told: ##L=\frac{1}{3}L_0##. This means that ##\gamma = 3##.
... so you have automatically answered the second question without any further working out: ##T=3T_0##

(Pretty much the first thing you want to know in any SR problem is ##\gamma##.)

... for the first question, you want ##\beta##: $$\gamma = \frac{1}{\sqrt{1-\beta^2}} \implies \beta = \sqrt{1-\frac{1}{\gamma^2}}$$ ... it is best practice to do the algebra with the symbols before putting numbers in.
$$\beta = \sqrt{1-\frac{1}{9}} = \sqrt{\frac{8}{9}} \implies v= 0.9428c $$ ... can you see how much easier that was that what you did?
No worries though everyone does it the hard way at first ;)
 
Many
Simon Bridge said:
Your answers are fine, but it sounds like you don't understand the equations.

##L_0=\gamma L\\
T=\gamma T_0##
Where the 0's index the proper time, for this case.

You were told: ##L=\frac{1}{3}L_0##. This means that ##\gamma = 3##.
... so you have automatically answered the second question without any further working out: ##T=3T_0##

(Pretty much the first thing you want to know in any SR problem is ##\gamma##.)

... for the first question, you want ##\beta##: $$\gamma = \frac{1}{\sqrt{1-\beta^2}} \implies \beta = \sqrt{1-\frac{1}{\gamma^2}}$$ ... it is best practice to do the algebra with the symbols before putting numbers in.
$$\beta = \sqrt{1-\frac{1}{9}} = \sqrt{\frac{8}{9}} \implies v= 0.9428c $$ ... can you see how much easier that was that what you did?
No worries though everyone does it the hard way at first ;)
Many thanks for your help and feedback, much appreciated :)