Mindscrape
- 1,854
- 1
Homework Statement
A particle moves in a medium under the influence of a retarding force equal to mk(v^3 + a^2 v), where k and a are constants. Show that for any value of the initial speed the particle will never move a distance greater than pi/2ka and that the particle comes to rest only for t \rightarrow \infty
Homework Equations
Legrangian seems overkill, so I used Newton's.
The Attempt at a Solution
\frac{dv}{dt} = k (v^3 + a^2 v)
then separate the ODE and integrate
\frac{lnv}{a^2} - \frac{ln(a^2 + v^2)}{2a^2} = kt + C
multiply by 2a^2
2lnv - ln(a^2 + v^2) = 2kta^2 + C
use log properties and combine the natural logs
ln ( \frac{v^2}{a^2 + v^2} ) = 2kta^2 + C
exponentiate and carry constant down
\frac{v^2}{a^2 + v^2} = Ce^{2kta^2}
add and subtract a^2 in numerator to simplify, and then subtract the one
\frac{-a^2}{v^2+a^2} = Ce^{2kta^2}
use algebra to isolate v
v^2 = a^2 (1 - \frac{1}{1-Ce^{2kta^2}})
Now I am at the point where I can solve for the integration constant, but I don't see it giving me anything close to revealing a max distance of pi/2ka. Also, in my solution as t approaches infinity v = a, and not zero. Maybe I made an algebraic mistake?
Last edited: