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
Wrapping up
Achievable logoAchievable logo
7.1 Modeling & verifying solutions
Achievable AP Calculus AB
7. Differential equations
Our AP Calculus AB course is currently in development and is a work-in-progress.

Modeling & verifying solutions

5 min read
Font
Discuss
Share
Feedback

What you’ll learn:

  • How to write differential equations from verbal descriptions
  • Recognize relationships involving proportionality
  • How to verify solutions to differential equations

A differential equation is basically an equation that involves one or more derivatives of a function. It relates a function to its rate(s) of change.

Some of the problems in this unit combine concepts from earlier chapters you’ve already studied, such as linear approximations, extrema, and integration, but presented in a different way. The key is to identify which concept each problem is testing.

Modeling situations

Modeling questions ask you to translate a verbal description into a differential equation. Watch for key phrases such as “proportional,” “inversely proportional,” “rate of change,” and references to growth, decay, or cooling.

Here are some common phrases and translations, with k as the constant of proportionality.

Phrase Math translation
Rate of change of y with respect to x dxdy​
Is proportional to A kA
Is inversely proportional to A Ak​
Is proportional to the product of A and B kAB
Changing linearly k

Examples

  1. A population grows at a rate proportional to its current size. When the population is 800, it is growing at a rate of 120 people per hour. Write a differential equation for this situation.

Start by defining a few variables. Let:

  • P(t)= population size at time t

  • dtdP​= rate of change of the population with respect to time

  • k= constant of proportionality

The phrase “grows at a rate proportional to its current size” means that the population’s rate of change at any time is proportional to the population size. This translates to:

dtdP​=kP

This equation says that when P increases, the growth rate dtdP​ increases in the same proportion.

Next, use the given information to find the value of k.

When P=800, the rate is dtdP​=120 people per hour. Substituting these values in:

120=k(800)

k=0.15

So the differential equation that models this situation is

dtdP​=0.15P​

  1. The rate at which a person improves a skill is inversely proportional to their current skill level L. When the skill level is 4, the improvement rate is 0.5 units per day. What is a differential equation that models this situation?

Solution

(spoiler)

If the current skill level is defined as L, then the rate of improvement is dtdL​.

The phrase “inversely proportional to L” means Lk​. So:

dtdL​=Lk​

where k is the constant of proportionality.

This tells us:

  • The rate of change of the skill is proportional to the reciprocal of the current skill level L.
  • When L is small, L1​ is large, so improvement happens faster.
  • As L increases, L1​ decreases, so the rate of improvement slows (but the skill level itself is still increasing).

Now solve for k by substituting in the given information. When L=4, the improvement rate is 0.5:

0.5=4k​

k=2

So the differential equation that models the situation is:

dtdL​=L2​​

  1. A child’s shoe size increases linearly over time.

Solution

(spoiler)

Let’s define the shoe size as S(t).

If S(t) increases linearly, its graph is a straight line. A straight line has a constant slope, or a derivative function that is just a number.

This number can be represented by a constant of proportionality k.

So the differential equation is:

dtdS​=k

where k is a constant representing the rate of increase in shoe size per unit time.

Verifying solutions

A solution to a differential equation is a function that satisfies the equation when you substitute it in with its derivatives.

You can think of the “solution” as the “original function” in the equation.

For example, y=2x2 is a solution to the differential equation

dxdy​=4x

because if you take the derivative of y and substitute it into the equation, both sides are equal.

General steps when a problem gives a function, or solution, and asks whether it satisfies a differential equation:

  • Differentiate the given function as needed.
  • Substitute into the differential equation.
  • Check whether both sides match.
  1. The function

y=e3x

is a solution to which of the following equations?

a) y′′−3y′=6e3x

b) y′′−6y′+9y=0

c) y′′−9y=0

d) y′′+3y′=12e3x

Solution

(spoiler)

Differentiate y=e3x:

y=e3x

y′=3e3x

y′′=9e3x

