Length contraction viewed with Heaviside equations

In summary, Richard Feynman, in his lectures on Physics, Vol I, chapter 28, provides an expression for calculating the E and B field of a moving point charge based on retarded radius. The equation, originally derived by Oliver Heavyside and re-discovered by Feynman, takes into account the knowledge of where the charge was at the time when the field was being formed. Using the Python programming language, a numerical simulation was set up to understand the equations, and it was found that the unit retarded radius vector and retarded radius value can be calculated using algebraic expressions. Feynman also points out that the third term of the equation is responsible for radiation due to acceleration of particles, leading to a linear contraction in
  • #1
learn.steadfast
59
2
TL;DR Summary
Lorentz transformations were discovered from studying Maxwell's equations. Oliver Heavyside, and Richard Feynman, formulated an alternate version of Maxwell's Equations using retarded time. ( See Feynman Lectures on Physics, chapter 28, 28.3, & 28.4 ) Numerical study of Feynman's equations yields a simplified algebraic expression for the E field and B field of a uniformly moving charge, but expression is not elliptical as expected. Why?
Richard Feynmann, in His lectures on Physics, Vol I, chapter 28. Gives an expression for calculating the E and B field of a moving point charge based on retarded radius; eg: Knowledge of where the charge was at the time when the field was being formed. The Equation was originally derived by Oliver Heavyside and re-discovered by Feynman.

[itex]\vec E={-q \over {4 \pi \epsilon_0}} (
{ \vec u_{r_r} \over r_r^2}
+{r_r \over c}( { d \over dt } {{ \vec u_{r_r} } \over {r_r^2} })
+{1 \over c^2 } {d^2 \over {dt^2}} \vec u_{r_r}
) [/itex] eq. 28.3

[itex]
\vec B=\vec u_{r_r} \times { \vec E \over c }
[/itex] eq. 28.4

Where [itex]r_r[/itex] is a scalar value, which is the distance (or time/c) back to when the particle emitted the field. [itex]\vec u_{r_r}[/itex] is a unit length vector pointing toward the location where the planet was when the field began propagating to where it is in the graph.

In order to understand these two equations, I set up a numerical simulation using the Python programming language's decimal class (With 200 digits of accuracy.) I assumed a charged point particle moving in the +x direction. ( Later on, I will call this x-axis tracing particle a "point sized planet" )

For all graphs, I will plot when the particle is coincident with origin of the graph. I also simplified the Heavyside equation by setting [itex] 1 = { - q \over { 4 \pi \epsilon_0}} [/itex] which allows me to focus on algebraic formulas instead of numerical values of the units of measurement.

Contours of equal field propagation time (constant [itex]r_r[/itex]) from the charged particle/planet are easily graphed. They make a doppler shift circle pattern receeding at the speed of light from the uniformly moving point charge. In the following graph, the planet is at the origin and has been moving to the right from negative x values in previous times. The contour rings clearly show a doppler shift kind of diagram. Each time contour represents a constant difference in time compared to the adjacent contour. They are compressed to the right of origin, and expanded to the left.

243605


From this diagram, I was able to figure out what the unit retarded radius vector and retarded radius value would be:

