Seperable Differentiation. Help, please. =\

  • Thread starter Thread starter mikiritenshi
  • Start date Start date
  • Tags Tags
    Differentiation
AI Thread Summary
The discussion focuses on solving a differential equation for the velocity of a skydiver after her parachute opens, given by dv/dt = -2v - 32 with the initial condition v(0) = -50. Participants guide each other through the process of using separation of variables, integrating both sides, and applying the initial condition to find the constant of integration. The correct expression for velocity in terms of time is derived as v(t) = -34e^{-2t} - 16. The conversation emphasizes the importance of transforming limits during integration and substituting back to the original variables. Overall, the collaborative effort leads to a successful solution of the problem.
mikiritenshi
Messages
5
Reaction score
0
I blanked out. Any help is greatly appreciated.

Let v(t) be the velocity, in feet per second, of a skydiver at time t seconds, t>0. After her parachute opens, her velocity satisfies the differential equation: dv/dt= -2v-32, with initial condition v(0)=-50.

(a) Use separation of variables to find an expression for v in terms of t, where t is measured in seconds.

I got up to this far:

integral [dv/(-2v-32)]= integral (dt)
u= -2v-32; du= -2dv.

Help. :cry:
 
Physics news on Phys.org
Good.May i suggest integrating with corresponding limits...?

\int_{-50}^{v} \frac{dv}{-2v-32} = \int_{0}^{t} \ dt

The LHS integral is doable.With a substitution that u already did...So carry on.Pay attention to the way the limits are transformed.


Daniel.
 
Using the substitution that I did, I obtained:

(-1/2) integral(1/u)du = integral (dt)

= (-1/2) ln|u| + C = t+ C

I'm not sure on what to do next. =\
 
substitue the original variables back for the u substitutions. then use the initial conditon to find out what C is.
 
I know you plug in 0 for t, but what'll happen to the -50?
And do I have to exponentiate both sides?
 
From the integration i get

v(t)=-34e^{-2t}-16


Daniel.
 
That is the answer, but I don't know how to get it.
 
The RHS is 't',okay??

Now,the LHS can be written

-\frac{1}{2} \int _{-50}^{v} \frac{d(-v-16)}{-v-16} = -\frac{1}{2}\left[\ln (-v-16)\right]\left |_{-50}^{v}\right = -\frac{1}{2} \ln \left(\frac{-v-16}{34}\right)

Therefore

-2t=\ln\left(\frac{-v-16}{34}\right)\Rightarrow v(t)=-34e^{-2t}-16

Daniel.
 
Last edited:
Wow, thanks.
 
Back
Top