RenaltJ
- 5
- 0
Homework Statement
A particle of mass "m" whose motion start with downard velocity V0 in a constant gravitational field. The drag force is quadratic and proportional to kmv2. What is the distance s through which the particle falls in accelerating from v0 to v1. Give your expression for s in terms of k, g, v0, v1
Homework Equations
F = m\frac{dv}{dt}=mg - kmv2
The Attempt at a Solution
My attempt:
[STRIKE]m[/STRIKE](g-kv2) = [STRIKE]m[/STRIKE]\frac{dv}{dt}
ergo:
\frac{dv}{dt} = (g-kv2)
Separating:
\intdv/(kv2-g) = \int-kdt
Yields:
√k/√g*arctan(√k*V/√g) = -kt + C
Pretty much stuck at this point, and am not even sure this is the proper way.