[itex]r_r= {{x^2+y^2} \over {(x^2+({1- {v^2 \over c^2} })y^2 )^{1/2} - ({v \over c}) x } } [/itex]
[itex]\vec u_r = { [ { vm^2+-\sqrt{1+m^2(1-{v^2 \over c^2})} \over {1+m^2}} , {m(-v+-\sqrt{1+m^2(1-{v^2 \over c^2}})\over {1+m^2} } , 0 ]}[/itex] : where m=y/x , eg: the slope.

The unit vector formula was defined for the top half of the graph, (y>0). Choose the positive sign in the equation and you will get the vector for points x>0, otherwise you get the vector for x<0. You can mirror the vector for all other quadrants.
Note carefully: The unit vector points in the direction from point x,y to where the particle was in the past and NOT to the origin of the graph.

I was able to use these algebraic expressions to write a numerical analysis routine to calculate E and B fields according to 28.3 and 28.4 using numerical differentiation.

Then I found a surprise ...
Richard Feynman pointed out that the third term of eq 28.3, is the only one responsible for radiation due to "acceleration" of particles (second derivative of position with respect to time.). Radiation magnitudes of E and B fields fall off as [itex] 1 \over r [/itex] in some directions, but Lorentz contracted E and B fields of a uniformly moving charged particle is expected to fall off as [itex] 1 \over r^2 [/itex] in all directions. Please review Feynman's work if you have questions.
http://www.feynmanlectures.caltech.edu/I_28.htmlWhen Feynman draws the E field of a uniformly moving point charge in another part of his lectures, he says that the drawing contracts linearly only in one axis (the axis of motion.) In essence, I thought that a linear contraction in one dimenstion should give me an elliptical outline if I were to plot a contour of constant force. Both Feynman and others tend to draw images to imply this same outcome. Lorentz contraction of a circle, looks like an ellipse.

243608
243609


However, careful analysis of the third term (radiation) of the Heavyside equation shows that only one component of the acceleration vector falls off with [itex]1 \over r[/itex] The other component falls off as radius squared. Even though the "planet" is moving uniformly along the x-axis with a fixed velocity, v, none the less ... the unit vector in equation 28.3 accelerates as the particle passes by and distorts the Lorentz contracted field.

When I try plotting a contour map of where the numerical solution has an arbitrary fixed force magnitude, I don't get an ellipse shape for all v. I get something that looks like a circle at very low velocities, an ellipse at medium v < 10% c velocities, but a peanut at high V>0.6C.

Constant force magnitude contour graph, for v=0.85C:

243610

The B field at any location on the peanut graph's contour line points directly into or out of the page. (out of page for +y locations, and into page for -y locations if we assume a positively charged planet.) There is no magnetic field on the x axis. By cylindrical symmetry of the problem, the y and z axis are equivalent directions; Therefore, the magnetic field lines are making perfect circles in the y-z plane. eg: They loop around the [x,0,0] axis line.

I was able to numerically compute the magnitude of the E and B field vectors at every point at an instant of time. (eg: when the planet is at the origin in the plots). I was also able to fit the numerical results to a pair of algebraic equations. (cool!)

The following algebraic approximations are accurate to over 100 digits. I tested from v=0.000001c all the way to 0.999999c. Compared to the significant digits possible in a plank length, I'm sure the following two equations are indistinguishable from exact for practical physics problems.

[itex] | \vec{E} | = {{ {(1-{v^2 \over c^2})} \sqrt{ x^2 + y^2}} \over { ({ x^2 + {(1-{v^2 \over c^2})}y^2})^{3/2} } } [/itex]
[itex] | \vec{B} | = | \vec{E} | {1 \over c } {y \over { \sqrt {x^2+y^2} } } [/itex]

Note: the direction of the E vector is always colinear with a ray to/from the origin in the above plot. The E field vectors all point to or directly away from the graph's origin, where the planet is (depending on type of charge + or -).

Since the Lorentz transformation was originally discovered from Maxwell's equations, I expected to find the same thing from the Heavyside equation and in my approximations. Checking the axii for Lorentz factors in the approximations, I found these values:

[itex] | \vec{E} | = { 1 \over { \sqrt {1-{v^2 \over c^2}} }} { 1 \over y^2 } [/itex] : when x=0
[itex] | \vec{E} | = {({ {1-{v^2 \over c^2}} })} { 1 \over x^2 } [/itex] : when y=0

So, I do see the Lorentz (gamma) factor show up on the y axis. [itex] \gamma = { 1 \over {(1-{v^2 \over c^2})^{1/2} }} [/itex] The force along the Y axis is clearly magnified by the gamma factor.

This simple discovery leads me to do a Gedanken experiment.

Suppose the charge is a point sized planet described by the previous equations. Now add a point sized satellite of opposite charge in orbit. The orbit is constrained to a y-z plane which is centered on the planet. eg: If the satellite and planet were not translating (set v=0 along the x-axis ), the satellite would orbit the planet at a fixed value of x, but a constant radius from the x axis, in y,z.

However, if the planet and satellite were both translating along the x-axis with a fixed velocity, the shape of that same satellite orbit would be a helix.

243648


The helical motion of the sattelite orbit would follow the magnetic field lines of the charged planet. Therefore, I think that there is no force caused by the magnetic field's interaction with the sattelite. The force on the satellite comes purely from the E field of the planet.

If the system was translating along at constant velocity x=vt, then the translation would increase both the mass of the planet and satellite (each) by a factor of approxiately ~gamma. Since the force field (AKA E field) strength also increases by a factor of gamma, the increased mass and increased force ought to cancel out leaving the orbital period unchanged. F = m A becomes γF = γmA

However, I know that's not quite correct. The satellite orbital period must increase as planet and satellite translational velocity increases, and by the same factor of gamma. Otherwise, the satellite could break the speed of light becuase the orbital motion would be independent of the translational velocity.

I could just apply the formula for perpendicular addition of relativistic velocities, given a satellite velocity 'u', that is translated along the x-axis at velocity 'v'; the resulting satellite velocity ought to be time dialated:
[itex]u' = {u \over { \gamma (1 - {{ u \cdot v } \over c^2} ) }} [/itex]
(The dot product is zero in this example. )

But, I would prefer to see an example of how to work the problem based on the mass increase of the satellite, and then the radius of orbit re-calculated based on that mass using F=mA . The idea is to show that the orbit is indeed slower (in the rest frame, where the peanut shape is "obvserved") but the physical radius of the orbit is unchanged. (Eg: as if the satellite is orbiting on the very +-y points of the peanut shape, only. And it keeps the same radius in the y,z directions as it orbits.)

Because of Einstein's twin paradox gedanken in special relativity, I'm aware that we need to be careful of whether time dilation is an actual effect of the satellite actually orbiting slower; or an appearance effect (doppler shift) due to light propagation delay of events in the past. Simultineatiy may be also different in different reference frames.

But, in either case (let's do another gedanken) ... if I built a non-moving wall of neutrons/neutral matter along the Y axis in the rest (labarotory) frame at the origin, then I could test the actual size of the satellite orbit by making a hole of varous sizes in the non-moving neutron wall, and seeing whether or not the planet and satellite fit through the hole or "hit" the wall.

If I now place the planet with orbiting satellite at some location on the x-axis x<<0, and set it's translational velocity v=85% c (x=-10000m+vt), then the system should either go through the hole or not. That allows us to determine the "real" radius of the sattelite orbit.

Given that the experiment uses translational motion only in the x direction, I would not expect the satellite orbit's radius to change much (if at all). Lorentz contraction is not supposed to happen perpendicular to the direction of motion, and both the planet and the satellite are point sized objects.

So, if the planet and satellite would just barely fit inside the hole without hitting when v of the system is 0, then the planet and satellite system should still just barely fit inside the same hole when passing through it along the x-axis an arbitrary velocity v.

The same experiment should even work if the satellite is orbiting in the x-y plane instead of the x-z plane. The analysis will become far more complicated, but Lorentz length contraction should still happen only along the x direction, and not the y direction.

Any suggestions on how to attack the shape of the acutal sattelite orbit (x-y plane) with respect to the peanut shape equations for |E| and the magnitude of |B| is appreciated. I think the satellite orbit ought to be an ellipse relative to the planet, but I'm unsure how to derive that result given the algebraic equations I have already come up with.
 
Last edited:
Physics news on Phys.org
  • #2
I made two mistakes; First, the reference frame I am computing the Heavyside equations in is at rest with respect to "me" the observer, but both the planet and satellite are moving; Therefore the satellite is moving forward through a magnetic field, (x+ direction), and the magnetic field DOES affect the force of attraction between the - charged satellite and the +charged planet.

Secondly, I described the original satellite orbit parallel to the y-z plane. But, when I changed the orbit's orientation to test Lorentz contraction, I made a type-o and called the original orbit the x-z plane. Although the expression will be complicated to compute, if the orbit is cahnged to the x-y plane, or the x-z plane (instead of the y-z plane), Lorentz contraction should exist for any orbits extended in the x direction.
 
Last edited:
  • #3
Note: “Heaviside” not “Heavyside”
 
  • #4
Well, I don't know, who was first, and it may well be that Heaviside got the formula independently earlier, but it goes back to the physicists Lienard (1898) and Wiechert (1901).

The first use of a retarded potential in electromagnetic theory goes back to Riemann (1858) and Lorenz (1861).
 
  • #5
Nugatory said:
Note: “Heaviside” not “Heavyside”
Yes, and the magnetic field equation is missing a constant of [itex]v/c^2[/itex] which is worse than a spelling error of a proper name. Spell check on my computer wanted Heavyside... I don't know why. I changed the equation four times during the editing period, and it still showed up as [itex]1/c[/itex]. If there was a way to edit the original post, I'd fix all the typos... but there isn't. If anyone actually tries to use my equations, they'll soon figure out that it's off by a scale factor, but otherwise it's correct.
 
  • #6
vanhees71 said:
Well, I don't know, who was first, and it may well be that Heaviside got the formula independently earlier, but it goes back to the physicists Lienard (1898) and Wiechert (1901).

The first use of a retarded potential in electromagnetic theory goes back to Riemann (1858) and Lorenz (1861).

Feynman credits Heviside's equation as 1902 in his lectures on Physics, see footnotes at bottom of page:

http://www.google.com/url?sa=t&rct=...u/II_21.html&usg=AOvVaw3pQVbKX9-sSnXuAQtyRrbB
Feynman also notes the names Lienard and Wiechert, but not as the inventors of the particular formula that correctly encompasses all knowledge about EM fields in one equation.
 
  • #7
I'm trying to figure out if the orbital of the satellite in the yz plane has the same radius as if it were not moving in the x direction; eg: Does Lorentz contraction affect satellite orbit radius or not.

I want to try approaching this by balancing masses and and forces; if the ratio of force to mass is the same in the relativistically transformed case as when the satellite was orbiting a stationary planet, then the physical orbit size ought to be the same.

So, I wan't a general way to compute the mass of the moving satellite and planet as a pair.

The Lorentz factor, gamma, is computed as:
[itex]\gamma = { 1 \over \sqrt { 1 - {{ v_x^2 + v_y^2 + v_z^2} \over c^2 }} }[/itex]

And effective mass goes as rest mass times gamma: [itex]m=m_0 \gamma[/itex]

But, when I did additions of orthogonal velocity (relativistic equation), time dilation was explicitly taken into account to reduce one of the velocities being added:

[itex] {v_y}' = { v_y \over { {\gamma}_x ( 1 - 0 ) } } [/itex]
Where gamma_x is computed component wise for the x direction only (eg: setting z velocity to zero.)

So, the mass scaling factor for two added velocities (relativistic) is:
[itex]\gamma_{xy} = { 1 \over \sqrt { 1 - {{ v_x^2 + {v_y^2 \over \gamma_x^2 }} \over c^2 }} }[/itex]
[itex]\gamma_{xy} = { 1 \over \sqrt { 1 - {{ v_x^2 + {v_y^2(1- {v_x^2 \over c^2}) }} \over c^2 }} }[/itex]
[itex]\gamma_{xy} = { 1 \over \sqrt { 1 - {{ v_x^2 + v_y^2 - {v_y^2v_x^2 \over c^2 }} \over c^2 }}} [/itex]

However, isn't that the same as just multiplying the gamma factors without time dilation correction?
[itex]\gamma_{xy} = { 1 \over \sqrt { 1 - {{ v_y^2} \over c^2 }} } { 1 \over \sqrt { 1 - {{ v_x^2} \over c^2 }} } [/itex]
[itex]\gamma_{xy} = { 1 \over \sqrt{ ({ 1 - {{ v_y^2} \over c^2 }})({ 1 - {{ v_x^2} \over c^2 }}) }} [/itex]
[itex]\gamma_{xy} = { 1 \over \sqrt{ 1 - { v_x^2 + v_y^2 - {v_x^2v_y^2\over c^2} \over c^2 } }} [/itex]

So, I wonder if the proper (time dialated) gamma factor for three dimensions can also be computed by a simple product. eg:
[itex]\gamma_{xyz} = { 1 \over \sqrt { 1 - {{ v_z^2} \over c^2 }} } { 1 \over \sqrt { 1 - {{ v_y^2} \over c^2 }} } { 1 \over \sqrt { 1 - {{ v_x^2} \over c^2 }} } [/itex]

That would mean that if I know the total mass of an object (rest + motion), and I acccelerate it in an orthogonal direction to it's present motion; that the final mass will be the product of the original mass I measured, times the gamma factor of the change in velocity that I measure.

Have I overlooked anything?
 
  • #8
I'm not sure I completely followed this on a small phone screen. With that in mind, however...

You seem to be saying that ##\vec F=\gamma m\vec a##, which is incorrect. ##\vec F=d\vec p/dt=d(\gamma(t)mv(t))/dt##.

I don't understand why you are inserting gamma factors into gamma factors. ##\gamma=(1-\vec v\cdot\vec v/c^2)^{-1/2}##, where the velocity is the velocity measured in the frame you are working in. The devices doing the measurement are not subject to time dilation.
 
  • #9
I'm not sure, what ##\vec{F}## you are using. There are unfortunately old-fashioned expressions still used in modern textbooks, where the clear Lorentz-covariant notation already found by Minkowski in 1908 isn't used. Even Feynman uses "relativistic mass" and sins like that.

The most easy way to write down the equations of a point particle in an external magnetic field, neglecing radiation reactions are
$$m \frac{\mathrm{d}^2 x^{\mu}}{\mathrm{d} \tau^2} = \frac{q}{c} F^{\mu \nu} \frac{\mathrm{d} x^{\nu}}{\mathrm{d} \tau},$$
where ##m## is the invariant (!) scalar mass, ##x^{\mu}(\tau)## the world line of the particle, ##\tau## its proper time, ##q## its charge, and ##F^{\mu \nu}## the components of the Faraday tensor.

Writing this in terms of four-momentum, you get
$$\frac{\mathrm{d} p^{\mu}}{\mathrm{d} \tau}=K^{\mu},$$
where ##K^{\mu}=q F^{\mu \nu} p^{\nu}/(m c)## is the Minkowski four-force.

Sometimes you find mixed notation, i.e., people use the four-momentum spatial components ##\vec{p}## and write the EoM in terms of derivatives with respect to coordinate time (which is of course formally correct, but utmost confusing for the student). To get this equation just use the spatial part of the covariant equation and write (in Heaviside-Lorentz or Gaussian units alike)
$$\frac{\mathrm{d} \vec{p}}{\mathrm{d} \tau} = \gamma \frac{\mathrm{d} \vec{p}}{\mathrm{d} t} =\vec{K}=\frac{q}{c} \left (\frac{\mathrm{d} x^0}{\mathrm{d} \tau} \vec{E} +\frac{\mathrm{d} \vec{x}}{\mathrm{d} \tau} \times \vec{B} \right) = q \gamma (\vec{E}+\vec{\beta} \times \vec{B}),$$
where ##\vec{\beta}=\mathrm{d} \vec{x}/\mathrm{d} t/c##. Now ##\gamma## cancels on both sides, and you get with the non-covariant (!) force components ##\vec{F}=\vec{K}/\gamma##
$$\frac{\mathrm{d} \vec{p}}{\mathrm{d} t} = \vec{F}=q (\vec{E}+\vec{\beta} \times \vec{B}).$$
Now you can also write the momentum in terms of coordinate-time derivatives,
$$\vec{p} =m \gamma \frac{\mathrm{d} \vec{x}}{\mathrm{d} t},$$
and you get the (1+3)D non-covariant formulation of the EoM. Sometimes, but rarely, it can be of advantange when solving the equations of motion in comparison to the covariant formulation.

Note that, of course, also in the covariant formalism, there are only 3 independent EoM since
$$p_{\mu} p^{\mu}=m^2 c^2=\text{const}$$
and thus
$$p_{\mu} \frac{\mathrm{d} p^{\mu}}{\mathrm{d} \tau}=0,$$
which is compatible with the EoM since the Minkowski force fulfills this constraint,
$$p_{\mu} K^{\mu}=0.$$
 
  • Like
Likes Dale, weirdoguy and SiennaTheGr8
  • #10
learn.steadfast said:
That would mean that if I know the total mass of an object (rest + motion), and I acccelerate it in an orthogonal direction to it's present motion; that the final mass will be the product of the original mass I measured, times the gamma factor of the change in velocity that I measure.

No, it's larger, if the acceleration really is exactly orthogonal.

That's because that orthogonal acceleration will cause cause the momentum in the "original direction" to increase.(The final total energy will be larger than the product of the original total energy you measured, times the gamma factor of the change in velocity that you measure)

(Orthogonal change of momentum would be a different story)
 
Last edited:
  • #11
Ibix said:
I'm not sure I completely followed this on a small phone screen. With that in mind, however...

You seem to be saying that ##\vec F=\gamma m\vec a##, which is incorrect. ##\vec F=d\vec p/dt=d(\gamma(t)mv(t))/dt##.

I don't understand why you are inserting gamma factors into gamma factors. ##\gamma=(1-\vec v\cdot\vec v/c^2)^{-1/2}##, where the velocity is the velocity measured in the frame you are working in. The devices doing the measurement are not subject to time dilation.

I thought force and acceleration in my rest frame was scaled by the gamma factor, exactly as you show. In several texts, exactly that argument is made. It doesn't change the equations that I derived, but your comment may affect my analysis of orbital size.

Good question. Let me elucidate about why I am putting in time dilation:

Einstein's Gedanken of the twin paradox reveals that there are two distinct possibilites when it comes to time dialation. Given two spaceships A and B, each containing an identical clock A and B. Should the ships separate by being one ship being instantly accelerated (which ship accelerated, we don't know for sure), then we still know something about what would be observed: The people in each spaceship could both measure the relative speed of the other ship by reflecting light pulses from one ship off the other and timing the round trip time. Both observers in A and B frames of reference (FOR) would agree that the velocity of separation between spaceships was the same. If they were to watch each other's clocks using telescopes, both observers would conclude the other's clock is running slower by the exact same time dilation factor. However, if the ship which was acutally accelerated away is later returned by "deceleration"; the result is that clock which was both accelerated and decelerated will register less time elapse than the other clock when both clocks are brough back together.

So, let's say 'B' was the accelerated and decelerated clock. In that case, during the whole experiment in my lab frame 'A' I KNOW that B's clock hands, light beam, etc. whatever was used to measure time in frame B made less revoltuions per second than my 'A' clock. B made less revolutions per second in my measurement frame of reference during the experiment.

If the B clock was oriented perpendicular to the direction of travel, we also know that there is no length change in either the y or the z size of the clock.

I believe I am justified in attributing a real time dilation to 'B', because they were the object which were actually accelerated. Is this not correct?

In the experiment I originally set up, we have a satellite orbiting a planet in a yz plane. That system is a "clock." We are going to really accelerate both satellite and planet equally in the x direction to some fixed speed. Therefore, the satellite going around that planet must in fact be orbiting at a slower rate. For we can use the number of times the satellite makes a revolution around the planet as a "clock". The appearance of the satellite, if observed through a telescope, must also be slower than it runs in reality. So, even though my lab frame is NOT accelerated (by definition) the ACTUAL time dilation effect (not the appearance, but the actual effect) must be happening with the accelerated planet and satellite.

I believe I am justified in attributing a real time dilation to the sattelite and planet, because they were the object which were actually accelerated. Is this not correct?

I see you give a definition for momentum, and that's good. I'll spend a day thinking about it before continuing. (I also see the next post is about four vectors and does an excellenct job.)

I'm trying to work the problem from the lab (rest) frame with the knowledge that the planet and satellite were accelerated. So, I wan't to compute their actual position, and not the "apparent" position as viewed through a telescope. Eg: my fomulas will be entirely based on x,y,z and t coordinates in the lab 'A' frame.

Let me point out that Maxwell's equations, and Heviside's, were developed before Minkowski space ever was conceived. The older idea is that the fields surrounding a charged particle are "force" fields.

If I know the direction a force is pointing and I do a line integral from infinity (parallel to the direction of the force); what I get is the total potential energy that a particle would have if moved against that force.

Work = force x distance.

The definition of work is the same as energy, and energy and mass are equivalent.
I would like to see if integrating the force of maxwell's equations, heaviside's equations, etc. yields the same result as your analysis does. I'm not saying you're wrong, I'm saying we ought to be able to get the same result either way.

There are two sources of forces, in my equations, the coloumb field (delayed and distorted), and the magnetic field.

Magnetic fields, only generate force based on the velocity component perpendicular to the magnetic filed lines of force. In the case of a charged satellite and planet, only the componenent of velocity in the X direction matters. So, the question of time dialation/velocity vector component slow down in Y and Z should have no affect on the forces computed.
 
Last edited:
  • #12
vanhees71 said:
I'm not sure, what →F\vec{F} you are using. There are unfortunately old-fashioned expressions still used in modern textbooks, where the clear Lorentz-covariant notation already found by Minkowski in 1908 isn't used. Even Feynman uses "relativistic mass" and sins like that.

I'm following along with Feynman. The Lorentz covarient notation you use wasn't taught at my college for undergraduate work. I can pull out a book on tensors, but it will take me a long time to decipher your post.

With vectors, I'm simply using a three vector [itex]\vec F = [ F_x, F_y, F_z ][/itex] ; to denote a direction in cartesian coordinates. It's a pair of three real numbers representing a magnitude and direction in a square bracket list. In the same manner, [itex] \vec v=[V_x, V_y, V_z ] [/itex] is simply the velocity in the x,y, and z directions in a 3 vector.
So, F with an arrow on top in my first post [itex]\vec F[/itex], is the traditional force vector of Maxwell's, Feynmans/Heviside's equation(s) when done in cartesian coordinates. Neither Maxwell, Feynman, nor Heaviside used Minkowski's notation nor tensors for the equation I'm studying.

The magnitude of a force vector is simply it's absolute length:
[itex]| \vec F | = \sqrt {( F_x^2 + F_y^2 + F_z^2 )} = \sqrt { \vec F \cdot \vec F }[/itex]

There is a problem with your approach; I think it misses the core question I'm attempting to probe.
I'm not trying to solve the problem in the easiest way possible, I'm trying to explore historical equations and alternate representations.

The core issue is that the unit vector shown by Feynman/Heavyside, accelerates with respect to time even when a particle is moving at a constant speed. That is to say, when a particle passes an arbitrary point, and we define a unit length vector following the direction of the particle from that arbitrary point, the unit vector *often* has non-zero acceleration even though the particle has no acceleration whatsoever:

Eg: to demonstrate! Define a particle's motion as: x=vt, y=0, z=0. AKA P=[ vt,0,0 ]
I can make a vector that points at that particle from an arbitrary location of x=0,y=1,z=0 AKA R=[0,1,0]
It's easily done by normalizing the difference between the two points:

[itex] \vec u_{PR} = { [vt,-1,0] \over \sqrt{ v^2t^2 + 1^2 + 0^2 }} [/itex]

So, now I have a unit vector pointing in the direction of the particle, P, from arbitrary point R.
If you take the second derivative of that unit vector's components with respect to time, it's non zero.

Because the second derivative of [itex]\vec u_{PR}[/itex] with respect to time is non-zero, there are acceleration effects in any equation based on the acceleration of a unit vector even if the particle is NOT accelerating.

These effects may not all be radiation effects, because not all components of the vector show the same fall off with respect to distance. Some components fall off as 1/r (the radius to the particle), some fall off as 1/r^2 the square of the distance.

Feynman calls components that fall off as 1/r, radiation. Those that fall off as 1/r^2 are part of the Coloumb field, and the Magnetic field.

So, Feynman's analysis of the third term of Heaviside's equation is incomplete.

That's why I'm exploring Heaviside carefully, rather than solving a problem using special relativity or using Minkowski Tensors alone.

I should be able to get the same answer using any of the above methods as to what the radius of an orbiting charge is in the yz plane. eg: when given that the whole system is uniformly accelerated perpendicular to the direction of satellite yz motion in the x direction.

That's the goal, to explore the interchangibility of the equations; and if they are not interchangable, to isolate what is different and why it exists.
 
Last edited:
  • #13
learn.steadfast said:
now I have a unit vector pointing in the direction of the particle, P, from arbitrary point R

First, Feynman's unit vector ##\mathbf{e}_{r'}## points from the point where the field is being measured, in the direction of the charge that is producing the field; it doesn't point towards some arbitrarily chosen point. So your unit vector is pointing backwards from the way it should be pointing, and it should be pointing towards a specific point, the point where the charge is, not an arbitrarily chosen point.

