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

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

(1+t)\frac{dv}{dt} + 3v = (1+t)g-6

Solve the differential equation to show that

v=\frac{g}{4}(1+t)-2+(2-\frac{g}{4})(1+t)^{-3}

Homework Equations





The Attempt at a Solution



(1+t)\frac{dv}{dt} + 3v = (1+t)g-6

\frac{dv}{dt} + \frac{3v}{1+t} = g-\frac{6}{(1+t)}


Let I be the integration factor

I = e^{\int{p(x)}dx}
p(x)=\frac{3}{1+t}
I = (1+t)^3

(1+t)^3\frac{dv}{dt} + 3v (1+t)^2 = g(1+t)^3-6(1+t)^2

(1+t)^3 v = \int g(1+t)^3-6(1+t)^2 dt

(1+t)^3 v = \frac{g}{4} (1+t)^4 - \frac{6}{3}(1+t)^3 + c

v = \frac{g}{4} (1+t) - 2 + \frac{c}{(1+t)^3}

Why is c=2-\frac{g}{4}

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
 
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