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 Intro to differential equations
7.2 Slope fields
7.3 Separation of variables
7.4 Exponential models
8. Applications of integrals
Wrapping up
Achievable logoAchievable logo
7.4 Exponential models
Achievable AP Calculus AB
7. Differential equations
Our AP Calculus AB course is now in "early access" - get 50% off for a limited time.

Exponential models

6 min read
Font
Discuss
Share
Feedback

What you’ll learn

  • Exponential models: Translate word problems describing proportional growth into differential equations.
  • Solving for constants: Use initial conditions to find the starting value and the growth constant k.

When a quantity changes at a rate proportional to its current size, it is modeled by a differential equation where the independent variable is missing:

dtdy​=ky

Because this exact derivation is identical every single time, you do not need to show separation of variables for this specific form on the AP exam. You may simply state the exponential solution:

dtdy​=ky⟹y=y0​ekt

where y0​ is the initial value at t=0.

The sign of k determines whether the solution models exponential growth or decay:

  • Growth: k>0 (quantity increasing)
  • Decay: k<0 (quantity decreasing)
Sidenote
Separation of variables

Although you are not required to show these steps, the derivation is included.

  1. Separate the variables.
  2. Integrate both sides.
  3. Solve for y.

∫y1​dyln∣y∣yy​=∫kdt=kt+C=ekt+C=Cekt​

Using the initial condition y(0)=y0​, the initial population at t=0,

y0​=Ce0=C

Then the particular solution becomes

y=y0​ekt​

Example 1: Given multiplier k

The population of a bacterial culture increases at a rate 4 times its current size at any moment. If the culture starts with 50 bacteria, write an expression for the population P(t) at any time t.

(spoiler)

Because the rate is explicitly stated as “4 times its current size,” the growth constant is given directly as k=4. So the differential equation modeling this behavior is:

dtdP​=4P

which leads to the exponential model solution:

P(t)=P0​e4t

The initial population at t=0 is P0​=50. Substitute this value to complete the particular solution:

P(t)=50e4t​

Example 2: Unknown multiplier

2a) 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 phrase “proportional to its current size” implies the general model:

P(t)=P0​ekt

1. Find k using the doubling time:

Since the population doubles every 5 years, then the population at t=5 is twice the starting population:

P(5)=2P0​

Use this to find k:

2P0​2ln(2)k​=P0​e5k=e5k=5k=5ln(2)​≈0.139​

2. Find the time t when the population triples:

Substitute k into the general solution to find the time t when P(t)=3P0​:

3P0​3ln(3)t​=P0​e0.139t=e0.139t=0.139t≈7.925​

So it will take roughly 8 years for the population to triple.

  1. 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. If there are initially 100 grams of the substance, how long will it take to decay to 20 grams?

Solution

(spoiler)

1. Find k:

A half-life of 10 hours means that when t=10, the amount is half the initial amount of 100 grams, i.e.

A(10)=21​A0​=50

Substitute into the model given:

500.5ln(0.5)k​=100e10k=e10k=10k=10ln(0.5)​≈−0.0693​

Then the model is

A(t)=100e−0.0693t

2. Find t when the amount is 20 grams:

Substitute A(t)=20 into the model:

200.2ln(0.2)t​=100e−0.0693t=e−0.0693t=−0.0693t=23.219​

Therefore, it will take a little over 23 hours to decay from 100 to 20 grams.

FRQ: Shifting and separating variables

When the rate is proportional to a difference, you must show every step of the separation of variables. This is typically a free-response problem. Below is a question created to mimic #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 compare how fast the water is rising, compare the rate of change at the two heights using:

dtdH​=41​(120−H)

  1. When H=30:

dtdH​=41​(120−30)=41​(90)=22.5

  1. When H=90:

dtdH​=41​(120−90)=41​(30)=7.5

Since 22.5>7.5, the water is rising faster when the water level is at 30 cm.

b) Expression for H(t)

(spoiler)

1. Separate the variables:

120−H1​dH=41​dt

2. Integrate both sides:

∫120−H1​dH=∫41​dt−ln∣120−H∣=4t​+C​

3. Use the initial condition H(0)=10 to find C:

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

4. Solve for H:

−ln∣120−H∣ln∣120−H∣ln∣120−H∣−ln(110)ln​110120−H​​110120−H​120−HH(t)​=4t​−ln(110)=−4t​+ln(110)=−4t​=−4t​=e−t/4=110e−t/4=120−110e−t/4​

Exponential differential equations: general solution

  • Modeled by dtdy​=ky
  • General solution: y=Cekt
  • k>0: growth; k<0: decay

Separation of variables method

  • Separate variables: y1​dy=kdt
  • Integrate: ln∣y∣=kt+C
  • Exponentiate: y=Cekt

Using initial condition

  • Substitute y(0)=y0​ into y=Cekt
  • Particular solution: y=y0​ekt

Population growth example

  • Model: P(t)=P0​ekt
  • Doubling time: k=5ln(2)​
  • Time to triple: t=ln(2)5ln(3)​≈7.93 years

Radioactive decay example

  • Model: A(t)=A0​ekt
  • Half-life T: k=Tln(1/2)​
  • Time to decay from 100 to 20 grams: t=ln(0.2)⋅ln(0.5)10​≈23.22 hours

Tank filling (non-standard exponential model)

  • Differential equation: dtdH​=41​(120−H)
  • Water rises faster at lower H (e.g., 30 cm vs 90 cm)
  • Solution with H(0)=10: H(t)=120−110e−t/4

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

