Lorentz boost matrix in terms of four-velocity

Click For Summary

Discussion Overview

The discussion revolves around the representation of the Lorentz boost matrix in terms of four-velocity. Participants explore how to derive the components of the Lorentz boost matrix using the four-velocity U, as well as the implications of expressing Lorentz transformations in various forms. The scope includes theoretical aspects of special relativity and mathematical representations of transformations.

Discussion Character

  • Exploratory
  • Technical explanation
  • Mathematical reasoning
  • Debate/contested

Main Points Raised

  • One participant describes the relationship between a 4-vector in one reference frame and another using the Lorentz boost matrix, questioning how to express the components of this matrix solely in terms of four-velocity U.
  • Another participant notes that the Lorentz boost matrix is not a 4-tensor due to its reference frame dependence, supporting the format presented by Wikipedia.
  • Several references to literature are provided, suggesting further reading on covariant expressions for Lorentz transformations.
  • A participant outlines a method to express the Lorentz transformation in vector form, detailing steps to derive a covariant expression that relates initial and final 4-velocities.
  • Another participant expresses a desire to share their own derivation of a dyadic relationship for the transformation but hesitates due to their self-identified novice status in special relativity.
  • A participant questions whether the Lorentz boost matrix can be expressed in a specific form involving the outer product of the four-velocity, indicating a potential relationship to the previously mentioned dyadic form.
  • Responses indicate that the proposed form may not capture all components of the transformation, suggesting complexity beyond the initial proposal.

Areas of Agreement / Disagreement

Participants express differing views on the representation of the Lorentz boost matrix and its components. There is no consensus on how to derive the matrix solely in terms of four-velocity, and multiple approaches and interpretations are presented.

Contextual Notes

Some participants highlight the need for clarity regarding the definitions of terms like four-velocity and the conditions under which the Lorentz transformations apply. There are unresolved mathematical steps in deriving the matrix components, and assumptions about the reference frames are implicit in the discussion.

CarlosMarti12
Messages
7
Reaction score
0
As I understand it, the value of a 4-vector x in another reference frame (x') with the same orientation can be derived using the Lorentz boost matrix \bf{\lambda} by x'=\lambda x. More explicitly,
$$\begin{bmatrix}
x'_0\\
x'_1\\
x'_2\\
x'_3\\
\end{bmatrix}
=
\begin{bmatrix}
\lambda_{00}&\lambda_{01}&\lambda_{02}&\lambda_{03}\\
\lambda_{10}&\lambda_{11}&\lambda_{12}&\lambda_{13}\\
\lambda_{20}&\lambda_{21}&\lambda_{22}&\lambda_{23}\\
\lambda_{30}&\lambda_{31}&\lambda_{32}&\lambda_{33}\\
\end{bmatrix}
\begin{bmatrix}
x_0\\
x_1\\
x_2\\
x_3\\
\end{bmatrix}
$$
I have seen examples of these components written in terms of \beta and \gamma, which are defined as
$$\beta=\frac{v}{c}$$
$$\gamma=\frac{1}{\sqrt{1-\beta\cdot\beta}}$$
where v is the 3-velocity and c is the speed of light. My question is this: How can the components of \lambda be written in terms of the 4-velocity U alone?

I know that U_0=\gamma c and U_i=\gamma v_i=\gamma c\beta_i for i\in\{1,2,3\}, but I'm having trouble deriving the components for \lambda using the matrices based on \beta and \gamma. An example of one of these matrices can be found at Wikipedia. How can I rewrite this matrix in terms of U alone?
 
Physics news on Phys.org
Keep in mind that the matrix λ is not a 4-tensor because one of its indexes is in one reference frame while the other index is in a different reference frame. Because of that Wikipedia's format is the correct one.
 
Last edited:
Possibly interesting reading:

Fahnline "A covariant four‐dimensional expression for Lorentz transformations"
http://scitation.aip.org/content/aapt/journal/ajp/50/9/10.1119/1.12748

Fahnline "Manifestly covariant, coordinate‐free dyadic expression for planar homogeneous Lorentz transformations"
http://scitation.aip.org/content/aip/journal/jmp/24/5/10.1063/1.525833

Celakoska "On Isometry Links between 4-Vectors of Velocity"
http://www.emis.de/journals/NSJOM/Papers/38_3/NSJOM_38_3_165_172.pdf
 
Expressing the Lorentz transformation in vector form is easy as pie. Suppose the initial 4-velocity is u, the final 4-velocity is v. There are many Lorentz transformations that take u into v, but one that's preferred is a simple boost in the u - v plane. This transformation can be written down in a completely covariant form, depending only on u and v, in four steps:

1) The usual Lorentz boost along the z-axis is
\Lambda = \left(\begin{array}{cc}\gamma&\beta \gamma\\\beta \gamma&\gamma\end{array}\right)
2) The Lorentz boost in an arbitrary direction (quoted in several previous threads) can be written in 3-d form:
\Lambda = \left(\begin{array}{cc}\gamma&\beta \gamma \hat{v}\\\beta \gamma \hat{v}&I + (\gamma - 1)\hat{v} \hat{v}\end{array}\right)
where \hat{v} is the unit 3-vector in the direction of the boost.