Second, the unit vector does not point in the direction of the charge "now". It points in the direction where the charge was one light-travel time ago. And the light travel time changes as the particle moves. So your calculation of a unit vector is incorrect; you are calculating a unit vector that points (once the first issue above is corrected) in the direction of the charge "now". If you re-do the calculation so that the unit vector points towards where the charge was one light-travel time ago, and take into account that the light travel time is changing as the particle moves relative to the charge, I think you will find that there is zero second derivative of the unit vector with respect to time if the particle is moving in a straight line relative to the charge.
 
  • #14
jartsa said:
No, it's larger, if the acceleration really is exactly orthogonal.

That's because that orthogonal acceleration will cause cause the momentum in the "original direction" to increase.

OK. I think Orthogonal means at 90 degrees or [itex]pi \over 2[/itex] radians to the direction of motion.
Parallel means in the same or opposite direction of motion.

But the velocity of something, and it's momentum are a little different...
I was only talking about the velocity, so it's possible the velcocity components shrink but the momentum componets increase in the same directions. The reason is that the mass has changed (increased).

My primary assumption was that an orbiting satellite in a yz plane is every bit as much a "clock" as light bouncing between two mirrors. There is a period or cycle time of orbit. If the whole clock is accelerated as a unit (say by gravity, so both satellite and planet accelerate equally in the X direction) then the time of the clock needs to be dialated by the lorentz factor, because it's a clock...

