Lorentz Transformations in Special Relativity

Introduction

Einstein (1879 – 1955) published his theory on Special Relativity in 1905. He used similar principles to that of Galileo (1564–1642) in maintaining that the laws of physics are the same in each inertial reference frame. However, he had knowledge of the equations of electromagnetism developed by James Clerk Maxwell (1831 – 1879) which showed that the speed of light was the same speed in any inertial reference frame. Two observers travelling at difference speeds agree on the speed of light c.

Herman Minkowski (1864 – 1909) was a professor of mathematics at Zurich Polytechnic and a teacher of Einstein. A couple of years after the initial publication of Special Relatively, Minkowski realised the geometrical structure in the theory and named this structure spacetime.

To derive the original Special Relatively transformation equations we follow the geometric approach more akin to the methodology of Minkowski than Einstein using the base of linear algebra to form the Lorentz Group.

Derivation

Let S and S' be two vector spaces over \mathbb{R} representing inertial reference frames with S' travelling with velocity v relative to S.

Let x \in S and x' \in S'. Assume that there is a linear map \Lambda between the two vector spaces.

(1)   \begin{equation*}\Lambda:S \to S'  \implies x' = \Lambda x \end{equation*}

Let the coordinates vectors of x and x' respectively be:

(2)   \begin{align*}&x = (ct,x,y,z)\\&x' = (ct',x',y',z')\end{align*}

We want to have a geometric structure in this vector space and so we need to define a metric. To develop this structure we invoke the postulates of Special Relativity.

  • The speed of light is the same of all inertial observers.
  • The laws of physics are the same in each reference frame.

Then the distance between two points in S is given by R^2=\Delta x^2 + \Delta y^2 + \Delta z^2. Imagine a light particle travelling in S. At any time t travelling at speed c a light particle will have covered a distance ct. Apply this principle to S.

(3)   \begin{align*}&c^2t^2 = \Delta x^2 + \Delta y^2 + \Delta z^2 \implies \\&c^2t^2 - \Delta x^2 - \Delta y^2 - \Delta z^2=0 = s^2\end{align*}

Apply this principles to S' but noting form the postulates that c is a constant for both reference frames.

(4)   \begin{align*}&c^2t'^2 = \Delta x'^2 + \Delta y'^2 + \Delta z'^2\implies\\ &c^2t'^2 - \Delta x'^2 - \Delta y'^2 - \Delta z'^2=0 = s'^2\end{align*}

From the above we have s^2=ns'^2 but, from s' perspective we could say that s'^2=ns^2. Substituting these we get n^2=1\implies n = \pm 1. We can choose either solution for n so we adopt +1.

(5)   \begin{align*}&c^2t^2 - \Delta x^2 - \Delta y^2 - \Delta z^2=\\&c^2t'^2 - \Delta x'^2 - \Delta y'^2 - \Delta z'^2\end{align*}

This provides a measure that internal observers will agree as the same. We call this the spacetime interval. This defines a metric \eta.

(6)   \begin{equation*}x^T\eta x \implies\eta=\begin{bmatrix}1&0&0&0\\0&-1&0&0\\0&0&-1&0 \\0&0&0&-1\end{bmatrix}\end{equation*}

Establish the form of \Lambda.

(7)   \begin{align*}&s'^2 = x'^T \eta x'=s^2=x^T \eta x \\&\implies x^T \eta x = (\Lambda x)^T \eta (\Lambda x)\\&\implies x^T \eta x = x^T \Lambda^T \eta \Lambda x\\&\implies \eta = \Lambda^T \eta \Lambda\end{align*}

This gives the form of all maps \Lambda which we say form a Lorentz Group.

Consider s' moving with velocity v only in the x direction. Take the general form of a linear map:

(8)   \begin{align*}&x' = act + bx\\&ct' = dct + ex\end{align*}

S', x'=0 \implies x= vt. Then from the above 0 = act + bvt \implies a = -\frac{bvt}{ct}\implies a = -\frac{bv}{c}.

