How to Solve a Differential Equation for a Falling Raindrop's Velocity?

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 reply · 2K views
Gregg
Messages
452
Reaction score
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 !
 
Physics news on Phys.org
Assuming: all is correct.

Use this initial condition
v(0) = 0
and substitute into your final equation.

Edit: Didn't see the edit