I'm not sure about the orbit size.

I'm curious that you would say the orbit increases in size. A rigid rod, or an approximation of it, is made up of atoms. Atoms, too, are made up of + nuclei (massive) and - charges (light), that can have angular momentum like a planet and satellite. So, if a stick of atoms is a "rigid rod", and rigid rods don't shrink or expand in any direction orthogonal to the acceleration, why would a satellite orbit radius and planet do so?

What did I miss?
 
  • #15
PeterDonis said:
First, Feynman's unit vector ##\mathbf{e}_{r'}## points from the point where the field is being measured, in the direction of the charge that is producing the field;

As usual, you are wrong. Feynman's unit vector points from an arbitrary point of measurement to where the charge WAS in the past, when it created the field.

it doesn't point towards some arbitrarily chosen point.

Neither does my vector. It points FROM an arbitrarily chosen point called R, AT a moving charge called P.
Subtract the tail of the vector from the tip, to get the direction of the vector.
I subtracted R from P.
It's simple linear algebra. The vector points TOWARDS P.

So your unit vector is pointing backwards from the way it should be pointing, and it should be pointing towards a specific point, the point where the charge is, not an arbitrarily chosen point.

Duh. Look again. And even if it was, that would merely be a sign reversal ... it wouldn't change the form of the equation.

