---
title: "AP Calculus 7.1 Modeling with Differential Equations"
description: "Review how to model situations with differential equations in AP Calculus, including derivative notation, proportionality, inverse proportionality, and constants k."
canonical: "https://fiveable.me/ap-calc/unit-7/modeling-situations-with-differential-equations/study-guide/TNJxhvV2pZZuHSEO5i97"
type: "study-guide"
subject: "AP Calculus AB/BC"
unit: "Unit 7 – Differential Equations"
lastUpdated: "2026-06-07"
---

# AP Calculus 7.1 Modeling with Differential Equations

## Summary

Review how to model situations with differential equations in AP Calculus, including derivative notation, proportionality, inverse proportionality, and constants k.

## Guide

## What are differential equations in AP Calculus?
A [differential equation](/ap-calc/unit-7/verifying-solutions-for-differential-equations/study-guide/s2nX7AhIBDxGIWwlL82x "fv-autolink") links a function to its derivative, which lets you describe how a quantity changes over time. In AP Calculus, the main skill here is turning a verbal statement, like "the [rate of change](/ap-calc/key-terms/rate-of-change "fv-autolink") is proportional to the amount," into an equation such as $\frac{dy}{dt} = ky$. Spotting proportionality keywords and writing the right derivative expression is the whole game in this topic.

## Why This Matters for the AP Calculus Exam

Topic 7.1 sets up everything else in [Unit 7](/ap-calc/unit-7 "fv-autolink"), which carries a noticeable share of the AP Calculus exam. Before you can solve a differential equation or sketch a [slope field](/ap-calc/key-terms/slope-field "fv-autolink"), you have to write it correctly from a word problem.

This skill shows up in both multiple-choice and free-response work. You often have to translate a sentence into a derivative equation, identify the independent and dependent variables, and pick the right form before doing any calculus. Setting up the equation correctly is important for clear exam work, since a wrong setup [limits](/ap-calc/unit-10-infinite-sequences-and-series-bc-only-/defining-convergent-divergent-infinite-series/study-guide/CIVFHStGQM90EJ4GtIDB "fv-autolink") everything that follows.

## Key Takeaways

- A differential equation relates a function to its derivative, like $\frac{dy}{dx} = 5x$.
- "Proportional to" means multiply by a constant $k$: if $a$ is proportional to $b$, then $a = kb$.
- "Inversely proportional to" means divide by the quantity: if $a$ is inversely proportional to $b$, then $a = \frac{k}{b}$.
- The phrase "the rate of change of a quantity is proportional to the quantity" becomes $\frac{dy}{dt} = ky$.
- Use given values to solve for the constant of proportionality $k$ when a problem asks for a specific equation.
- Match the derivative notation to the named variables, since AP problems often use letters other than $x$, $y$, and $t$.

## Differential Equations

A differential equation involves a derivative and shows the relationship between a function and its rate of change. These equations describe how a function changes with respect to its [independent variable](/ap-calc/key-terms/independent-variable "fv-autolink") in real situations.

For example, a differential equation can look like $\frac{dy}{dx} = 5x$. Here, $\frac{dy}{dx}$ is the derivative of $y$ with respect to $x$. The equation says the rate of change of $y$ with respect to $x$ equals 5 times $x$.

### Understanding Proportionality

Proportionality means two quantities change in a consistent way relative to each other. This idea is behind many differential equations. Two values can be directly proportional or inversely proportional.

1. **Directly proportional**: If $a$ is proportional to $b$, then $a = kb$, where $k$ is a constant.
2. **Inversely proportional**: If $a$ is inversely proportional to $b$, then $a = \frac{k}{b}$, where $k$ is a constant.

On AP Calculus problems, $k$ usually represents the constant of proportionality in a differential equation.

## Working With Differential Equations

Here are some of the common problem types you will see.

### Describing a Relationship

For each phrase below, write the matching differential equation.

**Question 1:** The rate of change of $S$ with respect to $t$ is inversely proportional to $x$.

**Question 2:** The rate of change of $A$ with respect to $t$ is proportional to the product of $B$ and $C$.

Think about whether the relationship is direct or inverse proportionality.

Answers:

1. The keyword is "inversely proportional," so the answer is $\frac{dS}{dt} = \frac{k}{x}$.
2. The keyword is "(directly) proportional," so the answer is $\frac{dA}{dt} = kBC$.

Now take this concept a few steps further and apply it to real situations.

### Modeling Real-World Scenarios

For these questions, it helps to follow three steps:

1. Identify the keyword that describes the relationship.
2. Substitute the given values and solve for $k$.
3. Write the differential equation.

#### Example 1

Mrs. May is an amateur singer. Her voice change can be modeled by the rate of change of frequency, $F$, with respect to time being inversely proportional to $D$, the decibel level of her voice. If the frequency changes by 4 vibrations per second when she is projecting at 60 decibels, find the differential equation that describes this relationship.

