Invariance of spacetime interval

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
10 replies · 6K views
motoroller
Messages
29
Reaction score
0
I've tried proving the invariance of the spacetime interval from Lorentz transformations 3 times now, but every time I end up with two extra terms that don't cancel! Could I have some help?
 
Physics news on Phys.org
haushofer said:
I'm trying to visualize your calculations via my paranormal abilities, but somehow I fail.


My LaTeX isn't so good, but substituting:

[tex]x'=\gamma(x+vt)[/tex]
[tex]t'=\gamma(t+\frac{vx}{c^2})[/tex]

into
[tex](x')^2+(y')^2+(z')^2-c^2(t')^2[/tex]

trying to get
[tex]x^2+y^2+z^2-c^2t^2[/tex]

i.e. invariant interval
 
Yes you told us that in your first post in words. What you need to show us is your entire calculation, otherwise we cannot possibly know where you went wrong or what these 'extra' terms are.

Hint: It will become a lot more obvious if you work in units where c=1.
 
Last edited:
motoroller said:
My LaTeX isn't so good, but substituting:

[tex]x'=\gamma(x+vt)[/tex]
[tex]t'=\gamma(t+\frac{vx}{c^2})[/tex]

into
[tex](x')^2+(y')^2+(z')^2-c^2(t')^2[/tex]

trying to get
[tex]x^2+y^2+z^2-c^2t^2[/tex]

i.e. invariant interval

Ok, we try to show that

[tex] ds^2 = dx^2 - dt^2 = dx'^2 - dt'^2[/tex]

With your transformation rules, write down

[tex] dt' = \frac{\partial t'}{\partial x}dx + \frac{\partial t'}{\partial t}dt[/tex]

and a same expression for dx'. Now calculate the interval ds^2 in these primed coordinates. The cross terms cancel because of the minus sign in the interval, and you can check that

[tex] \gamma^2 v^2 - \gamma^2 = 1[/tex]

This should give that

[tex] ds^2 = ds'^2[/tex]


That's all there is :)
 
haushofer said:
Did you manage to do the calculation?

Yes - thanks, it was the [tex](1-\beta^2)[/tex] factor I was missing when re-arranging
 
Try this - straight from the Lorentz transformation equations:

x' = [tex]\gamma[/tex](x - vt) and x = [tex]\gamma[/tex](x' + vt')

x'/x = (x - vt)/(x' + vt') or x2 - xvt = x'2 - x'vt'
----------------------------------------------------------------------
t' = [tex]\gamma[/tex](t - xv/c2) and t = [tex]\gamma[/tex](t' + x'v/c2)

t'/t = (t - xv/c2)/(t' - x'v/c2) or t2 - xvt/c2 = t'2 + x'vt'/c2.

mulitply this last equation by c2: c2t2 - xvt = c2t'2 + x'vt'

now subtract this last equation from the above equation above the dotted line and you get:

x2 - c2t2 = x'2 - c2t'2

or, the other way:

c2t2 - x2 = c2t'2 - x'2

This establishes the hyperbolic relationship between time and distance. Again, this is the space interval or time interval (depending on which is positive).

This is as simple an algebraic derivation of this that you can get.
 
All of these things get easier when you're used to working with matrices. We want to prove that [itex](x-y)^T\eta(x-y)[/itex] is invariant, i.e. that it's equal to [itex](\Lambda(x-y))^T\eta\Lambda(x-y)[/itex]. So we stare at it for two seconds and realize that the equality follows immediately from the definition of a Lorentz transformation and a trivial fact about the transpose of a product.

I have said before that I think you can learn SR and matrices in less time than you can learn just SR, and I still think that's right.
 
Fredrik said:
All of these things get easier when you're used to working with matrices. We want to prove that [itex](x-y)^T\eta(x-y)[/itex] is invariant, i.e. that it's equal to [itex](\Lambda(x-y))^T\eta\Lambda(x-y)[/itex]. So we stare at it for two seconds and realize that the equality follows immediately from the definition of a Lorentz transformation and a trivial fact about the transpose of a product.

I have said before that I think you can learn SR and matrices in less time than you can learn just SR, and I still think that's right.

True, but this requires the acquisition of a working knowledge of matrix algebra. I did learn a lot of that years ago but have lost my working knowledge of this long ago and have no current knowledge of matrix operations. Thus, using the basic algebra is a little simpler for me. To wit, I don't even know what [itex](\Lambda(x-y))^T\eta\Lambda(x-y)[/itex] means yet I can still derive the basic hyperbolic relationship between t and x without it.

Of course in more complex matters, one must use the matrix notation and operations to get somewhere.