Study Guide

Exponential models with differential equations

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

1. Core Concept: Exponential Modelsβ˜…β˜…β˜†β˜†β˜†β± 3 min

Exponential models are the most common applied differential equation type on the AP Calculus AB exam, accounting for 2-3% of total exam weight, appearing in both multiple-choice and free-response sections. These models describe quantities whose rate of change is proportional to their current size, matching many real-world phenomena from population growth to radioactive decay.

πŸ“˜ Definition

Exponential Differential Equation Model

A dynamic model where the rate of change of a quantity is directly proportional to the current value of the quantity, written as a first-order separable differential equation.

Example:

Bacterial growth, radioactive decay, drug concentration, temperature change

2. Core Proportional Growth and Decay Modelβ˜…β˜…β˜†β˜†β˜†β± 4 min

The fundamental relationship for any exponential model translates to a simple differential equation, where is the constant of proportionality:

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

If , the quantity grows exponentially; if , the quantity decays exponentially. We solve this via separation of variables to get the general solution with initial condition :

πŸ”¬ Derivation
Goal:

Derive the general solution for with

  1. 1

    Separate variables

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

    Integrate both sides

    ln⁑∣y∣=kt+C\ln|y| = kt + C
  3. 3

    Exponentiate to eliminate the logarithm

    ∣y∣=ekt+C=eCekt|y| = e^{kt+C} = e^C e^{kt}
  4. 4

    Simplify, letting to account for absolute value

    y=Aekty = A e^{kt}
  5. 5

    Apply initial condition

    y0=Ae0β€…β€ŠβŸΉβ€…β€ŠA=y0y_0 = A e^0 \implies A = y_0
Result:

The final solution for a basic exponential model is:

y(t)=y0ekty(t) = y_0 e^{kt}
πŸ“ 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. 1

    Apply the initial condition to the general solution

    y(t)=y0ekt,y0=200β€…β€ŠβŸΉβ€…β€Šy(t)=200ekty(t) = y_0 e^{kt}, \quad y_0 = 200 \implies y(t) = 200 e^{kt}
  2. 2

    Substitute the known point

    480=200e3kβ€…β€ŠβŸΉβ€…β€Š2.4=e3k480 = 200 e^{3k} \implies 2.4 = e^{3k}
  3. 3

    Solve for

    ln⁑(2.4)=3kβ€…β€ŠβŸΉβ€…β€Šk=ln⁑(2.4)3β‰ˆ0.2918\ln(2.4) = 3k \implies k = \frac{\ln(2.4)}{3} \approx 0.2918
  4. 4

    Write the final formula

    y(t)=200e(ln⁑2.43)ty(t) = 200 e^{\left(\frac{\ln 2.4}{3}\right)t}

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

Doubling time (for growth) and half-life (for decay) are special cases that let you find directly without a second measurement, or calculate time to reach a specific quantity.

For exponential growth with doubling time (time to double the initial quantity):

Tdouble=ln⁑2k,k=ln⁑2TdoubleT_{\text{double}} = \frac{\ln 2}{k}, \quad k = \frac{\ln 2}{T_{\text{double}}}

For exponential decay with half-life (time to reduce the initial quantity by half):

Thalf=βˆ’ln⁑2k,k=βˆ’ln⁑2ThalfT_{\text{half}} = -\frac{\ln 2}{k}, \quad k = -\frac{\ln 2}{T_{\text{half}}}

Since is negative for decay, is always positive, matching 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. 1

    Calculate from the given half-life

    k=βˆ’ln⁑25730β‰ˆβˆ’1.21Γ—10βˆ’4k = -\frac{\ln 2}{5730} \approx -1.21 \times 10^{-4}
  2. 2

    Set up the equation for 12% remaining mass

    0.12y0=y0ektβ€…β€ŠβŸΉβ€…β€Š0.12=ekt0.12 y_0 = y_0 e^{kt} \implies 0.12 = e^{kt}
  3. 3

    Take natural logs and solve for

    ln⁑(0.12)=ktβ€…β€ŠβŸΉβ€…β€Št=ln⁑(0.12)k\ln(0.12) = kt \implies t = \frac{\ln(0.12)}{k}
  4. 4

    Substitute and calculate

    t=5730β‹…ln⁑(0.12)βˆ’ln⁑2β‰ˆ17500t = 5730 \cdot \frac{\ln(0.12)}{-\ln 2} \approx 17500

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

Newton's Law of Cooling is a modified exponential model that describes temperature change of an object relative to a constant ambient (surrounding) temperature. The rate of change of the object's temperature is proportional to the difference between the object's temperature and the ambient temperature.

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

Where is the object's temperature at time , is the constant ambient temperature, and always. Solving via separation of variables gives the general solution for initial temperature :

T(t)=Ts+(T0βˆ’Ts)ektT(t) = T_s + (T_0 - T_s)e^{kt}

This model works for both cooling (hot object in a cool room) and warming (cool object in a warm room): the object's temperature always approaches the ambient temperature over time.

πŸ“ 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. 1

    Substitute known values into the general solution

    T(t)=20+(95βˆ’20)ekt=20+75ektT(t) = 20 + (95 - 20)e^{kt} = 20 + 75 e^{kt}
  2. 2

    Use the known point to find

    70=20+75e5kβ€…β€ŠβŸΉβ€…β€Š23=e5k70 = 20 + 75 e^{5k} \implies \frac{2}{3} = e^{5k}
  3. 3

    Simplify without approximating

    e10k=(e5k)2=(23)2=49e^{10k} = (e^{5k})^2 = \left(\frac{2}{3}\right)^2 = \frac{4}{9}
  4. 4

    Calculate

    T(10)=20+75(49)β‰ˆ53.3∘CT(10) = 20 + 75\left(\frac{4}{9}\right) \approx 53.3^\circ\text{C}

5. Common Pitfalls

Wrong move:

Writing Newton's Law of Cooling as instead of

Why:

Confusing Newton's Law with the basic exponential growth/decay model; rate depends on temperature difference, not absolute temperature

Correct move:

When working on a temperature problem, always write the term immediately after

Wrong move:

Using the doubling time formula for half-life problems, resulting in a positive for decay

Why:

Mixing up growth and decay formulas and forgetting to check the sign of

Correct move:

After calculating for any decay problem, confirm it is negative; add a negative sign if it is positive

Wrong move:

Omitting the term in the Newton's Law general solution, writing

Why:

Forgetting to fully isolate after integrating, leaving the constant ambient temperature term on the wrong side

Correct move:

After integrating and simplifying, always fully isolate before applying the initial condition

Wrong move:

Canceling when , leading to an undefined model

Why:

Forgetting that exponential models assume non-zero initial quantity; zero initial quantity is a trivial special case

Correct move:

If the initial quantity is zero, the quantity stays zero for all time: write as your solution

Wrong move:

Setting (only positive) after integrating , leading to incorrect sign for

Why:

Forgetting the absolute value in requires allowing to be negative to match the sign of the initial quantity

Correct move:

After solving for with the initial condition, confirm the sign of matches the sign of the initial quantity

6. 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

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 Β· MCQ

    Half-life decay calculation

  • 2022 Β· FRQ

    Newton's Law of Cooling problem

  • 2021 Β· MCQ

    Exponential growth model solution

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.