Deriving Special Relativity Formulae Steps

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
4 replies · 2K views
Clever Penguin
Messages
74
Reaction score
20
I was bored, so I decided to derive the special relativity formulae.
I drew the following diagram of a light clock:
upload_2016-6-8_12-21-46.png

In order to find t, I did sinθ=d/ct
Which gives tsinθ=d/c
Which gives t=d/csinθ

If v = 0, vt = 0, and θ = 90
sin90 = 1
t = d/csinθ = d/c
We call this t0If v is greater than 0, vt is greater than zero, and θ is less than 90
sin90 is less than1
t = d/csinθ is greater than d/c

We use Pythagoras to get t0=t(1- (v2/c2))-1/2

What are the steps involved in getting to this answer?
 

Attachments

  • upload_2016-6-8_12-21-20.png
    upload_2016-6-8_12-21-20.png
    5.4 KB · Views: 726
Physics news on Phys.org
Clever Penguin said:
In order to find t, I did sinθ=d/ct
Usually both t and θ are considered unknowns. So writing one equation in two unknowns doesn't help. You should use the Pythagorean theorem instead to get one equation in one unknown.
 
  • Like
Likes   Reactions: Clever Penguin
Dale said:
Usually both t and θ are considered unknowns. So writing one equation in two unknowns doesn't help. You should use the Pythagorean theorem instead to get one equation in one unknown.

Valid point :wink:

so (ct)2 = d2 + (vt)2
 
Last edited:
Clever Penguin said:
Valid point :wink:

so (ct)2 = d2 + (vt)2
Yes. Then rearranging and using ##d/c=t_0## gives you the desired formula
 
Dale said:
Yes. Then rearranging and using ##d/c=t_0## gives you the desired formula

thanks