Study Guide

Modeling situations with differential equations

AP Calculus BCΒ· AP Calculus BC CED β€” Differential EquationsΒ· 14 min read

1. Core Skill: Translating Verbal Rate Descriptionsβ˜…β˜…β˜†β˜†β˜†β± 3 min

The core idea of translating context to differential equations is that any statement about how a quantity changes can be written as (or appropriate variables for your problem) equal to the net rate of change of the quantity. A key rule of thumb: if the problem states that the rate of change of is proportional to some quantity, you add a constant of proportionality to the right-hand side.

πŸ“˜ Definition

Differential Equation Modeling

dydt=f(y,t)\frac{dy}{dt} = f(y,t)

The process of translating a verbal description of a changing quantity into a differential equation, the mandatory first step for all differential equation problems on the AP exam.

  1. Name all unknown functions and their independent variables

  2. Write the derivative of the unknown function of interest

  3. Translate proportionality relationships by adding a constant of proportionality

  4. Combine all increasing and decreasing rates to get the final net rate for the right-hand side

πŸ“ Worked Example

The number of customers at a coffee shop increases at a rate proportional to the difference between the current number of customers and the shop's maximum capacity of 120 customers. Write the differential equation that models .

  1. 1
    1. Identify variables: = number of customers at time , maximum capacity = 120. The difference described in the problem is .
  2. 2
    1. The rate of change of is , which is proportional to .
  3. 3
    1. Since customers are increasing toward capacity, is positive when , so the constant of proportionality .
  4. 4
    1. Final differential equation:
  5. 5
    dCdt=k(120βˆ’C)k>0\frac{dC}{dt} = k(120 - C) \quad k>0

Exam tip:

Always explicitly name the constant of proportionality in your DE for FRQs; AP exam graders require you to include the constant, even if you do not calculate its value, to earn full setup points.

2. Standard Common Contextual Modelsβ˜…β˜…β˜†β˜†β˜†β± 4 min

The AP exam frequently tests a set of standard contextual models that you should recognize immediately, though you should always be able to derive them from the problem description instead of relying solely on memorization. The most common standard models are:

  • Exponential growth/decay: If a quantity changes at a rate proportional to the size of the quantity, , with for growth, for decay.

  • Newton's Law of Cooling/Heating: The rate of change of an object's temperature is proportional to the difference between the object's temperature and the constant ambient temperature , so .

  • Logistic population growth: For a population with carrying capacity , the growth rate is proportional to both the population size and remaining capacity: with .

  • Rectilinear motion: Acceleration is the rate of change of velocity, so for motion along a line.

πŸ“ Worked Example

A population of deer in a forest has a carrying capacity of 800 deer, and the initial growth rate constant is 0.3 per year. Write the differential equation for the deer population at time years.

  1. 1
    1. The description matches the logistic growth model for a population with fixed carrying capacity.
  2. 2
    1. The standard logistic differential equation is:
  3. 3
    dPdt=rP(1βˆ’PK)\frac{dP}{dt} = rP\left(1 - \frac{P}{K}\right)
  4. 4
    1. Substitute the given values (growth rate constant) and (carrying capacity):
  5. 5
    dPdt=0.3P(1βˆ’P800)\frac{dP}{dt} = 0.3P\left(1 - \frac{P}{800}\right)
  6. 6
    1. Confirm the sign: when , is positive, which matches expected population growth, so this is correct.

Exam tip:

Always confirm that the sign of matches your expectation for the context: for logistic growth, must be positive when the population is between 0 and the carrying capacity.

3. Net Rate Models for Inflow/Outflow Systemsβ˜…β˜…β˜…β˜†β˜†β± 5 min

Many AP problems model mixing problems, bank accounts, or pollution systems where a quantity is both added and removed at different rates. The core rule for all these problems is:

dQdt=(rate of Q entering the system)βˆ’(rate of Q leaving the system)\frac{dQ}{dt} = (\text{rate of } Q \text{ entering the system}) - (\text{rate of } Q \text{ leaving the system})

For mixing problems (the most common inflow/outflow problem), the inflow rate of solute is equal to the inflow concentration multiplied by the inflow flow rate. The outflow rate of solute is equal to the current concentration of solute in the well-mixed system multiplied by the outflow rate. Current concentration is , where is the total volume at time . If inflow and outflow rates are equal, is constant; if not, , where is the initial volume.

