22.1: Model I F ∝ v
( \newcommand{\kernel}{\mathrm{null}\,}\)
In this first model, we model the resistive force FR through a fluid as being proportional to the first power of the velocity v :
FR=−bv
where b is the constant of proportionality; the minus sign shows that the resistive force is always opposite the direction of motion.
Under this model, the net downward force on the falling body is mg+FR=mg−bv. Then by Newton's second law,
F=mamg−bv=mdvdt
Dividing through by m, we have
dvdt+bmv=g
This is a first-order differential equation, which you will learn to solve for v(t) in a course on differential equations. But briefly, for a differential equation of the form
dydt+p(t)y=q(t),
the solution y(t) is found to be (Ref. [2])
y(t)=1μ(t)[∫μ(t)q(t)dt+C]
where C is a constant that depends on the initial conditions, and μ(t) is an integrating factor, given by
μ(t)=exp[∫p(t)dt]
Since this is a first-order differential equation, there will be one arbitrary constant of integration, and it is the constant C in Eq. 22.1.6.
Comparing Eq. 22.1.4 with Eq. 22.1.5, we have
y(t)=v(t)p(t)=b/mq(t)=g.
Then the integrating factor μ(t) is, from Eq. 22.1.7,
μ(t)=exp[∫p(t)dt]=exp[∫bmdt]=Aebt/m,
where A is a constant of integration. The solution to Eq. 22.1.4 is then given by Eq. 22.1.6:
v=e−bt/mA[∫Aebt/mgdt+C]=e−bt/m[mgbebt/m+C′]=mgb+C′e−bt/m.
To find the constant C′, we use the initial condition: if we release the body at time zero, then v=0 when t=0; Eq. 22.1.16 then becomes at t=0
0=mgb+C′
and so
C′=−mgb
Therefore, from Eq. 22.1.16, the solution is
v=mgb−mgbe−bt/m,
or
v=mgb(1−e−bt/m)
This is the solution we're after: it gives the falling object's velocity v at any time t, assuming that it's dropped from rest at time t=0.
Now let's examine what happens to the solution (Eq. 22.1.20) as t→∞. In this case, the exponential term approaches zero, and the falling object’s velocity approaches the limiting value
This is called the terminal velocity, and is a general feature of bodies falling through resistive fluids: at some point the resistive force balances the downward gravitational force, and the body stops accelerating and moves at a constant velocity. 2 Sky divers experience this phenomenon: some time after jumping out of an airplane, a sky diver will reach a terminal velocity of roughly 100 miles per hour, and will not change speed further until the parachute is deployed.
2 A simpler way to arrive at Eq. 22.1.21 is to simply set the acceleration dv/dt=0 in Eq. (19.5), which immediately gives v∞= mg/b.