Problem 1.
An object (its mass is m) falls through the air toward Earth. Assuming that the only forces acting on the object are gravity (g is the gravity constant) and air resistance (proportional to the the speed of the object).(a) Determine the speed v(t) of the object.
(b) Show that limt→∞v(t)=v∗ independently of the initial speed v0, where v∗ is the equilibrium speed.
(a) Applying Newton's second law we obtain the differential equation
mv′(t)=mg−kv(t),
Solving for v v(t)=v∗+ce−kt/m.
v(t)=v∗+(v0−v∗)e−kt/m.
limt→∞v(t)=v∗.◼
mv′(t)=mg−kv(t),
where m,g,k>0 are constants and v(0)=v0≥0.
The equilibrium speed v∗ is
v∗=mgk.
Separating the variables in the differential equation we have
mkv∗−kvdv=1dt.
Integrating in (1) both sides we obtain
−mkln|v∗−v|=t+c,ln|v∗−v|=−ktm+c,v∗−v=ce−kt/m.
Solving for v v(t)=v∗+ce−kt/m.
From the initial condition we find
c=v0−v∗.
Substituting this value of c we obtain
v(t)=v∗+(v0−v∗)e−kt/m.
(b) From (2) it follows
limt→∞v(t)=v∗.◼