Second, the unit vector does not point in the direction of the charge "now". It points in the direction where the charge was one light-travel time ago.

Feynman's unit vector does, my example does not. My example points at the charge. There is a reason for this, if you had read the first post carefully ... and you didn't. There are two equations, Feynman's equation has three terms and the unit vector points at the retarded position of the charge. The algebraic simplification of Feynman's equation, for a uniformly moving charge, has a net force field that points in the direction of the charge where it is "now."

In either case, I was only trying to show that a vector tracking a a linearly moving object yields acceleration terms when you take a second derivative. It doesn't even matter if the it's the retarded position or the current position. Try working it out for Feynman's unit vector, yourself.

I'm still having trouble believing you think EM waves can't reflect off a mirror for QED. Feynman himself, in his book on QED for laymen says that the field result is the same "as if" it had reflected off the front and back surface. You bring up objections to split hairs that are irrelevant. If real mirrors aren't made out of atoms ... I don't know what they are made out of. If my vector doesn't accelerate whether retarded or NOW, then I don't know what acceleration is.

Peter, really, try asking questions rather than putting other people down all the time.
 
  • Sad
Likes weirdoguy
  • #16
learn.steadfast said:
As usual, you are wrong.

This attitude towards someone who is trying to help you will get you a warning and a closed thread.

learn.steadfast said:
I'm still having trouble believing you think EM waves can't reflect off a mirror for QED.

I have no idea what you're talking about. But clearly you don't want my help so I'll confine myself to moderating the thread and not respond further.
 
  • Like
Likes vanhees71
  • #17
learn.steadfast said:
I'm curious that you would say the orbit increases in size.
Well I didn't actually say anything about orbit size.

I'll say something now: Orbit size contracts in the direction of the motion of the center of the orbit. There is no change in the direction perpendicular to the motion of the center of the orbit. I'm confident that's correct too.Imagine two masses oscillating, one horizontally other one vertically, this system's center of mass orbits around in a circle, if the phases of the oscillations are correct.

Now imagine accelerating those two oscillators together to high speed. The orbit should be a contracted circle now, I guess, I haven't thought about this very carefully.
 
Last edited:
  • #18
learn.steadfast said:
I thought force and acceleration in my rest frame was scaled by the gamma factor, exactly as you show.
That's not what I show. You need to differentiate the gamma as well - the result id that force and acceleration are not typically parallel.
learn.steadfast said:
I believe I am justified in attributing a real time dilation to 'B', because they were the object which were actually accelerated. Is this not correct?
Yes and no. Your analysis of the twin paradox leading to "real" and "not real" time dilation is wrong, or at least confusing. Time dilation is a coordinate effect, boiling down to clock synchronisation issues, while the differential aging seen in the twin paradox is invariant and boils down to "the distance between two points depends on the route taken". These are rather different phenomena. However, this isn't really relevant here. You will, indeed, measure moving clocks such as your orbiting charge to be ticking slowly by a factor of ##\gamma##, and this is true whether you accelerated or your charges accelerated.
learn.steadfast said:
I'm trying to work the problem from the lab (rest) frame with the knowledge that the planet and satellite were accelerated. So, I wan't to compute their actual position, and not the "apparent" position as viewed through a telescope. Eg: my fomulas will be entirely based on x,y,z and t coordinates in the lab 'A' frame.
I didn't think you were suggesting otherwise.

I expect the orbital period to increase by a factor of ##\gamma## compared to the orbital period when the central charge is at rest. This will be the gamma factor related to the motion of your central charge, which is why I have no idea why you were introducing gammas inside gammas - you simply measure the motion of the central charge with clocks and rulers at rest in your frame.

You will need to use the correct formula for the association between force if you wish to balance centripetal forces with the Lorentz force. The general formula may reduce to your simpler form in this case, but I wouldn't bet on it. Off the top of my head, I think it does so only if ##\vec a.\vec v=0## and I don't think that is the case here.

