• TauZero
    link
    fedilink
    arrow-up
    3
    ·
    edit-2
    1 year ago

    Using the Lorenz transformation formula, here’s what I get:

    γ = 1/sqrt(1 - (v/c)^2)
    Δs^2 = (cΔt)^2 - Δx^2
    
    ct' = γ (ct - (v/c)x)
     x' = γ (x - vt)
    

    In the Earth’s reference frame, the planet starts at (t=0,x=0) and just stays still for time T (say 4.5 billion years):

    p_i = (0,0)
    p_f = (T,0)
    s^2 = (cT)^2
    

    In the spaceship’s prime frame, we get:

    p_i' = (0,0)
    p_f' = (γT, -γvT)
    s'^2 = (cγT)^2 - (-γvT)^2
         = γ^2 T^2 (c^2 - v^2)
         = T^2 (c^2 - v^2) / (1 - v^2/c^2)
         = T^2 (c^2 - v^2) / (c^2 - v^2) * c^2
         = (cT)^2
    

    I think your problem was you forgot the γ factor, which is still present even when using natural units. Or as the wiki describes it: “As illustrated in Fig 2-3, the boosted and unboosted spacetime axes will in general have unequal unit lengths.”

    Edit: oh wait, you would still be upset that t’ = γT > T = t. Ok then! So using this diagram for example, two time units pass between O and P along the Earth’s red time axis, but 3 time units pass along the spaceship’s green prime time axis, and this is in conflict with the article’s claim that the Earth’s frame is the frame with the maximum rate of time.

    I think the author meant to say you should calculate the time elapsed along the path that ends up back at the same point. If the spaceship were to turn around and return, 6 time units will have elapsed for it here, but 7 time units on earth. I.e. we are in the Twin’s Paradox/relativity of simultaneity territory here, but the important thing is that there is no path for the spaceship where you would see 7 or more time units elapsed, other than staying on Earth.

    • galilette
      link
      fedilink
      arrow-up
      2
      ·
      edit-2
      1 year ago

      Thanks, I think we are actually in agreement here: if you account for the fact that \gamma > 1 in general, then your calculation showed that T' = \gamma T > T, that is, the moving observer in general registers a longer duration T' between the two events than the clock at rest (T). I was just taking a shortcut when I said this should follow from X' != 0 (the -\gamma v T in your calculation).

      Also, thanks for the imagery of aliens taking earth for a joy ride. This might be how we are saved when the sun dies.

      Edit: I think we agree on both accounts as the twin paradox is also the only way I can rationalize the original claim (even said so in my first reply)

      • btaf45@lemmy.worldOP
        link
        fedilink
        arrow-up
        1
        arrow-down
        1
        ·
        edit-2
        1 year ago

        twin paradox is also the only way I can rationalize the original claim

        The fact that there is a maximum amount of relative time that can elapse between any 2 “events” does not rely on the twin paradox in any way. It doesn’t even depend on movement at all since there is gravitational time dilation and the 2 events don’t even need to be “witnessed” for time to have a particular relative duration between the events. Whichever of 2 different inertial frames of reference has the least amount of gravitational time dilation has the faster time flow rate and is closest to the maximum rate.

        If a piece of matter had no gravitational time dilation at all (which admittedly is impossible) what would be the time flow rate for the object? For simplicity let’s assume it is not accelerating or even moving at all (except for expansion of universe). How would we know it is not moving? Let’s assume (call it a thought experiment) that the universe has a center and boundaries, and that the distance and direction to the center is not changing. This object would have no time dilation, the maximum time flow rate, and experience the longest possible duration of time across any arbitrary points in time.

    • btaf45@lemmy.worldOP
      link
      fedilink
      arrow-up
      1
      ·
      edit-2
      1 year ago

      but the important thing is that there is no path for the spaceship where you would see 7 or more time units elapsed, other than staying on Earth.

      That was exactly the point, although I think there are also other ways to prove it. Thanks for expressing this better than I.