Findin the four-velocity of a given world line

  • Thread starter Thread starter Raziel2701
  • Start date Start date
  • Tags Tags
    Line
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
2 replies · 3K views
Raziel2701
Messages
128
Reaction score
0

Homework Statement


I want to find the four-velocity of an observer moving on a curve x=2t for t>1 in the line element:

[tex]ds^2=-x^2dt^2 +dx^2[/tex]

Homework Equations



[tex]d\tau^2=-ds^2[/tex]

[tex]u^t=\frac{dt}{d\tau}[/tex]

[tex]u^x=\frac{dx}{d\tau}[/tex]

[tex]u\cdot u=-1[/tex]

The Attempt at a Solution



I get the following things:

dx=2dt

[tex]d\tau^2=4t^2dt^2 -4dt^2[/tex]

I think that usually we'd like to express t in terms of tau to have everything in terms of tau and be able to compute the components of the four-velocity. I have been looking to learn this by example but so far it seems that once you get dtau equal to some ugly-looking stuff in my case, you integrate to get tau and t, then solve for t, plug that value into everything you see a t in and then follow those two formulas for the t and x components of the velocity.

Unless I'm plugging things wrong, I get the following nasty integral:

[tex]\int d\tau = 2\int dt\sqrt{t^2 -1}[/tex]

Suffice it to say that I can't solve for t in terms of tau because the solution to that integral is a tangled mess.

So I did the following, I calculated the t and x components of the four velocity by just plugging in what dtau, dx and dt were.

I got:

u-x=1/sqrt(t^2 -1)

u-t=1/2sqrt(t^2 -1)

In any case these are wrong because their dot product is not -1. After this I did a lot of things in desperation such as parametrizing the world line as well some rather shady things by setting t=0 in some convenient places in the expression for dtau but no luck.

So obviously I'm missing something, and I've run out of ideas for now as I've done and redone the book's example and it seems to boil down to the fact that my world line should perhaps be broken down into something else, a different parametrization perhaps?
 
Physics news on Phys.org
Raziel2701 said:
u-x=1/sqrt(t^2 -1)

u-t=1/2sqrt(t^2 -1)

In any case these are wrong because their dot product is not -1. After this I did a lot of things in desperation such as parametrizing the world line as well some rather shady things by setting t=0 in some convenient places in the expression for dtau but no luck.

Assuming you mean [tex]u^x,u^t[/tex] above, you can certainly show that [tex]u\cdot u=-1[/tex] in the given metric.

I don't think that you're meant to invert the solution for [tex]\tau[/tex]. It's probably enough to express [tex]x=2t[/tex] in terms of [tex]x^\mu(\lambda)[/tex], where [tex]\lambda[/tex] is an affine parameter. You can then express [tex]u^\mu[/tex] in terms of this parameter or in terms of [tex]t[/tex] as you have above.
 
So when the metric changes, so would the dot product calculation. I did not know that until today. Thank you very much. :)