I think jartsa's analysis of the orbital diameters in the case of motion in the plane of the orbit is correct. It may be difficult to see, though, since the path of the orbiting charge will be a cycloid of some kind. The easiest way to check your answer is to write down the coordinates of the orbiting charge in the rest frame ##(t,R\cos(\omega t),R\sin(\omega t),0)##, and Lorentz transform this. You can also write down the electromagnetic field strength tensor in the rest frame and transform this, which will tell you the correct electric and magnetic fields fairly simply.
 
  • #19
Ibix said:
I'm not sure I completely followed this on a small phone screen. With that in mind, however...

You seem to be saying that ##\vec F=\gamma m\vec a##, which is incorrect. ##\vec F=d\vec p/dt=d(\gamma(t)mv(t))/dt##.

I thought about it, over night. You're correct, I was misapplying that equation.
I see where that mistake is; There's an extra contraction factor associated with the force. When taking the chain rule for the derivative on Gamma, I see that Gamma isn't independent of time.

Defining [itex]V={ v \over c}[/itex], to simplify the algebra:
[itex]
F= γma ({V^2 \over { 1- V^2 }} + 1 )=\gamma^3 ma
[/itex]

The change I need to make doesn't affect the equation I curve fit in the original post ; but it does affect the balance of forces in the orbit for when the "clock" of satellite and planet is in motion.
:cool:
 
  • #20
As I said, it's more difficult to use non-covariant quantities than to use covariant ones. I'm not particularly happy with Feynman's treatment of relativistic mechanics in his famous books, because to my surprise he uses very old-fashioned non-covariant objects. This in my experience rather confuses the student than helping him or her. Nevertheless I still don't have a clue what you are aiming at. I've given the correct equations of motion of a point particle in an external electromagnetic field, neglecting radiation reaction, in both the covariant and the (1+3) form above. I don't understand, what is unclear with this pretty straight-forward calculation.

Last but not least, if you want to deal with gravity in relativity theory the right thing is Einstein's General theory of relativity, but that seems to me far off your mathematical expertise. To understand physics you have to learn the adequate mathematics, and for SRT that's 4D tensor calculus in Minkowski space and for GRT it's 4D tensor calculus in pseudo-Riemannian (Lorentz) space.
 
  • Like
Likes weirdoguy
  • #21
Ibix said:
Your analysis of the twin paradox leading to "real" and "not real" time dilation is wrong, or at least confusing. Time dilation is a coordinate effect, boiling down to clock synchronisation issues, while the differential aging seen in the twin paradox is invariant and boils down to "the distance between two points depends on the route taken". These are rather different phenomena. However, this isn't really relevant here. You will, indeed, measure moving clocks such as your orbiting charge to be ticking slowly by a factor of γ\gamma, and this is true whether you accelerated or your charges accelerated.

Fair enough. It is confusing, and I think it is worth looking at a tiny bit more.
I'm curious what you mean by the idea of "route taken"

Every clock measurement seems to require three reference frames to complete. The observer of the clock's reference frame, the outgoing (leaving) reference frame, and the returning reference frame.

Clocks are usually defined by a change in position that is cyclic; Therefore one or more moving objects must go away from the observer and come back in order to be measured. (Or the observer must go to it, which is the same thing.) A poor example is the motion of a pendulum which leaves and then returns to a starting position. Light or electrons bouncing between two stationary mirrors is a better example.

The gamma that I "measure" is always going to be some kind of average of distance traveled by one or more objects in two opposite directions. For example, a ship takes off toward Bernard's star 6 Light years away, at 0.6 C. If I watch the clock on the ship through a telescope, I'm going to see the clock on the ship runs at half the speed of the clock on my desk, but only during the time that I see the ship leaving me. When I see the ship come back toward me, I'm going to see that the clock on the ship runs twice as fast as mine.

(incidentally, the person on the ship will see the exact same thing.)

These measurements are both higher and lower than the theoretical Lorentz factor of 1.25, but they are round trip averages and light is one of the objects that is moving. However, round trip measurements are the only thing scientists can actually "measure" with complete certainty.

I've seen authors try to break the twin paradox explanation into three inertial reference frames, so that no acceleration is involved. Usually, it goes along the lines of A,B,C are intertial objects moving relative to each other. A is earth, B is somthing going away from earth, C is something going toward earth.
Twin paradox: the real explanation (no math) - YouTube

The beautiful result is that the time dilation (which is integration of the lambda factor) for B and C is achieved without any actual acceleration in the thought experiment. The actual "accumuation of time" on clocks A,B,C can be proven to happen during constant relative motion.

The problem with that type of approach is that we could just as well artificially break A's motion into two different inertial frames, and pretend to synchronize A's clock during the reversal of direction. If accleration has nothing to do with it, who cares if the person on Earth never feels acceleration?

If A and B have relative velocity 0.6C , and A and C have relative velocity to each other of 0.6C, then B and C either have to have a relative velocity of 0 or ~0.8863C. That's why time accumulation is slowest in B and C frames of reference. Their relative velocity of B to C is much higher when B and C must leave and return to Earth (~0.8663C is the result.)

But, if I Define A as the ship, and B and C as the Earth. Then the situation totally reverses, and the paradox comes back to light. The time on Earth must be slower becasue it is the one travelling.

In all cases, there has to be something to justify a frame of reference change.
Special relativity doesn't give that "something", but in general relativity there is gravity/acceleration.

So, when you say "route taken", what do you mean?
 
  • #22
learn.steadfast said:
we could just as well artificially break A's motion into two different inertial frames
Not really. In that case v=0, so the two different inertial frames are the same and the Lorentz transform is the identity transformation.
 
  • Like
Likes SiennaTheGr8
  • #23
learn.steadfast said:
Every clock measurement seems to require three reference frames to complete. The observer of the clock's reference frame, the outgoing (leaving) reference frame, and the returning reference frame.
No. Something moving does not require you either to define or use its rest frame.

You gave the example of a pendulum. Yes, it swings backwards and forwards. In the frame where it has no net motion, time at its position is defined in terms of multiples of the period it takes to return to its centrepoint. Full stop. No need for other frames. If I want measurements at different spatial locations, I simply replicate my clock at those locations and synchronise these clocks with the origin clock. Still no other frame required.
learn.steadfast said:
The gamma that I "measure" is always going to be some kind of average of distance traveled by one or more objects in two opposite directions. For example, a ship takes off toward Bernard's star 6 Light years away, at 0.6 C. If I watch the clock on the ship through a telescope, I'm going to see the clock on the ship runs at half the speed of the clock on my desk, but only during the time that I see the ship leaving me. When I see the ship come back toward me, I'm going to see that the clock on the ship runs twice as fast as mine.
Here, you are involving the Doppler effect. Time dilation is what's left over once you subtract out the effects of changing distance from the Doppler effect. Or better, just use a network of synchronised clocks. Note the time on your (stationary according to you) clock that is right beside the ship when the ship's clock reads zero. Note the time on your other clock that is right beside the ship when the ship's clock reads one. The difference in your readings is ##1/\gamma## - and all done in one frame.
learn.steadfast said:
However, round trip measurements are the only thing scientists can actually "measure" with complete certainty.
No they aren't - I've just shown you a way you can measure time dilation. It's completely true that there are assumptions built into my measurements - they are in how I determine that a remote clock is at rest with respect to me and synchronised. But that is the nature of the beast. You cannot avoid it if you want to consider measurements at different locations, as you are doing with your moving charges. How you combine your Doppler measurements to construct "what is really happening" contains those same assumptions.
learn.steadfast said:
The problem with that type of approach is that we could just as well artificially break A's motion into two different inertial frames, and pretend to synchronize A's clock during the reversal of direction.
As Dale says, no. The problem with naively stitching frames together to predict (incorrectly) that the stay-at-home will be younger emerges from failing to realize that you need to account for clock synchronisation changes. It's rather like crossing from one time zone to another, not adjusting your watch, and trying to explain the mismatch between your wristwatch and the wall clock by claiming you've gone back in time an hour.

