CALCULUS 1 • DIFFERENTIAL EQUATIONS (INTRO)

Exponential DE Models — Exponential Models with Differential Equations

Discover how differential equations model real-world growth and decay from populations to radioactive isotopes.

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.

1683
Jacob Bernoulli & Compound Interest
Jacob Bernoulli studied how money grows when interest is compounded more and more frequently, discovering the constant e ≈ 2.718 in the process.
1798
Malthus on Population Growth
Thomas Malthus argued that human populations grow exponentially while food supply grows linearly, creating inevitable crises — one of the first applications of exponential modeling to biology.
1903
Rutherford & Radioactive Decay
Ernest Rutherford showed that radioactive substances decay at a rate proportional to the amount remaining, giving the concept of half-life its precise mathematical meaning through differential equations.
1920s
Lotka-Volterra Predator-Prey Models
Alfred Lotka and Vito Volterra extended exponential DEs to model interacting species, launching the field of mathematical ecology.

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.

1

Rate Proportional to Amount

The defining feature of an exponential model is that the rate of change (dy/dt) equals a constant k times the current value y. More quantity means more change.
2

The Growth/Decay Constant k

When k > 0, the model describes exponential growth. When k < 0, it describes exponential decay. The magnitude of k controls how fast the change occurs.
3

Initial Condition y₀

A differential equation has infinitely many solutions. The initial condition y(0) = y₀ pins down exactly one solution curve by specifying the starting value.
4

Separation of Variables

To solve dy/dt = ky, we use a technique called separation of variables — rearranging so all y terms are on one side and all t terms on the other, then integrating both sides.
KEY TAKEAWAY
Think of exponential growth like a snowball rolling downhill. The bigger the snowball gets, the more snow it picks up with each turn, which makes it even bigger, which lets it pick up even more snow. That self-feeding loop — where the rate of change depends on the current size — is exactly what the equation dy/dt = ky captures. For decay, imagine a leaky bucket: the more water in the bucket, the higher the pressure, and the faster water leaks out.

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.

The cyan and blue curves (k > 0) represent exponential growth — they accelerate upward over time. The pink and violet curves (k < 0) represent exponential decay — they approach zero asymptotically. The dashed line (k = 0) shows no change at all. All five curves share the same starting point y₀ = 10 (gold dot).

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.

THE EXPONENTIAL DIFFERENTIAL EQUATION
dy/dt = ky
y = quantity at time t; k = proportionality constant (growth if k > 0, decay if k < 0); dy/dt = rate of change of y with respect to time.

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.

