Chapter 7: Differential Equations
Differential equations allow us to model and analyze systems where a quantity changes in relation to itself or other variables. They are fundamental in many fields such as physics, biology, economics, and engineering. In this chapter, we discuss several key topics:
- Modeling with Differential Equations
- Sketching Slope Fields
- Euler’s Method for Approximations
- Separation of Variables for General Solutions
- Finding Particular Solutions Using Initial Conditions
- Exponential Models
- Logistic Models
Each topic is explored in depth with background insights and practical self–check problems.
7.1 Modeling with Differential Equations
Differential equations describe relationships between a function and its derivatives. They arise naturally when the rate of change of a quantity depends on the current state of the system. For instance, in population dynamics, the rate at which a population grows might depend on its current size. The general form
captures such relationships. This modeling approach provides a framework for predicting future behavior based on current trends.
These models are standardly used in fields as diverse as physics (to model motion), chemistry (to study reaction rates), and finance (to predict investments). The power of differential equations is that once a model is established, various techniques can be used to analyze and solve for the function that describes the system.
Self-Check 1
Problem:
Suppose the rate at which a certain chemical concentration changes in a reaction is directly proportional to its current concentration. Write the differential equation modeling this situation and describe its general solution form.
Solution:
Modeling:
Since the rate is proportional to , we write:where is a constant.
General Solution:
The general solution is:where is the initial concentration.
7.2 Sketching Slope Fields
A slope field (or direction field) is a graphical tool that helps visualize the behavior of solutions to a differential equation without solving it explicitly. At each point , a short line segment is drawn with slope given by
This visual representation allows you to see patterns such as equilibrium solutions, trends, and possible long–term behavior.
Slope fields are standardly used to gain intuition about the solutions and to check the reasonableness of analytic or numerical solutions. They can also be “stretched” to understand systems with more complicated dynamics.
Self-Check 2
Problem:
Consider the differential equation
Describe how you would sketch its slope field and determine whether there appears to be an equilibrium solution.
Solution:
Procedure:
At several points , compute the slope and draw a short line segment with that slope.Observation:
Notice that if , then the slope becomes zero:Hence, acts as an equilibrium (or isocline) where the direction field has horizontal tangents.
7.3 Euler’s Method for Approximations
Euler’s Method is a numerical technique for approximating solutions to differential equations. It is especially useful when an analytic solution is difficult or impossible to obtain. The idea is to use the slope at a known point to estimate the value of the solution at a nearby point. The formula
provides the next value using a small step size .
While simple, Euler’s Method can be “stretched” by refining the step size to improve accuracy. It also introduces the concept of numerical error, which is an important consideration in practical applications.
Self-Check 3
Problem:
Approximate the solution to the initial value problem
using Euler’s Method with a step size of to estimate .
Solution:
Step 1 (from to ):
At , and .Step 2 (from to ):
At , and .
Thus, Euler’s Method approximates .
7.4 Separation of Variables for General Solutions
Separation of Variables is a powerful technique for solving first–order differential equations that can be written in the form
The method involves rearranging the equation to group all terms involving on one side and all terms involving on the other:
Integrating both sides yields the general solution.
This method is standardly used when the differential equation is “separable” and provides insight into the structure of the solution. It is also flexible enough to be applied to problems that model physical, biological, or economic systems.
Self-Check 4
Problem:
Solve the differential equation
with the initial condition using separation of variables.
Solution:
Separate variables:
Integrate both sides:
Solve for :
where .
Apply the initial condition :
Thus, the solution is
7.5 Finding Particular Solutions Using Initial Conditions
Once the general solution of a differential equation is obtained, initial or boundary conditions are used to determine the particular solution that fits the specific situation. This step is crucial in applications since the general solution often contains an arbitrary constant. By substituting the given initial condition into the general solution, the constant is determined uniquely.
This process is standard in problems from physics (e.g., initial velocity), biology (e.g., initial population), and other fields. It “stretches” the mathematical model to a precise scenario.
Self-Check 5
Problem:
Find the particular solution of the differential equation
with the initial condition .
Solution:
General solution:
Separate variables:Integrate:
Apply the initial condition:
Thus, the particular solution is
7.6 Exponential Models with Differential Equations
Exponential models arise when the rate of change of a quantity is directly proportional to the quantity itself. This leads to differential equations of the form
Their solutions, as discussed earlier, are given by
which describe exponential growth (if ) or decay (if ). Exponential models are widely used in physics, biology, and finance to model processes such as radioactive decay, population growth, and interest accumulation.
These models are not only standard in their formulation but also serve as building blocks for more complex dynamics.
Self-Check 6
Problem:
A radioactive substance decays according to the law
where and the initial amount is . Find the amount of substance after 10 days.
Solution:
General solution:
Evaluate at :
Thus, approximately 184 grams remain after 10 days.
7.7 Logistic Models with Differential Equations
Logistic models describe growth that is initially exponential but slows as the system approaches a carrying capacity . The logistic differential equation is given by
This model is standard in population dynamics, where the growth rate decreases as the population nears the maximum sustainable level. It also finds applications in ecology, epidemiology, and economics.
Logistic models can be “stretched” further by analyzing stability and equilibrium points, making them powerful tools in understanding complex systems with constraints.
Self-Check 7
Problem:
A population grows logistically according to
with an initial population of . Find the equilibrium solutions and describe the long–term behavior of the population.
Solution:
Equilibrium solutions occur when :
This gives or
Long–term behavior:
Since the population is initially 100, and the logistic model predicts growth toward the carrying capacity, as , .
Thus, the population will stabilize at 1000 in the long run.