Now consider the light beam in S, x = \pm ct and in S', x'= \pm ct'.

Taking the positive case:

(9)   \begin{align*}&ct' = act + bct\\&ct' = dct +ect\\&\implies (a-d)+(b-e) = 0\implies a+b=d+e\end{align*}

Now take the negative case:

(10)   \begin{align*}&-ct' = act -bct\\&ct'=dct - ect\\&\implies (a+d) +(-b-e)=0 \implies a+d = b+e\end{align*}

From this two expressions we find:

(11)   \begin{align*}&b-d = d-b \implies b = d\\&a+d = d + e \implies e = a\end{align*}

This gives:

(12)   \begin{align*}&x' = -\frac{bv}{c}ct +bx \implies x'=b\left( x-\frac{v}{c}ct \right)\\&ct' = bct + -\frac{bv}{c}x \implies ct'=b\left( ct-\frac{vx}{c} \right)\end{align*}

This can be expressed as:

(13)   \begin{align*}\begin{bmatrix}t'\\x'\end{bmatrix}=b\begin{bmatrix}1&-\frac{v}{c^2} \\-v&1\end{bmatrix}\begin{bmatrix}t \\x\end{bmatrix}\implies \Lambda=b\begin{bmatrix}1&-\frac{v}{c^2} \\-v&1\end{bmatrix}\end{align*}

We know that we need the form:

(14)   \begin{align*}&\eta = \Lambda^T \eta \Lambda \implies \det(\eta)=\det(\Lambda^T \eta \Lambda)\\&\det(\eta)=\det(\Lambda)^2 \det(\eta)\implies \det(\Lambda)= \pm 1\end{align*}

As we want time to run forward, take \det(\Lambda)=1.

(15)   \begin{align*}&\implies b^2\left( 1-\frac{v^2}{c^2} \right)=1 \implies b=\frac{1}{\sqrt{1-\frac{v^2}{c^2}}}\\&\implies \Lambda = \frac{1}{\sqrt{1-\frac{v^2}{c^2} }}\begin{bmatrix}1&-\frac{v}{c^2} \\-v&1\end{bmatrix}\end{align*}

The above is the Lorentz Transformation. This transformation describes how time slows in a moving inertial reference frame and length contracts. It shows, that time and space are personal (relative) to an observers reference frame.

An implication – Time dilation

Taking the full form of the equation from the above:

(16)   \begin{align*}\begin{bmatrix}t'\\x'\end{bmatrix}=\frac{1}{\sqrt{1-\frac{v^2}{c^2} }}\begin{bmatrix}1&-\frac{v}{c^2} \\-v&1\end{bmatrix}\begin{bmatrix}t \\x\end{bmatrix}\end{align*}

Assume that an observers is at rest in S' such that x' = 0. Take the t' component:

(17)   \begin{align*}t' = \frac{t - vx/c^2}{\sqrt{1-v^2/c^2}}\end{align*}

In S the observer sees the observer in S' move with velocity v. As they are stationary in S', in S they have an x coordinate of vt. From the above:

(18)   \begin{align*}t' = \frac{t-v^2t/c^2}{\sqrt{1-v^2/c^2}}\\\implies t'=\frac{t(1-v^2/c^2)}{\sqrt{1-v^2/c^2}}\\\implies t'=t\sqrt{1-v^2/c^2}\end{align*}

Since v<c \implies \sqrt{1-v^2/c^2} < 1 \implies t' < t we have proved that the time in S', the moving reference frame, must run slower than time in S the stationary reference frame. This is time dilation in Special Relativity. This is a real effect that has been measured. Time runs slower for all objects, including animals, in S' when compared to S. Of course, observers in S' could equally say they are stationary and S time runs more slowly. This would appear to be a paradox. The paradox is resolved as linear inertial motion will not allow the two observers to be in the same rest frame to compare clocks. To achieve this one frame must suffer an acceleration and a return journey. This breaks the symmetry.

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top