Tutorial Thirteen – Einstein’s failed relativity proof!

For over a century, Einstein’s theory of relativity theory has been one of the foundational cornerstones of modern physics. As discussed in Tutorial twelve, relativity theory’s equations often provide good answers because they are approximations for the Modern Mechanics equations. Because relativity theory is no longer the best predictor of experimental results, we must now show exactly where relativity theory fails. Fortunately, we can readily show where Einstein makes a not–so–obvious critical mistake that invalidates his entire theory.

Einstein’s theory is based on the mutual coexistence of two postulates:

  1. The principle of relativity, which says that what happens when a system is in motion must match what happens when a system is stationary, and
  2. The principle of the constancy of the velocity of light, which says that the ray of light (eg, the oscillating system) always moves at velocity c with respect to the stationary system.

Postulates are simply assumptions that must be true. These postulates, which are related through Einstein’s mathematical equations, form relativity theory. In fact, terms like time dilation and length contraction, which we will discuss in a later tutorial, are a byproduct of this relationship. Einstein recognized the importance of demonstrating that these postulates are compatible with each other. To show this is the case he developed the spherical wave proof. There’s only one problem with his proof: contrary to Einstein’s conclusion, the proof actually fails.

Before we begin to look at Einstein’s proof, we need to examine how a math statement might be perceived to pass, but actual fail. This is not as uncommon as it sounds.

Begin by imagining a circle. How would you describe this circle to someone? One might say that it is the collection of all points the same distance from a common center. Another might say it is the collection of connected points where the tangent line is 90 degrees from a common center. Yet another might simply describe it using the mathematical equation:

x2+y2=R2

Equation 1

All three are correct, but it is the incorrect use of the math equation that can cause problems. Here is where it helps to think like a computer scientist. In many programming languages like C, C++, or Swift, variables must be declared before they can be used. As an example, the variables used in Equation 1 might be declared as:

var x, y
const R = <some initial value>

A second way to declare the variables is:

var x, y, R
R = <some initial value>

We use var to represent variables that might change in value and const to represent variables that will not change from their initial values. Both declarations will enable us to use Equation 1, but only the first declaration will guarantee that we can successfully prove the existence of a circle without performing additional steps. Remember, we have said that the equation for a circle is:

x2+y2=R2

So, it might surprise you to learn that each of the shapes in Figure 1 can be described using this equation!

TutorialThirteen

Whoa! How can Equation 1 explain anything other than a circle? This is where the distinction between variables and constants comes in. If we use Equation 1 and keep R constant, then it can only define a circle. A computer would help us enforce this restriction if we used the first declaration, above. But if we use the second declaration and treat R as a variable, allowing it to change, then we create a situation where the equality of Equation 1 is maintained, but the equation may no longer describe a circle. For example, the table of points that define a line might be:

TutorialThirteen-LinePicture

If we only use Equation 1 on the points without checking the radius, we would incorrectly conclude that these points are all on the same circle. It should be obvious that they are not on the same circle, and the reason is because they do not share the same radius. In other words, if we use Equation 1 without confirming that the radius is unchanged, we can reach the wrong conclusion. This is the mistake Einstein makes in analyzing the spherical wave proof. The proof is straightforward and consists of six sentences in §3 of his 1905 paper.

TutorialThirteen-sphericalWaveProof

Einstein believes that he has arrived at the equation for a sphere, which leads him to incorrectly conclude that his proof passes. This is an extremely important point: If you perform the same steps as Einstein, you will also begin with a spherical wave and conclude that the transformed shape is a spherical wave. In other words, you will conclude that the proof passes. In actuality, the proof fails, which can only be determined by realizing that proof is incomplete. The complete proof requires that the transformed shape have a constant radius. However, as illustrated below, the transformed radius, which he defines as , is not constant for every transformed point. In addition, this distance is not measured from the center of the shape! Because the “radius” for the transformed shape is not constant and is no longer measured from the shape’s center, it cannot be called a spherical wave. The proof fails.

TutorialThirteen-notASphere

As discussed in Chapter 1 of DISRUPTIVE, it is only when you check for an unchanged radius that you will determine that the radius is not constant and that it does not originate at the shape’s center. In other words, it is only when you properly complete the proof that you can determine that a spherical wave was not formed. This failure means that Einstein was not successful in associating his two postulates. This failure invalidates relativity theory and means that concepts like time dilation and length contraction – which are unique to relativity theory – no longer apply.

A benefit of this analysis is that it cannot be challenged using one of Einstien’s concepts, such as time dilation or length contraction, because their use would represent a priori knowledge. Simply said, those terms cannot be used until after the successful completion of the proof.

In tutorials twelve and thirteen, we have answered a very important question: If Einstein’s theory is wrong, why do people believe that it is theoretically and mathematically sound? Scientists believe relativity theory is sound because the steps he performs in his proof are valid, but they have not realized that those steps are incomplete. In addition, scientists believe that relativity theory is mathematically proven because it gives good results, but they have not realized that those answers are approximations for the more accurate Modern Mechanics equations. It it only when you recognize that the spherical wave proof is incomplete and his relativity theory equations are approximations that you can appreciate and understand what is occurring. Relativity is simply an invalid theory that often provides good approximations.

—–

DISRUPTIVE is available now at Amazon.com, BarnesAndNoble.com, and other booksellers!

9780996240901-Cover-3D.12122015

To read a preview of DISRUPTIVE or learn more about Steven and this exciting new book, please visit www.StevenBBryant.com or www.Facebook.com/StevenBryantAuthor.

Images courtesy of Pixabay.com and OpenClipArt.org