AP CALCULUS AB • DIFFERENTIAL EQUATIONS

Exponential Models with Differential Equations

How the simple relationship dy/dt = ky governs growth and decay across nature, finance, and physics.

Historical Context & Motivation

The idea that a quantity's rate of change is proportional to the quantity itself is one of the most powerful and enduring relationships in mathematics. Long before the formal language of calculus existed, scholars noticed that populations, compound interest, and radioactive substances all seemed to follow a common pattern: the bigger something gets, the faster it grows — or conversely, the less there is of something, the slower it decays. This observation eventually crystallized into the exponential differential equation dy/dt = ky, a deceptively simple equation whose solution, y = Cekt, appears in virtually every branch of science and engineering.

1683
Jacob Bernoulli & Compound Interest
While studying the problem of continuously compounded interest, Jacob Bernoulli discovered the limiting value (1 + 1/n)n as n → ∞, which converges to the constant e ≈ 2.71828.
1798
Malthus & Population Growth
Thomas Malthus published "An Essay on the Principle of Population," arguing that unchecked populations grow geometrically — an observation that maps directly onto the exponential growth model dP/dt = kP.
1896
Becquerel & Radioactive Decay
Henri Becquerel's discovery of radioactivity opened a new domain for exponential decay. Ernest Rutherford later formalized the half-life concept, showing that radioactive substances obey dN/dt = −λN.
1928
Newton's Law of Cooling Formalized
Although Newton proposed his cooling law in 1701, its rigorous treatment using differential equations matured in the early twentieth century, linking temperature change dT/dt = −k(T − Tₛ) to exponential decay toward ambient temperature.

The central question these developments converge upon is this: given only the knowledge that a rate of change is proportional to a current value, can we predict the future behavior of the system exactly? The answer is a resounding yes, and the tool that unlocks this prediction is separation of variables — the technique that transforms the differential equation dy/dt = ky into the explicit solution y = Cekt. Understanding this equation and its variations is essential for the AP Calculus AB exam.

Core Principles & Definitions

Before diving into solution techniques, it is essential to anchor the foundational ideas that make exponential models work. Every exponential model rests on a single structural assumption: the instantaneous rate of change of a quantity is directly proportional to the current value of that quantity. From this single assumption, a remarkably rich family of solutions emerges.

1

The Differential Equation dy/dt = ky

This is the defining equation. The constant k is the relative growth rate. When k > 0 the quantity grows exponentially; when k < 0 it decays exponentially.
2

The General Solution y = Ceᵏᵗ

Solving by separation of variables yields y = Cekt, where C = y(0) is the initial condition. This is the only function family satisfying the equation.
3

Exponential Growth (k > 0)

When the proportionality constant is positive, the solution curves sweep upward without bound. Population models and continuously compounded interest exhibit this behavior. The doubling time is t₂ = ln 2 / k.
4

Exponential Decay (k < 0)

A negative proportionality constant drives the quantity toward zero asymptotically. Radioactive decay and cooling processes follow this pattern. The half-life is t₁/₂ = ln 2 / |k|.
5

Initial Value Problems (IVPs)

On the AP exam, you are typically given dy/dt = ky together with a specific value y(t₀) = y₀. The initial condition pins down C, converting the general solution into a unique particular solution.
KEY TAKEAWAY
Think of exponential growth like a snowball rolling downhill: the bigger the snowball gets, the more surface area it has to pick up snow, so it grows faster and faster. Exponential decay is the reverse — imagine an ice cube melting in warm air. The smaller it gets, the less surface area is exposed, so the melting rate slows proportionally. In both cases, the rate of change scales with the current size, which is precisely what dy/dt = ky encodes.

Visualizing Exponential Growth & Decay

A graph is worth more than a page of algebra when it comes to internalizing the behavior of exponential functions. The diagram below plots several solution curves of dy/dt = ky for both positive and negative values of k, all sharing the same initial condition y(0) = 4. Observe how the sign and magnitude of k dictate whether the curve climbs steeply, climbs gently, or decays toward zero.

All four curves share the initial value y(0) = 4 (green dot). The pink curve (k = 0.5) and violet curve (k = 0.25) show exponential growth — larger k means steeper ascent. The cyan curve (k = −0.25) and amber curve (k = −0.5) show exponential decay — the quantity approaches zero but never reaches it.

Several features stand out in this diagram. First, every curve passes through the point (0, 4) because C = y(0) = 4 for all four. Second, the growth curves are concave up: as y increases, dy/dt = ky also increases, accelerating the climb. Third, the decay curves are concave up as well (since the second derivative y″ = k²y > 0), but they are decreasing. The horizontal axis y = 0 acts as a horizontal asymptote for every decay curve — the quantity never actually reaches zero, a fact with deep physical implications in contexts like radioactive decay.

Mathematical Framework — Derivation & Formulas

The derivation of the exponential model from its differential equation is a textbook application of separation of variables. We begin with dy/dt = ky, separate the variables so that all y-terms appear on one side and all t-terms on the other, integrate both sides, and solve for y explicitly. This process is a cornerstone of the AP Calculus AB curriculum and appears regularly on both the multiple-choice and free-response sections.

