Gregg
- 452
- 0
Homework Statement
A raindrop falls from rest through mist. Its velocity vms−1 vertically downward, at time t seconds after it starts to fall is modeled by the differential equation
[itex](1+t)\frac{dv}{dt} + 3v = (1+t)g-6[/itex]
Solve the differential equation to show that
[itex]v=\frac{g}{4}(1+t)-2+(2-\frac{g}{4})(1+t)^{-3}[/itex]
Homework Equations
The Attempt at a Solution
[itex](1+t)\frac{dv}{dt} + 3v = (1+t)g-6[/itex]
[itex]\frac{dv}{dt} + \frac{3v}{1+t} = g-\frac{6}{(1+t)}[/itex]
Let I be the integration factor
[itex]I = e^{\int{p(x)}dx}[/itex]
[itex]p(x)=\frac{3}{1+t}[/itex]
[itex]I = (1+t)^3[/itex]
[itex](1+t)^3\frac{dv}{dt} + 3v (1+t)^2 = g(1+t)^3-6(1+t)^2[/itex]
[itex](1+t)^3 v = \int g(1+t)^3-6(1+t)^2 dt[/itex]
[itex](1+t)^3 v = \frac{g}{4} (1+t)^4 - \frac{6}{3}(1+t)^3 + c[/itex]
[itex]v = \frac{g}{4} (1+t) - 2 + \frac{c}{(1+t)^3}[/itex]
Why is [itex]c=2-\frac{g}{4}[/itex]
EDIT: don't worry now, it's the value of V when t = 0. Oops !