All rights reserved ©2016 - 2026 Achievable, Inc.

Exponential models

What you’ll learn

  • Exponential models: Translate word problems describing proportional growth into differential equations.
  • Solving for constants: Use initial conditions to find the starting value and the growth constant k.

When a quantity changes at a rate proportional to its current size, it is modeled by a differential equation where the independent variable is missing:

dtdy​=ky

Because this exact derivation is identical every single time, you do not need to show separation of variables for this specific form on the AP exam. You may simply state the exponential solution:

dtdy​=ky⟹y=y0​ekt

where y0​ is the initial value at t=0.

The sign of k determines whether the solution models exponential growth or decay:

  • Growth: k>0 (quantity increasing)
  • Decay: k<0 (quantity decreasing)
Sidenote
Separation of variables

Although you are not required to show these steps, the derivation is included.

  1. Separate the variables.
  2. Integrate both sides.
  3. Solve for y.

∫y1​dyln∣y∣yy​=∫kdt=kt+C=ekt+C=Cekt​

Using the initial condition y(0)=y0​, the initial population at t=0,

y0​=Ce0=C

Then the particular solution becomes

y=y0​ekt​

Example 1: Given multiplier k

The population of a bacterial culture increases at a rate 4 times its current size at any moment. If the culture starts with 50 bacteria, write an expression for the population P(t) at any time t.

(spoiler)

Because the rate is explicitly stated as “4 times its current size,” the growth constant is given directly as k=4. So the differential equation modeling this behavior is:

dtdP​=4P

which leads to the exponential model solution:

P(t)=P0​e4t

The initial population at t=0 is P0​=50. Substitute this value to complete the particular solution:

P(t)=50e4t​

Example 2: Unknown multiplier

2a) 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 phrase “proportional to its current size” implies the general model:

P(t)=P0​ekt

1. Find k using the doubling time:

Since the population doubles every 5 years, then the population at t=5 is twice the starting population:

P(5)=2P0​

Use this to find k:

2P0​2ln(2)k​=P0​e5k=e5k=5k=5ln(2)​≈0.139​

2. Find the time t when the population triples:

Substitute k into the general solution to find the time t when P(t)=3P0​:

3P0​3ln(3)t​=P0​e0.139t=e0.139t=0.139t≈7.925​

So it will take roughly 8 years for the population to triple.

  1. 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. If there are initially 100 grams of the substance, how long will it take to decay to 20 grams?

Solution

(spoiler)

1. Find k:

A half-life of 10 hours means that when t=10, the amount is half the initial amount of 100 grams, i.e.

A(10)=21​A0​=50

Substitute into the model given:

500.5ln(0.5)k​=100e10k=e10k=10k=10ln(0.5)​≈−0.0693​

Then the model is

A(t)=100e−0.0693t

2. Find t when the amount is 20 grams:

Substitute A(t)=20 into the model:

200.2ln(0.2)t​=100e−0.0693t=e−0.0693t=−0.0693t=23.219​

Therefore, it will take a little over 23 hours to decay from 100 to 20 grams.

FRQ: Shifting and separating variables

When the rate is proportional to a difference, you must show every step of the separation of variables. This is typically a free-response problem. Below is a question created to mimic #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 compare how fast the water is rising, compare the rate of change at the two heights using:

dtdH​=41​(120−H)

  1. When H=30:

dtdH​=41​(120−30)=41​(90)=22.5

  1. When H=90:

dtdH​=41​(120−90)=41​(30)=7.5

Since 22.5>7.5, the water is rising faster when the water level is at 30 cm.

b) Expression for H(t)

(spoiler)

1. Separate the variables:

120−H1​dH=41​dt

2. Integrate both sides:

∫120−H1​dH=∫41​dt−ln∣120−H∣=4t​+C​

3. Use the initial condition H(0)=10 to find C:

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

4. Solve for H:

−ln∣120−H∣ln∣120−H∣ln∣120−H∣−ln(110)ln​110120−H​​110120−H​120−HH(t)​=4t​−ln(110)=−4t​+ln(110)=−4t​=−4t​=e−t/4=110e−t/4=120−110e−t/4​

Key points

Exponential differential equations: general solution

  • Modeled by dtdy​=ky
  • General solution: y=Cekt
  • k>0: growth; k<0: decay

Separation of variables method

  • Separate variables: y1​dy=kdt
  • Integrate: ln∣y∣=kt+C
  • Exponentiate: y=Cekt

Using initial condition

  • Substitute y(0)=y0​ into y=Cekt
  • Particular solution: y=y0​ekt

Population growth example

  • Model: P(t)=P0​ekt
  • Doubling time: k=5ln(2)​
  • Time to triple: t=ln(2)5ln(3)​≈7.93 years

Radioactive decay example

  • Model: A(t)=A0​ekt
  • Half-life T: k=Tln(1/2)​
  • Time to decay from 100 to 20 grams: t=ln(0.2)⋅ln(0.5)10​≈23.22 hours

Tank filling (non-standard exponential model)

  • Differential equation: dtdH​=41​(120−H)
  • Water rises faster at lower H (e.g., 30 cm vs 90 cm)
  • Solution with H(0)=10: H(t)=120−110e−t/4

More from Differential equations

  • Intro to differential equations
  • Slope fields
  • Separation of variables