How can Lorentz transforms be inverted?

  • I
  • Thread starter john t
  • Start date
  • Tags
    Lorentz
In summary: It is best to consult a book on matrix theory or consult someone more experienced with matrix algebra.
  • #1
john t
33
3
TL;DR Summary
algebra for inverting lorentz transforms?

John
How are the Lorentz transforms inverted from x' = gamma(x -vt) and t' =gamma(t - vx/c^2)
to the equations x =gamma(x'+vt') and t = gamma(t'+ vx'/c^2) ? The closest explanation I have seen on line is to change the non-primes to primes and reverse the direction of v). But what is the algebra? I have tried and failed to do the inversion by solving for t in the 2nd eqn above and plugging into the 1st eqn.

John
 
Last edited by a moderator:
Physics news on Phys.org
  • #2
All you need to do is write the Lorentz gamma factors explicitly as ##\gamma=1/\sqrt{1-v^2/c^2}## and then it's just a pair of simultaneous equations.

Post your working so far and we can see where you went wrong. You can write maths with LaTeX - see the guide linked below the reply box.
 
  • #3
john t said:
Summary:: algebra for inverting lorentz transforms?

John

How are the Lorentz transforms inverted from x' = gamma(x -vt) and t' =gamma(t - vx/c^2)
to the equations x =gamma(x'+vt') and t = gamma(t'+ vx'/c^2) ? The closest explanation I have seen on line is to change the non-primes to primes and reverse the direction of v). But what is the algebra? I have tried and failed to do the inversion by solving for t in the 2nd eqn above and plugging into the 1st eqn.

John

It should work out however you do it, of course, but perhaps a good way is to start with:
$$\gamma(x' + vt')$$
And show that this is equal to ##x##, using the LT for ##x'## and ##t'##.
 
Last edited by a moderator:
  • Like
Likes Ibix
  • #4
Ibix said:
All you need to do is write the Lorentz gamma factors explicitly as ##\gamma=1/\sqrt{1-v^2/c^2}## and then it's just a pair of simultaneous equations.

Post your working so far and we can see where you went wrong. You can write maths with LaTeX - see the guide linked below the reply box.
Thanks, but LaTex is not working as its instructions say, and I downloading of mactex was disallowed on my mac. Could I put my work in a word document using MathType for eqns and paste the doc in reply. I have severe glaucoma and have trouble sorting these things out on my mac.
 
  • #5
I can't help you if you type in Word, since I've nothing on my phone that can display it. Others may be able to help.

You don't need to download anything to use LaTeX here. Do you see the mathematical expressions PeroK and I have typed? If so, just type ##1/\sqrt{1-v^2/c^2}## and hit the Preview button. You should get a version of your post that includes the expression ##1/\sqrt{1-v^2/c^2}##.
 
  • #6
Ibix said:
I can't help you if you type in Word, since I've nothing on my phone that can display it. Others may be able to help.

You don't need to download anything to use LaTeX here. Do you see the mathematical expressions PeroK and I have typed? If so, just type ##1/\sqrt{1-v^2/c^2}## and hit the Preview button. You should get a version of your post that includes the expression ##1/\sqrt{1-v^2/c^2}##.
I attached my efforts as a pdf of my work in the mac program called Notes. At the top I show the transforms giving x' and t' on the left (the derivations of whch I understand) and the desired inversions on the right. Under the line on the left I show my work, which then shifts over to the right to end in a confused mess.
 

Attachments

  • LT inv.pdf
    194.7 KB · Views: 153
  • #7
Do you know how to solve simultaneous equations? If not, I'd suggest looking that up. What you are doing is moving in the right direction but you've failed to eliminate x' between the two equations.
 
  • Like
Likes vanhees71
  • #8
john t said:
LaTex is not working as its instructions say

How so? Feel free to PM me to avoid cluttering up this thread. If there are issues with the LaTeX handling or with the help instructions we want to know about them.
 
  • #9
Ibix said:
Do you know how to solve simultaneous equations? If not, I'd suggest looking that up. What you are doing is moving in the right direction but you've failed to eliminate x' between the two equations.
Thanks Ibix. Yes I know how to solve simultaneous equations, but I am still having difficulty. What 2 equations do you refer to? The original 2 equations do not both have x' in them, so I cannot see how one eliminates it. I guess the common-sense answer to my question is to consider that neither reference frame is preferred, so the inverted equations must have the same form, except for the direction of the velocity. But it would be satisfying to get the algebraic proof.
 
  • #10
