Fiveable

♾️AP Calculus AB/BC Unit 7 Review

QR code for AP Calculus AB/BC practice questions

7.8 Exponential Models with Differential Equations

7.8 Exponential Models with Differential Equations

Written by the Fiveable Content Team • Last updated June 2026
Verified for the 2027 exam
Verified for the 2027 examWritten by the Fiveable Content Team • Last updated June 2026
♾️AP Calculus AB/BC
Unit & Topic Study Guides

AP Cram Sessions 2021

Pep mascot

Exponential models come from the differential equation dydt=ky\frac{dy}{dt}=ky, which says the rate of change of a quantity is proportional to the size of the quantity. Solving it by separation of variables gives y=y0ekty=y_0e^{kt}, where y0y_0 is the starting amount and kk is the growth (k>0k>0) or decay (k<0k<0) constant. For AP Calculus, interpret kk, y0y_0, and the units in context.

Why This Matters for the AP Calculus Exam

This topic connects the differential equation skills from earlier in Unit 7 (separation of variables and initial conditions) to real-world growth and decay. On the AP Calculus exam you may need to:

  • Translate a verbal statement like "the rate of change is proportional to the amount" into dydt=ky\frac{dy}{dt} = ky.
  • Solve a separable equation and apply an initial condition to find the particular solution.
  • Use the model y=y0ekty = y_0 e^{kt} to predict future values or solve for time.
  • Interpret what the variables and the constant kk mean in context.

You can recognize the exponential form and use it directly without re-deriving it every time, but you should still be ready to show the separation-of-variables steps when a problem asks for them. Writing clear setup, correct notation, and labeled units makes your work easier to follow and check.

Key Takeaways

  • The phrase "rate of change is proportional to the size of the quantity" always means dydt=ky\frac{dy}{dt} = ky.
  • The general solution is y=y0ekty = y_0 e^{kt}, where y0=y(0)y_0 = y(0) is the initial value.
  • A positive kk models growth; a negative kk models decay.
  • Find kk by plugging a second known data point into y=y0ekty = y_0 e^{kt} and using natural logs.
  • Keep the constant of integration when you integrate, and separate variables before integrating.
  • Track units on tt and kk so your final answer makes sense in context.

What Is a Differential Equation Here?

A differential equation relates a quantity to its own rate of change. In exponential models, you know how fast something is changing relative to how much is present, and you want the full function that describes the quantity over time.

The model you use is:

dydt=ky\frac{dy}{dt} = ky
  • dydt\frac{dy}{dt} is the rate of change of the quantity over time (people, milligrams, bacteria, etc.).
  • kk is the proportionality constant that sets the rate and direction of change.
    • k>0k > 0 means the quantity is growing.
    • k<0k < 0 means the quantity is decaying.

Solving the Differential Equation

You can derive y=y0ekty = y_0 e^{kt} from dydt=ky\frac{dy}{dt} = ky using separation of variables.

  1. Start with the differential equation: dydt=ky\frac{dy}{dt} = ky.
  2. Separate the variables: Move all yy terms to one side and all tt terms to the other: 1ydy=kdt\frac{1}{y}\,dy = k\,dt.
  3. Integrate both sides: The integral of 1ydy\frac{1}{y}\,dy is lny\ln|y|, and the integral of kdtk\,dt is ktkt. This gives lny=kt+C\ln|y| = kt + C, where CC is the constant of integration.
  4. Solve for yy: Exponentiate both sides to undo the natural log: elny=ekt+Ce^{\ln|y|} = e^{kt+C}, which simplifies to y=eCekt|y| = e^C \cdot e^{kt}.
  5. Use the initial condition: Suppose y=y0y = y_0 when t=0t = 0. Plugging in gives y0=eCe0|y_0| = e^C \cdot e^0, so eC=y0e^C = |y_0|. Then y=y0ekt|y| = |y_0| \cdot e^{kt}.
  6. Final exponential model: Assuming yy stays positive, drop the absolute values to get y=y0ekty = y_0 e^{kt}.

Here y0y_0 is the starting value, ee is Euler's number, and ktkt combines the rate constant and time.

Worked Example: Population Growth

A small town has a population of 2,000 people. The population increases at a rate proportional to its current size. After 3 years, the population grows to 3,000 people. What will the population be after 10 years?