**Step 1: Identify the keyword.**

The keyword is "inversely proportional," so the relationship is written as the following, where $k$ is a constant of proportionality.

$$
\frac{dF}{dt} = \frac{k}{D}
$$

**Step 2: Substitute the values and solve for $k$.**

The frequency changes by 4 vibrations per second ($\frac{dF}{dt} = 4$) when she is projecting at 60 decibels ($D = 60$), so substitute these values:

$$
4 = \frac{k}{60}
$$

Solving for $k$ gives $k = 240$.

**Step 3: Write the differential equation.**

$$
\frac{dF}{dt} = \frac{240}{D}
$$

#### Example 2

The rate of change of the volume, $V(t)$, of a right rectangular prism with respect to time (in seconds) is [increasing](/ap-calc/unit-5/determining-intervals-on-which-function-is-increasing-or-decreasing/study-guide/Y2fgjyl7H1dKPI2YsB4Y "fv-autolink") at a rate proportional to the product of its length $L$, width $W$, and height $H$. Find the differential equation if the prism has a length of 10 units, width of 4 units, height of 6 units, and the volume is changing by 3 cubic units per second.

**Step 1: Identify the keyword.**

Let $\frac{dV}{dt}$ be the rate of change of the volume with respect to time. The keyword is "(directly) proportional," so the relationship is:

$$
\frac{dV}{dt} = kLWH
$$

**Step 2: Substitute the values and solve for $k$.**

The prism has a length of 10 units, a width of 4 units, a height of 6 units, and the volume is changing by 3 cubic units per second ($\frac{dV}{dt} = 3$), so substitute:

$$
3 = k \cdot 10 \cdot 4 \cdot 6
$$

Solving for $k$ gives $k = \frac{1}{80}$.

**Step 3: Write the differential equation.**

$$
\frac{dV}{dt} = \frac{1}{80}LWH
$$

## How to Use This on the AP Calculus Exam

### MCQ

- Read the verbal statement carefully and underline proportionality keywords before writing anything.
- Match the derivative notation to the variables named in the problem. If the quantity is $P$ and the variable is time, write $\frac{dP}{dt}$, not $\frac{dy}{dx}$.
- Choose the form that fits the words: "proportional to the quantity" gives $\frac{dy}{dt} = ky$, while "inversely proportional to a quantity" puts that quantity in the denominator.

### Free Response

- When a problem hands you a rate that "is proportional to" something, set up the equation with a constant $k$ first, then use given data to solve for $k$ if asked.
- Keep variable names consistent with the context. Problems often use letters other than $x$, $y$, and $t$, so write the derivative using the exact symbols given.
- Show the setup clearly. Writing the equation and labeling what each variable means makes your reasoning easy to follow.

### Common Trap

- "Proportional" and "inversely proportional" lead to very different equations. Multiplying when you should divide changes the whole model.

## Common Misconceptions

- A differential equation is not the same as a regular equation. It always involves a derivative, so it describes a rate of change, not just a value.
- "Proportional to" does not mean "equal to." You still need the constant $k$. Leaving it out gives the wrong model.
- The constant $k$ is not always positive or a whole number. In Example 2 it came out to $\frac{1}{80}$, and in decay situations it can be negative.
- Not every fraction in a differential equation means the solution involves a logarithm. The form of the equation, not just the presence of a fraction, decides the method later.
- Writing $\frac{dy}{dx}$ for every problem is a mistake. Use the dependent and independent variables the problem actually names.

## Related AP Calculus Guides

- [Unit 7 Overview: Differential Equations](/ap-calc/unit-7/review/study-guide/iNRxaToienfCUUDM9YGi)
- [7.2 Verifying Solutions for Differential Equations](/ap-calc/unit-7/verifying-solutions-for-differential-equations/study-guide/s2nX7AhIBDxGIWwlL82x)
- [7.3 Sketching Slope Fields](/ap-calc/unit-7/sketching-slope-fields/study-guide/eVAoF3mU4CepiUyAqltB)
- [7.6 Finding General Solutions Using Separation of Variables](/ap-calc/unit-7/finding-general-solutions-using-separation-variables/study-guide/qYWqPrBHjoXf0x451c3H)
- [7.5 Approximating Solutions Using Euler’s Method](/ap-calc/unit-7/approximating-solutions-using-eulers-method/study-guide/XZF01jg29LPjZaV7jKjE)
- [7.7 Finding Particular Solutions Using Initial Conditions and Separation of Variables](/ap-calc/unit-7/finding-particular-solutions-using-initial-conditions-separation-variables/study-guide/v0tgJcQJwgznHGMkq2Uy)

## Vocabulary

