Nathan Wakefield, Christine Kelley, Marla Williams, Michelle Haver, Lawrence Seminario-Romero, Robert Huben, Aurora Marks, Stephanie Prahl, Based upon Active Calculus by Matthew Boelkins
Section8.1An Introduction to Differential Equations
Motivating Questions
What are differential equations? How are they useful?
What is the order of a differential equation? What is an autonomous differential equation?
In Section 5.3, we learned that a differential equation is an equation that provides a description of a function’s derivative, which means that it tells us the function’s rate of change. In this chapter we will learn several methods for solving differential equations. We start by revisiting what a differential equation is.
Differential equations arise frequently in our every day world. For instance, you may hear a bank advertising:
Your money will grow at a 3% annual interest rate with us.
This innocuous statement is really a differential equation. Let’s translate: \(A(t)\) will be amount of money you have in your account at time \(t\text{.}\) The rate at which your money grows is the derivative \(dA/dt\text{,}\) and we are told that this rate is \(0.03 A\text{.}\) This leads to the differential equation
This differential equation has a slightly different feel than the previous equation \(\frac{ds}{dt} = 4t+1\text{.}\) In the earlier example, the rate of change depends only on the independent variable \(t\text{,}\) and we may find \(s(t)\) by integrating the velocity \(4t+1\text{.}\) In the banking example, however, the rate of change depends on the dependent variable \(A\text{,}\) so we’ll need some new techniques in order to find \(A(t)\text{.}\)
Example8.1.
Express the following statements as differential equations. In each case, you will need to introduce notation to describe the important quantities in the statement so be sure to clearly state what your notation means.
The population of a town grows continuously at an annual rate of 1.25%.
A radioactive sample loses 5.6% of its mass every day.
You have a bank account that continuously earns 4% interest every year. At the same time, you withdraw money continually from the account at the rate of $1000 per year.
A cup of hot chocolate is sitting in a 70\(^\circ\) room. The temperature of the hot chocolate cools continuously by 10% of the difference between the hot chocolate’s temperature and the room temperature every minute.
A can of cold soda is sitting in a 70\(^\circ\) room. The temperature of the soda warms continuously at the rate of 10% of the difference between the soda’s temperature and the room’s temperature every minute.
Hint.
Small hints for each of the prompts above.
Answer.
Let \(P\) be the population \(t\) the time in years; \(\frac{dP}{dt} = 0.0125P\text{.}\)
Let \(m\) be the mass \(t\) the time in days; \(\frac{dm}{dt} = -0.056m\text{.}\)
Let \(B\) be the balance \(t\) be time in years; \(\frac{dB}{dt} = 0.04B - 1000\text{.}\)
Let \(t\) be time in minutes \(H\) the temperature of the hot chocolate; \(\frac{dH}{dt} = -0.1(H - 70)\text{.}\)
Let \(t\) be time in minutes and \(H\) the temperature of the soda;
Let \(P\) be the population of the town and let \(t\) be the time in years. The population of the town grows continuously at an annual rate of \(1.25\%\) means that
Let \(B\) be the balance (in dollars) in the account and let \(t\) be the time in years. The money in the account continuously earns 4% interest every year and $1000 is withdrawn every year means that
The temperature of a room is \(70^\circ\text{.}\) Let \(t\) be time in minutes. The temperature \(H\) of a cup of hot chocolate cools continuously by 10% of the difference between the hot chocolate’s temperature and the room temperature every minute means that
The temperature of a room is \(70^\circ\text{.}\) Let \(t\) be time in minutes. The temperature \(H\) of a can of soda warms continuously by 10% of the difference between the soda’s temperature and the room temperature every minute means that
Subsection8.1.1Differential Equations in the World Around Us
Differential equations give a natural way to describe phenomena we see in the real world. For instance, physical principles are frequently expressed as a description of how a quantity changes. A good example is Newton’s Second Law, which says:
The product of an object’s mass and acceleration equals the force applied to it.
For instance, when gravity acts on an object near the earth’s surface, it exerts a force equal to \(mg\text{,}\) the mass of the object times the gravitational constant \(g\text{.}\) We therefore have
where \(v\) is the velocity of the object, and \(g = 9.8\) meters per second squared. Notice that this physical principle does not tell us what the object’s velocity is, but rather how the object’s velocity changes.
Example8.2.
Shown below are two graphs depicting the velocity of falling objects. On the left is the velocity of a skydiver, while on the right is the velocity of a meteorite entering the Earth’s atmosphere.
Begin with the skydiver’s velocity and use the given graph to measure the rate of change \(dv/dt\) when the velocity is \(v=0.5, 1.0, 1.5, 2.0\text{,}\) and \(2.5\text{.}\) Plot your values on the graph below. You will want to think carefully about this: you are plotting the derivative \(dv/dt\) as a function of velocity.
Now do the same thing with the meteorite’s velocity: use the given graph to measure the rate of change \(dv/dt\) when the velocity is \(v=3.5,4.0,4.5\text{,}\) and \(5.0\text{.}\) Plot your values on the graph above.
You should find that all your points lie on a line. Write the equation of this line being careful to use proper notation for the quantities on the horizontal and vertical axes.
The relationship you just found is a differential equation. Write a complete sentence that explains its meaning.
By looking at the differential equation, determine the values of the velocity for which the velocity increases.
By looking at the differential equation, determine the values of the velocity for which the velocity decreases.
By looking at the differential equation, determine the values of the velocity for which the velocity remains constant.
A graph of the points from parts (a) and (b) is shown in the following diagram:
\(\frac{dv}{dt} = -0.6v + 1.8\text{.}\)
The rate of change of velocity with respect to time is a linear function of velocity.
\(0 \lt v \lt 3\text{.}\)
\(3 \lt v \lt 5\text{.}\)
\(v = 3\text{.}\)
Solution.
Each graph is a graph of velocity \(v\) as a function of time \(t\text{.}\) To estimate \(\frac{dv}{dt}\) at a particular time, we must estimate the slope of the tangent line for the graph of \(v\) at that point. For parts (a) and (b), we draw tangent lines and measure the slopes of the tangent lines. These values are approximations.
A graph of the points from parts (a) and (b) is shown in the following diagram:
Using the values in parts (a) and (b), we obtain \(\frac{dv}{dt} = -0.6v + 1.8\text{.}\)
This differential equation means that the rate of change of velocity with respect to time is a linear function of velocity.
The velocity increases when \(\frac{dv}{dt} \gt 0\text{.}\) So the velocity increases when \(0 \lt v \lt 3\text{.}\)
The velocity decreases when \(\frac{dv}{dt} \lt 0\text{.}\) So the velocity decreases when \(3 \lt v \lt 5\text{.}\)
The velocity will remain constant when \(\frac{dv}{dt} = 0\text{,}\) which is when \(v = 3\text{.}\)
The point of this example is to demonstrate how differential equations model processes in the real world. In this example, two factors influence the velocities: gravity and wind resistance. The differential equation describes how these factors influence the rate of change of the velocities.
Subsection8.1.2Types of Differential Equations
To close this section, we note that differential equations may be classified based on certain characteristics they may possess. You may see many different types of differential equations in a later course in differential equations. For now, we would like to introduce a few terms that are used to describe differential equations.
Order of a differential equation.
The order of a differential equation is the order of the highest derivative that appears in the equation.
For example, a first-order differential equation is one in which only the first derivative of the function occurs. For this reason,
Match the solutions to the differential equations. If there is more than one solution to an equation, select the answer that includes all solutions.
\(\displaystyle \frac{d^2y}{dx^2}=-16 y\)
\(\displaystyle \frac{dy}{dx}=-4 y\)
\(\displaystyle \frac{d^2y}{dx^2}=16 y\)
\(\displaystyle \frac{dy}{dx}=4 y\)
\(\displaystyle y = \sin(4 x)\)
\(\displaystyle y = 4\sin(x)\)
\(y = e^{-4 x}\) or \(y = e^{4 x}\)
\(\displaystyle y = e^{-4 x}\)
\(\displaystyle y = e^{4 x}\)
\(y = \sin(4 x)\) or \(y = 4\sin(x)\)
2.Finding constant to complete solution.
Find a positive value of \(k\) for which \(y = \cos(k t)\) satisfies
\begin{equation*}
\frac{d^2y}{dt^2} + 9 y = 0.
\end{equation*}
\(k =\)
3.Choosing solution of \(dy/dt=k(1-Ay)\).
Let \(A\) and \(k\) be positive constants.
Which of the given functions is a solution to \(\frac{dy}{dt}=-k(y+A)\text{?}\)
\(\displaystyle y = A + C e^{kt}\)
\(\displaystyle y = -A + C e^{-kt}\)
\(\displaystyle y = -A + C e^{kt}\)
\(\displaystyle y = A^{-1} + C e^{Akt}\)
\(\displaystyle y = A + C e^{-kt}\)
\(\displaystyle y = A^{-1} + C e^{-Akt}\)
4.Analyzing Newton’s Law of Cooling.
Suppose that \(T(t)\) represents the temperature of a cup of coffee set out in a room, where \(T\) is expressed in degrees Fahrenheit and \(t\) in minutes. A physical principle known as Newton’s Law of Cooling tells us that
Supposes that \(T(0)=105\text{.}\) What does the differential equation give us for the value of \(\frac{dT}{dt}\vert_{T=105}\text{?}\) Explain in a complete sentence the meaning of these two facts.
Is \(T\) increasing or decreasing at \(t=0\text{?}\)
What is the approximate temperature at \(t=1\text{?}\)
On the graph below, make a plot of \(dT/dt\) as a function of \(T\text{.}\)
For which values of \(T\) does \(T\) increase? For which values of \(T\) does \(T\) decrease?
What do you think is the temperature of the room? Explain your thinking.
Verify that \(T(t) = 75 + 30e^{-t/15}\) is the solution to the differential equation with initial value \(T(0) = 105\text{.}\) What happens to this solution after a long time?
5.Population growth.
Suppose that the population of a particular species is described by the function \(P(t)\text{,}\) where \(P\) is expressed in millions. Suppose further that the population’s rate of change is governed by the differential equation
where \(k\) is the spring constant, a constant that depends on the properties of the spring in the scale. After you put the bananas in the scale, you (cleverly) observe that the height of the bananas is given by \(h(t) = 4\sin(3t)\text{.}\) What is the value of the spring constant?