PDA

View Full Version : The trivial constant force acceleration math


valjok
Jun24-09, 04:17 PM
I accelerate a body by a constant force:
a = F/m = F \frac{\sqrt{1-v^2/c^2}}{m_0}

I simplify it by fixing F = m0 = c = 1:
\frac{dv}{dt} = {\sqrt{1-v^2}

This diff equation formalizes the dependence of relativistic body acceleration on its velocity. To get the speed at time t, I solve it rearranging into

\int{ \frac{dv}{\sqrt{1-v^2}} = t

, which is a handbook integral: t = arcsin v, or v = sin t. This 1) satisfies the equation and, as the Einstein's correction of Newton implies, 2) slows the initially constant acceleration down to zero as v approaches 1 and 3) precludes super-light speeds. However, sine reaches v=1 in finite amount of time while texts tell that we should approach the speed of light asymptotically in t = ∞. Oscillations is not what I expected. Where is the mistake?

Bob S
Jun24-09, 04:57 PM
When a relativistic particle is accelerated, both the velocity and dynamic (not rest) mass changes. We usually use the momentum p= mv multiplied by a constant, c, to give
pc = mvc = βmc2
So for a constant force,

d(pc)/dt = d(βmc2)/dt = const = d(βγm0c2)/dt = m0c2 d(βγ)/dt, where m0c2 is the rest mass in energy units.

It is sometimes easier to use the relation

E2 = (pc)2 + (m0c2)2
where E is total energy, and E-m0c2 is kinetic energy.

α β γ δ ε ζ η θ ι κ λ μ ν ξ ο π ρ ς σ τ υ φ χ ψ ω

DrGreg
Jun24-09, 05:01 PM
Where is the mistake?The mistake is that F = ma is not valid in relativity. But F = dp/dt is. See post #16 (http://www.physicsforums.com/showpost.php?p=2227578&postcount=16) in "A dark part of special relativity(at least for me)" for details.

valjok
Jun24-09, 05:54 PM
Thanks, Greg. I understand the mistake now and that Bob tells me how to derive the a. The v(t) solution now turns to out to be non-trivial.