Sure you can split up the stay-at-home's experience into two identical inertial frames. But because those two frames are identical they have identical clock synchronisation procedures, so no problem arises. Acceleration has nothing to do with it. The only reason you need to accelerate at all is because there's no other way for you to meet your twin again in flat spacetime.

The explanation for the twin paradox is that the interval, the sum of ##\Delta s##, where ##\Delta s^2=c^2\Delta t^2-(\Delta x^2+\Delta y^2+\Delta z^2)##, over each path is invariant and different for the two paths. If I pick a coordinate system where one of the twins is at rest then it is clear that ##\Delta s=c\Delta t##, the time elapsed for that twin for the segment of the experiment where they are at rest in that frame. Since the value is invariant this is true in any coordinate system, and it's obvious working in the rest frame of the stay-at-home that the total is different for the two twins, and lower for the traveller.

Note that I have not invoked time dilation anywhere. And the different paths through spacetime (different (x,t) coordinates) occupied by the traveller and stay-at-home between departure and return is what I mean by "different routes".
 
Last edited:
  • Like
Likes SiennaTheGr8, vanhees71 and Dale
  • #24
Ibix said:
No. Something moving does not require you either to define or use its rest frame.
@learn.steadfast you should pause a minute to let this sink in. This is the essence of the principle of relativity: any frame is equally valid so there is no need to use any particular one.
 
  • #25
Dale said:
@learn.steadfast you should pause a minute to let this sink in. This is the essence of the principle of relativity: any frame is equally valid so there is no need to use any particular one.

Yes, it is; and you've given good advice.
But that's also precisely the issue I'm trying to point out with respect to the twin paradox.
If acceleration is ignored, then either twin can claim the other is "moving" and they are not.
It is totally up to me, as a person defining the problem to choose which frames of reference I wish to use.

When I talk about clock's needing three reference frames, I over stated the case; I meant, there is always the need to consider that reversals or exchanges of frame are always "legal" and we "need" to avoid choosing a preferred frame of reference based on our own prejudices. There has to be somthing distinct to break the symmetry of the problem with respect to "who" is moving more than the other.

At each "event", where a change in direction, speed, or synchronization of clocks happens; it' is always possible to claim that the speed change did not occur at the location where I intuitively believe it happened, but rather that the speed change happened at another location.

In the clock problems that I am talking about, I'm trying to keep the idea simplified to special relativity.
I don't have the certainty of general relativity mathematics needed to handle the problem, yet. I'm not proficient at Gaussian coordinates; I'm limited to understanding the issue in terms of world line diagrams, and rotations from the Lorentz transform in order to work out problems.

I do accept the measurement of Ct as equivalent to a distance, and computing invariant lengths between two events. eg: I allow also for differences in simultanuousness between two different observers/frames of reference. Feel free to use these ideas in explaining things to me.
 
  • #26
learn.steadfast said:
It is totally up to me, as a person defining the problem to choose which frames of reference I wish to use
True. But if you define the traveling twin as "not moving" then you need to use a non-inertial frame. And time dilation (and all the neat symmetries) only applies between inertial frames, so naively saying "I'm stationary therefore he must be younger because time dilation" will not work.
 
Last edited:
  • #27
learn.steadfast said:
we "need" to avoid choosing a preferred frame of reference based on our own prejudices
No, we don't. We can totally choose a reference frame based on our own prejudices. If it is an inertial frame that we have chosen then it is the same as any other inertial frame. If we have chosen a non-inertial frame then we have to use the appropriate math for that frame, but we are free to do that also. Whether it is motivated by prejudices or expediency or convenience or whatever is irrelevant. As long as we do the math correctly then we can use any frame chosen regardless of the reason for choosing it.

The problem with the twin paradox is not that anyone frame is better than any other. It is that people do the math wrong. Either they try to apply formulas for an inertial frame to a scenario described in a non-inertial frame or they incorrectly transform between inertial frames.

learn.steadfast said:
I do accept the measurement of Ct as equivalent to a distance, and computing invariant lengths between two events. eg: I allow also for differences in simultanuousness between two different observers/frames of reference. Feel free to use these ideas in explaining things to me.
Personally, my explanation would be essentially identical to the one by @vanhees71 in post 9. It will be easier to learn the notation and then do the problem with the easy notation than to do it with poorly-adapted notation to begin with.

If you insist on doing it that way then my recommendation would be as follows:
1) work the problem in the rest frame of the planet
2) then boost to the frame where the planet is moving
3) check to see that the various equations are correct in the moving frame also
 
Last edited:
  • Like
Likes PeterDonis
  • #28
Dale said:
Either they try to apply formulas for an inertial frame to a scenario described in an inertial frame
I think you mean "non-inertial" at the end there.
 
  • Like
Likes Dale
  • #29
Ibix said:
I think you mean "non-inertial" at the end there.
Oops, yes. I have fixed it.
 
  • Like
Likes Ibix
  • #30
Ibix said:
True. But if you define the traveling twin as "not moving" then you need to use a non-inertial frame. And time dilation (and all the neat symmetries) only applies between inertial frames, so naively saying "I'm stationary therefore he must be younger because time dilation" will not work.

OK, I'll leave this point after this post. I need to plug my naiieve gamma cubed mass acceleration formula in and see if it's consistent. The force equation is really only valid in one dimension, because I took the derivative that way. But, the formula is a start. I can at least Guess and Check my results.

I'll now respond to you: True, but How do you know the frame is non-inertial by experiment and not by definition of A,B,C?
The key point is that DOC is denying that Gravity or acceleration had anything to do with the result.

Doc is a bit like a person doing quantum mechanics trying to label a photon going through slit B or C.
The problem is that watching the slit the or naming the photon (like an angel), will change the outcome of the experiment. It's as if photons are intelligent and watching you, just to mess with you. (Or if you prefer, some angels ARE the Beast. )

I think that computing an invariant is the same as saying that once the experiment is over and we do find evidence of which "slit" A/B the angel really chose to go through (or which frame of reference "B/C" was really inertial), THEN, we can post-dict, what the age difference has to be. We know the relative difference in time, or the relative difference in Length, by calculation ; but we don't know which object "A" or "B" to apply the age decrease to until after the experiment.

