Ibix said:
Peter is just correcting my earlier statement that the stress-energy tensor is the only source of curvature. The cosmological constant is incredibly small and, again, you'd need to be traveling between galactic clusters before you would have to worry about its effects.
It's a little difficult to see what your video is showing because there are a lot of black numbers that obscure the detail, at least for me, and no description. But I think you're just showing a spacetime diagram of a twin paradox experiment in the absence of gravity. That's fine.
In general, every number is just an event which for the teal observer happens at x,t in the left diagram, while on the right diagram, the event happens at x', t' measured from an observer at x'=0 t'=0 on the right diagram.
More precise, the numbers are clock counters, and if you connected the numbers, which are vertical on the left side, with a line, you would get the worldline of a specific clock.
The video is just a demonstration of the capabilities of the software I coded. In the video description is a link to download either the source code and compile it, or use the pre-compiled .jar file to execute it (given you have a JVM installed).
You can zoom in with the mousewheel and remove the black clocks altogether using the main program, if they confuse you.
As for the white numbers, those are dynamic and represent clock counts/worldlines which are in the same IRF the white observer is _currently_ in, hence different clocks depending on the Vrel.
The observer locally to the teal clock on the left diagram, is _not_ at the same location as the observer locally to the white clock (as the twin moves), and therefore, additional to the lorentz transformations, i have to move the centre of the diagram in my calculations.
For example:
When the white circle, representing the location of the traveling twin is at x=5, t=0 traveling at v=0.5c as he just reached the turned around point, that would translate to
x' = γ(x-vt) = 1.1547...(5ls - 0.5c*0s) = 5.7735...ls
t' = γ(t-(vx/c
2)) = 1.1547...(0ls - (0.5c * 5ls) / c
2) = -2.88675...s
x' ~ 5.7735..ls and t' = 2.88675..s are the coordinates an observer who is local to the stay at home twin, and is traveling at 0.5c relative to the stay at home twin would register. That observer would be at rest relative to the traveling twin who just reached the turn around point, traveling at 0.5c still (before he starts accelerating back).
However, I keep the traveling twin in the right diagram always at x'=0 ls, t'=0 s. Therefore instead of him(the traveling twin) being at x' ~ 5.7735..ls and t' = 2.88675s, the stay at home twin coordinates(the instance of the stay at home twin which is depicted as a teal filled circle) become x' ~ -5.7735..ls and t' = 2.88675s.
Same as in the left diagram, I choose a reference frame in which the stay at home twin is always at x=0ls, t=0s. Basically drawing a new x/t diagram each and every time, and placing the observer always in the middle at x=0ls, t=0s while drawing everything else relative to his position "as time passes".At the turn around point, at a near instantaneous acceleration, Vrel changes of course, and x' and t' change along with it. Which is why you see the teal filled circle move, representing the spacetime location of one of the instances of the stay at home twin being on the blue worldline, measured from the traveling twin's perspective.
The blue filled circle _in the right diagram_ represents the instance of the stay at home twin, which crosses the simultaneity axis. Hence an instance of the stay at home twin which is measured to be always at t'=0s relative to the traveling twin.
This is the instance we usually refer to, when describing how the traveling twin would "measure" the stay at home's twin clock along his journey. You can see how it "ticks" faster when the traveling twin is accelerating back.
The two smaller diagrams below the main diagrams, with the clocks rendered were added to emphasise this. Showing in the case of the right (smaller) diagram, how the traveling twin would measure(imagine) the stay at home twin's clock( blue) to be ticking while he moves/accelerates. A clock which he imagine to be on the simultaneity axis.The more I describe, the more complicated it seems to get as a lot depends on how you interpret the diagrams, especially the different instances of the clocks changing locations within the diagrams.
So in the end, I have to retreat back to my original statement. In general, the numbers in the left diagram are all events which happen at x,t measured from the perspective of the stay at home twin, which are then rendered at x', t' in the right diagram as measured from the traveling twin's perspective, all while choosing their frames such that both are always at the middle of their respective diagram.
I must say, it was easier programming this, than describing/interpreting it and so I would rather leave it to you to interpret it after just describing the core characteristics of the two diagrams.