Skip to main content

Section 1.1 Modeling with Differential Equations

Calculus tells us that the derivative of a function measures how the function changes. An equation relating a function to one or more of its derivatives is called a differential equation. The subject of differential equations is one of the most interesting and useful areas of mathematics. We can describe many interesting natural phenomena that involve change using differential equations. In addition, the theory of the subject has broad and important implications.

Subsection 1.1.1 Exponential Growth

We begin our study of ordinary differential equations by modeling some real world phenomena. For a particular situation that we might wish to investigate, our first task is to write an equation (or equations) that best describes the phenomenon. Suppose that we wish to study how a population \(P(t)\) grows with time \(t\text{.}\) We might make the assumption that a constant fraction of the population is having offspring at any particular time. If we also assume that the population has a constant death rate, the change in the population \(\Delta P\) during a small time interval \(\Delta t\) will be
\begin{equation*} \Delta P \approx k_{\text{birth}} P(t) \Delta t - k_{\text{death}} P(t) \Delta t, \end{equation*}
where \(k_{\text{birth}}\) is the fraction of the population having offspring during the interval and \(k_{\text{death}}\) is the fraction of the population that dies during the interval. Equivalently, we can write
\begin{equation*} \frac{\Delta P}{ \Delta t} \approx k P(t), \end{equation*}
where \(k = k_{\text{birth}} - k_{\text{death}}\text{.}\) Since the derivative of \(P\) is
\begin{equation*} \frac{dP}{dt} = \lim_{\Delta t \to 0} \frac{\Delta P}{ \Delta t}, \end{equation*}
the rate of change of the population is proportional to the size of the population, or
\begin{equation} \frac{dP}{dt} = kP.\tag{1.1.1} \end{equation}
The equation
\begin{equation*} \frac{dP}{dt} = kP \end{equation*}
is one of the simplest differential equations that we will consider. The equation tells us that the population grows in proportion to its current size. It is not too difficult to see that \(P(t) = Ce^{kt}\) is a solution to this equation, where \(C\) is an arbitrary constant. Indeed, if we differentiate \(P(t)\text{,}\) we obtain
\begin{equation*} \frac{d}{dt} P(t) = kCe^{kt} = kP(t). \end{equation*}
In addition, if we know the value of \(P(t)\text{,}\) say when \(t = 0\text{,}\) we can also determine the value of \(C\text{.}\) For example, if the population at the time \(t = 0\) is \(P(0) = P_0\text{,}\) then
\begin{equation*} P_0 = P(0) = Ce^{k \cdot 0} = C \end{equation*}
or \(P(t) = P_0 e^{kt}\text{.}\) The differential equation
\begin{align*} P'(t) & = k P(t),\\ P(0) & = P_0 \end{align*}
is an example of an initial value problem or IVP, and we say that \(P(0) = P_0\) is an initial condition. Since the solution to equation (1.1.1) is \(P(t) = Ce^{kt}\text{,}\) we say that the population grows exponentially.
As an example, suppose that \(P(t)\) is a population of a colony of bacteria at time \(t\text{,}\) whose initial population is 1000 at \(t = 0\text{,}\) where time is measured in hours. Then
\begin{equation*} 1000 = P(0) = C e^0 = C, \end{equation*}
and our solution becomes \(P(t) = 1000e^{kt}\text{.}\) If the population grows at three percent per hour, then
\begin{equation*} 1030 = P(1) = 1000 e^k, \end{equation*}
after one hour. Consequently,
\begin{equation*} k = \ln 1.03 \approx 0.0296 \end{equation*}
and the solution to our initial value problem is
\begin{equation*} P(t) = 1000e^{0.0296 t}. \end{equation*}
Of course, it is important to realize that this is only a model. If \(t\) is small, our model might be reasonably accurate. However, if we let \(t\) be very large, our colony of bacteria could very well exceed the mass of the earth. The growth rate of a population need not be positive. For example, both Germany and Japan have experienced negative growth in recent years. 1  The equation \(dP/dt = kP\) can also be used to model phenomena such as radioactive decay and compound interest—topics which we will explore later.
To summarize, we say that the function \(x(t) = Ce^{kt}\) is a general solution of the equation \(x' = kx\text{,}\) and \(x(t) = x_0 e^{kt}\) is a particular solution to the differential equation. The general solution to our equation \(x(t) = Ce^{kt}\) graphs as an infinite family of curves, which we will call integral curves or solution curves (Figure 1.1.1).
In general, given a differential equation \(dx/dt =f(t, x)\text{,}\) a solution to the differential equation is a function \(x(t)\) such that \(x'(t) = f(t, x(t))\text{.}\) Furthermore, if \(x(t)\) satisfies a given initial condition \(x(0) = x_0\text{,}\) then \(x(t)\) is a solution to the in initial value problem
\begin{align*} x'(t) & = f(t, x),\\ x(0) & = x_0. \end{align*}
a family of curves that approach zero going left and postive or negative infinity going right
Figure 1.1.1. Integral curves

Activity 1.1.1. Verifying Solutions.

Use direct substitution to verify that \(x(t)\) is a solution of the given differential equation.
(a)
\(y(t) = 4e^{-5t}\text{;}\) \(y' = -5y\)
(b)
\(x(t) = 3e^{2t}\text{;}\) \(x' = 2x\)
(c)
\(x(t) = 3e^{7t}\text{;}\) \(x' - 7x = 0\text{,}\) \(x(0) = 3\)
(d)
\(x(t) = Ce^{2t} - 5/2\text{;}\) \(x' = 2x + 5\)
(e)
\(x(t) = \dfrac{7}{3} e^{3t^2/2} - \dfrac{1}{3}\text{;}\) \(x' = 3tx + t\text{,}\) \(x(0) = 2\)

Subsection 1.1.2 Logistic Growth

Not all populations grow exponentially; otherwise, a bacteria culture in a petri dish would grow unbounded and soon be much larger than the size of the laboratory. To see what happens if there are limiting factors to population growth, let us consider the population of fish in a children’s trout pond. The number of trout will be limited by the available resources such as food supply as well as by spawning habitat. A small population of fish might grow exponentially if the pond is large and food is abundant, but the growth rate will decline as the population increases and the availability of resources declines. We can use the logistic equation to model population growth in a resource limited environment. 2 
To see how the logistic model works, let us try to adjust our model of exponential growth to account for the limited resources of the pond. We will make the following assumptions.
  • If the population of trout is small and the pond is large with abundant resources, the rate of growth will be approximately exponential,
    \begin{equation*} \frac{dP}{dt} \approx kP. \end{equation*}
  • If \(N\) is the maximum population of trout that the pond can support, then any population larger than \(N\) will decrease. In other words,
    \begin{equation*} \frac{dP}{dt} \lt 0 \end{equation*}
    for \(P \gt N\text{.}\) We say that \(N\) is the carrying capacity for the population.
Our assumptions suggest that we might try an equation of the form
\begin{equation*} \frac{dP}{dt} = k f(P) P, \end{equation*}
where \(f(P)\) is a function of \(P\) that is close to 1 if the population is small but negative if the population is greater than \(N\text{.}\) The simplest function satisfying these conditions is
\begin{equation*} f(P) = \left( 1 - \frac{P}{N} \right). \end{equation*}
Thus, the logistic population model is given by the differential equation
\begin{equation*} \frac{dP}{dt} = k \left( 1 - \frac{P}{N} \right) P. \end{equation*}

Example 1.1.2.

Suppose we have a pond that will support 1000 fish, and the initial population is 100 fish. In order to determine the number of fish in the lake at any time \(t\text{,}\) we must find a solution to the initial value problem
\begin{align*} \frac{dP}{dt} & = k \left( 1 - \frac{P}{1000} \right) P\\ P(0) & = 100. \end{align*}
It is easy to verify that \(P(t) = 1000/(9e^{-kt} + 1)\) is the solution to our initial value problem. Certainly \(P(0) = 100\text{,}\) and if we differentiate \(P\text{,}\) we will obtain the righthand side of the differential equation,
\begin{align*} \frac{dP}{dt} & = \frac{d}{dt} \left(\frac{1000}{9e^{-kt} + 1}\right)\\ & = 1000 k \frac{9e^{-kt}}{(9e^{-kt} + 1)^2}\\ & = k \frac{9e^{-kt}}{(9e^{-kt} + 1)} \cdot \frac{1000}{9e^{-kt} + 1}\\ & = k \frac{(9e^{-kt} + 1) - 1}{(9e^{-kt} + 1)} \cdot \frac{1000}{9e^{-kt} + 1}\\ & = k \left( 1 - \frac{1000}{1000(9e^{-kt} + 1)}\right) \frac{1000}{9e^{-kt} + 1}\\ & = k \left( 1 - \frac{P}{1000} \right) P. \end{align*}
In addition, if we know that the population is 200 fish after one year, then
\begin{equation*} 200 = P(1) = \frac{1000}{9e^{-k} + 1}, \end{equation*}
and we can determine that
\begin{equation*} k = \ln\left( \frac{9}{4}\right) \approx 0.8109. \end{equation*}
Consequently, the solution to our intial-value problem is
\begin{equation*} P(t) = \frac{1000}{9e^{-0.8109 t} + 1}. \end{equation*}
The graph of our solution certainly fits the situation that we are modeling (Figure 1.1.3). We will learn how to solve initial value problems such as the one described here in Section 1.2. For the time being, we will be satisfied with being able to verify the fact that we have a solution.
a curve that first increases steeply and then begins to level off just below one thousand
Figure 1.1.3. Logistic growth

Activity 1.1.2. Modeling a Population with a Threshhold.

We can modify the logistic growth model to understand how a population with a minimum threshold grows. The black rhinoceros, once the most numerous of all rhinoceros species, is now critically endangered. The black rhino, native to eastern and southern Africa, was estimated to have a population of about \(100{,}000\) around 1900. Because of hunting, habitat changes, competing species, and most of all illegal poaching, the number of black rhinos today is estimated to be below \(3000\text{.}\) If the wild population becomes too low, the animals may not be able to find suitable mates and the black rhino will become extinct. There must be a minimum population for the species to survive. Suppose that this minimum or threshold population for the black rhino is \(1000\) animals and that remaining habitant in Africa will support no more that \(20{,}000\) rhinos. How might we model the current population, \(P(t)\) of black rhinos?
(a)
For what values of \(P\) is the rhino population increasing? What can be said about the value of \(dP/dt\) for these values of \(P\text{?}\)
Hint.
(a) The population is increasing if \(dP/dt \gt 0\) and \(1000 \lt P \lt 20000\text{.}\)
(b)
For what values of \(P\) is the rhino population decreasing? What can be said about the value of \(dP/dt\) for these values of \(P\text{?}\)
(c)
For what values of \(P\) is the rhino population in equilibrium? What can be said about the value of \(dP/dt\) for these values of \(P\text{?}\)
(d)
Find a differential equation that models the population of rhinos at time \(t\text{.}\)

Subsection 1.1.3 A Spring-Mass Model

Sometimes it is necessary to consider the second derivative when modeling a phenomenon. Suppose that we have a mass lying on a flat, frictionless surface and that this mass is attached to one end of a spring with the other end of the spring attached to a wall. We will denote displacement of the spring by \(x\text{.}\) If \(x \gt 0\text{,}\) then the spring is stretched. If \(x \lt 0\text{,}\) the spring is compressed. If \(x = 0\text{,}\) then the spring is in a state of equilibrium (Figure 1.1.4). If we pull or push on the mass and release it, then the mass will oscillate back and forth across the table.
a mass on a table that is attached to a wall with a spring and slides back and forth
Figure 1.1.4. A spring-mass system
We can construct a differential equation that models our oscillating mass. First, we must consider the restorative force on the spring. We will make the assumption that this force depends on the displacement of the spring, \(F(x)\text{.}\) Using Taylor’s Theorem from calculus, we can expand \(F\) to obtain
\begin{align*} F(x) & = F(0) + F'(0) x + \frac{1}{2} F''(0) x^2 + \cdots\\ & = -k x + \frac{1}{2} F''(0) x^2 + \cdots, \end{align*}
where \(F'(0) = -k\) and \(F(0) = 0\text{.}\) If the displacement is not too large, then \(x^n\) will be small for \(n \geq 2\text{,}\) and we can ignore higher ordered terms. Thus, we can consider the restorative force on the spring to be proportional to displacement of the spring from its equilibrium length,
\begin{equation*} F = -kx. \end{equation*}
This equation is known as Hooke’s Law. We can test this law experimentally, and it is reasonably accurate if the displacement of the spring is not too large.
By Newton’s second law of motion, the force on the mass \(m\) must be
\begin{equation*} F = ma = m \frac{d^2 x}{dt^2} = m x'', \end{equation*}
where \(a\) is the acceleration. Setting the two forces equal, we have a second-order differential equation,
\begin{equation*} mx'' = -kx, \end{equation*}
which describes our oscillating mass. The spring-mass system is an example of a harmonic oscillator. Harmonic oscillators are useful for modeling simple harmonic motion in mechanics.

Example 1.1.5.

Suppose that we have a spring-mass system where \(m =1\) and \(k = 1\text{.}\) If the initial velocity of the spring is one unit per second and the initial position is at the equilibrium point, then we have the following initial value problem,
\begin{align*} x'' + x & = 0\\ x(0) & = 0\\ x'(0) & = 1. \end{align*}
Since \(x''(t) = - x(t)\) for both the sine and cosine functions, we might guess that a general solution of our differential equation has the form
\begin{equation*} x(t) = A \cos t + B \sin t. \end{equation*}
Noting that
\begin{equation*} x'(t) = -A \sin t + B \cos t, \end{equation*}
and using our initial conditions, we can determine that \(A = 0\) and \(B = 1\) or
\begin{equation*} x(t) = \sin t. \end{equation*}
The graph of the position of the mass as a function of time is given in Figure 1.1.6.
a curve that begins at the origin and oscillates between plus and minus one
Figure 1.1.6. A undamped spring-mass system
Now let us add a damping force to our system. For example, we might add a dashpot, a mechanical device that resists motion, to our system. Think of a dashpot as that small cylinder that keeps your screen door from slamming shut. The simplest assumption would be to take the damping force of the dashpot to be proportional to the velocity of the mass, \(x'(t)\text{.}\) In other words, the harder you try to slam the screen door, the more resistance you will feel. Thus, we have an additional force,
\begin{equation*} F = -b x' \end{equation*}
acting on our mass, where \(b \gt 0\text{.}\) Our new equation for the spring-mass system is
\begin{equation*} mx'' = -bx' - kx. \end{equation*}
or
\begin{equation*} mx'' + bx' + kx = 0, \end{equation*}
where \(m\text{,}\) \(b\text{,}\) and \(k\) are all positive constants. The equation
\begin{equation*} mx'' + bx' + kx = 0 \end{equation*}
models a simple damped harmonic oscillator.

Example 1.1.7.

Suppose that we have a spring-mass system governed by the equation
\begin{equation*} x'' + 3x' + 2x = 0. \end{equation*}
Here we let \(m = 1\text{,}\) \(b = 3\text{,}\) and \(k = 2\text{,}\) We will learn how to solve equations of the form \(mx'' + bx' + kx = 0\) in Chapter 4, but let us assume that the solution is of the form \(x(t) = e^{rt}\) for now. In this case,
\begin{align*} x'' + 3x' + 2x & = r^2 e^{rt} + 3 r e^{rt} + 2 e^{rt}\\ & = e^{rt}(r^2 + 3r +2)\\ & = e^{rt}(r+2)(r+1)\\ & = 0. \end{align*}
Since \(e^{rt}\) is never zero, it must be the case that \(r = -2\) or \(r = -1\text{,}\) if \(x(t) = e^{rt}\) is to be a solution to our equation. Thus, we might guess that
\begin{equation*} x(t) = A e^{-t} + B e^{-2t} \end{equation*}
is a general solution to our equation. If the initial velocity of our mass is one unit per second and the initial position is zero, then we have the initial value problem
\begin{align*} x'' + 3x' + 2 x & = 0\\ x(0) & = 0\\ x'(0) & = 1. \end{align*}
Using the fact that \(x'(t) = -A e^{-t} -2 B e^{-2t}\text{,}\) our initial conditions give us the following system of linear equations,
\begin{align*} A + B & = 0\\ -A -2B & = 1. \end{align*}
Thus, \(A = 1\) and \(B = -1\text{,}\) and our spring-mass system is modeled by the function
\begin{equation*} x(t) = e^{-t} - e^{-2t}. \end{equation*}
Notice that the additional damping negates any oscillation in the system. In this case, we say that the harmonic oscillator is over-damped (Figure 1.1.8).
a curve that starts at the origin and rises steeply and then slowly decreases towards zero
Figure 1.1.8. An over-damped spring-mass system
Of course, if we have a very strong spring and only add a small amount of damping to our spring-mass system, the mass would continue to oscillate, but the oscillations would become progressively smaller. In other words, our harmonic oscillator would be under-damped. For example, our spring-mass system might be described by the initial value problem
\begin{align*} x'' + 2x' + 50 x & = 0\\ x(0) & = 0\\ x'(0) & = 1. \end{align*}
It is easy to verify that
\begin{equation*} x(t) = \frac{1}{7} e^{-t} \sin 7t \end{equation*}
is a solution to the initial value problem (Figure 1.1.9).
a curve that starts at the origin and oscillates with the amplitude slowly decreasing
Figure 1.1.9. An under-damped spring-mass system
We will revisit harmonic oscillators and second-order differential equations more fully in Chapter 4.

Subsection 1.1.4 A Predator-Prey System

Some situations require more than one differential equation to model a particular phenomenon. We might use a system of differential equations to model two interacting species, say where one species preys on the other. 3  For example, we can model how the population of Canadian lynx (lynx canadenis) interacts with a the population of snowshoe hare (lepus americanis) (see https://www.youtube.com/watch?v=ZWucOrSOdCs).
We have good historical data for the populations of the lynx and snowshoe hare from the Hudson Bay Company, the oldest company in North America. This large Canadian retail company, which owns and operates a large number of retail stores in North America and Europe, including Saks Fifth Avenue, was originally founded in 1670 as a fur trading company. The Hudson Bay Company kept accurate records on the number of lynx pelts that were bought from trappers from 1821 to 1940. The company noticed that the number of pelts varied from year to year and that the number of lynx pelts reached a peak about every ten years [11]. The ten year cycle for lynx can be best understood using a system of differential equations.
The primary prey for the Canadian lynx is the snowshoe hare. We will denote the population of hares by \(H(t)\) and the population of lynx by \(L(t)\text{,}\) where \(t\) is the time measured in years. We will make the following assumptions for our predator-prey model.
  • If no lynx are present, we will assume that the hares reproduce at a rate proportional to their population and are not affected by overcrowding. That is, the hare population will grow exponentially,
    \begin{equation*} \frac{dH}{dt} = aH. \end{equation*}
  • Since the lynx prey on the hares, we can argue that the rate at which the hares are consumed by the lynx is proportional to the rate at which the hares and lynx interact. Thus, the equation that predicts the rate of change of the hare population becomes
    \begin{equation*} \frac{dH}{dt} = aH - bHL. \end{equation*}
    We are thinking of \(HL\) as the number of possible interactions between the lynx and the hare populations.
  • If there is no food, the lynx population will decline at a rate proportional to itself,
    \begin{equation*} \frac{dL}{dt} = -cL. \end{equation*}
  • The lynx receive benefit from the hare population. The rate at which lynx are born is proportional to the number of hares that are eaten, and this is proportional to the rate at which the hares and lynx interact. Consequently, the growth rate of the lynx population can be described by
    \begin{equation*} \frac{dL}{dt} = -cL + dHL. \end{equation*}
We now have a system of differential equations that describe how the two populations interact,
\begin{align*} \frac{dH}{dt} & = aH - bHL,\\ \frac{dL}{dt} & = -cL + dHL. \end{align*}
We will learn how to analyze and find solutions of systems of differential equations in subsequent chapters; however, we will give a graphical solution in Figure 1.1.10 to the system
\begin{align*} \frac{dH}{dt} & = 0.4H - 0.01HL,\\ \frac{dL}{dt} & = -0.3L + 0.005HL. \end{align*}
Our graphical solution is obtained using a numerical algorithm (see Section 1.4 and Section 2.3). Notice that the predator population, \(L\text{,}\) begins to grow and reaches a peak after the prey population, \(H\) reaches its peak. As the prey population declines, the predator population also declines. Once the predator population is smaller, the prey population has a chance to recover, and the cycle begins again. 4 
two curves  with the curve for the hares oscillating between forty-four and eighty and the curves for the lynx oscillating betwee fifty-four and thirty with the maximum amplitudes lagging behind the maximum amplitudes of the curve for the hares
Figure 1.1.10. The predator-prey relationship between the lynx and the snowshoe hare

Subsection 1.1.5 Modeling the HIV-1 Virus

The interaction of the HIV-1 virus with the body’s immune system can be modeled by a system of differential equations similar to a predator-prey system. After an individual is infected with the HIV-1 virus, the amount of the virus in the bloodstream rises dramatically and the person will often suffer from flu-like symptoms. However, these symptoms will disappear after a period of weeks or months as the body begins to manufacture antibodies against the virus. Tests have been developed to determine the presence of HIV-1 antibodies. If an individual has such antibodies, then they are said to be HIV-1 positive. Once infected with the HIV-1 virus, it can be years before an HIV-positive patient exhibits the full symptoms of AIDS. The body’s immune system fights the HIV-1 virus with white blood cells. The CD4-positive T-helper cell, a specific type of white blood cell, is especially important since it helps other cells fight the virus. However, the HIV-1 virus use the CD4-positive T-helper cells to create more virions, destroying the CD4-positive T-helper cells in the process.
We can develop a system of differential equations to better understand the dynamics of the HIV-1 virus [20]. Let \(V = V(t)\) be the population of the HIV-1 virus at time \(t\text{.}\) We will assume that the virus concentration is governed by the following differential equation,
\begin{equation*} \frac{dV}{dt} = P - cV. \end{equation*}
The first term, \(P\) is some function of \(t\) that determines the rate at which new viral particles are created. The term \(-cV\) is the death rate for the virions. If someone discovers a drug that blocks the creation of new HIV-1 virions, then \(P\) would be zero and the virions would clear the body at the following rate,
\begin{equation*} \frac{dV}{dt} = - cV, \end{equation*}
and \(V(t) = V_0 e^{-ct}\text{,}\) where \(V_0\) is the initial viral population.
Now let us consider a model for the concentration \(T = T(t)\) of (uninfected) CD4-positive T-helper cells,
\begin{equation*} \frac{dT}{dt} = s + pT\left(1 - \frac{T}{T_{\text{max}}} \right) - d_T T. \end{equation*}
The constant \(s\) represents the rate at which T-cells are created from sources in the body, such as the thymus. New CD4-positive T-helper cells can also be created from the proliferation of existing CD4-positive T-helper cells, and the second term in the equation represents the logistic growth of the T-cells, where \(p\) is the maximum proliferation rate and \(T_{\text{max}}\) is the T-cell population density where proliferation ceases. Finally, \(d_T\) is the death rate of the T cells.
Like the influenza virus, the HIV-1 virus is an RNA virus. An RNA virus cannot reproduce on its own and must use the DNA from a host cell. To do this, the virus attaches itself to a CD4-positive T-helper cell and injects its RNA into the cell. This way the virus can use the T-cell’s DNA to replicate itself using a process called reverse transcription, where a DNA copy of the virus’s RNA is made. New virus particles are created, and the T-cell eventually bursts releasing the virions into the body. If we let \(T^*\) be the concentration of infected T-cells, we can model this process with the following system of equations,
\begin{align*} \frac{dT^*}{dt} & = kTV - \delta T^*\\ \frac{dV}{dt} & = N \delta T^* - cV, \end{align*}
where \(\delta\) is the rate of loss of the virus producing T-cells and \(N\) is the number of virions produced per infected T-cell during its lifetime. The term \(kTV\) tells us the rate at which the HIV-1 virus infects T-cells. This is the same idea as modeling how predators interact with prey in a predator-prey model. Thus, our complete model becomes
\begin{align*} \frac{dT}{dt} & = s + pT\left(1 - \frac{T}{T_{\text{max}}} \right) - d_T T - kTV\\ \frac{dT^*}{dt} & = kTV - \delta T^*\\ \frac{dV}{dt} & = N \delta T^* - cV. \end{align*}
One class of drugs that HIV infected patients receive are reverse transcriptase (RT) inhibitors. RT inhibitors block the action of reverse transcription and prevent the virus from duplicating. If one could find the perfect RT inhibitor, then \(k =0\) and our system becomes
\begin{align*} \frac{dT}{dt} & = s + pT\left(1 - \frac{T}{T_{\text{max}}} \right) - d_T T\\ \frac{dT^*}{dt} & = - \delta T^*\\ \frac{dV}{dt} & = N \delta T^* - cV. \end{align*}
Unfortunately, no one has discovered a perfect RT inhibitor, so we will need to modify the system to account for the effectiveness of the RT inhibitor. We can accomplish this by adding an effectiveness factor, \(1 - \eta\text{,}\) to the \(kVT\) term. Our system now becomes
\begin{align*} \frac{dT}{dt} & = s + pT\left(1 - \frac{T}{T_{\text{max}}} \right) - d_T T - k(1 - \eta)TV\\ \frac{dT^*}{dt} & = k(1 - \eta)TV - \delta T^*\\ \frac{dV}{dt} & = N \delta T^* - cV. \end{align*}
If \(\eta = 1\text{,}\) then the RT inhibitor is completely effective. On the other hand, if \(\eta = 0\text{,}\) then the RT inhibitor is completely ineffective. We now have a model for how the HIV-1 virus interacts with the immune system. Researchers can use data to estimate the parameters and see exactly what types of solutions are possible.

Subsection 1.1.6 Some Questions for Thought

In this section we have provided a general notion of what a differential equation is as well as several modeling situations where differential equations are useful; however, we have left many questions unanswered.
  • Can we find a more rigorous definition of a differential equation?
  • What is the proper way to define a system of differential equations?
  • Does a differential equation or a system of differential equations always have a solution?
  • Are solutions to differential equations unique?
  • If a unique solution to a differential equation exists, can we find it? If it is not possible to find a precise solution algebraically, can we estimate the solution numerically? If neither is possible, can we still say anything useful about the solution?
Of course, other questions will come to mind as we continue our study of differential equations.

Subsection 1.1.7 Important Lessons

  • A differential equation is an equation relating a function to one or more of its derivatives.
  • An initial value problem is a differential equation
    \begin{equation*} \frac{dx}{dt} = f(t,x), \end{equation*}
    where the initial condition, \(x(t_0) = x_0\text{,}\) is specified.
  • The three principle steps in modeling any phenomenon with differential equations are:
    • Discovering the differential equation or equations that best describe a specified physical situation.
    • Finding—either exactly or approximately—the appropriate solution of the equation or equations.
    • Interpreting the solution in terms of the phenomenon.
  • A population that is not affected by overcrowding can be modeled by the differential equation \(P' = kP\) and is said to grow exponentially.
  • A population that must compete for limited resources can be modeled by the logistic equation,
    \begin{equation*} \frac{dP}{dt} = k \left( 1 - \frac{P}{N} \right) P, \end{equation*}
    where \(N\) is the carrying capacity of the population.
  • Some phenomenon, such as the relationship between a population of predators and a population of prey, are best modeled by systems of differential equations.

Reading Questions 1.1.8 Reading Questions

Textbooks are designed to be read. If you are student enrolled in a course, you should read each section before class. To help your understanding, answer the section’s reading questions as preparation for class. If you communicate your answers to your instructor, it will aid your instructor when preparing for your class.

1.

Explain what a differential equation is using your own words.

2.

What does it mean to be a solution to a differential equation?

Exercises 1.1.9 Exercises

1. Baking a Potato (Part 1).

Suppose that you bake a potato in your microwave. When you remove the potato from the microwave oven, you record the temperature every two minutes (see Table 1.1.11). If room temperature is 73 degrees, write a differential equation that models the temperature of the potato, \(T(t)\text{,}\) at time \(t\text{.}\)
Table 1.1.11. Temperatures for a Baked Potato
\(t\) (minutes) \(T(t)\) (temperature in degrees Fahrenheit)
0 197.2
2 191.6
4 187.1
6 182.8
8 178.7

Verifying Solutions.

Use direct substitution to verify that \(y(t)\) is a solution of the given differential equation in Exercise Group 1.1.9.2–9.
2.
\(y(t) = e^{4t}\text{;}\) \(y' = 4y\)
3.
\(y(t) = 3e^{-2t}\text{;}\) \(y' = -2y\)
4.
\(y(t) = 3e^{5t}\text{;}\) \(y' - 5y = 0\)
5.
\(y(t) = e^{3t} - 2\text{;}\) \(y' = 3y + 6\)
6.
\(y(t) = -7e^{t^2} - \dfrac{1}{2}\text{;}\) \(y' = 2ty + t\)
7.
\(y(t) = (t^8 - t^4)^{1/4}\text{;}\) \(y' = \dfrac{2y^4 + t^4}{ty^3}\)
8.
\(y(t) = t\text{;}\) \(y'' - ty' + y = 0\)
9.
\(y(t) = e^t + e^{2t}\text{;}\) \(y'' - 4y' + 4y = e^t\)

Finding Solutions.

Many differential equations have solutions of the form \(y(t) = e^{at}\text{,}\) where \(a\) is some constant. For example, \(y(t) = e^{3t}\) is a solution to the equation \(y' = 3y\text{.}\) Find all values of \(a\) such that \(y(t) = e^{at}\) is a solution to the given equation in Exercise Group 1.1.9.10–15.
10.
\(y' = -2y\)
11.
\(y' + 7 y = 0\)
12.
\(y'' - 3y' + 2y = 0\)
13.
\(y'' + 4y' - 12y = 0\)
14.
\(y''' - y'' - 4y' + 4y = 0\)
15.
\(y^{(5)} - 5y''' + 4y' = 0\)

Initial Value Problems.

Use direct substitution to verify that \(y(t)\) is a solution of the given differential equation in Exercise Group 1.1.9.16–21. Then use the initial conditions to determine the constants \(C\) or \(c_1\) and \(c_2\text{.}\)
16.
\(y' = 4y\text{,}\) \(y(0) = 2\text{,}\) \(y(t) = Ce^{4t}\)
17.
\(y' + 7 y = 0\text{,}\) \(y(0) = 2\text{,}\) \(y(t) = C e^{-7t}\)
18.
\(y'' + 4y = 0\text{,}\) \(y(0) = 1\text{,}\) \(y'(0) = 0\text{,}\) \(y(t) = c_1 \cos 2t + c_2 \sin 2t\)
19.
\(y'' - 5y' + 4y = 0\text{,}\) \(y(0) = 1\text{,}\) \(y'(0) = 0\text{,}\) \(y(t) = c_1 e^t + c_2 e^{4t}\)
20.
\(y'' + 4y' + 13y = 0\text{,}\) \(y(0) = 1\text{,}\) \(y'(0) = 0\text{,}\) \(y(t) = c_1 e^{-2t} \cos 3t + c_2 e^{-2t} \sin 3t\)
21.
\(y'' - 4y' + 4y = 0\text{,}\) \(y(0) = 1\text{,}\) \(y'(0) = 0\text{,}\) \(y(t) = c_1 e^{2t} + c_2 te^{2t}\)

Boundary Value Problems.

Use direct substitution to verify that \(y(t)\) is a solution of the given differential equation in Exercise Group 1.1.9.22–25. Then use the boundary conditions to determine the constants \(c_1\) and \(c_2\) (if possible).
22.
\(y'' + 4y = 0\text{,}\) \(y(0) = 1\text{,}\) \(y(\pi) = 0\text{,}\) \(y(t) = c_1 \cos 2t + c_2 \sin 2t\)
23.
\(y'' - 5y' + 4y = 0\text{,}\) \(y(0) = 1\text{,}\) \(y(1) = 0\text{,}\) \(y(t) = c_1 e^t + c_2 e^{4t}\)
24.
\(y'' + 4y' + 13y = 0\text{,}\) \(y(0) = 1\text{,}\) \(y(\pi) = 0\text{,}\) \(y(t) = c_1 e^{-2t} \cos 3t + c_2 e^{-2t} \sin 3t\)
25.
\(y'' - 4y' + 4y = 0\text{,}\) \(y(0) = 1\text{,}\) \(y(1) = 0\text{,}\) \(y(t) = c_1 e^{2t} + c_2 te^{2t}\)

26.

Consider the differential equation \(y' = y(2 - y)\text{.}\)
  1. Verify that \(y(t) = 2/(1 + Ce^{-2t})\) is a solution to this equation.
  2. Sketch solution curves for \(C = 1, 2, \ldots, 5\text{.}\)
  3. Verify that \(y = 0\) is a solution to the differential equation in part (a). Can you find a value for \(C\) such that
    \begin{equation*} y(t) = \frac{2}{1 + Ce^{-2t}} = 0? \end{equation*}

27.

Consider the differential equation \(y'' + 9y = 0\text{.}\)
  1. Verify that \(y(t) = c_1 \cos 3t + c_2 \sin 3t\) is a solution to this equation.
  2. Sketch solution curves for \(c_1 = 1\) and \(c_2 = 1, 2, \ldots, 5\text{.}\)

28.

The growth of a population of rabbits with unlimited resources and space can be modeled by the exponential growth equation, \(dP/dt = kP\text{.}\)
  1. Write a differential equation to model a population of rabbits with unlimited resources, where hunting is allowed at a constant rate \(\alpha\text{.}\)
  2. Write a differential equation to model a population of rabbits with unlimited resources, where hunting is allowed at a rate proportional to the population of rabbits.
  3. Write a differential equation to model a population of rabbits with limited resources, where hunting is allowed at a constant rate \(\alpha\text{.}\)
  4. Write a differential equation to model a population of rabbits with limited resources, where hunting is allowed at a rate proportional to the population of rabbits.

29.

Given the equation \(x' + a x = q(t)\text{,}\) where \(a\) is a constant and \(q(t)\) is a continuous function defined on an interval \(I\text{,}\) show that
\begin{equation*} x(t) = Ce^{-at} + e^{-at} \int_{t_0}^t e^{as}q(s) \, ds \end{equation*}
is a solution of this equation, where \(c\) is any constant and \(t_0 \in I\text{.}\)
Hint.
Rewriting the differential equation as \(x' + a x - q(t) = 0\) and using the fact that
\begin{equation*} x'(t) = -a Ce^{-at} - a e^{-at} \int_{t_0}^t e^{as}q(s) \, ds + b(t), \end{equation*}
we see that
\begin{align*} x'(t) + a x(t) - q(t) & = -a Ce^{-at} - a e^{-at} \int_{t_0}^t e^{as}q(s) \, ds + q(t)\\ & + \; aCe^{-at} + ae^{-at} \int_{t_0}^t e^{as}q(s) \, ds - q(t)\\ & = 0. \end{align*}

30. Radiocarbon Dating.

Carbon 14 is a radioactive isotope of carbon, the most common isotope of carbon being carbon 12. Carbon 14 is created when cosmic ray bombardment changes nitrogen 14 to carbon 14 in the upper atmosphere. The resulting carbon 14 combines with atmospheric oxygen to form radioactive carbon dioxide, which is incorporated into plants by photosynthesis. Animals acquire carbon 14 by eating plants. When an animal or plant dies, it ceases to take on carbon 14, and the amount of isotope in the organism begins to decay into the more common carbon 12. Carbon 14 has a very long half-life, about 5730 years. That is, given a sample of carbon 14, it will take 5730 years for half of the sample to decay to carbon 12. The long half-life is what makes carbon 14 dating very useful in dating objects from antiquity.
  1. Consider a sample of material that contains \(A(t)\) atoms of carbon 14 at time \(t\text{.}\) During each unit of time a constant fraction of the radioactive atoms will spontaneously decay into another element or a different isotope of the same element. Thus, the sample behaves like a population with a constant death rate and a zero birth rate. Make use of the model of exponential growth to construct a differential equation that models radioactive decay for carbon 14.
  2. Solve the equation that you proposed in (a) to find an explicit formula for \(A(t)\text{.}\)
  3. The Chauvet-Pont-d’Arc Cave in the Ardèche department of southern France contains some of the best preserved cave paintings in the world. Carbon samples from torch marks and from the paintings themselves, as well as from animal bones and charcoal found on the cave floor, have been used to estimate the age of the cave paintings. If a particular sample taken from the Cauvet Cave contains 2% of the expected carbon 14, what is the approximate age of the sample?

31.

Consider the following predator-prey systems of differential equations
\begin{align*} \frac{dx}{dt} \amp = -\frac{x}{2} + \frac{xy}{2 + y},\\ \frac{dy}{dt} \amp= y(1 - y) - \frac{xy}{2 + y}. \end{align*}
  1. Which equation models the prey population and which equation models the predator population?
  2. How does the prey population grow if there are no predators present?
  3. What happens if there are a lot of prey present?
Hint.
Think about the limit of the interaction term as the number of prey becomes very large.

Subsection 1.1.10 An Introduction to Sage

Technology can prove very useful when studying differential equations. Software packages such Maple, Mathematica, and Matlab each have their advantages and disadvantages. We will use Sage, a readily available open source computer algebra system, as our choice of software. Sage can be run on an individual computer or over the Internet on a server. You can even access Sage from your smart phone. For our purposes, Sage cells are embedded into the textbook, so there is nothing to install on your computer. Simply, evaluate the cell. You can even change the preloaded commands in the cell if you wish. For example, let us evaluate the derivative of \(f(x) = x^2 \cos x\text{.}\)
Note that anything following a pound sign # is a comment.
We can use Sage to plot functions. For example, we can plot the function \(f(x) = x^2 \cos x\) as well as its derivative on the same graph.
We can use Sage to solve differential equations. Suppose that we wish to solve the initial value problem
\begin{align*} \frac{dP}{dt} & = kP\\ P(0) & = 1000. \end{align*}
We can use the following commands.
We will provide abundant examples of how to use Sage to solve and analyze differential equations throughout the book, and we encourage the reader to experiment by altering the Sage commands inside the individual Sage cells. If you make a mistake, you can simply reload the webpage and start again.
The reader will find plenty of resources to learn how to use Sage. A good place to start is www.sagemath.org/help.html, [1], or the UTMOST Sage Cell Repository (utmost-sage-cell.org), which contains several hundred Sage cells that can be excuted right from the repository website. Although we will be using Sage as the technology of choice, much of this book can be read independently of Sage. Finally, we would like to emphasize once again that the reader who chooses not to use some sort of technology will be at a disadvantage.

Exercises Sage Exercises

1.
In the Sage cell below enter 2 + 2 and then evaluate the cell. Your answer should be 4 of course. Next try entering 2^1000. You should see a very large number.
You have attempted of activities on this page.