| Study Guides
AP · Exponential models with differential equations · 14 min read · Updated 2026-05-10

Exponential models with differential equations — AP Calculus AB Study Guide

For: AP Calculus AB candidates sitting AP Calculus AB.

Covers: Core proportional growth/decay differential equations, general solution derivation via separation of variables, doubling time, half-life, and Newton's Law of Cooling for temperature change modeling.

You should already know: Separation of variables for separable differential equations. Derivative and antiderivative rules for exponential and logarithmic functions. Basic initial condition application.

A note on the practice questions: All worked questions in the "Practice Questions" section below are original problems written by us in the AP Calculus AB style for educational use. They are not reproductions of past College Board / Cambridge / IB papers and may differ in wording, numerical values, or context. Use them to practise the technique; cross-check with official mark schemes for grading conventions.


1. What Is Exponential models with differential equations?

Exponential models with differential equations are the most common applied differential equation type on the AP Calculus AB exam, accounting for 2-3% of total exam weight per the official CED. They appear in both multiple-choice (MCQ) and free-response (FRQ) sections, most often as contextual applied problems in FRQs. At their core, these models describe any quantity where the rate of change of the quantity is proportional to the current size of the quantity. This relationship matches a huge range of real-world phenomena: population growth, radioactive decay, drug concentration in the bloodstream, and temperature change, among others. Unlike algebraic exponential functions, exponential models are derived directly from the rate relationship described by a differential equation, so you must be able to move from the verbal description of the rate to the differential equation, then solve it to get the explicit function for the quantity. This topic relies heavily on separation of variables, which you should already be familiar with from earlier in the unit.

2. Core Proportional Growth and Decay Model

The fundamental assumption of any exponential model is: the rate of change of a quantity is proportional to the current value of . Translating this statement to a differential equation gives: where is the constant of proportionality. If , the quantity is growing (rate is positive when is positive), and if , the quantity is decaying (rate is negative when is positive). We can solve this separable differential equation to get a general solution:

  1. Separate variables:
  2. Integrate both sides: , where is the constant of integration
  3. Exponentiate both sides to eliminate the logarithm:
  4. Simplify by letting (the accounts for the absolute value), so
  5. Apply the initial condition (the quantity at ): , so the general solution becomes:

Worked Example

A culture of bacteria grows at a rate proportional to the current number of bacteria. At hours, there are 200 bacteria. At hours, there are 480 bacteria. Write an explicit formula for , the number of bacteria at time .

  1. We start with the core exponential model: , so general solution is . The initial condition gives , so .
  2. Substitute the second known point : . Divide both sides by 200 to get .
  3. Take the natural logarithm of both sides: , so solve for : .
  4. Substitute back to get the final formula: , or approximately .

Exam tip: Always check the sign of after solving: if your problem describes decay, should be negative. If it describes growth, should be positive. This quick check catches 80% of common algebraic sign errors on the exam.

3. Doubling Time and Half-Life

Doubling time and half-life are special cases of exponential growth and decay that let you find directly without a second measurement, or find the time to reach a specific quantity. Doubling time () is the time required for a growing quantity to double in size. For any exponential growth model: Rearranged, this gives or for growth.

Half-life () is the time required for a decaying quantity to decrease to half its original size. For any exponential decay model: Rearranged, this gives or for decay. Since is negative for decay, is always positive, which matches its physical meaning.

Worked Example

Radioactive Carbon-14 has a half-life of 5730 years. A fossil fragment has 12% of its original Carbon-14 remaining. How old is the fossil, to the nearest 100 years?

  1. Start with the general decay model . Using the half-life formula, per year.
  2. We know that 12% of the original Carbon-14 remains, so . Substitute into the model: . Cancel (non-zero) to get .
  3. Take the natural logarithm of both sides: . Solve for : .
  4. Substitute : years.

Exam tip: If the question asks for an exact form, leave your answer in terms of natural logarithms instead of approximating. Only approximate when the question explicitly asks for a numerical value.

4. Newton's Law of Cooling

Newton's Law of Cooling is a modified exponential model that describes the temperature change of an object relative to a constant ambient (surrounding) temperature. The core assumption is: the rate of change of the object's temperature is proportional to the difference between the object's temperature and the ambient temperature. Translating this to a differential equation: where is the object temperature at time , is the constant ambient temperature, and is a negative constant of proportionality. Solving this via separation of variables gives the general solution: where is the initial temperature of the object at . This model works for both cooling (hot object in cool environment) and warming (cool object in warm environment): if , decreases toward ; if , increases toward .

