A body weighing 29 kg is dropped from a height of 30 m with an initial velocity of 3m/sec. Assume that the air resistance is proportional to the velocity of the body. if the limiting velocity is known to be 39 m/sec, find:
- an expression for the velocity of the body at any time t
- an expression for the position of the body at any time t
Seems to be out of this world for me, as this is supposed to be done with differential equations. Any help is much appreciated!
Start from Newton's 2nd law. I will write time derivatives as dots. $$m\ddot{x} = mg - b\dot{x}$$ Where b is some constant of proportionality. Simplify this down to $$\ddot{x} = g-\frac{b}{m}\dot{x}$$ This is just a first order differential in $\dot{x}$ In other words: $$\frac{d}{dt}\dot{x}+\frac{b}{m}\dot{x}=g$$ Get an integrating factor $$I(t) = e^{\int\frac{b}{m}dt} = e^\frac{bt}{m}$$ This reduces our differential equation to $$\frac{d}{dt}\left[\dot{x}e^\frac{bt}{m}\right] = e^\frac{bt}{m}g$$ Integrating will give you your expression for velocity. Once you have velocity you can integrating again to get displacement. You can get all the unknowns such as $b$ and the integration constants from your boundary conditions.