Now test each choice by plugging in the expressions for y,y′, and y′′.

Choice (a):

y′′−3y′=6e3x

9e3x−3(3e3x)=6e3x

0=6e3x

So choice (a) is not correct.

Choice (b):

y′′−6y′+9y=0

9e3x−6(3e3x)+9(e3x)=0

0=0

Since both sides of the equation are equal, choice (b) is the correct differential equation.

  1. For what value of k does y=ksin(x) satisfy the differential equation y′′+4y=sin(x)?

Solution

(spoiler)

Start with y=ksin(x) and differentiate:

y′=kcos(x)

y′′=−ksin(x)

Substitute into the differential equation y′′+4y=sin(x):

−ksin(x)+4ksin(x)=sin(x)

3ksin(x)=sin(x)

Since this must hold for all x, the coefficients of sin(x) must match:

​3k=1k=31​​​

Modeling situations

  • Differential equations relate a function to its derivatives
  • Key phrases for translation:
    • “Proportional to”: kA
    • “Inversely proportional to”: Ak​
    • “Rate of change”: dxdy​
  • Recognize and translate verbal descriptions into equations using proportionality

Examples

  • Population growth proportional to current size: dtdP​=kP
    • Find k using given data: k=800120​=0.15
    • Final equation: dtdP​=0.15P
  • Skill improvement inversely proportional to skill level: dtdL​=Lk​
    • Find k using data: k=2
    • Final equation: dtdL​=L2​
  • Linear increase (e.g., shoe size): dtdS​=k
    • Constant rate of change

Verifying solutions

  • A solution satisfies the differential equation when substituted
  • Steps:
    • Differentiate the proposed function as needed
    • Substitute function and derivatives into the equation
    • Check if both sides are equal

Example verifications

  • y=e3x solves y′′−6y′+9y=0
    • y′=3e3x, y′′=9e3x
    • Substitution yields 0=0
  • y=ksin(x) solves y′′+4y=sin(x) when k=31​
    • y′′=−ksin(x)
    • 3ksin(x)=sin(x)⟹k=31​

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

All rights reserved ©2016 - 2026 Achievable, Inc.

Modeling & verifying solutions

What you’ll learn:

  • How to write differential equations from verbal descriptions
  • Recognize relationships involving proportionality
  • How to verify solutions to differential equations

A differential equation is basically an equation that involves one or more derivatives of a function. It relates a function to its rate(s) of change.

Some of the problems in this unit combine concepts from earlier chapters you’ve already studied, such as linear approximations, extrema, and integration, but presented in a different way. The key is to identify which concept each problem is testing.

Modeling situations

Modeling questions ask you to translate a verbal description into a differential equation. Watch for key phrases such as “proportional,” “inversely proportional,” “rate of change,” and references to growth, decay, or cooling.

Here are some common phrases and translations, with k as the constant of proportionality.

Phrase Math translation
Rate of change of y with respect to x dxdy​
Is proportional to A kA
Is inversely proportional to A Ak​
Is proportional to the product of A and B kAB
Changing linearly k

Examples

  1. A population grows at a rate proportional to its current size. When the population is 800, it is growing at a rate of 120 people per hour. Write a differential equation for this situation.

Start by defining a few variables. Let:

  • P(t)= population size at time t

  • dtdP​= rate of change of the population with respect to time

  • k= constant of proportionality

The phrase “grows at a rate proportional to its current size” means that the population’s rate of change at any time is proportional to the population size. This translates to:

dtdP​=kP

This equation says that when P increases, the growth rate dtdP​ increases in the same proportion.

Next, use the given information to find the value of k.

When P=800, the rate is dtdP​=120 people per hour. Substituting these values in:

120=k(800)

k=0.15

So the differential equation that models this situation is

dtdP​=0.15P​

  1. The rate at which a person improves a skill is inversely proportional to their current skill level L. When the skill level is 4, the improvement rate is 0.5 units per day. What is a differential equation that models this situation?

