Differential Equation Real
Differential Equation Real
Introduction
a particular value of c, and is the graph of the solution corresponding to that value of c.
Satisfying an initial condition amounts to identifying the integral curve that passes
through the given initial point.
To relate the solution (18) to Eq. (2), which models the field mouse population, we
need only replace a by the growth rate r and b by the predation rate k. Then the solution
(18) becomes
p = (k/r ) + [ p0 − (k/r )]er t , (19)
where p0 is the initial population of field mice. The solution (19) confirms the con-
clusions reached on the basis of the direction field and Example 1. If p0 = k/r , then
from Eq. (19) it follows that p = k/r for all t; this is the constant, or equilibrium,
solution. If p0 = k/r , then the behavior of the solution depends on the sign of the
coefficient p0 − (k/r ) of the exponential term in Eq. (19). If p0 > k/r , then p grows
exponentially with time t; if p0 < k/r , then p decreases and eventually becomes
zero, corresponding to extinction of the field mouse population. Negative values of p,
while possible for the expression (19), make no sense in the context of this particular
problem.
To put the falling object equation (1) in the form (3), we must identify a with −γ /m
and b with −g. Making these substitutions in the solution (18), we obtain
v = (mg/γ ) + [v0 − (mg/γ )]e−γ t/m , (20)
where v0 is the initial velocity. Again, this solution confirms the conclusions reached
in Section 1.1 on the basis of a direction field. There is an equilibrium, or constant,
solution v = mg/γ , and all other solutions tend to approach this equilibrium solution.
The speed of convergence to the equilibrium solution is determined by the exponent
−γ /m. Thus, for a given mass m the velocity approaches the equilibrium value faster
as the drag coefficient γ increases.
v
100
80
60
40
(10.51, 43.01)
20 v = 49 (1 – e–t/5)
2 4 6 8 10 12 t
To find the velocity of the object when it hits the ground, we need to know the time
at which impact occurs. In other words, we need to determine how long it takes the
object to fall 300 m. To do this, we note that the distance x the object has fallen is
related to its velocity v by the equation v = dx/dt, or
dx
= 49(1 − e−t/5 ). (27)
dt
Consequently,
x = 49t + 245e−t/5 + c, (28)
14 Chapter 1. Introduction
PROBLEMS
䉴 1. Solve each of the following initial value problems and plot the solutions for several values
of y0 . Then describe in a few words how the solutions resemble, and differ from, each
other.
(a) dy/dt = −y + 5, y(0) = y0 (b) dy/dt = −2y + 5, y(0) = y0
(c) dy/dt = −2y + 10, y(0) = y0