Achievable logoAchievable logo
AP Calculus AB
Sign in
Sign up
Purchase
Textbook
Practice exams
Support
How it works
Exam catalog
Mountain with a flag at the peak
Textbook
Introduction
1. Limits
2. Derivative basics
3. Advanced differentiation
4. Contextual uses
5. Analytical uses
6. Integration
7. Differential equations
7.1 Modeling & verifying solutions
7.2 Slope fields
7.3 Separation of variables
7.4 Exponential models
8. Applications of integrals
9. Testing details tag
10. test
Wrapping up
Achievable logoAchievable logo
7.4 Exponential models
Achievable AP Calculus AB
7. Differential equations
Our AP Calculus AB course is currently in development and is a work-in-progress.

Exponential models

5 min read
Font
Discuss
Share
Feedback

What you’ll learn:

  • How to derive the general solution to exponential differential equations
  • How the initial condition leads to the specific form y=y0​ekt

In section 7.1, we saw that when a quantity changes at a rate proportional to its current size, it can be modeled by the differential equation

dtdy​=ky

To solve this, use separation of variables:

y1​dy=kdt

∫y1​dy=∫kdt

ln∣y∣=kt+C

y=ekt+C

y=ekt⋅eC

Since eC is just a constant, it can be replaced with the general constant term C.

If the initial condition for this model is y(0)=y0​, then

y0​=Ce0

y0​=C

So we can replace C in the general solution with the initial value y0​.

y=y0​ekt​

This equation models any situation where a quantity grows or decays exponentially, starting from an initial value/amount y0​ at time t=0.

Examples

1. A population grows at a rate proportional to its current size. If it doubles every 5 years, how many years will it take to triple?

Solution

(spoiler)

The differential equation that models this situation is

dtdP​=kP

and the general solution for the differential equation is

P(t)=P0​ekt

where P0​ is the initial population and P(t) is the size of the population at time t (in years).

Since we know the population doubles after 5 years, P=2P0​ when t=5. Setting up the equation to find k,

2P0​=P0​e5k

2=e5k

ln(2)=5k

k=5ln(2)​

Now we can substitute this into the equation to find when the population P will be 3P0​ (triple the initial population.

3P0​=P0​e(ln(2)/5)t

3=e(ln(2)/5)t

ln(3)=5ln(2)​t

t=ln(2)5ln(3)​

≈7.925

It will take roughly 8 years for the population to triple.

2. A radioactive substance decays according to the model A(t)=A0​ekt. The half-life, or the time it takes for the substance to decay to half its original amount, is 10 hours.

a) What is the value of k?
b) If there is initially 100 grams of the substance, how long will it take to decay to 20 grams?

Solutions

a) Value of k

(spoiler)

The half-life of 10 hours gives us more than just 1 piece of information: at t=10, the amount A is half of the original amount of A0​, or A=21​A0​. Then

21​A0​=A0​e10k

Solving for k,

21​=e10k

ln(1/2)=10k

k=10ln(1/2)​​

b) Time to decay from 100 to 20 grams

(spoiler)

We’ve found k to be fracln(0.5)10 so the exponential model is

A(t)=A0​eln(0.5)t/10

We want to find t given A0​=100 and A(t)=20, so

20=100eln(0.5)t/10

10020​=eln(0.5)t/10

ln(20/100)=10ln(0.5)​t

t=ln(20/100)⋅ln(0.5)10​

=23.219

It will take a little over 23 hours to decay from 100 to 20 grams.

Here is a question similar to #5 on the FRQ portion of the 2012 AB exam:

A tank is being filled with water, and the rate at which the water level rises is proportional to the difference between the tank’s maximum height and the current water level. At time t=0, the water is 10 cm deep. H(t) is the height of the water, in centimeters, at time t. minutes after filling begins. The tank has a maximum height of 120 cm. The rate of change of the water height is modeled by the differential equation

dtdH​=41​(120−H)

a) Is the water rising faster when the water level is at 30 cm or when it is at 90 cm?

b) Use separation of variables to write an expression for H(t), the particular solution to the differential equation with initial condition H(0)=10.

Solutions

a) 30 vs. 90 cm

(spoiler)

To find at which height the water is rising faster, we compare the rate dtdH​ when H=30 vs. H=90.

b) Expression for H(t)

(spoiler)

Separate the variables:

120−H1​dH=41​dt

Integrate both sides:

∫120−H1​dH=∫41​dt

−ln∣120−H∣=4t​+C

Plug in initial condition H=10,t=0 to find C:

−ln(120−10)=41​(0)+C

C=−ln(110)

Solve for H:

−ln∣120−H∣=4t​−ln(110)

ln∣120−H∣=−4t​+ln(110)

ln∣120−H∣−ln(110)=−4t​

ln(110120−H​)=−4t​

110120−H​=e−t/4

120−H=110e−t/4

H(t)=120−110e−t/4​

Sign up for free to take 5 quiz questions on this topic

All rights reserved ©2016 - 2026 Achievable, Inc.