Identify the given information:

  • Initial population y0=2000y_0 = 2000
  • Population after 3 years: 30003000
  • Goal: find the population after 10 years.

Set up the model y=y0ekty = y_0 e^{kt} with y=2000y = 2000 when t=0t = 0.

Find kk using the point at t=3t = 3, y=3000y = 3000:

3000=2000e3k3000 = 2000 \cdot e^{3k}

Divide both sides by 2000:

30002000=e3k\frac{3000}{2000} = e^{3k} 1.5=e3k1.5 = e^{3k}

Take the natural log of both sides:

ln(1.5)=3k\ln(1.5) = 3k k=ln(1.5)30.13516k = \frac{\ln(1.5)}{3} \approx 0.13516

Now use t=10t = 10 in y=2000ekty = 2000 \cdot e^{kt}:

y=2000e0.13516×10y = 2000 \cdot e^{0.13516 \times 10} y=2000e1.351620003.86377727.4y = 2000 \cdot e^{1.3516} \approx 2000 \cdot 3.8637 \approx 7727.4

The population is expected to be about 7,727 people after 10 years.

How to Use This on the AP Calculus Exam

Problem Solving

Use this routine for any exponential growth or decay problem:

  1. Recognize the phrase "proportional to the amount" and write dydt=ky\frac{dy}{dt} = ky.
  2. Write the solution y=y0ekty = y_0 e^{kt} and substitute the initial value y0y_0.
  3. Plug in a second known point to solve for kk using natural logs.
  4. Answer the actual question (a future value, or a time you solve for) and include units.

Free Response

If a problem asks you to find a general or particular solution, show the separation-of-variables steps: separate, integrate both sides, add the constant of integration, and use the initial condition to solve for the constant. Skipping the separation step or dropping the constant of integration limits the points you can earn.

Common Trap

Not every differential equation with a fraction leads to a log or exponential answer. Only equations in the form dydt=ky\frac{dy}{dt} = ky (rate proportional to amount) give exponential solutions. Check the structure before assuming the answer is exponential.

Practice Problems

Try these before checking the solutions.

  1. The rate at which a drug leaves the bloodstream is proportional to the amount in the bloodstream. A dose of 200 mg is given to a patient. After 3 hours, approximately 127.3 mg remain. The amount of the drug in milligrams after tt hours is A(t)A(t). Write an equation for A(t)A(t).
  2. Bacteria in a culture increase at a rate proportional to the number present. If the number of bacteria doubles in five hours, in how many hours will the number quadruple?

Solution for Problem 1

Identify the given information:

  • y0=200y_0 = 200
  • After 3 hours (t=3t = 3), y=127.3y = 127.3
  • Goal: find the equation that models the situation.

Use y=y0ekty = y_0 e^{kt} with y=200y = 200 when t=0t = 0. Find kk using the point at t=3t = 3, y=127.3y = 127.3:

127.3=200e3k127.3 = 200 \cdot e^{3k}

Divide both sides by 200:

127.3200=e3k\frac{127.3}{200} = e^{3k} 0.6365=e3k0.6365 = e^{3k}

Take the natural log of both sides:

ln(0.6365)=3k\ln(0.6365) = 3k k=ln(0.6365)30.151k = \frac{\ln(0.6365)}{3} \approx -0.151

Since dydt=kA\frac{dy}{dt} = kA and A(0)=200A(0) = 200, the model is:

A(t)=200e0.151tA(t) = 200 \cdot e^{-0.151t}

The negative kk confirms decay, which fits a drug leaving the bloodstream.

Solution for Problem 2

There are no exact numbers, only ratios, so pick convenient starting values.

  • Let y0=100y_0 = 100 when t=0t = 0.
  • After 5 hours (t=5t = 5), y=200y = 200 (doubled).
  • Goal: find how long until y=400y = 400 (quadrupled).

Use y=y0ekty = y_0 e^{kt} with y=100y = 100 when t=0t = 0. Find kk from the point at t=5t = 5, y=200y = 200:

200=100e5k200 = 100 \cdot e^{5k} 200100=e5k\frac{200}{100} = e^{5k} 2=e5k2 = e^{5k}

Take the natural log of both sides:

