Lorentz Transformations

From Physics Book
Revision as of 22:18, 26 November 2022 by Karson (talk | contribs)
Jump to navigation Jump to search

The Lorentz Transformation is a transformation that allows one to shift between different coordinate systems. Namely, it allows one to transform the cartesian coordinate system of a stationary reference frame to another cartesian coordinate system of a reference frame that is moving with constant velocity [math]\displaystyle{ v }[/math] with respect to the stationary reference frame. It is named after Hendrik Antoon Lorentz, who derived the transformation in 1904 while working on developing the theory of electrodynamics for moving bodies. The transformation is as follows.

[math]\displaystyle{ \begin{align}x'&=\gamma(x-vt)\\ y'&=y\\ z'&=z\\ t'&=\gamma(t-\frac{xv}{c^2})\end{align} }[/math]

The Lorentz Transformation can be considered a more general formulation of of the ideas of time dilation and length contraction as it gives not just the changes in length and in time when going from one reference frame to another, but rather it gives the full coordinates of objects in space and time when going from one reference frame to another. Because it is a more general formulation, Einstein's equations for time dilation and length contraction can be derived from the Lorentz Transformation (shown below). Going further, we can also use the Lorentz Transformation to relate observed speeds in different reference frames, which is done by taking time derivatives of the Lorentz Transformation (shown below).

Derivation of the Lorentz Transformation

To derive the Lorentz Transformation, we start by considering the movement of light from two difference reference frames. Our unprimed reference frame [math]\displaystyle{ (x,y,z,t) }[/math] will be referred to as the stationary reference frame, and our primed reference frame [math]\displaystyle{ (x',y',z't') }[/math] will be referred to as the moving reference frame. We will define the relationship between the two reference frames such that an observer in the stationary reference frame see another observer in the moving reference frame moving along the positive x-axis with speed [math]\displaystyle{ v }[/math].

Now imagine that the movement of a light wave is observed from both reference frames for some length of time. In the stationary reference frame, we can express the length of this path in two ways as shown below.

[math]\displaystyle{ \begin{align}&l=c(t_2-t_1)\\&l=\sqrt{(x_2-x_1)^2+(y_2-y_1)^2+(z_2-z_1)^2}\end{align} }[/math]

Now we will rearrange the above expressions for [math]\displaystyle{ l }[/math] to get.

[math]\displaystyle{ \begin{align}&l^2-l^2=0\\&c^2(t_2-t_1)^2-(x_2-x_1)^2-(y_2-y_1)^2-(z_2-z_1)^2=0\end{align} }[/math]

We can now do the same procedure for the moving reference frame, and we get the expressions below

[math]\displaystyle{ \begin{align}&l'=c(t_2'-t_1')\\&l'=\sqrt{(x_2'-x_1')^2+(y_2'-y_1')^2+(z_2'-z_1')^2}\\&l'^2-l'^2=0\\&c^2(t_2'-t_1')^2-(x_2'-x_1')^2-(y_2'-y_1')^2-(z_2'-z_1')^2=0\end{align} }[/math]

Now we have expressions in both of our reference frames that are equal to zero, so we can set them equal to each other to determine the relationship between our difference coordinate systems.

[math]\displaystyle{ c^2(t_2'-t_1')^2-(x_2'-x_1')^2-(y_2'-y_1')^2-(z_2'-z_1')^2=c^2(t_2-t_1)^2-(x_2-x_1)^2-(y_2-y_1)^2-(z_2-z_1)^2 }[/math]

Using a clever trick, we can simplify the above equation greatly. We will let the motion of the light wave be purely along the [math]\displaystyle{ x,x' }[/math] axis. Remember that we can set up our coordinate axes however is convenient for us when solving problems, so this trick is not requiring any further assumptions. If the light wave's motion is purely along the [math]\displaystyle{ x,x' }[/math] axis, then we can simplify the above equation to the following.

[math]\displaystyle{ c^2(t_2'-t_1')^2-(x_2'-x_1')^2=c^2(t_2-t_1)^2-(x_2-x_1)^2 }[/math]

We can further reduce our equation by letting the light wave start at the origin of both coordinate systems (i.e. [math]\displaystyle{ t_1=t_1'=0 }[/math] and [math]\displaystyle{ x_1=x_1'=0 }[/math]). Now we can rewrite the above equation as.

[math]\displaystyle{ c^2t'^2-x'^2=c^2t^2-x^2 }[/math]

The general solution solved for the moving reference frame to the above equation is

[math]\displaystyle{ x'=xcosh\alpha+ctsinh\alpha\;\;\;\;\;\;\;\;\;\;\; ct'=xsinh\alpha+ctcosh\alpha }[/math]

where [math]\displaystyle{ \alpha\in\mathbb{R} }[/math] (this is shown to be the general solution to the above equation later on). Our next step in deriving the Lorentz Transformation is to find expressions for [math]\displaystyle{ sinh\alpha }[/math] and [math]\displaystyle{ cosh\alpha }[/math]. This can be done by considering another thought experiment: consider tracking the origin of the stationary reference frame from the perspective of the moving reference frame. This simplifies the above general solution to the following.

[math]\displaystyle{ \begin{align}x'&=ctsinh\alpha\\ct'&=ctcosh\alpha\end{align} }[/math]

[math]\displaystyle{ \frac{x'}{ct'}=\frac{-v}{c}=tanh\alpha\;\;\;\; \Rightarrow \;\;\;\;sinh\alpha=\frac{-v/c}{\sqrt{1-v^2/c^2}} \;\;\;\; cosh\alpha=\frac{1}{\sqrt{1-v^2/c^2}} }[/math]

[math]\displaystyle{ x'=xcosh\alpha+ctsinh\alpha\;\; \Rightarrow \;\; x\frac{1}{\sqrt{1-v^2/c^2}}-ct\frac{v/c}{\sqrt{1-v^2/c^2}}=\frac{x-vt}{\sqrt{1-v^2/c^2}}=\gamma(x-vt) }[/math]

A Mathematical Model

What are the mathematical equations that allow us to model this topic. For example [math]\displaystyle{ {\frac{d\vec{p}}{dt}}_{system} = \vec{F}_{net} }[/math] where p is the momentum of the system and F is the net force from the surroundings.

A Computational Model

How do we visualize or predict using this topic. Consider embedding some vpython code here Teach hands-on with GlowScript

Examples

Be sure to show all steps in your solution and include diagrams whenever possible

Simple

Middling

Difficult

Connectedness

  1. How is this topic connected to something that you are interested in?
  2. How is it connected to your major?
  3. Is there an interesting industrial application?

History

The Lorentz Transformation was first derived not by Lorentz, but rather by Woldemar Voigt in a paper he published in 1897 (insert link). In this paper, Voigt took an alternative approach to the already derived Doppler Effect in which he postulated that the wave equation should take on the same form in both the stationary and moving reference frames (a postulate for which he gave no reason). This postulate is equivalent to stating that the propagation velocity of the wave must be invariant under transformations between reference frames that are moving with constant velocity relative to one another.

For reasons not known, Hendrik Antoon Lorentz appeared to be inspired by this transformation. He rederived it in his 1904 paper (insert link) in which he investigated the electrodynamics of moving bodies. The transformation was eventually named after Lorentz in 1906 by Jules Henri Poincaré.

See also

Are there related topics or categories in this wiki resource for the curious reader to explore? How does this topic fit into that context?

Further reading

Books, Articles or other print media on this topic

External links

Internet resources on this topic

References

This section contains the the references you used while writing this page