Difficulty with derivatives using the Lorentz transformations

Click For Summary

Discussion Overview

The discussion revolves around the transformation of acceleration between two inertial frames, S and S', using the Lorentz transformations. Participants explore how to express the acceleration in one frame in terms of the acceleration measured in the other frame, focusing on the mathematical relationships derived from the transformations.

Discussion Character

  • Technical explanation
  • Mathematical reasoning
  • Debate/contested

Main Points Raised

  • One participant seeks guidance on expressing acceleration in frame S' in terms of frame S, using the Lorentz transformations for position and time.
  • Another participant suggests using the velocity transformation and notes that the acceleration transformation follows similarly.
  • A participant derives a relation for velocity, $$u' = \frac{u - v}{1- uv}$$, and considers its implications.
  • There is a discussion about the correct expression for the second derivative of position with respect to time in both frames, leading to a proposed relationship involving the gamma factor and velocity.
  • One participant questions the correctness of the order of acceleration terms in their derived equations, prompting a correction from another participant.
  • Another participant raises a question about the derivative of the gamma factor with respect to time, indicating a potential misunderstanding regarding its role in the context of acceleration.

Areas of Agreement / Disagreement

Participants express differing views on the correct formulation of the acceleration transformation, with some corrections and clarifications made throughout the discussion. No consensus is reached on a final expression, and the discussion remains unresolved regarding the implications of the gamma factor in the context of acceleration.

Contextual Notes

Limitations include the potential misunderstanding of the role of the gamma factor in acceleration transformations and the need for clarity on the relationships between the derivatives involved.

etotheipi
Two frames measure the position of a particle as a function of time: S in terms of x and t and S', moving at constant speed v, in terms of x' and t'. The acceleration as measured in frame S is $$ \frac{d^{2}x}{dt^{2}} $$ and that measured in frame S' is $$ \frac{d^{2}x'}{dt'^{2}} $$My question is how can we write the expression for the acceleration in frame S' in terms of that measured in frame S, noting the two coordinate transformations $$x' = \gamma(x-vt)$$ and $$t' = \gamma(t-vx)$$ I have had a go at the first derivative

