Time elapsed along an accelerated world line

  • Context: Graduate 
  • Thread starter Thread starter PWiz
  • Start date Start date
  • Tags Tags
    Line Time
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
9 replies · 1K views
PWiz
Messages
695
Reaction score
117
Since an accelerated frame is at rest in some inertial frame (MCRF) only at at a particular instance, I clearly have to use integration to calculate the total proper time elapsed for the accelerated frame. If I take an infinitesimally small spacetime interval along an arbitrary timelike path, then ##dτ^2=dt^2-dx^2-dy^2-dz^2=(1-\frac {dx^2} {dt^2} -\frac {dy^2} {dt^2} - \frac {dz^2} {dt^2})## ##dt^2##.
Now my main question is how to parametrize this is terms of another variable ##θ##. If I apply the chain rule on the equation above, then
##dτ = \sqrt{\frac {dt^2-dx^2-dy^2-dz^2}{dθ^2}}## ##dθ## (note: I'm not using polar coordinates here). I'm a little unsure here: can I write the numerator as ##-η_{μν} x_μ x_ν##?
If yes, then does the equation become $$τ = \int \sqrt{-η_{μν} \frac{dx_μ dx_ν}{dθ^2}} dθ$$ ?
EDIT: I'd accidentally written the numerator in the expression as $$x_μ x_ν$$ and forgotten to add the ##d## part.
 
Last edited:
Physics news on Phys.org
Aaargh, I missed the ##d##, sorry I meant $$τ = \int \sqrt{-η_{μν}\frac{dx_μ dx_ν}{dθ^2}} dθ$$. So this is correct?
 
Alright thanks. So the correct way to write it is $$τ = \int \sqrt{-η_{μν} \frac{dx^μ}{dθ} \frac{dx^ν}{dθ}} dθ$$?
 
Yes, I'm using the Minkowski signature. I actually wanted to write down the matrix for complete clarity, but I'm not able to do it with Latex (I tried reading the guide as well). Can you please post it so that I can take a look at the code?
 
You mean
[tex] τ = \int \sqrt{ - <br /> \begin{bmatrix}\dot t & \dot x & \dot y & \dot z\end{bmatrix}<br /> \begin{bmatrix}<br /> -1 & 0 & 0 & 0 \\<br /> 0 & 1 & 0 & 0 \\<br /> 0 & 0 & 1 & 0 \\<br /> 0 & 0 & 0 & 1 \\<br /> \end{bmatrix}<br /> \begin{bmatrix}\dot t \\ \dot x \\ \dot y \\ \dot z\end{bmatrix}<br /> } \, d\theta[/tex]where
[tex] \dot t = \frac{dt}{d\theta}[/tex]etc? (In units where c = 1).