πŸ“ Worked Example

A 50-liter tank initially contains 10 liters of water with 2 kg of sugar dissolved in it. Water containing 0.5 kg of sugar per liter flows into the tank at 2 liters per minute, and well-mixed sugar water flows out at 1 liter per minute. Write the differential equation for the mass of sugar in kg at time minutes.

  1. 1
    1. Calculate the total volume at time : initial volume L, net inflow = L/min, so .
  2. 2
    1. Calculate inflow rate of sugar: kg/min.
  3. 3
    1. Calculate outflow rate of sugar: concentration = kg/L, so outflow rate = kg/min.
  4. 4
    1. Apply the net rate rule to get the final differential equation:
  5. 5
    dQdt=1βˆ’Q10+t\frac{dQ}{dt} = 1 - \frac{Q}{10 + t}

Exam tip:

Always calculate first in mixing problems; do not assume the volume is equal to the maximum tank capacity unless the problem says the tank is always full.

4. AP-Style Concept Checkβ˜…β˜…β˜†β˜†β˜†β± 2 min

βœ“ Quick check

Test your understanding of basic setup with this multiple-choice question:

  1. The amount of a radioactive substance decays at a rate proportional to the amount of substance remaining at time . Which of the following differential equations correctly models this situation?

    • ,

    • ,

    • ,

    • ,

    Reveal answer
    1 β€”

    The rate of change of is proportional to , so the form is . Since decay means is decreasing, is negative for positive , so with is correct.

5. Common Pitfalls

Wrong move:

Writing with for a cooling object and claiming the DE is wrong

Why:

Students memorize a specific sign convention for Newton's Law and mark any other form incorrect, or get confused about what sign they need

Correct move:

Check that is negative when (cooling) and positive when (heating); any DE that satisfies this sign condition is acceptable.

Wrong move:

Omitting the constant of proportionality when the problem says 'proportional', e.g. writing instead of

Why:

Students think the 'proportional' description is just context and forget that proportional means multiplied by an unknown constant

Correct move:

Every time you see the word 'proportional' in a problem, add a constant of proportionality to your DE before moving on.

Wrong move:

In mixing problems with different inflow/outflow rates, using the maximum tank volume instead of the current volume to calculate concentration

Why:

Students assume the tank starts full, even when the problem says otherwise

Correct move:

Always calculate explicitly before setting up the outflow rate.

Wrong move:

Writing the logistic DE as with for a growing population

Why:

Students swap the order of the terms, leading to a negative growth rate when

Correct move:

Always confirm that is positive for ; if it is negative, flip the order of the terms or change the sign of .

Wrong move:

Writing acceleration as when the problem describes the rate of change of velocity

Why:

Students confuse position, velocity, and acceleration derivatives

Correct move:

Remember that velocity is and acceleration is , so match the left-hand side of your DE to what is changing.

6. Quick Reference Cheatsheet

Category

Formula

Notes

General Net Rate

Applies to all problems with inflows/outflows of a quantity

Proportional Rate

Rate of change of proportional to ; = growth, = decay

Proportional to Difference

is constant; sign of must match direction of change

Newton's Law of Cooling

= constant ambient temperature; for a cooling object

Logistic Population Growth

= carrying capacity, = growth rate; for

Mixing Problem

, = mass of solute, = concentration

Rectilinear Motion

Acceleration is rate of change of velocity; match derivative to changing quantity

Constant Growth/Decay

Rate of change is constant; slope of is fixed

When this came up on past exams

AI-estimated based on syllabus patterns β€” cross-check with official past papers for accuracy. Use only as revision-focus signals.

  • 2023 Β· BC FRQ

    Mixing problem setup

  • 2022 Β· BC MCQ

    Logistic model setup

Going deeper

What's Next

Modeling with differential equations is the non-negotiable prerequisite for every subsequent topic in Unit 7: Differential Equations. Next, you will learn to draw slope fields to visualize DE solutions, use separation of variables to solve first-order DEs, and find particular solutions to initial value problems. Without correctly setting up the differential equation from context, you will not be able to get the correct final solution on any modeling FRQ, which makes up the majority of the differential equations FRQ on the AP exam. Beyond this unit, these modeling skills are foundational for solving parametric motion problems and second-order differential equation problems exclusive to BC, and the ability to translate verbal context to math is useful for all applied problems across the exam.