( After all an electron is just an electron, supposedly not even God knows one from another ... why should we allow a scientist to have a brain if angels of light and electrons don't? )

I agree with you on how to calculate Lorentz contraction from Doppler effect. But, my point was that Doppler effect is something that is totally watched. There is (usually) light from a clock going to an observer, even here on Earth -- so there is a Doppler shift (tiny) when doing experiments on earth.
That is the nature of the Beast. :)

But the experiment can be done just as well by simply using the doppler shifted measurements without computing the Lorentz factor, and still get understandable results. People may even be more inclined to believe the results because the "clocks" were watched all the time. Human psychology plays a part in physics interpretation.

[itex]\gamma_{doppler} = \sqrt{ 1-v/c \over 1+v/c }[/itex]
For 0.6C, the gamma doppler is 0.5 or 2.0, depending only on whether the objects are traveling toward each other or apart from each other.

One way the twin experiment might proceed is:

"A" observed "B"'s clock turn reddish, and run at half the speed of A's clock for 16 years. A writes down 8 years for "B"'s clock. A then sees "B"'s clock turn blue OR maybe "C" passed "B", (they aren't sure') A sees the blue colored system run at twice the speed of A's clock for 4 more years of A's time.

At the experiment conclusion: 'A' computes: 16*0.5 + 4*2 = 16 years observed for B/C (whoever it was.)

B,or C, writes down:

8*2.0 = 16 years + a note, from someone else that could be pranking you, that 8 years passed before that.
Everybody is happy. A KNOWS they are 20 years older, but B/C isn't sure when the experiment actually began as they struggle with Schizophrenia. But B did write down that 8 years passed since their last episode of hearing voices from angels, and the whole time they saw an extra blue shifted "A" through the telescope.

Still, 'B' writes down their results, because there is enough information that they are sure of what happened for the last 8 years, so the previous 8 years can be figured out by subtraction logic.

8*0.5 + 8*2.0 = 20 years have passed on "A" through the telescope.

A and B (or C?) are happily in agreement.

-----------

Now A, B /C decide to repeat the experiment, because of the schizophrenia issue. They want to see if the messages from angels are repeatable.

A sees "B" go by, and 8 years elapse for A while A watches half that time elapse in the telescope.
A notices that the LIGO detector went blip during a test run, but the blip didn't repeat once the computers were online properly. So A assumes two black holes must have collided. A insists their own frame is still inertial. But then A has a shock, A looks in the telescope and sees "C" (or "B?") blue shifted for the next 8 years. All the sudden, "B" or "C" pass Earth when only 16 years have passed on "A"'s clock.

A computes that the time on B's clock is 0.5*8 years + 2.0*8 years = 20 years, total.
So, A concludes someone pulled a prank on her and that she was the one who "moved" more than the other "B" or "C" (whoever it really was that came back to earth.)

The only thing that observers A,B,C can actually measure is red shift or blue shift, which verifies that they are approaching or receeding from each other at 0.6C, and therefore they can check the rates of their own clock realtive to another. But if we don't allow B or C to know for sure whether they are the same person or not there's a problem:

If we claim that "B" and "C" must have "synchronized" their clocks, we could just as well say that it just miraculously happened that their clocks were identical when they passed each other and nobody synchronized anything, and nobody passed any messages. (we can't distinguish "B" and "C" by experiement, anymore. )

The only way to know before the 8 year mark, which frame of reference will register less years at the end of the experiment, is to see if blue light comes toward the "A" Earth from "C". Angels from "C" had to arrive at Earth before the 8 year mark, to show that objects "B" and "C" are distinct.

But scientist A doesn't like to put down "and then a miracle of blue lights happened..." in his journal.
For that is the same as saying that some "DOC" rigged the experiment before it ever began. DOC put a shizophrenic angel "C" somewhere far out in the universe so they could just "happen" to be passing by at the appropriate time.

Doc has to write the results up in a peer reviewed journal. But, if the experiment is not rigged, then the experimenter is not allowed to see extra blue light's in the sky before 8 years have passed. They must wait until 8 years pass on their clock, to KNOW, who will accumulate less total time at the end of the experiment.
 
  • #31
learn.steadfast said:
How do you know the frame is non-inertial by experiment and not by definition of A,B,C?
With accelerometers.
 
  • Like
Likes learn.steadfast and PeterDonis
  • #32
The lesson learned from this overly complicated thread is that the best you can do in relativity is to work with manifestly covariant expressions.

E.g., the socalled "twin paradox" becomes a triviality if one just keeps in mind that for any twin (idealized to a point particle for the matter of this discussion) his aging is giving by his proper time, and that's a Minkowski invariant,
$$\Delta \tau = \int_{\lambda_1}^{\lambda_2} \mathrm{d} \lambda \sqrt{\frac{\mathrm{d} x^{\mu}}{\mathrm{d} \lambda} \frac{\mathrm{d} x_{\mu}}{\mathrm{d} \lambda}}.$$
Here ##\lambda## is an arbitrary world-line parameter. It can be chosen as a Lorentz scalar or also as the coordinate time of an arbitrary inertial reference frame ("lab frame"). Then
$$\left (\frac{\mathrm{d} x^{\mu}}{\mathrm{d} t} \right)=\begin{pmatrix}c \\ \vec{v} \end{pmatrix}$$
and
$$\Delta \tau = \int_{t_1}^{t_2} \mathrm {d} t \sqrt{c^2-\vec{v}^2}.$$
 
  • Like
Likes Dale and weirdoguy
  • #33
Recommendation to the OP: check out the explanation of the twin paradox in Taylor and Wheeler's Spacetime Physics. Read it over and over again until you completely understand it. You're overlooking exactly the aspects of the relativity of simultaneity that EVERYONE misses at first. David Morin calls it the "rear clock ahead" principle.

If you take this advice, you're in store for a profound and empowering "aha!" moment, and you'll fully appreciate that the situation with the twins isn't symmetrical. Until you really comprehend the relativity of simultaneity, you'll struggle with rather simple SR problems, let alone the more complicated scenarios you've put forth in this thread.

Cheers!
 
  • Like
Likes Nugatory, vanhees71 and weirdoguy
  • #35
vanhees71 said:
For a very nice graphical explanation, using Minkowski diagram for the most simple case of one twin traveling back and forth along one direction, see

https://aapt.scitation.org/doi/abs/10.1119/1.4947152
That is paywalled. I cannot view without paying $30.
 

Similar threads

  • Special and General Relativity
2
Replies
54
Views
663
  • Special and General Relativity
Replies
6
Views
2K
  • Special and General Relativity
Replies
11
Views
1K
  • Special and General Relativity
Replies
12
Views
812
  • Special and General Relativity
Replies
33
Views
2K
  • Special and General Relativity
2
Replies
40
Views
3K
  • Special and General Relativity
Replies
12
Views
1K
  • Special and General Relativity
Replies
27
Views
2K
  • Special and General Relativity
Replies
4
Views
920
  • Special and General Relativity
Replies
23
Views
2K
Back
Top