Exponential models come from the differential equation , which says the rate of change of a quantity is proportional to the size of the quantity. Solving it by separation of variables gives , where is the starting amount and is the growth () or decay () constant. For AP Calculus, interpret , , 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 .
- Solve a separable equation and apply an initial condition to find the particular solution.
- Use the model to predict future values or solve for time.
- Interpret what the variables and the constant 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 .
- The general solution is , where is the initial value.
- A positive models growth; a negative models decay.
- Find by plugging a second known data point into and using natural logs.
- Keep the constant of integration when you integrate, and separate variables before integrating.
- Track units on and 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:
- is the rate of change of the quantity over time (people, milligrams, bacteria, etc.).
- is the proportionality constant that sets the rate and direction of change.
- means the quantity is growing.
- means the quantity is decaying.
Solving the Differential Equation
You can derive from using separation of variables.
- Start with the differential equation: .
- Separate the variables: Move all terms to one side and all terms to the other: .
- Integrate both sides: The integral of is , and the integral of is . This gives , where is the constant of integration.
- Solve for : Exponentiate both sides to undo the natural log: , which simplifies to .
- Use the initial condition: Suppose when . Plugging in gives , so . Then .
- Final exponential model: Assuming stays positive, drop the absolute values to get .
Here is the starting value, is Euler's number, and 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
- Population after 3 years:
- Goal: find the population after 10 years.
Set up the model with when .
Find using the point at , :
Divide both sides by 2000:
Take the natural log of both sides:
Now use in :
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:
- Recognize the phrase "proportional to the amount" and write .
- Write the solution and substitute the initial value .
- Plug in a second known point to solve for using natural logs.
- 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 (rate proportional to amount) give exponential solutions. Check the structure before assuming the answer is exponential.
Practice Problems
Try these before checking the solutions.
- 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 hours is . Write an equation for .
- 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:
- After 3 hours (),
- Goal: find the equation that models the situation.
Use with when . Find using the point at , :
Divide both sides by 200:
Take the natural log of both sides:
Since and , the model is:
The negative 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 when .
- After 5 hours (), (doubled).
- Goal: find how long until (quadrupled).
Use with when . Find from the point at , :
Take the natural log of both sides:
Now solve for the time when :
Take the natural log of both sides:
Common Misconceptions
- "Any differential equation with a fraction gives a log or exponential answer." Only the form (rate proportional to amount) produces exponential solutions. Look at the actual structure first.
- "You can skip separating variables." You need to move all terms to one side and all terms to the other before integrating. Skipping this leads to incorrect work and lost points.
- "The constant of integration does not matter." Forgetting when you integrate means you cannot correctly use the initial condition to find the particular solution.
- " is always positive." A positive models growth and a negative models decay. Solving for tells you which is happening; do not assume the sign.
- " is just any data point." is specifically the value of when . Use a different known point to solve for .
- "Units do not matter." Track the units on time and on so your prediction makes sense in context.
Related AP Calculus Guides
- Unit 7 Overview: Differential Equations
- 7.2 Verifying Solutions for Differential Equations
- 7.3 Sketching Slope Fields
- 7.6 Finding General Solutions Using Separation of Variables
- 7.5 Approximating Solutions Using Euler’s Method
- 7.7 Finding Particular Solutions Using Initial Conditions and Separation of Variables
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.