DIFFERENTIAL EQUATION
dy/dt = ky
y = y(t) is the quantity as a function of time, k is the constant of proportionality (growth rate if k > 0, decay rate if k < 0), and t is the independent variable (usually time).
SEPARATION OF VARIABLES
(1/y) dy = k dt → ∫(1/y) dy = ∫k dt → ln|y| = kt + C₁
We divide both sides by y (assuming y ≠ 0), multiply both sides by dt, and integrate. The antiderivative of 1/y is ln|y|, and the antiderivative of k is kt. The arbitrary constant C₁ absorbs both constants of integration.
EXPONENTIATION
|y| = e^(kt + C₁) = e^(C₁) × e^(kt) → y = Ce^(kt) where C = ±e^(C₁)
Exponentiating both sides removes the natural log. The constant C = ±eC₁ is determined by the initial condition. If y(0) = y₀, then C = y₀.
GENERAL SOLUTION (IVP FORM)
y(t) = y₀ × e^(kt)
y₀ is the initial value y(0). This formula completely determines y for all t once y₀ and k are known. For growth, k > 0. For decay, k < 0.
⚠️ AP Exam Tip
On the AP Calculus AB exam, you are expected to derive y = Cekt from dy/dt = ky by separation of variables. Simply writing the solution without showing the separation and integration steps will not earn full credit on free-response questions. Always show the separation, the integrals, the exponentiation, and the application of the initial condition.

Detailed Breakdown — Growth, Decay & Special Formulas

While the general solution y = y₀ekt covers all cases, real-world problems often present information indirectly. You might be given a half-life, a doubling time, a percentage rate, or two data points and asked to find k. The diagram below provides a decision flowchart for identifying which sub-formula to use, and the table that follows catalogs the most common variations.

This flowchart guides you from recognizing a differential equation of the form dy/dt = ky through determining whether the model represents growth or decay, and finally to the relevant time-constant formula. The orange box on the right summarizes how to determine k when you are given data points or a half-life.
Common exponential model scenarios and how to determine k
ScenarioGiven InformationFormula for kSolution
Doubling time t₂y doubles every t₂ unitsk = ln 2 / t₂y = y₀ × 2t/t₂
Half-life t₁/₂y halves every t₁/₂ unitsk = −ln 2 / t₁/₂y = y₀ × (1/2)t/t₁/₂
Two data pointsy(t₁) = y₁ and y(0) = y₀k = ln(y₁ / y₀) / t₁y = y₀ × ekt
Percentage rate ry grows at r% per unit timek = ln(1 + r/100)y = y₀ × ekt

Worked Example — Radioactive Decay

Let us work through a complete example of the type you would encounter on the AP Calculus AB free-response section. This problem requires setting up the differential equation, solving it by separation of variables, determining the constant k from a half-life, and then using the model to answer a prediction question.

📝 Problem Statement
A radioactive substance has a half-life of 8 years. At time t = 0, a sample contains 200 grams. The rate of decay is proportional to the amount present. (a) Write a differential equation for the amount A(t). (b) Solve the differential equation. (c) Find the value of k. (d) How much substance remains after 20 years?
Full Solution
1
Step 1 — Write the Differential EquationSince the rate of decay is proportional to the amount present, we write dA/dt = kA, where k is a negative constant (because the substance is decaying). The initial condition is A(0) = 200.
dA/dt = kA, A(0) = 200
2
Step 2 — Separate Variables and IntegrateDivide both sides by A and multiply by dt: (1/A) dA = k dt. Integrate both sides: ∫(1/A) dA = ∫k dt, which yields ln|A| = kt + C₁. Exponentiate: A = Cekt, where C = ±eC₁.
A(t) = Ceᵏᵗ
3
Step 3 — Apply the Initial ConditionSubstituting t = 0: A(0) = Ce0 = C = 200. Therefore the particular solution is A(t) = 200ekt.
A(t) = 200eᵏᵗ
4
Step 4 — Determine k from the Half-LifeThe half-life is 8 years, so A(8) = 100. Substituting: 100 = 200e8k. Dividing by 200: 1/2 = e8k. Taking ln of both sides: ln(1/2) = 8k, so k = −ln 2 / 8 ≈ −0.08664.
k = −ln 2 / 8 ≈ −0.08664
5
Step 5 — Find A(20)Substituting t = 20: A(20) = 200e(−ln 2 / 8)(20) = 200e−2.5 ln 2 = 200 × 2−2.5 = 200 / (22.5) = 200 / (4√2) ≈ 200 / 5.6569 ≈ 35.36 grams.
A(20) ≈ 35.36 grams

Strengths & Limitations of the Exponential Model

The exponential model is elegant and widely applicable, but it carries inherent limitations that you should understand both for the AP exam and for scientific literacy. Recognizing when this model is appropriate — and when it breaks down — is a higher-order skill that distinguishes strong exam responses from merely procedural ones.

