Caspian
- 15
- 0
I need to compute the time of flight of a projectile which is subject to air resistance.
Here's where I am so far in solving the problem:
F_{drag} = -B v^2
a = \frac{\partial v}{\partial t} = \frac{-B v^2}{m}
integrate and solve for v...
v = \sqrt[3]{\dfrac{1}{3 \dfrac{B}{m} t + C}}
I then plug this into the kinematics equation for position:
y = \frac{1}{2} a t^2 + v_0 t (y_0 is taken to be 0)
y = \frac{1}{2} (g - \frac{F_{drag}}{m}) t^2 + v_0 t
Substitute the equation for v into F_{drag}, which is substituted into the above equation. Next, I set y = 0 and try to solve for t... but the equation is too messy and I can't manage to get just the t's onto one side of the equation.
Am I on the right track? Is there a better way?
Thanks!
Here's where I am so far in solving the problem:
F_{drag} = -B v^2
a = \frac{\partial v}{\partial t} = \frac{-B v^2}{m}
integrate and solve for v...
v = \sqrt[3]{\dfrac{1}{3 \dfrac{B}{m} t + C}}
I then plug this into the kinematics equation for position:
y = \frac{1}{2} a t^2 + v_0 t (y_0 is taken to be 0)
y = \frac{1}{2} (g - \frac{F_{drag}}{m}) t^2 + v_0 t
Substitute the equation for v into F_{drag}, which is substituted into the above equation. Next, I set y = 0 and try to solve for t... but the equation is too messy and I can't manage to get just the t's onto one side of the equation.
Am I on the right track? Is there a better way?
Thanks!
Last edited: