Historical Context & Motivation
Long before calculus textbooks existed, people noticed that certain quantities — money in a bank, the spread of a disease, or the size of a rabbit population — grow faster as they get larger. The bigger the quantity becomes, the faster it increases. This observation begged a deep mathematical question: can we write a single equation that captures this self-reinforcing pattern? The answer turned out to be a surprisingly elegant differential equation, and its solution is the exponential function you already know from algebra.
The common thread across all these milestones is a single idea: when the rate of change of a quantity is proportional to the quantity itself, an exponential function is born. This lesson will teach you how to set up, solve, and interpret the differential equation behind that pattern.
Core Principles & Definitions
Before diving into equations, let's establish the foundational ideas that make exponential differential equation models work. Each principle below builds on the last, so take them in order.
Rate Proportional to Amount
The Growth/Decay Constant k
Initial Condition y₀
Separation of Variables
Visualizing Growth & Decay Curves
The diagram below shows how solutions to the exponential differential equation behave for different values of k. All curves start at the same initial value y₀ = 10. Notice how the growth curves (k > 0) sweep upward with increasing steepness, while the decay curves (k < 0) fall toward zero but never quite reach it.
A key feature to notice is that growth curves get steeper as time passes — the slope keeps increasing because a larger y feeds back into a larger dy/dt. Decay curves do the opposite: they flatten out because as y shrinks, the rate of decay also shrinks. This is why a radioactive sample never fully reaches zero — it just gets infinitely close.
Mathematical Framework
Now let's formalize the ideas from Section 2 into precise equations. The exponential DE model starts with a single differential equation and, through separation of variables, yields the general exponential solution.
Solving by Separation of Variables
To solve dy/dt = ky, separate the variables by dividing both sides by y and multiplying both sides by dt. This gives (1/y) dy = k dt. Now integrate both sides: the left side gives ln|y| and the right side gives kt + C, where C is the constant of integration. Exponentiating both sides yields |y| = ekt + C = eC · ekt. Since eC is just another positive constant, we rename it y₀ (the initial value when t = 0), giving us the general solution.
Growth vs. Decay — A Detailed Comparison
Growth and decay are two sides of the same coin — both are governed by dy/dt = ky, and only the sign of k determines which behavior you see. The diagram below lays out the relationship between the slope field (tiny arrows showing dy/dt at each point) and the resulting solution curves.
| Feature | Exponential Growth (k > 0) | Exponential Decay (k < 0) |
|---|---|---|
| Sign of k | Positive | Negative |
| Behavior as t → ∞ | y → ∞ (unbounded increase) | y → 0 (approaches zero) |
| Key time metric | Doubling time = ln(2)/k | Half-life = ln(2)/|k| |
| Real-world example | Bacteria reproducing in a nutrient-rich environment | Carbon-14 decaying in a fossil |
| Slope of curve | Gets steeper over time | Gets flatter over time |
Worked Example — Bacterial Growth
A colony of bacteria initially contains 500 cells. After 3 hours, the colony has grown to 4,000 cells. Assuming exponential growth, find the growth constant k, write the population function P(t), and predict the population after 5 hours.
Strengths & Limitations of the Exponential Model
The exponential DE model is powerful but not perfect. Understanding when it works well — and when it breaks down — is crucial for applying it responsibly. No real population grows forever, and no bank account doubles infinitely. Let's examine the model's strengths alongside its limitations.
| Strengths | Limitations |
|---|---|
| Simple and elegant — the solution y = y₀e^(kt) is easy to calculate and interpret. | Assumes unlimited resources — real populations face food, space, and competition constraints. |
| Accurate over short time intervals for many natural phenomena including population growth and radioactive decay. | Predicts infinite growth as t → ∞, which is physically impossible for any real system. |
| Only requires two data points (y₀ and one additional measurement) to determine k. | The constant k is assumed to never change, but real growth rates fluctuate over time. |
| Exact solution for radioactive decay — half-life predictions are extremely reliable. | Cannot model situations where growth slows as a carrying capacity is reached (need logistic model instead). |
Connection to Advanced Models
The exponential DE model is your entry point into a much larger world of differential equation models. Once you're comfortable with dy/dt = ky, the natural next question is: what happens when growth eventually slows down? The answer leads to the logistic model and beyond.
| Feature | Exponential Model | Logistic Model |
|---|---|---|
| Differential Equation | dy/dt = ky | dy/dt = ky(1 − y/L) |
| Long-term behavior | Unbounded growth or decay to zero | Approaches carrying capacity L |
| Shape of curve | J-shaped (growth) or decreasing exponential (decay) | S-shaped (sigmoid) curve |
| Accounts for limits? | No — assumes unlimited resources | Yes — growth slows near capacity |
| When to use | Early-stage growth, radioactive decay, compound interest | Populations with limited resources, spread of diseases, adoption of technology |
Notice how the logistic equation contains the exponential equation inside it. When y is much smaller than L, the factor (1 − y/L) is close to 1, so dy/dt ≈ ky — pure exponential growth. Only as y approaches L does the braking factor kick in. This means every logistic model starts with an exponential phase. Mastering the exponential model first gives you the foundation for understanding all these more complex models in AP Calculus and beyond.
Practice Problems
Lesson Summary
The exponential differential equation dy/dt = ky states that a quantity's rate of change is proportional to its current value. Solving it by separation of variables yields the general solution y(t) = y₀ · e^(kt), where y₀ is the initial condition and k is the growth or decay constant. When k > 0, the model describes exponential growth with a doubling time of ln(2)/k; when k < 0, it describes exponential decay with a half-life of ln(2)/|k|.
This model applies to population growth, radioactive decay, compound interest, and many other phenomena. Its key limitation is assuming unlimited resources and a constant growth rate, which makes it most accurate over short time periods. For situations with resource constraints, the exponential model extends naturally into the logistic model — the next major topic in differential equations.