Battlemage!
- 292
- 44
Homework Statement
I have been trying for a month to derive a relationship between the acceleration of a particle in a coordinate system at rest and one moving at some velocity. I have not taken Linear Algebra yet, so I can't do anything with matrices (as I often see relativity presented). I am trying to derive an acceleration without using four-vectors or matrices or any Linear Algebra. The problem is that I keep getting equations that seem unreasonably complicated. a.) Is it possible to derive an acceleration in special relativity using only underclassman math, and b.) How do I go about doing it?
Homework Equations
Lorentz transformation in one spatial and one time dimension, where τ is the time coordinate and ζ is the position coordinate for the moving system :
§ 1.1
dx = γ (dζ + vdτ)
§ 1.2
dt = γ (dτ + v/c2 dζ )
Lorentz velocity transformation then equals dx/dt, ==>
§ 2.1
dx/dt = (dζ/dτ + v )/(1 + v/c2 dζ/dτ)
*I actually started with these, and then took the differentials:
x = γ (ζ + vτ)
and
t = γ (τ + v/c2 ζ )
The Attempt at a Solution
In getting the velocity transformation, I just took the differentials of the x to ζ and t to τ transformation, and then divided them. This doesn't seem to work for an acceleration though (and I think it CAN'T work for it), but that is what I've tried. An acceleration can be written as d2x/dt2, so I am assuming that can be read as "the differential of the differential of x DIVIDED BY the differential of time squared." If that is the case, I have the right idea but the wrong mathematical technique. I am getting something that appears to be unreasonably complex. Here is what I've been doing:
Differentials of § 1.1:
d(dx) = d [γ (dζ + vdτ)]
d2x = dγ (dζ + vdτ) + γ (d2ζ + dvdτ + vd2τ) * by product rule
Right here is where I start to get problems. I have no idea what I am supposed to do with vd2τ, because I have never seen an acceleration with a " d2t" in it.
The next problem I have is that when I divide the differential of the displacement equation with the square of the time equation I cannot simplify it in any meaningful way (at least to my eyes). I will carry out that operation so maybe someone can help.
dt2 = [γ (dτ + v/c2 dζ] [γ (dτ + v/c2 dζ] ==>
dt2 = γ2dτ2 + 2γv/c2dτdζ + γ2v2/c4dζ2
So, when I divide d2x by dt2, I get the following, and have NO idea where to go from there (assuming I haven't messed up at the very beginning)
d2x/dt2 = { dγ (dζ + vdτ) + γ (d2ζ + dvdτ + vd2τ)}/ { γ2dτ2 + 2γv/c2dτdζ + γ2v2/c4dζ2 }
d2x/dt2 = { γ3vdv/c2 (dζ + vdτ) + γ (d2ζ + dvdτ + vd2τ)}/ { γ2dτ2 + 2γv/c2dτdζ + γ2v2/c4dζ2 }
** I am assuming that dγ = d [ (1- v2/c2)-1/2]
= (-1/2)(1- v2/c2)-3/2 (-2vdv/c2)
= vdv/c2 * (1- v2/c2)-3/2
= γ3vdv/c2
Thanks to anyone who tries to help!