Worked Example

A hot cup of tea at 95°C is placed in a 20°C room. After 5 minutes, the temperature of the tea is 70°C. What is the temperature of the tea after 10 minutes?

  1. We have , , so substitute into the general solution: .
  2. Use the known point : .
  3. To find , note that .
  4. Substitute back: .

Exam tip: Keep intermediate values in exact form (like ) instead of approximating early. This avoids rounding error that can cost you points on FRQ.

5. Common Pitfalls (and how to avoid them)

  • Wrong move: Writing Newton's Law of Cooling as instead of . Why: Students confuse Newton's Law with the basic exponential growth/decay model and forget the rate depends on the temperature difference, not the temperature itself. Correct move: When you see a temperature problem, always write the term immediately after writing to avoid this error.
  • Wrong move: Using the doubling time formula for half-life problems, resulting in a positive for decay. Why: Students mix up the formulas for growth and decay and fail to check the sign of . Correct move: After calculating for any decay problem, confirm is negative; if it is positive, add a negative sign to your result.
  • Wrong move: Omitting the term in the Newton's Law general solution, writing . Why: Students forget to move to the left side of the equation after integrating. Correct move: After integrating and simplifying, always isolate before applying the initial condition to make sure you do not miss the term.
  • Wrong move: Canceling when , leading to an undefined solution for the model. Why: Exponential models assume non-zero initial quantity, but students forget the trivial solution for zero initial quantity. Correct move: If the initial quantity is zero, the quantity stays zero for all time; write as your solution.
  • Wrong move: Setting (positive only) after integrating , leading to an incorrect sign for when the initial quantity is negative. Why: Students forget the absolute value requires allowing to be negative. Correct move: After solving for using the initial condition, confirm the sign of matches the sign of the initial quantity.

6. Practice Questions (AP Calculus AB Style)

Question 1 (Multiple Choice)

Which of the following is the solution to the differential equation with the initial condition ? A) B) C) D)

Worked Solution: For the core exponential differential equation , the general solution with initial condition is . Here, and . Substituting these values gives . Option A has the wrong sign on , option C swaps and , and option D adds instead of multiplying it. The correct answer is B.


Question 2 (Free Response)

A population of deer in a national park grows at a rate proportional to the current population size. At years, there are 1200 deer. Two years later, there are 1500 deer. (a) Write an explicit formula for , the deer population at time . (b) What is the deer population after 10 years, rounded to the nearest whole number? (c) At what time will the population reach 3000 deer, rounded to two decimal places?

Worked Solution: (a) For exponential growth, , so . Substitute : The explicit formula is .

(b) At : The population after 10 years is 3662 deer.

(c) Set : The population reaches 3000 deer at approximately 8.22 years.


Question 3 (Application / Real-World Style)

A hospital technician pulls a vial of insulin out of a 4°C refrigerator and places it on a counter in a 22°C room. After 15 minutes, the temperature of the vial is 10°C. What is the temperature of the vial after 30 minutes, to the nearest degree Celsius? Include units in your answer.

Worked Solution: Use Newton's Law of Cooling (warming): , . General solution: At , : . For : After 30 minutes on the counter, the insulin vial has a temperature of , which is still cool enough for safe clinical use.

7. Quick Reference Cheatsheet

Category Formula Notes
Core Exponential Differential Equation Rate proportional to current quantity; = growth, = decay
General Core Solution is initial quantity at
Doubling Time (Growth) Only for positive (exponential growth)
Half-Life (Decay) Only for negative (exponential decay); is always positive
Newton's Law Differential Equation = constant ambient temperature; is always negative
Newton's Law General Solution = initial object temperature at
Solving for Used when given for any exponential model

8. What's Next

Exponential models are the foundational applied differential equation for AP Calculus AB, and they prepare you for the next core topic in Unit 7: logistic differential equation models, which add a carrying capacity to population growth to account for limited resources. Without mastering how to translate a verbal rate description to a differential equation, solve it via separation of variables, and interpret the result in context, you will not be able to correctly set up or solve logistic models, which frequently appear on FRQ sections of the exam. Beyond Unit 7, exponential models connect to integration applications and improper integrals, and they are a core tool for any real-world application of calculus to dynamic systems.

Follow-on topics: Logistic differential equations Separable differential equations Slope fields Euler's method

← Back to topic

Stuck on a specific question?
Snap a photo or paste your problem — Ollie (our AI tutor) walks through it step-by-step with diagrams.
Try Ollie free →