Simple Newtons laws question ?

sid9221
Messages
110
Reaction score
0
"Simple" Newtons laws question ?

At time t = 0 a particle of unit mass is projected vertically upward with velocity v_0 against gravity, and the resistance of the air to the particle's motion is κ times its velocity.
Show that during its flight the velocity v of the particle at time t is

v = (v_0 +\frac{g}{k}) e^{-kt} - \frac{g}{k}


Now what I have done is work with Newtons 2nd law:

mx'' = -mκv
v' = -κv

solving this differential equation gives:

v=Ce^{-kt}

Now v(0) = v_0 from question so:

C=v_0

v=v_0 e^{-kt}

Now clearly I missing quite a bit of stuff, so where exactly am I going wrong ?
 
Physics news on Phys.org


You have left the force of gravity out of the differential equation.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top