\begin{align}
\frac{dx'}{dt'} &= \gamma \frac{dx}{dt'} - \gamma v \frac{dt}{dt'} \\ &= \gamma \frac{dx}{dt}\frac{dt}{dt'} - \gamma v \frac{dt}{dt'}
\end{align}
I tried deriving the time transformation with respect to t
\begin{align}
t' &= \gamma t - \gamma xv
\\ \frac{dt'}{dt} &= \gamma - \gamma v \frac{dx}{dt}
\end{align}

so that $$\frac{dt}{dt'} = \frac{1}{\gamma - \gamma v \frac{dx}{dt}}$$ but substituting this in doesn't really help and even then I'm not sure how to handle the second derivative. The aim would be to have some relationship like $$ \frac{d^{2}x}{dt^{2}} = f(\frac{d^{2}x'}{dt'^{2}})$$ where $$f$$ is some function. I was wondering if anyone could give me some tips or guidance since I don't really know if I'm going about this the right way. Thanks a bunch.
 
Last edited by a moderator:
Physics news on Phys.org
I'm not sure why you got stuck. You are nearly there for the so called "velocity transformation".

Use equation (2) and what you have for ##dt/dt'##.

Note that ##dx/dt## is the velocity of the particle in frame S. Call this ##u## say. And ##u' = dx'/dt'##.

Finish this, then the acceleration transformation is just more of the same.
 
  • Like
Likes   Reactions: etotheipi
PeroK said:
I'm not sure why you got stuck. You are nearly there for the so called "velocity transformation".

Use equation (2) and what you have for ##dt/dt'##.

Note that ##dx/dt## is the velocity of the particle in frame S. Call this ##u## say. And ##u' = dx'/dt'##.

Finish this, then the acceleration transformation is just more of the same.

Thank you, substituting in I get the relation

$$u' = \frac{u - v}{1- uv}$$ so I'll go with that and see if it works!
 
  • Like
Likes   Reactions: PeroK
Note that what you are after is
$$
\frac{du'}{dt'}.
$$
Just as you expressed ##u' = dx'/dt'## using the chain rule, you can do the same for ##du'/dt'##. You have already computed ##dt/dt'## so that part should be no problem.
 
  • Like
Likes   Reactions: etotheipi
etotheipi said:
Thank you, substituting in I get the relation

$$u' = \frac{u - v}{1- uv}$$ so I'll go with that and see if it works!
A good test is to try ##u = 1## and check that ##u' =1##, for any ##v##.

This of course represents the invariance of the speed of light.
 
  • Like
Likes   Reactions: etotheipi
I get an answer of

$$\frac{d^{2}x}{dt^{2}} = \frac{1}{\gamma}\frac{1-v^{2}}{(1-uv)^{3}} \frac{d^{2}x'}{dt'^{2}}$$
Would it be ok to rewrite
$$\frac{1}{\gamma} = (1-v^{2})^{\frac{1}{2}}$$ so that this becomes
$$\frac{d^{2}x}{dt^{2}} = \frac{(1-v^{2})^{\frac{3}{2}}}{(1-uv)^{3}} \frac{d^{2}x'}{dt'^{2}}$$
 
etotheipi said:
I get an answer of

$$\frac{d^{2}x}{dt^{2}} = \frac{1}{\gamma}\frac{1-v^{2}}{(1-uv)^{3}} \frac{d^{2}x'}{dt'^{2}}$$
Would it be ok to rewrite
$$\frac{1}{\gamma} = (1-v^{2})^{\frac{1}{2}}$$ so that this becomes
$$\frac{d^{2}x}{dt^{2}} = \frac{(1-v^{2})^{\frac{3}{2}}}{(1-uv)^{3}} \frac{d^{2}x'}{dt'^{2}}$$
Are you sure you have ##a## and ##a'## the right way round?
 
  • Like
Likes   Reactions: etotheipi
PeroK said:
Are you sure you have ##a## and ##a'## the right way round?

Yeah you're right, sorry about that! It should then actually be

$$\frac{d^{2}x'}{dt'^{2}} = \frac{(1-v^{2})^{\frac{3}{2}}}{(1-uv)^{3}} \frac{d^{2}x}{dt^{2}}$$
 
  • Like
Likes   Reactions: PeroK
etotheipi said:
Two frames measure the position of a particle as a function of time: S in terms of x and t and S', moving at constant speed v, in terms of x' and t'. The acceleration as measured in frame S is $$ \frac{d^{2}x}{dt^{2}} $$ and that measured in frame S' is $$ \frac{d^{2}x'}{dt'^{2}} $$My question is how can we write the expression for the acceleration in frame S' in terms of that measured in frame S, noting the two coordinate transformations $$x' = \gamma(x-vt)$$ and $$t' = \gamma(t-vx)$$ I have had a go at the first derivative

\begin{align}
\frac{dx'}{dt'} &= \gamma \frac{dx}{dt'} - \gamma v \frac{dt}{dt'} \\ &= \gamma \frac{dx}{dt}\frac{dt}{dt'} - \gamma v \frac{dt}{dt'}
\end{align}
I tried deriving the time transformation with respect to t
\begin{align}
t' &= \gamma t - \gamma xv
\\ \frac{dt'}{dt} &= \gamma - \gamma v \frac{dx}{dt}
\end{align}

so that

$$\frac{dt}{dt'} = \frac{1}{\gamma - \gamma v \frac{dx}{dt}}$$

but substituting this in doesn't really help and even then I'm not sure how to handle the second derivative. The aim would be to have some relationship like

$$ \frac{d^{2}x}{dt^{2}} = f(\frac{d^{2}x'}{dt'^{2}})$$

where $$f$$ is some function. I was wondering if anyone could give me some tips or guidance since I don't really know if I'm going about this the right way. Thanks a bunch.
Why is the derivate of gamma w.r.t. the time coordinate t zero? We're talking accelerations here. Or am I missing something?
 
  • #10
haushofer said:
Why is the derivate of gamma w.r.t. the time coordinate t zero? We're talking accelerations here. Or am I missing something?
That's the gamma factor between the frames.
 
  • #11
PeroK said:
That's the gamma factor between the frames.
Oh, wait, never mind. Mixing up accelerations and accelerating frames.
 

Similar threads

  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 10 ·
Replies
10
Views
3K
  • · Replies 3 ·
Replies
3
Views
1K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 54 ·
2
Replies
54
Views
4K
  • · Replies 22 ·
Replies
22
Views
3K
  • · Replies 18 ·
Replies
18
Views
2K
  • · Replies 14 ·
Replies
14
Views
1K
  • · Replies 16 ·
Replies
16
Views
6K
  • · Replies 9 ·
Replies
9
Views
3K