GENERAL SOLUTION
y(t) = y₀ · e^(kt)
y₀ = initial value y(0); e ≈ 2.71828 (Euler's number); k = growth/decay constant; t = time.
DOUBLING TIME (GROWTH)
t_double = ln(2) / k ≈ 0.693 / k
When k > 0, this formula tells you how long it takes for the quantity to double. Set y(t) = 2y₀ and solve for t.
HALF-LIFE (DECAY)
t_half = ln(2) / |k| ≈ 0.693 / |k|
When k < 0, this formula gives the half-life — the time for the quantity to fall to half its current value. Notice it has the same structure as doubling time.

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.

Left panel: exponential growth with slope field arrows that steepen as y increases. Right panel: exponential decay with slope field arrows that flatten as y decreases toward the horizontal asymptote y = 0.
Comparison of exponential growth and decay characteristics
FeatureExponential Growth (k > 0)Exponential Decay (k < 0)
Sign of kPositiveNegative
Behavior as t → ∞y → ∞ (unbounded increase)y → 0 (approaches zero)
Key time metricDoubling time = ln(2)/kHalf-life = ln(2)/|k|
Real-world exampleBacteria reproducing in a nutrient-rich environmentCarbon-14 decaying in a fossil
Slope of curveGets steeper over timeGets 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.

Bacterial Colony Growth
1
Step 1 — Identify Given ValuesWe know the initial population P₀ = 500 cells at t = 0, and the population at t = 3 hours is P(3) = 4,000 cells. The model is the exponential differential equation dP/dt = kP, whose solution is P(t) = P₀ · ekt.
P₀ = 500, P(3) = 4000, P(t) = 500ekt
2
Step 2 — Substitute Known Data to Find kPlug in t = 3 and P(3) = 4000 into the general solution: 4000 = 500 · e3k. Divide both sides by 500 to get 8 = e3k.
e3k = 8
3
Step 3 — Solve for k Using Natural LogTake the natural logarithm of both sides: ln(8) = 3k. Since ln(8) = ln(2³) = 3 ln(2) ≈ 3 × 0.693 = 2.079, we get k = 2.079 / 3 ≈ 0.693.
k ≈ 0.693 per hour
4
Step 4 — Write the Complete ModelSubstitute k back into the general solution to get the specific population function for this colony.
P(t) = 500 · e^(0.693t)
5
Step 5 — Predict Population at t = 5Substitute t = 5: P(5) = 500 · e0.693 × 5 = 500 · e3.465 = 500 × 31.98 ≈ 15,990 cells.
P(5) ≈ 15,990 cells
💡 Notice the Doubling Time
Since k ≈ 0.693 = ln(2), the doubling time is tdouble = ln(2) / 0.693 = 1 hour. That means every hour, the colony doubles: 500 → 1000 → 2000 → 4000 → 8000 → 16000. Check: at t = 5, this gives 500 × 2⁵ = 16,000, which matches our answer.

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.

When the exponential model works — and when it doesn't
StrengthsLimitations
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).
WHEN TO USE THIS MODEL
Think of the exponential model like cruise control on a highway — it works perfectly on a straight, flat road (short-term, unconstrained growth), but the moment you hit a hill or a curve (resource limits, competition, changing conditions), you need a more sophisticated model. Use exponential DEs for short-to-medium time predictions or for systems like radioactive decay where the proportionality constant truly remains fixed.

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.

Exponential vs. Logistic differential equation models
FeatureExponential ModelLogistic Model
Differential Equationdy/dt = kydy/dt = ky(1 − y/L)
Long-term behaviorUnbounded growth or decay to zeroApproaches carrying capacity L
Shape of curveJ-shaped (growth) or decreasing exponential (decay)S-shaped (sigmoid) curve
Accounts for limits?No — assumes unlimited resourcesYes — growth slows near capacity
When to useEarly-stage growth, radioactive decay, compound interestPopulations 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

PROBLEM 1CONCEPTUAL
A differential equation states dy/dt = 5y. In plain language, explain what this equation says about the relationship between y and its rate of change. Would this equation model growth or decay, and why?
PROBLEM 2BASIC CALCULATION
A radioactive substance has a decay constant k = −0.04 per year and starts with y₀ = 200 grams. Write the solution to the differential equation dy/dt = −0.04y, and find how much remains after 10 years.
PROBLEM 3INTERMEDIATE
A population of fish in a lake numbers 800 today. Marine biologists estimate the population will reach 2,400 in 6 years under current conditions. Assuming exponential growth, find the growth constant k and determine when the population will first exceed 10,000.
PROBLEM 4APPLIED
Carbon-14 has a half-life of 5,730 years. An archaeologist discovers a wooden artifact that contains 35% of the Carbon-14 found in a living tree. Set up and solve the appropriate differential equation to estimate the age of the artifact.
PROBLEM 5CRITICAL THINKING
A student claims: 'Since dy/dt = ky has the solution y = y₀e^(kt), and e^(kt) is never zero, exponential decay means a substance never fully disappears. But if I have one atom of a radioactive element, at some point it must decay completely. Does the model contradict reality?' Analyze this apparent paradox.

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.

Varsity Tutors • Calculus 1 • Exponential DE Models — Exponential Models with Differential Equations