Well, you simply invert the matrix. You can do this by brute force. We have (setting ##c=1## for convenience)
$$\begin{pmatrix}t' \\ x' \end{pmatrix}=\begin{pmatrix} \gamma & -\gamma v \\ -\gamma v &\gamma \end{pmatrix} \begin{pmatrix} t \\ x \end{pmatrix}.$$
In short-hand notation: ##\hat{x}'=\hat{\Lambda} \hat{x}##. You can invert the matrix ##\hat{\Lambda}## in any of the known brute-force ways. Here I'd say for a ##2 \times 2## matrix, the most simple way is in terms of determinants,
$$\hat{\Lambda}^{-1} = \frac{1}{\mathrm{det} \hat{\Lambda}} \begin{pmatrix} \gamma & \gamma v \\ \gamma v & \gamma \end{pmatrix}=\begin{pmatrix} \gamma & \gamma v \\ \gamma v & \gamma \end{pmatrix}.$$
A more clever way is to remember that Lorentz transformations leave the Minkowski product invariant and that thus
$$\hat{\Lambda}^{-1} = \hat{\eta} \hat{\Lambda}^{\text{T}} \hat{\eta},$$
where ##\hat{\eta}=\mathrm{diag}(1,-1)## are the components of the Minkowski pseudometric and the T at the matrix indicates the transpose (which is irrelevant here since pure boosts are represented by symmetric matrices).

The result is also very easy to understand: If the inertial frame ##\Sigma'## moves with velocity ##v## in ##x## direction wrt. ##\Sigma## and thus ##\Sigma## moves with ##-v## with respect to ##\Sigma'##. Thus the inverse transformation must also be a Lorentz transformation but just the one where ##v## is substituted by ##-v##.

One should, however, note that this is not really "obvious" (we are only used to it from Newtonian physics!): It's an implication of the full symmetry group, including also isotropy of space in addition to the equivalence of all inertial frames (the special principle of relativity).
 
  • #11
john t said:
The original 2 equations do not both have x' in them, so I cannot see how one eliminates it.
Apologies - that was a typo. Start with the forward transforms and either eliminate x to solve for t or eliminate t to solve for x.
 
  • Like
Likes vanhees71
  • #12
vanhees71 said:
Well, you simply invert the matrix. You can do this by brute force. We have (setting ##c=1## for convenience)
$$\begin{pmatrix}t' \\ x' \end{pmatrix}=\begin{pmatrix} \gamma & -\gamma v \\ -\gamma v &\gamma \end{pmatrix} \begin{pmatrix} t \\ x \end{pmatrix}.$$
In short-hand notation: ##\hat{x}'=\hat{\Lambda} \hat{x}##. You can invert the matrix ##\hat{\Lambda}## in any of the known brute-force ways. Here I'd say for a ##2 \times 2## matrix, the most simple way is in terms of determinants,
$$\hat{\Lambda}^{-1} = \frac{1}{\mathrm{det} \hat{\Lambda}} \begin{pmatrix} \gamma & \gamma v \\ \gamma v & \gamma \end{pmatrix}=\begin{pmatrix} \gamma & \gamma v \\ \gamma v & \gamma \end{pmatrix}.$$
A more clever way is to remember that Lorentz transformations leave the Minkowski product invariant and that thus
$$\hat{\Lambda}^{-1} = \hat{\eta} \hat{\Lambda}^{\text{T}} \hat{\eta},$$
where ##\hat{\eta}=\mathrm{diag}(1,-1)## are the components of the Minkowski pseudometric and the T at the matrix indicates the transpose (which is irrelevant here since pure boosts are represented by symmetric matrices).

The result is also very easy to understand: If the inertial frame ##\Sigma'## moves with velocity ##v## in ##x## direction wrt. ##\Sigma## and thus ##\Sigma## moves with ##-v## with respect to ##\Sigma'##. Thus the inverse transformation must also be a Lorentz transformation but just the one where ##v## is substituted by ##-v##.

One should, however, note that this is not really "obvious" (we are only used to it from Newtonian physics!): It's an implication of the full symmetry group, including also isotropy of space in addition to the equivalence of all inertial frames (the special principle of relativity).
Thank you very much vanhees71. The matrix inversion will do it.
 
  • #13
john t said:
Thank you very much vanhees71. The matrix inversion will do it.
For the record, the algebra goes like this
$$\gamma[x' + vt'] = \gamma[\gamma(x - vt) + v\gamma(t - vx/c^2)] = \gamma^2[(1- v^2/c^2)x -vt + vt] = x$$
And similary for ##t##.
 
  • Like
Likes vanhees71
  • #14
Following up on @PeroK's post,
for the record, here's the rapidity version [where ##v=\tanh\theta## and ##\gamma=\cosh\theta##]
(to show the analogy to Euclidean trigonometry).
[I'll absorb the ##c##'s.]

vanhees71 said:
$$\begin{pmatrix}t' \\ x' \end{pmatrix}=\begin{pmatrix} \gamma & -\gamma v \\ -\gamma v &\gamma \end{pmatrix} \begin{pmatrix} t \\ x \end{pmatrix}.$$
...
$$
\hat{\Lambda}^{-1} = \frac{1}{\mathrm{det} \hat{\Lambda}} \begin{pmatrix} \gamma & \gamma v \\ \gamma v & \gamma \end{pmatrix}=\begin{pmatrix} \gamma & \gamma v \\ \gamma v & \gamma \end{pmatrix}.
$$
is
$$
\begin{align*}
\begin{pmatrix}t' \\ x' \end{pmatrix}
\
&=\begin{pmatrix} \cosh\theta & -\cosh\theta \tanh\theta \\ -\cosh\theta \tanh\theta &\cosh\theta \end{pmatrix} \begin{pmatrix} t \\ x \end{pmatrix}\\
&=\begin{pmatrix} \cosh\theta & -\sinh\theta \\ -\sinh\theta &\cosh\theta \end{pmatrix} \begin{pmatrix} t \\ x \end{pmatrix}.
\end{align*}
$$
and
$$
\hat{\Lambda}^{-1} =
\begin{pmatrix} \cosh\theta & \sinh\theta \\ \sinh\theta &\cosh\theta \end{pmatrix},
$$
which could be interpreted as saying the inverse boost (in one spatial dimension) is using ##-\theta## for ##\theta##, analogous to a Euclidean rotation in the plane.
PeroK said:
$$\gamma[x' + vt'] = \gamma[\gamma(x - vt) + v\gamma(t - vx/c^2)] = \gamma^2[(1- v^2/c^2)x -vt + vt] = x$$
is
$$\cosh\theta[x' + \tanh\theta\ t'] = \cosh\theta[\cosh\theta(x - \tanh\theta\ t) + \tanh\theta \cosh\theta(t - \tanh\theta\ x)] = \cosh^2\theta[(1- \tanh^2\theta)x -\tanh\theta\ t + \tanh\theta\ t] = x$$
since ##\gamma^2(1-(v/c)^2) \ =\ \cosh^2\theta(1-\tanh^2\theta) \ =\ \cosh^2\theta-\sinh^2\theta \ =\ 1##.

Actually, it might be better to write
$$\begin{align*}
\cosh\theta[x' + \tanh\theta\ t']
&=
\cosh\theta\ x' + \sinh\theta\ t'\\
&=
\cosh\theta (\cosh\theta\ x - \sinh\theta\ t) + \sinh\theta(\cosh\theta\ t - \sinh\theta\ x)\\
&=
(\cosh\theta^2-\sinh^2\theta)x +( -\cosh\theta \sinh\theta + \sinh\theta\cosh\theta) t\\
&=
(1 )x +( 0 ) t\\
&=x
\end{align*}
$$
 
Last edited:
  • Like
Likes vanhees71 and SiennaTheGr8

1. What is an invert lorentz transform?

An invert lorentz transform is a mathematical operation that converts coordinates and velocities between reference frames in special relativity. It is the inverse of a lorentz transform, which is used to transform coordinates and velocities from one reference frame to another.

2. How is an invert lorentz transform different from a regular lorentz transform?

An invert lorentz transform is the inverse of a lorentz transform. This means that it undoes the effects of a lorentz transform, whereas a regular lorentz transform applies the effects of a change in reference frames. In other words, an invert lorentz transform converts coordinates and velocities from one reference frame back to their original values, while a regular lorentz transform converts them to values in a different reference frame.

3. What is the formula for an invert lorentz transform?

The formula for an invert lorentz transform is:
x' = γ(x - vt)
t' = γ(t - vx/c^2)
where γ is the Lorentz factor, x and t are the coordinates in the original reference frame, x' and t' are the coordinates in the new reference frame, v is the relative velocity between the two frames, and c is the speed of light.

4. What is the purpose of using an invert lorentz transform?

An invert lorentz transform is used to convert coordinates and velocities between reference frames in special relativity. It allows scientists to understand how measurements and observations made in one reference frame would appear in another reference frame. This is important in understanding the effects of time dilation and length contraction as predicted by special relativity.

5. Are there any real-world applications for invert lorentz transforms?

Yes, there are several real-world applications for invert lorentz transforms. One example is in particle accelerators, where scientists use lorentz transforms to calculate the energy and trajectory of particles moving at relativistic speeds. Another example is in GPS technology, where lorentz transforms are used to account for the effects of time dilation on the satellites' clocks, which are moving at high speeds relative to Earth.

Similar threads

  • Special and General Relativity
2
Replies
54
Views
1K
  • Special and General Relativity
3
Replies
101
Views
3K
  • Special and General Relativity
Replies
10
Views
598
  • Special and General Relativity
Replies
24
Views
2K
  • Special and General Relativity
Replies
22
Views
1K
  • Special and General Relativity
Replies
6
Views
951
  • Special and General Relativity
Replies
14
Views
778
  • Special and General Relativity
Replies
6
Views
1K
  • Special and General Relativity
Replies
16
Views
1K
  • Special and General Relativity
Replies
20
Views
1K
Back
Top