Study Guide

Exponential models with differential equations

AP Calculus BCΒ· AP Calculus BC CED β€” Differential EquationsΒ· 14 min read

1. Core Exponential Growth and Decay Modelβ˜…β˜…β˜†β˜†β˜†β± 4 min

Exponential models describe quantities that change at a rate proportional to the current size of the quantity. They are one of the most frequently tested differential equation models on the AP Calculus BC exam, appearing in both multiple-choice and free-response questions. The core relationship is that the rate of change of with respect to time is proportional to the current value of .

πŸ“˜ Definition

Exponential Growth/Decay Differential Equation

dydt=ky\frac{dy}{dt} = ky

First-order separable differential equation where the rate of change of a quantity is proportional to the current quantity. indicates growth, indicates decay.

Example:

Unlimited population growth, radioactive decay, continuous compound interest

πŸ”¬ Derivation
Goal:

Derive the general solution for the core exponential model

Starting from:

\frac{dy}{dt} = ky

  1. 1

    Separate variables to group terms with and :

  2. 2
    1ydy=kdt\frac{1}{y} dy = k dt
  3. 3

    Integrate both sides of the equation:

  4. 4
    ln⁑∣y∣=kt+C1\ln|y| = kt + C_1
  5. 5

    Exponentiate both sides to eliminate the natural logarithm:

  6. 6
    ∣y∣=ekt+C1=eC1ekt|y| = e^{kt + C_1} = e^{C_1}e^{kt}
  7. 7

    Let to absorb the sign and constant, resulting in . Apply the initial condition (initial amount at ) to find .

Result:

The general solution for the exponential model is , where is the initial quantity at .

πŸ“ Worked Example

A population of bacteria increases at a rate proportional to its current size. At time hours, the population is 2000. At time hours, the population is 3000. What is the population at hours?

  1. 1

    Use the core exponential model, with general solution:

  2. 2
    y(t)=y0ekty(t) = y_0 e^{kt}
  3. 3

    Substitute the initial condition to get :

  4. 4
    y(t)=2000ekty(t) = 2000 e^{kt}
  5. 5

    Use the given point at to solve for :

  6. 6
    3000=2000e2kβ€…β€ŠβŸΉβ€…β€Š32=e2kβ€…β€ŠβŸΉβ€…β€Šln⁑(32)=2kβ€…β€ŠβŸΉβ€…β€Šk=12ln⁑(32)3000 = 2000 e^{2k} \implies \frac{3}{2} = e^{2k} \implies \ln\left(\frac{3}{2}\right) = 2k \implies k = \frac{1}{2}\ln\left(\frac{3}{2}\right)
  7. 7

    Evaluate , simplifying with logarithm rules to avoid rounding error:

  8. 8
    y(6)=2000e6k=2000e3ln⁑(3/2)=2000(32)3=2000β‹…278=6750y(6) = 2000 e^{6k} = 2000 e^{3\ln(3/2)} = 2000 \left(\frac{3}{2}\right)^3 = 2000 \cdot \frac{27}{8} = 6750

Exam tip:

Simplify using logarithm exponent rules before plugging in a calculator; this avoids rounding errors and often gives an exact integer answer, which is what AP exam questions almost always expect.

2. Half-Life and Doubling Timeβ˜…β˜…β˜†β˜†β˜†β± 3 min

Half-life (for decay) and doubling time (for growth) are common special cases of exponential models. Instead of giving a second point to solve for , you are given the time it takes for the quantity to halve or double. These relationships can be derived quickly on the exam if you forget them, but memorizing them saves time.

  • Half-life (decay): , where is the time to halve the quantity

  • Doubling time (growth): , where is the time to double the quantity

πŸ“ Worked Example

A 100g sample of a radioactive isotope has a half-life of 15 years. How much of the original isotope remains after 40 years, to the nearest gram?

  1. 1

    Start with the general decay solution, with initial amount g:

  2. 2
    y(t)=100ekty(t) = 100 e^{kt}
  3. 3

    Use the half-life to solve for :

  4. 4
    k=βˆ’ln⁑215β‰ˆβˆ’0.0462k = -\frac{\ln 2}{15} \approx -0.0462
  5. 5

    Substitute and simplify using exponent rules:

  6. 6
    y(40)=100e(βˆ’ln⁑2/15)(40)=100(2)βˆ’8/3β‰ˆ15.75y(40) = 100 e^{(-\ln 2 / 15)(40)} = 100 (2)^{-8/3} \approx 15.75
  7. 7

    Round to the nearest whole gram, giving 16g.

