granpa said:
[...]
And its also about how relativity of simultaneity changes when one accelerates.
you don't even need to know how it changes WHILE it is accelerating. you can just calculate its state BEFORE and AFTER the acceleration and from that you can see what must have happened over the course of the acceleration.
I'll just add this:
In the simplest version of the traveling twin example (with a single instantaneous speed change at the midpoint), it IS possible to INFER the change in the home twin's age (according to the traveler), during the instantaneous turnaround: you know that both twins obviously must agree about their respective ages when they are reunited, and you know how much the traveler says his twin ages during the two inertial portions of his trip. So the home twin's ageing during the turnaround (according to the traveler) must be just enough to make the totals agree at the reunion.
But in only slightly more complicated examples (e.g., with multiple instantaneous velocity changes), it becomes important to KNOW how to directly calculate the amount of the home twin's ageing during each of the velocity changes. And in the case of FINITE accelerations, being able to directly calculate the home twin's ageing during each of the traveler's segments of finite acceleration is indispensable.
It turns out to be easy to do that. For the cases of instantaneous velocity changes, the required calculations are almost trivial to carry out. For piecewise-constant accelerations, the calculations are a bit more complex, but they can still be done, if necessary, with a good calculator. And with a computer program, they are very easy.
Both of the above types of problems can be handled with a simple equation that I derived many years ago, which I call "the CADO equation". The CADO equation follows directly from the Lorentz equations ... the CADO equation really just automates what you can deduce from the geometry of the Minkowski diagram.
I also, many years ago, implemented the CADO equation in a computer program I call "the CADO program".
It's also possible to use the CADO equation to do completely general acceleration profiles, but you (usually) can't do it in a closed-form way...it requires some numerical integrations. Fortunately, piecewise-constant accelerations are usually all you really need to be able to handle.
Here is a description of the CADO equation that I've posted previously, in other threads:
____________________________________________________________Years ago, I derived a simple equation that relates the current ages of the twins, ACCORDING TO EACH TWIN. Over the years, I have found it to be very useful. To save writing, I write "the current age of a distant object", where the "distant object" is the stay-at-home twin, as the "CADO". The CADO has a value for each age t of the traveling twin, written CADO(t). The traveler and the stay-at-home twin come to DIFFERENT conclusions about CADO(t), at any given age t of the traveler. Denote the traveler's conclusion as CADO_T(t), and the stay-at-home twin's conclusion as CADO_H(t). (And in both cases, remember that CADO(t) is the age of the home twin, and t is the age of the traveler).
My simple equation says that
CADO_T(t) = CADO_H(t) - L*v/(c*c),
where
L is their current distance apart, in lightyears,
according to the home twin,
and
v is their current relative speed, in lightyears/year,
according to the home twin. v is positive
when the twins are moving apart.
(Although the dependence is not shown explicitly in the above equation, the quantities L and v are themselves functions of t, the age of the traveler).
The factor (c*c) has value 1 for these units, and is needed only to make the dimensionality correct. For simplicity, you can generally just ignore the c*c factor when using the equation.
The equation explicitly shows how the home twin's age will change abruptly (according to the traveler, not the home twin), whenever the relative speed changes abruptly.
For example, suppose the home twin believes that she is 40 when the traveler is 20, immediately before he turns around. So CADO_H(20-) = 40. (Denote his age immediately before the turnaround as t = 20-, and immediately after the turnaround as t = 20+.)
Suppose they are 30 ly apart (according to the home twin), and that their relative speed is +0.9 ly/y (i.e., 0.9c), when the traveler's age is 20-. Then the traveler will conclude that the home twin is
CADO_T(20-) = 40 - 0.9*30 = 13
years old immediately before his turnaround. Immediately after his turnaround (assumed here to occur in zero time), their relative speed is -0.9 ly/y. The home twin concludes that their distance apart doesn't change during the turnaround: it's still 30 ly. And the home twin concludes that neither of them ages during the turnaround, so that CADO_H(20+) is still 40.
But according to the traveler,
CADO_T(20+) = 40 - (-0.9)*30 = 67,
so he concludes that his twin ages 54 years during his instantaneous turnaround.
The equation works for arbitrary accelerations, not just the idealized instantaneous speed change assumed above. I've got an example with +-1g accelerations on my web page:
http://home.comcast.net/~mlfasf
The derivation of the equation is given in my paper
"Accelerated Observers in Special Relativity",
PHYSICS ESSAYS, December 1999, p629.
Mike Fontenot