Solution

(spoiler)

If the current skill level is defined as L, then the rate of improvement is dtdL​.

The phrase “inversely proportional to L” means Lk​. So:

dtdL​=Lk​

where k is the constant of proportionality.

This tells us:

  • The rate of change of the skill is proportional to the reciprocal of the current skill level L.
  • When L is small, L1​ is large, so improvement happens faster.
  • As L increases, L1​ decreases, so the rate of improvement slows (but the skill level itself is still increasing).

Now solve for k by substituting in the given information. When L=4, the improvement rate is 0.5:

0.5=4k​

k=2

So the differential equation that models the situation is:

dtdL​=L2​​

  1. A child’s shoe size increases linearly over time.

Solution

(spoiler)

Let’s define the shoe size as S(t).

If S(t) increases linearly, its graph is a straight line. A straight line has a constant slope, or a derivative function that is just a number.

This number can be represented by a constant of proportionality k.

So the differential equation is:

dtdS​=k

where k is a constant representing the rate of increase in shoe size per unit time.

Verifying solutions

A solution to a differential equation is a function that satisfies the equation when you substitute it in with its derivatives.

You can think of the “solution” as the “original function” in the equation.

For example, y=2x2 is a solution to the differential equation

dxdy​=4x

because if you take the derivative of y and substitute it into the equation, both sides are equal.

General steps when a problem gives a function, or solution, and asks whether it satisfies a differential equation:

  • Differentiate the given function as needed.
  • Substitute into the differential equation.
  • Check whether both sides match.
  1. The function

y=e3x

is a solution to which of the following equations?

a) y′′−3y′=6e3x

b) y′′−6y′+9y=0

c) y′′−9y=0

d) y′′+3y′=12e3x

Solution

(spoiler)

Differentiate y=e3x:

y=e3x

y′=3e3x

y′′=9e3x

Now test each choice by plugging in the expressions for y,y′, and y′′.

Choice (a):

y′′−3y′=6e3x

9e3x−3(3e3x)=6e3x

0=6e3x

So choice (a) is not correct.

Choice (b):

y′′−6y′+9y=0

9e3x−6(3e3x)+9(e3x)=0

0=0

Since both sides of the equation are equal, choice (b) is the correct differential equation.

  1. For what value of k does y=ksin(x) satisfy the differential equation y′′+4y=sin(x)?

Solution

(spoiler)

Start with y=ksin(x) and differentiate:

y′=kcos(x)

y′′=−ksin(x)

Substitute into the differential equation y′′+4y=sin(x):

−ksin(x)+4ksin(x)=sin(x)

3ksin(x)=sin(x)

Since this must hold for all x, the coefficients of sin(x) must match:

​3k=1k=31​​​

Key points

Modeling situations

  • Differential equations relate a function to its derivatives
  • Key phrases for translation:
    • “Proportional to”: kA
    • “Inversely proportional to”: Ak​
    • “Rate of change”: dxdy​
  • Recognize and translate verbal descriptions into equations using proportionality

Examples

  • Population growth proportional to current size: dtdP​=kP
    • Find k using given data: k=800120​=0.15
    • Final equation: dtdP​=0.15P
  • Skill improvement inversely proportional to skill level: dtdL​=Lk​
    • Find k using data: k=2
    • Final equation: dtdL​=L2​
  • Linear increase (e.g., shoe size): dtdS​=k
    • Constant rate of change

Verifying solutions

  • A solution satisfies the differential equation when substituted
  • Steps:
    • Differentiate the proposed function as needed
    • Substitute function and derivatives into the equation
    • Check if both sides are equal

Example verifications

  • y=e3x solves y′′−6y′+9y=0
    • y′=3e3x, y′′=9e3x
    • Substitution yields 0=0
  • y=ksin(x) solves y′′+4y=sin(x) when k=31​
    • y′′=−ksin(x)
    • 3ksin(x)=sin(x)⟹k=31​