- **derivative**: The instantaneous rate of change of a function at a specific point, representing the slope of the tangent line to the function at that point.
- **differential equation**: An equation that relates a function to its derivatives, describing how a quantity changes in relation to one or more variables.
- **function**: A mathematical relationship that assigns exactly one output value to each input value of an independent variable.
- **independent variable**: The input variable of a function, typically represented as x, with respect to which the rate of change is measured.

## FAQs

### What is a differential equation in AP Calculus?

A differential equation is an equation that includes a derivative and relates a function to its rate of change. In AP Calculus Topic 7.1, the main job is translating a verbal description into a derivative equation before solving or interpreting it.

### How do you model a situation with a differential equation?

Identify the quantity changing, identify the independent variable, translate rate language into a derivative, and then translate relationship words into an expression. For example, "the rate of change of y with respect to t is proportional to y" becomes dy/dt = ky.

### What does proportional to mean in a differential equation?

Proportional to means equal to a constant times the quantity. If the rate of change of y is proportional to y, write dy/dt = ky, where k is the constant of proportionality.

### What does inversely proportional mean in AP Calculus modeling?

Inversely proportional means the quantity goes in the denominator with a constant on top. If dS/dt is inversely proportional to x, the model is dS/dt = k/x.

### Why do AP Calculus word problems use a constant k?

The constant k represents the constant of proportionality. You include k when the problem says a rate is proportional or inversely proportional to something, then use any given numerical information to solve for k if the problem asks for a specific equation.

### How is Topic 7.1 tested on the AP Calculus exam?

Topic 7.1 is tested when a question asks you to write or identify a differential equation from a verbal situation. It can appear in multiple-choice or free-response work, especially before solving a differential equation, sketching a slope field, or interpreting a model.

## Structured Data

```json
{"@context":"https://schema.org","@type":"FAQPage","inLanguage":"en","mainEntity":[{"@type":"Question","@id":"https://fiveable.me/ap-calc/unit-7/modeling-situations-with-differential-equations/study-guide/TNJxhvV2pZZuHSEO5i97#what-is-a-differential-equation-in-ap-calculus","name":"What is a differential equation in AP Calculus?","acceptedAnswer":{"@type":"Answer","text":"A differential equation is an equation that includes a derivative and relates a function to its rate of change. In AP Calculus Topic 7.1, the main job is translating a verbal description into a derivative equation before solving or interpreting it."}},{"@type":"Question","@id":"https://fiveable.me/ap-calc/unit-7/modeling-situations-with-differential-equations/study-guide/TNJxhvV2pZZuHSEO5i97#how-do-you-model-a-situation-with-a-differential-equation","name":"How do you model a situation with a differential equation?","acceptedAnswer":{"@type":"Answer","text":"Identify the quantity changing, identify the independent variable, translate rate language into a derivative, and then translate relationship words into an expression. For example, \"the rate of change of y with respect to t is proportional to y\" becomes dy/dt = ky."}},{"@type":"Question","@id":"https://fiveable.me/ap-calc/unit-7/modeling-situations-with-differential-equations/study-guide/TNJxhvV2pZZuHSEO5i97#what-does-proportional-to-mean-in-a-differential-equation","name":"What does proportional to mean in a differential equation?","acceptedAnswer":{"@type":"Answer","text":"Proportional to means equal to a constant times the quantity. If the rate of change of y is proportional to y, write dy/dt = ky, where k is the constant of proportionality."}},{"@type":"Question","@id":"https://fiveable.me/ap-calc/unit-7/modeling-situations-with-differential-equations/study-guide/TNJxhvV2pZZuHSEO5i97#what-does-inversely-proportional-mean-in-ap-calculus-modeling","name":"What does inversely proportional mean in AP Calculus modeling?","acceptedAnswer":{"@type":"Answer","text":"Inversely proportional means the quantity goes in the denominator with a constant on top. If dS/dt is inversely proportional to x, the model is dS/dt = k/x."}},{"@type":"Question","@id":"https://fiveable.me/ap-calc/unit-7/modeling-situations-with-differential-equations/study-guide/TNJxhvV2pZZuHSEO5i97#why-do-ap-calculus-word-problems-use-a-constant-k","name":"Why do AP Calculus word problems use a constant k?","acceptedAnswer":{"@type":"Answer","text":"The constant k represents the constant of proportionality. You include k when the problem says a rate is proportional or inversely proportional to something, then use any given numerical information to solve for k if the problem asks for a specific equation."}},{"@type":"Question","@id":"https://fiveable.me/ap-calc/unit-7/modeling-situations-with-differential-equations/study-guide/TNJxhvV2pZZuHSEO5i97#how-is-topic-71-tested-on-the-ap-calculus-exam","name":"How is Topic 7.1 tested on the AP Calculus exam?","acceptedAnswer":{"@type":"Answer","text":"Topic 7.1 is tested when a question asks you to write or identify a differential equation from a verbal situation. It can appear in multiple-choice or free-response work, especially before solving a differential equation, sketching a slope field, or interpreting a model."}}]}
```
