Chapter 15 An Introduction to Differential Equations
15.2 Objective
By the end of this activity, you should be able to:
- Translate a real-world situation into a rate equation
- Explain what a differential equation represents
- Solve a simple differential equation using separation
- Interpret a logistic-type solution
- Understand why we start simple and then layer complexity
15.3 Part 1 — Start With the Messy Problem
There are 149 people in this lecture room.
At time \(t = 0\), one person becomes a zombie.
No further information is given.
15.4 Part 2 — The Art of Simplifying
Modeling requires simplifying assumptions.
15.5 Part 3 — Translating Into Mathematics
Let:
- \(S(t)\) = number of susceptible humans
- \(Z(t)\) = number of zombies
We want to describe:
\[ \frac{dZ}{dt} \]
This means:
The rate at which zombies increase.
15.5.1 What Determines the Rate?
Discuss:
- If there are very few zombies, what happens?
- If there are very few humans, what happens?
- Does growth depend on one group, or both?
Complete:
The rate of increase of zombies is proportional to ________________________.
\[ \frac{dZ}{dt} = \beta ZS \]
where \(\beta > 0\).
15.7 Substitute
Solve for \(S\):
\[ S = 149 - Z \]
Substitute into the differential equation:
\[ \frac{dZ}{dt} = \beta Z(149 - Z) \]
Now we have one equation involving only \(Z\).
15.8 Part 5 — From Rate Rule to Function \(Z(t)\)
We now want to understand how \(Z\) changes over time.
15.10 Part 7 — Interpret the Solution
Discuss:
- What happens as \(t \to \infty\)?
- What happens as \(t \to 0\)?
- When is growth fastest?
- What determines steepness?
- How does the initial number of zombies affect the curve?
Sketch the curve and label:
- Early slow growth
- Rapid middle growth
- Saturation near 149
15.11 Part 8 — Layering Complexity Back In
Our model assumed:
- No one fights back.
- Zombies never die.
- Infection is instant.
- The room is perfectly mixed.
Now we relax those assumptions.
15.11.1 Layer 1 — Humans Fight Back
\[ \frac{dZ}{dt} = \beta ZS - \delta Z \]
Rewrite:
\[ \frac{dZ}{dt} = Z(\beta S - \delta) \]
Zombies grow if:
\[ S > \frac{\delta}{\beta} \]
Discuss:
- What does this threshold mean?
- Could zombies fail to spread?
15.12 Final Reflection
Answer individually:
- Why did we start with an oversimplified model?
- What insight did the simple model give us?
- What changed when we added realism?
- What is a differential equation?
Complete:
A differential equation is a mathematical statement that describes __________________________________________.
15.13 The Modeling Workflow
You just followed the core structure of applied mathematics:
- Observe complexity.
- Strip to the core mechanism.
- Write a rate rule.
- Integrate to understand behavior.
- Add complexity deliberately.
- Reanalyze.
Differential equations are structured expressions of assumptions about change.