Comparative analysis of the exponential model
StrengthsLimitations
Analytically solvable — the closed-form solution y = y₀eᵏᵗ allows exact predictions without numerical methods.Assumes unlimited resources — real populations face carrying capacity constraints, making the model unrealistic for long-term biological forecasting.
Universal applicability — the same mathematical structure describes phenomena across physics, biology, chemistry, finance, and pharmacology.Constant relative rate — the model requires k to be truly constant. In reality, rates often change due to temperature, competition, or policy shifts.
Easily parameterized — only two quantities (y₀ and k) fully determine the model, making it ideal for situations with limited data.Growth without bound — for k > 0, the model predicts y → ∞, which is physically impossible in all real-world systems.
Excellent short-term approximation — even when the true model is logistic or more complex, exponential behavior dominates early dynamics.Cannot model oscillations, thresholds, or saturation without modification. Phenomena with feedback loops require differential equations beyond dy/dt = ky.
KEY TAKEAWAY
Think of the exponential model as a first-order approximation, much like a tangent line is a linear approximation to a curve. It captures the essential behavior near the initial conditions beautifully, but the further you extrapolate, the more reality diverges. In AP Calculus AB, when a problem says "the rate is proportional to the amount," you are being told to use this model. In AP Calculus BC and beyond, the logistic model dy/dt = ky(1 − y/L) addresses the limitation of unbounded growth.

Connection to Advanced Theory

The exponential differential equation dy/dt = ky is the simplest member of a family of autonomous first-order ordinary differential equations. Understanding it well prepares you not only for the AP Calculus AB exam but also for the richer models you will encounter in BC Calculus, differential equations courses, and applied mathematics. The table below contrasts the pure exponential model with several extensions, each of which addresses one of the limitations discussed in Section 7.

Exponential vs. Logistic: from AB to BC
FeatureExponential Model (AB)Logistic Model (BC & Beyond)
Differential Equationdy/dt = kydy/dt = ky(1 − y/L)
Solutiony = y₀eᵏᵗy = L / (1 + Ae⁻ᵏᵗ)
Long-term behavior (k > 0)y → ∞ (unbounded)y → L (carrying capacity)
Inflection pointNo inflection (always concave up)At y = L/2 (fastest growth)
AP Exam CoverageTested on AB and BCTested on BC only
Solution methodSeparation of variablesPartial fractions + separation

Even within the AB curriculum, recognizing the exponential model's place in the broader landscape deepens your conceptual understanding. When a free-response question asks you to comment on whether a model is reasonable for large t, the answer often involves acknowledging that real-world growth cannot continue exponentially forever. This kind of critical analysis earns communication points on the exam. Additionally, Newton's Law of Cooling — dT/dt = −k(T − Tₛ) — is an extension where the difference (T − Tₛ) plays the role of y, and the equilibrium temperature Tₛ acts as a horizontal asymptote, a concept that bridges the pure exponential model to more nuanced applications.

Practice Problems

1
A population P satisfies the differential equation dP/dt = 0.03P with P(0) = 500. Which of the following statements best describes the behavior of P(t) as t increases?
2
A substance decays according to dA/dt = −0.05A with A(0) = 80 grams. What is the amount remaining after 10 units of time?
3
A bacterial culture grows according to dy/dt = ky. At t = 0, there are 1,000 bacteria, and at t = 3 hours, there are 8,000 bacteria. What is the population at t = 5 hours?
PROBLEM 4APPLIED
A pharmaceutical company models drug concentration C(t) (in mg/L) in a patient's bloodstream by the differential equation dC/dt = −kC. After an injection, C(0) = 12 mg/L and the drug's half-life in the body is 4 hours. (a) Find the value of k. (b) Write the particular solution for C(t). (c) Determine the concentration at t = 10 hours.
PROBLEM 5CRITICAL THINKING
Let f be a twice-differentiable function satisfying df/dt = kf for some constant k ≠ 0. (a) Show that f″(t) = k²f(t) for all t. (b) Use part (a) to explain why the graph of f is always concave up when f(t) > 0, regardless of the sign of k. (c) Explain why this concavity result means that exponential decay curves never cross the t-axis.

Summary — Exponential Models with Differential Equations

The exponential differential equation dy/dt = ky states that the rate of change of a quantity is proportional to the quantity itself. Solving by separation of variables — separating, integrating, exponentiating, and applying the initial condition y(0) = y₀ — yields the unique particular solution y(t) = y₀ekt. When k > 0, the model describes exponential growth with doubling time t₂ = ln 2 / k; when k < 0, it describes exponential decay with half-life t₁/₂ = ln 2 / |k|.

On the AP Calculus AB exam, always show your full derivation — separate variables, write both integrals, exponentiate, and apply the initial condition — to earn full credit on free-response questions. Remember that the constant k can be determined from a half-life, a doubling time, or a second data point using k = ln(y₁/y₀)/t₁. This model is the foundation for understanding more complex equations like the logistic model, Newton's Law of Cooling, and coupled systems you will encounter in advanced courses.

Varsity Tutors • AP Calculus AB • Exponential Models with Differential Equations