Exam tip:

After solving for in any decay problem, confirm is negative; if you get a positive , you forgot the negative sign from and need to correct your work before proceeding.

3. Newton's Law of Coolingβ˜…β˜…β˜…β˜†β˜†β± 4 min

Newton's Law of Cooling is a modified exponential model that describes the temperature change of an object relative to the constant temperature of its surroundings (called the ambient temperature). Unlike basic exponential models where rate is proportional to current amount, here the rate of change of the object's temperature is proportional to the difference between the object's temperature and the ambient temperature.

πŸ“˜ Definition

Newton's Law of Cooling

dTdt=k(Tβˆ’Ts)\frac{dT}{dt} = k(T - T_s)

Differential equation for temperature change of an object relative to constant ambient temperature. is always negative, so temperature approaches ambient temperature over time.

Example:

Cooling of hot food, warming of a cold drink in a room

Solving this via separation of variables gives the general solution, where is the initial temperature of the object at :

T(t)=Ts+(T0βˆ’Ts)ektT(t) = T_s + (T_0 - T_s)e^{kt}
πŸ“ Worked Example

A hot cup of coffee has an initial temperature of 180Β°F. It is placed in a room with constant temperature 70Β°F. After 5 minutes, the coffee's temperature is 150Β°F. What is the temperature of the coffee after 15 minutes, to the nearest degree?

  1. 1

    Identify known values: , , substitute into the general solution:

  2. 2
    T(t)=70+(180βˆ’70)ekt=70+110ektT(t) = 70 + (180 - 70)e^{kt} = 70 + 110e^{kt}
  3. 3

    Use to solve for :

  4. 4
    150=70+110e5kβ€…β€ŠβŸΉβ€…β€Š811=e5kβ€…β€ŠβŸΉβ€…β€Šk=15ln⁑(811)β‰ˆβˆ’0.0645150 = 70 + 110e^{5k} \implies \frac{8}{11} = e^{5k} \implies k = \frac{1}{5}\ln\left(\frac{8}{11}\right) \approx -0.0645
  5. 5

    Evaluate at , simplifying with exponent rules:

  6. 6
    T(15)=70+110e15k=70+110(811)3β‰ˆ112.3Β°FT(15) = 70 + 110e^{15k} = 70 + 110\left(\frac{8}{11}\right)^3 \approx 112.3Β°F
  7. 7

    Round to the nearest whole degree, giving 112Β°F.

Exam tip:

Never forget the shifted term; a common mistake is using the basic exponential solution , which incorrectly predicts the object's temperature will approach 0 instead of the ambient temperature.

4. AP Style Practice Worked Examplesβ˜…β˜…β˜…β˜†β˜†β± 3 min

πŸ“ Worked Example

A quantity decays according to the differential equation . If the initial quantity is 100, what is the half-life of the quantity, to the nearest tenth of a unit? (A) 13.9 (B) 24.3 (C) 34.7 (D) 69.3

  1. 1

    Use the half-life relation , where :

  2. 2
    T1/2=βˆ’ln⁑2βˆ’0.02=34.655T_{1/2} = \frac{-\ln 2}{-0.02} = 34.655
  3. 3

    Round to the nearest tenth, so the correct answer is (C) 34.7.

πŸ“ Worked Example

A population of deer in a protected forest grows at a rate proportional to the current number of deer. At time years, the population is 200. After 4 years, the population is 280. (a) Write the explicit function that gives the deer population at time . (b) What is the population after 10 years, to the nearest whole number? (c) At what time will the population reach 1000 deer, to the nearest tenth of a year?

  1. 1

    Part (a): Start with general exponential growth solution, substitute :

  2. 2
    P(t)=200ektP(t) = 200 e^{kt}
  3. 3

    Use to solve for :

  4. 4
    280=200e4kβ€…β€ŠβŸΉβ€…β€Š1.4=e4kβ€…β€ŠβŸΉβ€…β€Šk=ln⁑1.44280 = 200 e^{4k} \implies 1.4 = e^{4k} \implies k = \frac{\ln 1.4}{4}
  5. 5

    The explicit function is

  6. 6

    Part (b): Evaluate at , simplifying with exponent rules:

  7. 7
    P(10)=200(1.4)10/4=200(1.4)2.5β‰ˆ442P(10) = 200 (1.4)^{10/4} = 200 (1.4)^{2.5} \approx 442
  8. 8

    Part (c): Set and solve for :

  9. 9
    1000=200e(ln⁑1.4/4)tβ€…β€ŠβŸΉβ€…β€Šln⁑5=ln⁑1.44tβ€…β€ŠβŸΉβ€…β€Št=4ln⁑5ln⁑1.4β‰ˆ19.11000 = 200 e^{(\ln 1.4 / 4)t} \implies \ln 5 = \frac{\ln 1.4}{4} t \implies t = \frac{4 \ln 5}{\ln 1.4} \approx 19.1