ln(2)=5k\ln(2) = 5k k=ln(2)50.139k = \frac{\ln(2)}{5} \approx 0.139

Now solve for the time when y=400y = 400:

400=100e0.139t400 = 100 \cdot e^{0.139t} 4=e0.139t4 = e^{0.139t}

Take the natural log of both sides:

ln(4)=0.139t\ln(4) = 0.139t t=ln(4)0.1399.97 hourst = \frac{\ln(4)}{0.139} \approx 9.97 \ \text{hours}

Common Misconceptions

  • "Any differential equation with a fraction gives a log or exponential answer." Only the form dydt=ky\frac{dy}{dt} = ky (rate proportional to amount) produces exponential solutions. Look at the actual structure first.
  • "You can skip separating variables." You need to move all yy terms to one side and all tt terms to the other before integrating. Skipping this leads to incorrect work and lost points.
  • "The constant of integration does not matter." Forgetting CC when you integrate means you cannot correctly use the initial condition to find the particular solution.
  • "kk is always positive." A positive kk models growth and a negative kk models decay. Solving for kk tells you which is happening; do not assume the sign.
  • "y0y_0 is just any data point." y0y_0 is specifically the value of yy when t=0t = 0. Use a different known point to solve for kk.
  • "Units do not matter." Track the units on time and on kk so your prediction makes sense in context.

Vocabulary

The following words are mentioned explicitly in the College Board Course and Exam Description for this topic.

Term

Definition

differential equation

An equation that relates a function to its derivatives, describing how a quantity changes in relation to one or more variables.

exponential decay

A process in which a quantity decreases at a rate proportional to its current size, modeled by dy/dt = ky where k < 0.

exponential growth

A process in which a quantity increases at a rate proportional to its current size, modeled by dy/dt = ky where k > 0.

exponential growth and decay model

A differential equation of the form dy/dt = ky that models quantities that increase or decrease at a rate proportional to their current amount.

general solution

The complete family of solutions to a differential equation, containing arbitrary constants that represent all possible particular solutions.

initial condition

Specified values of a function at particular points that determine which particular solution to a differential equation is selected.

particular solution

A specific solution to a differential equation obtained by using initial conditions to determine the values of arbitrary constants.

proportional

A relationship between two quantities where one is a constant multiple of the other.

rate of change

The measure of how quickly a quantity changes with respect to another variable, often time.

Frequently Asked Questions

What is an exponential model with a differential equation?

An exponential model comes from a differential equation where the rate of change is proportional to the current amount. In AP Calculus, that usually appears as dy/dt = ky, and its solution is y = y0e^(kt).

How do you solve dy/dt = ky?

Separate the variables to get (1/y) dy = k dt, integrate both sides, and solve for y. After applying the initial condition y(0) = y0, the particular solution is y = y0e^(kt).

What does k mean in exponential growth and decay?

The constant k tells you the rate and direction of change. If k is positive, the quantity grows; if k is negative, the quantity decays. Its units are the reciprocal of the time unit, such as per year or per hour.

How do you find k from a data point?

Plug the initial value and a second known point into y = y0e^(kt). Divide by y0, take the natural log of both sides, and solve for k.

When do you use exponential growth and decay on AP Calc?

Use it when a problem says a rate is proportional to the current amount. Common contexts include population growth, radioactive decay, drug concentration, cooling, or any quantity changing at a rate tied to its size.

How is AP Calc 7.8 tested?

AP Calc 7.8 can ask you to translate a verbal model into dy/dt = ky, solve for a general or particular solution, use an initial condition, and interpret y, t, and k in context.

Pep mascot
Upgrade your Fiveable account to print any study guide

Download study guides as beautiful PDFs See example

Print or share PDFs with your students

Always prints our latest, updated content

Mark up and annotate as you study

Click below to go to billing portal → update your plan → choose Yearly→ and select "Fiveable Share Plan". Only pay the difference

Plan is open to all students, teachers, parents, etc
Pep mascot
Upgrade your Fiveable account to export vocabulary

Download study guides as beautiful PDFs See example

Print or share PDFs with your students

Always prints our latest, updated content

Mark up and annotate as you study

Plan is open to all students, teachers, parents, etc
report an error
description

screenshots help us find and fix the issue faster (optional)

add screenshot