Platformance said:
So the 0.866s represents a fraction of distance between the points for the black line and not the total distance, but the black dots are a distance 1.1547 away. Does this mean that when the planet's clock tick 1 second, the observer sees an event, but when the clock ticks 1.1547 seconds, the spaceship sees an event?
They are two different clocks. It means that both the planet observer and the spaceship observer see 1 second indicated on the planet clock and 0.866s on the spaceship clock at the same event if they are both momentarily alongside the event and each other, but their clocks read differently because they are ticking at different rates in any given reference frame. At the later event, if both observers are at the same event alongside each other, then both observers see 1.1547 seconds on the planet clock and 1 second on the spaceship clock. Note, that in order to do this we need an array of observers with synchronised clocks on the planet, so that we can conveniently have observers local to the events when they occur.
By, the way, you are getting your units mixed up. 0.866s is in units of time and you are using it to mean distance. Earlier you said x = 0.5c which is a velocity, but x is a distance. You need to be careful about units to avoid confusion.
Platformance said:
I thought the period of time dilation changed as one frame moved away from another frame.
This is not correct. When two clocks are moving with constant sped relative to each other, their distance apart is continually changing, but the time dilation remains constant. Earlier ghwellsjr gave a worked example for a clock that started at t=0 and x=0, and ended at t=1 and x=0.5 and calculated that the time on the spaceship clock would be t' = 0.866s when t=1:
ghwellsjr said:
... In the mean time, this is how I would do the calculation based on the correct Lorentz Transformation equation for time:
t' = γ(t - xv/c2)
where γ = 1/√(1-v2/c2)
At v = 0.5c, γ = 1/√(1-(0.5c)2/c2) = 1/√(1-0.25) = 1/√(0.75) = 1/0.866 = 1.1547
t' = γ(t - xv/c2) = 1.1547(1 - (0.5c)(0.5c)/c2) = 1.1547(1 - 0.25) = 1.1547(0.75) = 0.866
...
Now let's see what happens if a clock in the spaceship was initially at x=1 at time t=0. This spaceship clock would initially be reading: t'
0 = γ(0s-(1ls * 0.5c)/c^2 ) = -0.57735s
This is using the convention that the origins of the frames coincided at x=0, t=0, x'=0 and t'=0.
Now after 1 second as measured in the planet ref frame (S) the spaceship clock will be at x=1.5 light seconds, so we can calculate the time indicated in the spaceship ref frame (S') as t'
1 = 1.1547(1s-(1.5ls * 0.5c)/c^2 ) = 0.28867s for this event.
The elapsed time between these two events is 1 second in frame S and Δt' = t'
1 - t'
0 = 0.28867 - (-0.57735) = 0.866 seconds in frame S'.
You can now see that the time dilation factor is still the same (0.866 seconds in S' for every second in S or a time dilation factor of 1/0.866 = 1.1547) despite the clock being further away.
Note that two calculations done above to calculate the coordinates of the events and then subtracting them to get the difference interval can be done a single calculation as:
Δt' = γ(Δt - Δx * v/c
2) = 1.1547( 1 - 0.5*0.5) = 0.866s.
While the Lorentz transformation can be used to calculate transformed intervals and instantaneous coordinates, the time dilation formula can only be used with intervals. In other words the time dilation formula can tell you that one clock is running slower than another by a factor of 1.1547 but it cannot tell you that when a clock in S is reading 3PM that a clock in S' is reading 2PM, whereas the Lorentz transformation can.