3) Write this \Lambda in dyadic form:
\Lambda = I + (\gamma - 1)(uu + \hat{v}\hat{v}) + \beta \gamma(u\hat{v} + \hat{v}u)
4) Replace the unit 3-vector \hat{v} by the 4-vector v:
\hat{v} = (\beta \gamma)^{-1}(v - \gamma u)
Answer:
\Lambda = I - 2 uu + (\gamma + 1)^{-1}(uu + vv + uv + vu)
Here \gamma encodes the relative velocity between u and v: \gamma = u \cdot v. As a check, note that the transformation does take u into v:
\Lambda \cdot u = v
 
Bill_K said:
Expressing the Lorentz transformation in vector form is easy as pie. Suppose the initial 4-velocity is u, the final 4-velocity is v. There are many Lorentz transformations that take u into v, but one that's preferred is a simple boost in the u - v plane. This transformation can be written down in a completely covariant form, depending only on u and v, in four steps:

1) The usual Lorentz boost along the z-axis is
\Lambda = \left(\begin{array}{cc}\gamma&\beta \gamma\\\beta \gamma&\gamma\end{array}\right)
2) The Lorentz boost in an arbitrary direction (quoted in several previous threads) can be written in 3-d form:
\Lambda = \left(\begin{array}{cc}\gamma&\beta \gamma \hat{v}\\\beta \gamma \hat{v}&I + (\gamma - 1)\hat{v} \hat{v}\end{array}\right)
where \hat{v} is the unit 3-vector in the direction of the boost.

3) Write this \Lambda in dyadic form:
\Lambda = I + (\gamma - 1)(uu + \hat{v}\hat{v}) + \beta \gamma(u\hat{v} + \hat{v}u)
4) Replace the unit 3-vector \hat{v} by the 4-vector v:
\hat{v} = (\beta \gamma)^{-1}(v - \gamma u)
Answer:
\Lambda = I - 2 uu + (\gamma + 1)^{-1}(uu + vv + uv + vu)
Here \gamma encodes the relative velocity between u and v: \gamma = u \cdot v. As a check, note that the transformation does take u into v:
\Lambda \cdot u = v
Hi Bill_K.

A couple of years ago, I derived a dyadic relationship for the transformation very similar to this one that I think might be of interest to you. But, I'm reluctant to present it on PF because of my rather novice status with respect to SR. I wanted to send you a private message, but apparently, this is not possible. I've written up my derivation in a Word Document. If you are interested, is there a way of sending the document to you. Please feel free to respond in a private message.

Chet
 
Bill_K said:
Answer:
\Lambda = I - 2 uu + (\gamma + 1)^{-1}(uu + vv + uv + vu)

CarlosMarti12 said:
Could the matrix be written in the form I+\frac{UU^T}{U_0+c}, including time components?
Carlos, What you have corresponds to the one term, ##(\gamma + 1)^{-1}vv##. As you can see, there's more to it than that!
 

Similar threads

  • · Replies 1 ·
Replies
1
Views
1K
Replies
3
Views
2K
  • · Replies 30 ·
2
Replies
30
Views
7K
  • · Replies 89 ·
3
Replies
89
Views
15K
  • · Replies 8 ·
Replies
8
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 4 ·
Replies
4
Views
5K
  • · Replies 2 ·
Replies
2
Views
4K
Replies
3
Views
2K
  • · Replies 33 ·
2
Replies
33
Views
3K