Integration of dynamics problem

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 1K views
fysiikka111
Messages
41
Reaction score
0

Homework Statement


A package of mass m is released from an aircraft flying horizontally with a velocity v0. In addition to gravity, a drag force acts on the package given by F=-[tex]\lambda[/tex]v. Find the i and j components of the velocity as a function of the time (t) from when the package was released.


Homework Equations


F=ma


The Attempt at a Solution


Acceleration in x-direction:
F=ma(x)
-[tex]\lambda[/tex]v(x)=ma(x)
a(x)=-[tex]\lambda[/tex]v(x)/m
dv(x)/dt = -[tex]\lambda[/tex]v(x)/m
The solution method then integrates, and gets:
v(x) = v0exp(-[tex]\lambda[/tex]t/m)
I don't know how to do the integration.
Thanks.
 
Physics news on Phys.org
They move all v-s to one side and t-s to the other side.
[tex] \frac{dv}{v}=-\frac{\lambda}{m} dt[/tex]

You can now easily integrate this equation and solve for v.
 
So,
dv/v = -[tex]\lambda[/tex]dt/m
ln v = -[tex]\lambda[/tex]t/m
v = exp(-[tex]\lambda[/tex]t/m)

But in the answer, where does the extra v0 come from that is before the exponent?
 
You forgot the integration constant in combination with [itex]v(t=0)=v_0[/itex].