πŸ“ Worked Example

A veterinarian administers a 200mg dose of a drug to a dog. The drug is eliminated from the dog's bloodstream at a rate proportional to the amount of the drug present. After 3 hours, 120mg of the drug remains. A blood test can detect the drug if there is at least 10mg present in the bloodstream. How many hours after injection will the drug no longer be detectable? Round your answer to the nearest whole hour, and interpret your result in context.

  1. 1

    Let be the amount of drug in mg at time hours. The proportional elimination rate gives the differential equation , with general solution .

  2. 2

    Use to solve for :

  3. 3
    120=200e3kβ€…β€ŠβŸΉβ€…β€Š0.6=e3kβ€…β€ŠβŸΉβ€…β€Šk=ln⁑0.63β‰ˆβˆ’0.1703120 = 200 e^{3k} \implies 0.6 = e^{3k} \implies k = \frac{\ln 0.6}{3} \approx -0.1703
  4. 4

    Set (the detection threshold) and solve for :

  5. 5
    10=200eβˆ’0.1703tβ€…β€ŠβŸΉβ€…β€Š0.05=eβˆ’0.1703tβ€…β€ŠβŸΉβ€…β€Štβ‰ˆ1810 = 200 e^{-0.1703 t} \implies 0.05 = e^{-0.1703 t} \implies t \approx 18
  6. 6

    Interpretation: The drug will no longer be detectable in the dog's bloodstream approximately 18 hours after the initial injection.

5. Common Pitfalls

Wrong move:

Writing Newton's Law of Cooling with a positive and concluding the object's temperature will grow indefinitely far from the ambient temperature.

Why:

Students mix up sign conventions for proportionality.

Correct move:

Always check the limit as : should approach , not infinity or zero, to confirm your sign for is correct.

Wrong move:

Getting a positive for a half-life decay problem after deriving it from .

Why:

Students forget that and drop the negative sign.

Correct move:

Confirm is negative for all decay problems before substituting into the solution function.

Wrong move:

Rounding to two decimal places early in the problem, leading to a final answer that is outside the AP exam's acceptable error range.

Why:

Students rush to calculate a decimal value for instead of simplifying with logarithm rules.

Correct move:

Simplify to a power of a constant before calculating a final decimal value.

Wrong move:

Omitting the constant of integration after integrating , leading to the solution with no constant term.

Why:

Students rush the separation of variables step.

Correct move:

Add the constant of integration immediately after integrating both sides, before exponentiating or rearranging.

Wrong move:

Stating that means 3% growth per year for a continuous exponential model.

Why:

Students confuse discrete annual growth with continuous growth.

Correct move:

For continuous models, is the proportionality constant; the percentage growth per unit time is .

6. Quick Reference Cheatsheet

Category

Formula

Notes

Core Exponential Model DE

Applies when rate of change of is proportional to current ; = growth, = decay

General Solution

= value of at ; derived via separation of variables

Half-Life (Decay)

Time to reduce quantity by half;

Doubling Time (Growth)

Time to double a growing quantity; for all growth

Newton's Law of Cooling DE

= constant ambient temperature; for cooling

Newton's Law of Cooling Solution

= initial object temperature; as ,

Solve for with known point

Use after substituting a known point into the general solution

When this came up on past exams

AI-estimated based on syllabus patterns β€” cross-check with official past papers for accuracy. Use only as revision-focus signals.

  • 2023 Β· BC MCQ

    Half-life calculation problem

  • 2022 Β· BC FRQ

    Newton's Law of Cooling application

What's Next

Exponential models are the foundation for more complex differential equation models you will study next in Unit 7 of AP Calculus BC. Immediately after mastering exponential models, you will move on to logistic growth models, which account for carrying capacity and limited resources in population growth β€” a topic that frequently appears in AP Calculus BC FRQs. Without a solid understanding of how exponential models are derived from differential equations and how to solve for constants of proportionality, you will struggle to separate variables and interpret logistic models, which share many solution properties with exponential models. Exponential models also connect to integration of exponential functions and parametric differential equations later in the course.