Meaning and derivation of 4-vector

  • Context: Graduate 
  • Thread starter Thread starter simoncks
  • Start date Start date
  • Tags Tags
    4-vector Derivation
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
5 replies · 2K views
simoncks
Messages
29
Reaction score
0
Meaning of ct in Lorentz transformation -
In Lorentz transformation matrix, the first column is defined as - ct, not t itself. Is it because ct satisfies the units of x, y, z? Or, simpler Lorentz transformation matrix will be derived? The idea of 'ct', instead of t, is quite abstract for me. Not sure whether it is conceptually correct to consider ct as -
a meter of x*(0) corresponds to the time it takes light to travel 1 meter in vacuum.

Derivation and use of 4-vector scalar product -
Why is the scalar product defined in such way, where square of 'ct' has a minus sign? How to prove its invariant property for any inertial frame? Already in a big mystery...
How about the momentum 4-vector? What does p0 in the first row mean?

Thanks a lot.
 
Last edited:
Physics news on Phys.org
A meter along the [itex]ct[/itex] axis corresponds to the time it takes for light to travel one meter, yes.

There are only a few geometries that have an invariant speed and obey a relativity principle. The geometry where [itex](ct)^2[/itex] picks up a minus sign happens to be the best candidate for modeling our world.

The 0th component of the four-momentum is the energy (divided by [itex]c[/itex]).
 
simoncks said:
Meaning of ct in Lorentz transformation -
In Lorentz transformation matrix, the first vector is defined as - ct, not t itself.

Relativists typically work in units where c=1, so the distinction between t and ct is irrelevant.

I assume you mean the first component of the vector, rather than the first vector?

It's not true generically that the 0th component of the position vector has that minus sign. Are you working in a context where covariant and contravariant vectors like xk and xk are defined? Or are you talking about old-fashioned treatments where the timelike component is ict (not -ct)?
 
There are only a few geometries that have an invariant speed and obey a relativity principle. The geometry where (ct)2 picks up a minus sign happens to be the best candidate for modeling our world.
Isn't the velocity of an object varying in different inertial frames? Can you explain further about why this geometry is the best candidate? It is quite abstract...

The 0th component of the four-momentum is the energy (divided by c).
Is there indeed a reason why 0th component is E/c? Or, it is simply defined in such way?

I assume you mean the first component of the vector, rather than the first vector?
Yes. Sorry, to be confusing.

It's not true generically that the 0th component of the position vector has that minus sign. Are you working in a context where covariant and contravariant vectors like xk and xk are defined? Or are you talking about old-fashioned treatments where the timelike component is ict (not -ct)?
I am working in covariant and contravariant vectors, but what confuse me is the scalar product. For 3-vector, the scalar product is x2+y2+z2. The 4-vector one is rather different -
-(ct)2+x2+y2+z2
It is a problem why the scalar product is defined such an 'abnormal' way, with a minus sign.
 
Last edited:
simoncks said:
I am working in covariant and contravariant vectors, but what confuse me is the scalar product. For 3-vector, the scalar product is x2+y2+z2. The 4-vector one is rather different -
-(ct)2+x2+y2+z2
It is a problem why the scalar product is defined such an 'abnormal' way, with a minus sign.

Does this help?

For a 3-vector, it's x2+y2+z2 that is the same for all observers, i.e., regardless of how you rotate the x, y, and z axes.

For a 4-vector, it's easiest to think in just one spacelike dimension and one timelike one, so we have only t and x. Then the Lorentz transformation looks like figure k here: http://www.lightandmatter.com/html_books/lm/ch23/ch23.html . What stays the same for all observers is -t2+x2 (in units with c=1). This is because the Lorentz transformation doesn't change the diagonal line x=t, which represents motion at the speed of light.
 
Last edited by a moderator:
Thanks for your help. The link gives a really clear explanation.