---
title: "AP Calc AB/BC Unit 7 Review: Differential Equations"
description: "AP Calculus AB/BC Unit 7 covers Sketching Slope Fields and Reasoning Using Slope Fields. Study guides, practice questions, and key terms for every topic."
canonical: "https://fiveable.me/ap-calc/unit-7"
type: "unit"
subject: "AP Calculus AB/BC"
unit: "Unit 7 – Differential Equations"
---

# AP Calc AB/BC Unit 7 Review: Differential Equations

## Overview

Unit 7 covers how to write, verify, visualize, and solve differential equations. You will translate verbal descriptions into equations like dy/dt = ky, sketch and read slope fields, apply Euler's method (BC), solve separable equations for general and particular solutions, and interpret exponential and logistic growth models in context.

## AP CED Alignment

This unit hub is organized around AP Course and Exam Description topics, skills, and exam task types when they are available in the source data.
- 7.1: Modeling Situations with Differential Equations
- 7.2: Verifying Solutions for Differential Equations
- 7.3: Sketching Slope Fields
- 7.4: Reasoning Using Slope Fields
- 7.5: Approximating Solutions Using Euler's Method (BC Only)
- 7.6: Finding General Solutions Using Separation of Variables
- 7.7: Finding Particular Solutions Using Initial Conditions and Separation of Variables
- 7.8: Exponential Models with Differential Equations
- 7.9: Logistic Models with Differential Equations (BC Only)
- 7.1: Modeling situations with differential equations
- 7.2: Verifying solutions to differential equations
- 7.3-7.4: Slope fields and reasoning about solution behavior
- 7.5: Euler's method (BC only)
- 7.6-7.7: Separation of variables: general and particular solutions
- 7.8: Exponential models: dy/dt = ky
- 7.9: Logistic models (BC only)
- Practice 2 - Connecting Representations
- Practice 3 - Justification
- FRQs – Graphing calculator required
- FRQs – No graphing calculator

## Topics

- [7.1: Modeling Situations with Differential Equations](/ap-calc/unit-7/modeling-situations-with-differential-equations/study-guide/TNJxhvV2pZZuHSEO5i97): Translate verbal descriptions of rates of change into differential equations. Key patterns include proportional growth (dy/dt = ky), Newton's law of cooling, and mixing problems.
- [7.2: Verifying Solutions for Differential Equations](/ap-calc/unit-7/verifying-solutions-for-differential-equations/study-guide/s2nX7AhIBDxGIWwlL82x): Differentiate a proposed function, substitute it and its derivative into the ODE, and confirm both sides match. Understand the difference between general solutions (with C) and particular solutions.
- [7.3: Sketching Slope Fields](/ap-calc/unit-7/sketching-slope-fields/study-guide/eVAoF3mU4CepiUyAqltB): Evaluate dy/dx = f(x, y) at grid points and draw short segments with those slopes. Recognize equilibrium solutions as horizontal rows of zero-slope segments.
- [7.4: Reasoning Using Slope Fields](/ap-calc/unit-7/reasoning-using-slope-fields/study-guide/ixwMMPmQS9mbN2nJ3vvS): Trace solution curves through a slope field using an initial condition. Identify stable and unstable equilibria and describe long-term behavior from the field's visual pattern.
- [7.5: Approximating Solutions Using Euler's Method (BC Only)](/ap-calc/unit-7/approximating-solutions-using-eulers-method/study-guide/XZF01jg29LPjZaV7jKjE): Apply the update rule y_{n+1} = y_n + h * f(x_n, y_n) iteratively from an initial condition. Smaller step sizes improve accuracy; concavity determines whether the method over- or underestimates.
- [7.6: Finding General Solutions Using Separation of Variables](/ap-calc/unit-7/finding-general-solutions-using-separation-variables/study-guide/qYWqPrBHjoXf0x451c3H): Rewrite dy/dx = f(x)g(y) as dy/g(y) = f(x) dx, integrate both sides, and include the constant C. The result is a general solution representing a family of curves.
- [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): After finding the general solution, substitute the initial condition to solve for C. Check domain restrictions and recognize the definite-integral form F(x) = y_0 + integral from a to x of f(t) dt.
- [7.8: Exponential Models with Differential Equations](/ap-calc/unit-7/exponential-models-with-differential-equations/study-guide/fzn9urmywhPSE4KUxVcq): The model dy/dt = ky has solution y = y_0 * e^(kt). Interpret k and y_0 in context, compute half-life or doubling time, and connect the model to separation of variables.
- [7.9: Logistic Models with Differential Equations (BC Only)](/ap-calc/unit-7/logistic-models-with-differential-equations/study-guide/VWm383QcmHtCJYsFXl0G): Interpret dy/dt = ky(a - y) without solving: carrying capacity is a, fastest growth is at y = a/2, and the long-term limit is a. Recognize the S-shaped solution curve.

## Hardest Topics And Analytics

Snapshot: practice snapshot
This snapshot uses Fiveable practice activity to show where students tend to miss questions and which review moves are worth prioritizing first.
- **55% average MCQ accuracy** (Across 3.5k multiple-choice practice attempts for this unit.)
- **3.5k MCQ attempts** (Practice activity included in this snapshot.)
- **31% average FRQ score** (Across 7 scored free-response attempts for this unit.)
- **7.9: Logistic Models with Differential Equations (BC Only)**: 50% MCQ miss rate across 437 attempts. Review Logistic Models with Differential Equations (BC Only) with attention to how the concept appears in AP-style source and evidence questions.
- **7.5: Approximating Solutions Using Euler's Method (BC Only)**: 49% MCQ miss rate across 273 attempts. Review Approximating Solutions Using Euler's Method (BC Only) with attention to how the concept appears in AP-style source and evidence questions.
- **7.8: Exponential Models with Differential Equations**: 47% MCQ miss rate across 642 attempts. Review Exponential Models with Differential Equations with attention to how the concept appears in AP-style source and evidence questions.
- **7.7: Finding Particular Solutions Using Initial Conditions and Separation of Variables**: 46% MCQ miss rate across 316 attempts. Review Finding Particular Solutions Using Initial Conditions and Separation of Variables with attention to how the concept appears in AP-style source and evidence questions.

## Review Notes

### 7.1: Modeling situations with differential equations

A differential equation connects a function to its derivative. The key skill in 7.1 is reading a verbal description and writing the correct equation. Watch for proportionality language: 'the rate of change of y is proportional to y' becomes dy/dt = ky. Other common setups include Newton's law of cooling, dT/dt = -k(T - T_env), and mixing problems where dA/dt = rate in minus rate out.

- **Proportional rate of change**: If the rate of change of y is proportional to y, write dy/dt = ky, where k is the constant of proportionality.
- **Newton's law of cooling**: dT/dt = -k(T - T_env) models a temperature approaching the surrounding environment temperature T_env.
- **Autonomous ODE**: An ODE where dy/dt depends only on y, not on t directly, such as dy/dt = ky or the logistic equation.
- **Initial value problem**: A differential equation paired with a starting condition y(t_0) = y_0 that specifies one point on the solution curve.

**Checkpoint:** Write the differential equation for: 'The rate of change of a population P is proportional to P.' Then write one for: 'The temperature T cools toward 20 degrees at a rate proportional to the difference between T and 20.'

Verbal description | Differential equation
--- | ---
Rate of change proportional to quantity | dy/dt = ky
Rate of change proportional to difference from ambient | dT/dt = -k(T - T_env)
Rate of change jointly proportional to y and (a - y) | dy/dt = ky(a - y)

### 7.2: Verifying solutions to differential equations

To verify that a function is a solution, differentiate it, substitute both the function and its derivative into the differential equation, and confirm both sides are equal for all x. A general solution contains an arbitrary constant C and represents infinitely many solution curves. A particular solution has C determined by an initial condition.

- **Verification by substitution**: Compute dy/dx (or higher derivatives if needed), substitute into the ODE, and simplify to confirm the equation holds identically.
- **General solution**: A family of functions satisfying the ODE, differing only in the value of the constant C.
- **Particular solution**: The unique member of the general solution family that satisfies a given initial condition.
- **Domain of a solution**: The interval on which the solution is valid; division by zero or logarithm arguments can restrict the domain.

**Checkpoint:** Given y = Ce^(3x), verify it satisfies dy/dx = 3y. Then find the particular solution passing through (0, 5).

Solution type | Contains C? | Satisfies initial condition?
--- | --- | ---
General solution | Yes | No (C is free)
Particular solution | No (C is fixed) | Yes

### 7.3-7.4: Slope fields and reasoning about solution behavior

A slope field draws a short line segment at each grid point (x, y) whose slope equals dy/dx evaluated there. You read the field by tracing a path that always stays tangent to the local segments. An initial condition tells you which solution curve to follow. Equilibrium solutions appear as horizontal segments across an entire row; stable equilibria attract nearby curves, unstable ones repel them.

- **Slope field**: A grid of short segments where each segment at (x, y) has slope equal to dy/dx = f(x, y) at that point.
- **Solution curve**: A curve drawn through the slope field that is tangent to every segment it passes through; each initial condition gives a different curve.
- **Equilibrium solution**: A constant solution y = c where dy/dx = 0 for all x; the solution curve is a horizontal line.
- **Autonomous equation**: dy/dx = f(y) only; the slope depends only on y, so segments in the same horizontal row all have the same slope.

**Checkpoint:** For dy/dx = x - y, compute the slope at (0,0), (1,0), and (0,1). Sketch the segments and describe the long-term behavior of a solution starting at (0, 0).

Feature | Autonomous ODE | Non-autonomous ODE
--- | --- | ---
Slope depends on | y only | Both x and y
Horizontal rows | Identical slopes | Slopes vary across row
Equilibrium analysis | Phase line works | Phase line not sufficient

### 7.5: Euler's method (BC only)

Euler's method approximates a solution curve by taking small linear steps. Starting from the initial condition (x_0, y_0), compute the slope f(x_0, y_0), step forward by h to get x_1 = x_0 + h and y_1 = y_0 + h * f(x_0, y_0), then repeat. Smaller step sizes give better approximations. Organize each iteration in a table showing x_n, y_n, f(x_n, y_n), and y_{n+1}.

- **Update rule**: y_{n+1} = y_n + h * f(x_n, y_n), where h is the step size and f(x_n, y_n) is the slope at the current point.
- **Step size h**: The horizontal distance between successive approximation points; smaller h reduces error but requires more steps.
- **Overestimate vs. underestimate**: If the solution is concave up, Euler's method underestimates; if concave down, it overestimates, because it uses the slope at the left endpoint of each step.

**Checkpoint:** Use Euler's method with h = 0.5 to approximate y(1) for dy/dx = x + y with y(0) = 1. Show two steps in a table.

Concavity of true solution | Euler approximation error direction
--- | ---
Concave up | Underestimate
Concave down | Overestimate

### 7.6-7.7: Separation of variables: general and particular solutions

Separation of variables applies when dy/dx = f(x) * g(y). Rewrite as dy/g(y) = f(x) dx, integrate both sides, and include a constant of integration C on one side. The result is a general solution. To find a particular solution, substitute the initial condition (x_0, y_0) and solve for C. Watch for domain restrictions: if you divided by g(y), check whether g(y) = 0 produces additional equilibrium solutions.

- **Separable equation**: A differential equation of the form dy/dx = f(x) * g(y) that can be rewritten as dy/g(y) = f(x) dx before integrating.
- **Constant of integration**: The arbitrary constant C added after integrating; it must appear before applying any initial condition.
- **Definite-integral form**: F(x) = y_0 + integral from a to x of f(t) dt is a particular solution to dy/dx = f(x) satisfying F(a) = y_0.
- **Domain restriction**: The interval of validity for a particular solution, often limited by where a logarithm argument stays positive or where division by g(y) was valid.
- **Equilibrium solution**: A constant solution found by setting g(y) = 0; these are not captured by the separation process itself.

**Checkpoint:** Solve dy/dx = 2xy with y(0) = 3. Show the separation, integration, general solution, and the particular solution after applying the initial condition.

Step | What you do | Common error
--- | --- | ---
Separate | Move all y terms left, all x terms right | Forgetting to divide by g(y)
Integrate | Integrate both sides | Omitting the constant C
Apply IC | Substitute (x_0, y_0) and solve for C | Applying IC before integrating
Check domain | Identify where solution is valid | Ignoring log or square-root restrictions

### 7.8: Exponential models: dy/dt = ky

When a quantity's rate of change is proportional to its current size, the model is dy/dt = ky. Solving by separation of variables gives y = y_0 * e^(kt). If k > 0 the quantity grows; if k < 0 it decays. Common applications include population growth, radioactive decay, and continuously compounded interest. The sign and magnitude of k carry meaning in context: always interpret them with units.

- **dy/dt = ky**: The exponential growth and decay model; k is the constant of proportionality, positive for growth and negative for decay.
- **y = y_0 * e^(kt)**: The particular solution when y(0) = y_0; y_0 is the initial amount and k controls the rate.
- **Half-life**: The time for a decaying quantity to reach half its initial value; t_{1/2} = ln(2) / |k|.
- **Doubling time**: The time for a growing quantity to double; t_d = ln(2) / k.

**Checkpoint:** A population satisfies dP/dt = 0.04P with P(0) = 500. Write the particular solution, find the doubling time, and state what k = 0.04 means in context.

Feature | Exponential growth (k > 0) | Exponential decay (k < 0)
--- | --- | ---
Long-term behavior | Grows without bound | Approaches zero
Graph shape | Increasing, concave up | Decreasing, concave up
Key time measure | Doubling time ln(2)/k | Half-life ln(2)/|k|

### 7.9: Logistic models (BC only)

The logistic differential equation dy/dt = ky(a - y) models growth that accelerates early and then slows as y approaches the carrying capacity a. You do not need to solve the equation to answer most exam questions: the carrying capacity is a, the fastest growth occurs when y = a/2, and the solution has a horizontal asymptote at y = a. The equilibrium solutions are y = 0 (unstable) and y = a (stable).

- **Carrying capacity**: The value a in dy/dt = ky(a - y); the population approaches a as t approaches infinity.
- **Fastest growth**: Growth rate is maximized when y = a/2, the inflection point of the logistic curve.
- **Logistic solution shape**: An S-shaped (sigmoid) curve: concave up for y < a/2, concave down for y > a/2.
- **Equilibrium solutions**: y = 0 is an unstable equilibrium; y = a is a stable equilibrium for the logistic model.

**Checkpoint:** For dy/dt = 0.02y(100 - y), identify the carrying capacity, state when growth is fastest, and describe the long-term behavior starting from y(0) = 10.

Feature | Exponential model dy/dt = ky | Logistic model dy/dt = ky(a - y)
--- | --- | ---
Long-term behavior | Grows without bound (k > 0) | Levels off at carrying capacity a
Fastest growth | Always accelerating | At y = a/2
Equilibria | y = 0 only | y = 0 (unstable) and y = a (stable)
Curve shape | Pure exponential | S-shaped sigmoid

## Study Guides

- [7.9 Logistic Models with Differential Equations](/ap-calc/unit-7/logistic-models-with-differential-equations/study-guide/VWm383QcmHtCJYsFXl0G)
- [7.5 Approximating Solutions Using Euler’s Method](/ap-calc/unit-7/approximating-solutions-using-eulers-method/study-guide/XZF01jg29LPjZaV7jKjE)
- [7.3 Sketching Slope Fields](/ap-calc/unit-7/sketching-slope-fields/study-guide/eVAoF3mU4CepiUyAqltB)
- [7.4 Reasoning Using Slope Fields](/ap-calc/unit-7/reasoning-using-slope-fields/study-guide/ixwMMPmQS9mbN2nJ3vvS)
- [7.6 Finding General Solutions Using Separation of Variables](/ap-calc/unit-7/finding-general-solutions-using-separation-variables/study-guide/qYWqPrBHjoXf0x451c3H)
- [7.2 Verifying Solutions for Differential Equations](/ap-calc/unit-7/verifying-solutions-for-differential-equations/study-guide/s2nX7AhIBDxGIWwlL82x)
- [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)
- [7.1 Modeling Situations with Differential Equations](/ap-calc/unit-7/modeling-situations-with-differential-equations/study-guide/TNJxhvV2pZZuHSEO5i97)
- [7.8 Exponential Models with Differential Equations](/ap-calc/unit-7/exponential-models-with-differential-equations/study-guide/fzn9urmywhPSE4KUxVcq)

## Practice Preview

### Multiple-choice practice

- **AP-style practice question**: Practice 2 - Connecting Representations | A wildlife biologist models the population of wolves in a forest using $$\frac{dW}{dt} = 0.2W(1 - \frac{W}{400})$$ where $$W$$ is the number of wolves and $$t$$ is time in years. The population grows fastest when $$\frac{d^2W}{dt^2} = 0$$. Which of the following expressions represents the population size at maximum growth rate?
- **AP-style practice question**: Practice 3 - Justification | A differential equation is given as $$\frac{dy}{dx} = 2x - y$$. To estimate the solution curve passing through the point $$(1, 2)$$ without solving the equation analytically, which mathematical tool should be applied?
- **AP-style practice question**: Practice 3 - Justification | A slope field for $$\frac{dy}{dx} = \frac{x}{y}$$ is undefined at points where $$y = 0$$. Which mathematical principle explains why the slope field cannot be constructed along the $$x$$-axis?
- **AP-style practice question**: Practice 3 - Justification | A slope field for $$\frac{dy}{dx} = \cos(x)$$ is constructed. Which property verifies that the slope field has period $$2\pi$$?
- **AP-style practice question**: Practice 3 - Justification | A student uses the method of separation of variables on $$\frac{dy}{dx} = f(x)g(y)$$ and obtains $$\int \frac{1}{g(y)} dy = \int f(x) dx + C$$. Which hypothesis must be verified for this separation to be valid?
- **AP-style practice question**: Practice 3 - Justification | A student solves $$\frac{dy}{dx} = \frac{2x}{y}$$ with initial condition $$y(1) = 3$$ and obtains $$y^2 = 2x^2 + 7$$. Which two hypotheses must be confirmed to verify this particular solution?

### FRQ practice

- **Bacterial population growth with logistic differential equation**: FRQs – Graphing calculator required | Bacterial population growth with logistic differential equation
- **Logistic population growth differential equation**: FRQs – No graphing calculator | Logistic population growth differential equation

## Key Terms

- **dy/dt = ky**: The differential equation model for exponential growth and decay; the rate of change of a quantity is proportional to its current size, with k as the constant of proportionality.
- **General Solution**: A family of functions satisfying a differential equation, containing an arbitrary constant C that represents infinitely many solution curves.
- **Particular Solution**: The unique solution to a differential equation obtained by using an initial condition to determine the value of the constant C.
- **Initial Condition**: A specified value y(x_0) = y_0 that identifies one point on a solution curve and determines the particular solution.
- **Constant of Integration**: The arbitrary constant C added after integrating during separation of variables; it must be included before applying any initial condition.
- **Slope Field**: A grid of short line segments where each segment at (x, y) has slope equal to dy/dx evaluated at that point, giving a visual picture of all solution curves.
- **Solution Curve**: A curve drawn through a slope field that is tangent to every segment it passes through; each initial condition produces a different solution curve.
- **Euler's Method**: A numerical technique (BC only) that approximates a solution curve using the update rule y_{n+1} = y_n + h * f(x_n, y_n), stepping forward from an initial condition with step size h.
- **Rate of Change**: The derivative of a function; in differential equations, it describes how quickly a quantity is changing and is the central quantity being modeled.
- **Exponential Decay**: The behavior of y = y_0 * e^(kt) when k < 0; the quantity decreases toward zero and has a half-life of ln(2) / |k|.
- **Newton's Law of Cooling**: The differential equation dT/dt = -k(T - T_env), which models a temperature T approaching the ambient temperature T_env at a rate proportional to their difference.
- **Domain**: The interval on which a particular solution is valid; separation of variables can introduce logarithms or fractions that restrict where the solution exists.
- **Tangent Line**: In the context of slope fields and Euler's method, the line whose slope equals dy/dx at a given point; it is the basis for each linear step in Euler's method.

## Common Mistakes

- **Dropping the constant of integration**: After integrating both sides during separation of variables, students often forget to write + C. The constant must appear before you apply any initial condition; leaving it out means you are solving for a particular solution without using the initial condition properly.
- **Applying the initial condition before integrating**: Substituting the initial condition into the unseparated or partially separated equation instead of into the integrated general solution is a common procedural error. Always integrate first, then solve for C.
- **Misreading slope field segments**: When sketching a solution curve through a slope field, students sometimes draw curves that cross segments at the wrong angle or ignore the local slope entirely. The curve must be tangent to every segment it passes through.
- **Confusing carrying capacity with fastest growth in logistic models (BC)**: The carrying capacity is a in dy/dt = ky(a - y), but the fastest growth occurs at y = a/2, not at y = a. These are two different values and the exam often asks about both.
- **Using the wrong sign for k in exponential models**: If a quantity is decaying, k must be negative in dy/dt = ky and y = y_0 * e^(kt). Writing k as a positive number and then subtracting it separately, or confusing the sign when computing half-life, leads to incorrect answers.

## Exam Connections

- **Interpreting and solving differential equations in context**: Free-response questions in this unit frequently ask you to write a differential equation from a verbal description, solve it by separation of variables, apply an initial condition, and then interpret the result in context. Showing each algebraic step clearly, including the constant of integration and the domain of the solution, is expected for full credit.
- **Slope field matching and curve sketching**: Multiple-choice and free-response items may show a slope field and ask you to identify which differential equation it represents, sketch a particular solution through a given point, or describe the long-term behavior of solutions. These tasks require you to evaluate dy/dx at specific points and trace curves that stay tangent to the field.
- **Exponential and logistic model analysis**: Both AB and BC exams include questions where you must identify the model type from an equation or description, extract key quantities such as the growth constant, carrying capacity, or time of fastest growth, and connect the differential equation to its solution form. BC questions on logistic growth often ask you to reason about behavior directly from dy/dt = ky(a - y) without solving the equation.

## Final Review Checklist

- **Unit 7 final review checklist**: Use this list to confirm you can handle every major skill before exam day.
- **Write differential equations from verbal descriptions**: Given a sentence about a rate of change, identify whether it is proportional, jointly proportional, or involves a difference, and write the correct ODE including any constants.
- **Verify a proposed solution by substitution**: Differentiate the function, substitute it and its derivative into the ODE, and simplify to confirm both sides are equal. Distinguish general from particular solutions.
- **Sketch and read slope fields**: Evaluate dy/dx at specific grid points, draw segments, trace a solution curve through a given initial condition, and identify equilibrium solutions and their stability.
- **Solve separable equations for general and particular solutions**: Separate variables, integrate both sides with a constant C, then apply an initial condition to find the particular solution. Check for domain restrictions and equilibrium solutions from g(y) = 0.
- **Apply and interpret exponential and logistic models**: Use y = y_0 * e^(kt) for exponential models and interpret k, y_0, half-life, and doubling time in context. For logistic models (BC), identify carrying capacity, fastest growth at y = a/2, and long-term behavior without solving.
- **Apply Euler's method (BC only)**: Execute the update rule y_{n+1} = y_n + h * f(x_n, y_n) in a table for two or more steps, and determine whether the approximation is an over- or underestimate based on concavity.

## Study Plan

- **Step 1: Modeling and verifying (Topics 7.1-7.2)**: Read the topic guides for 7.1 and 7.2. Practice translating three or four verbal descriptions into differential equations, then verify each proposed solution by differentiating and substituting. Confirm you can distinguish a general solution from a particular solution.
- **Step 2: Slope fields (Topics 7.3-7.4)**: Work through the 7.3 and 7.4 topic guides. For a given ODE, evaluate the slope at six to eight grid points, sketch the segments, and trace a solution curve through a specified initial condition. Practice identifying equilibrium solutions and describing stability.
- **Step 3: Euler's method (Topic 7.5, BC only)**: Read the 7.5 topic guide and complete two or three Euler's method problems using a table. For each, state whether the approximation is an over- or underestimate and explain why using the concavity of the true solution.
- **Step 4: Separation of variables (Topics 7.6-7.7)**: Work through the 7.6 and 7.7 topic guides. Solve five or six separable equations for general solutions, then apply initial conditions to find particular solutions. Practice problems that involve logarithmic integration, domain restrictions, and the definite-integral form of a particular solution.
- **Step 5: Exponential and logistic models (Topics 7.8-7.9)**: Read the 7.8 and 7.9 topic guides. For exponential models, practice writing y = y_0 * e^(kt) from context and computing half-life or doubling time. For logistic models (BC), practice identifying carrying capacity and fastest growth directly from the equation without solving it. Use available FRQ practice to work on multi-part problems that combine modeling, solving, and interpretation.

## More Ways To Review

- [Topic study guides](/ap-calc/unit-7#topics)
- [Practice questions](/ap-calc/guided-practice?unitSlug=unit-7)
- [FRQ practice](/ap-calc/frq-practice)
- [Key terms](/ap-calc/key-terms)

## FAQs

### What topics are covered in AP Calc Unit 7?

AP Calc Unit 7 covers 9 topics across differential equations: modeling situations with differential equations, verifying solutions, sketching and reasoning with slope fields, separation of variables for general and particular solutions, exponential models, and (BC only) Euler's method and logistic models. See [AP Calc Unit 7](/ap-calc/unit-7) for matched practice on each topic.

### How much of the AP Calc exam is Unit 7?

Unit 7 makes up 6-12% of the AP Calc exam. That weight covers everything from sketching slope fields and solving separable differential equations to modeling exponential growth and decay. It's a focused unit, but the FRQ section often pulls directly from separation of variables and initial condition problems, so the payoff for studying it is high.

### What's on the AP Calc Unit 7 progress check (MCQ and FRQ)?

The AP Calc Unit 7 progress check includes both MCQ and FRQ parts drawn from this unit's core topics. The MCQ section tests slope field reasoning, verifying solutions, and setting up separable differential equations. The FRQ part typically asks you to find a general or particular solution using separation of variables and an initial condition, and may include an exponential or logistic model (BC). Use [AP Calc Unit 7](/ap-calc/unit-7) to find practice that mirrors the progress check format.

### How do I practice AP Calc Unit 7 FRQs?

AP Calc Unit 7 FRQs most often ask you to solve a separable differential equation, apply an initial condition to find a particular solution, or interpret a slope field. To practice, work through problems that start with a given dy/dx expression, separate variables, integrate both sides, and solve for the constant using a point on the curve. Exponential growth and decay setups are especially common. Find FRQ-style problems at [AP Calc Unit 7](/ap-calc/unit-7) to build that step-by-step fluency.

### Where can I find AP Calc Unit 7 practice questions?

For AP Calc Unit 7 practice questions, including MCQ and practice test problems, head to [AP Calc Unit 7](/ap-calc/unit-7). There you'll find multiple-choice questions on slope fields, verifying solutions, and separation of variables, plus free-response practice covering particular solutions and exponential models. Mixing MCQ and FRQ practice is the best way to prepare for how this unit shows up on the full exam.

### How should I study AP Calc Unit 7?

Start with slope fields (7.3 and 7.4) since they build intuition for what a differential equation is actually showing you. Then work through separation of variables (7.6) until the algebra feels automatic, and move to particular solutions with initial conditions (7.7). From there, exponential models (7.8) will click quickly. BC students should add Euler's method (7.5) and logistic models (7.9) last. Practice by writing out every integration step, checking your constant of integration, and sketching the solution curve. [AP Calc Unit 7](/ap-calc/unit-7) has topic-by-topic resources to work through in that order.

## Structured Data

```json
{"@context":"https://schema.org","@type":"FAQPage","inLanguage":"en","mainEntity":[{"@type":"Question","@id":"https://fiveable.me/ap-calc/unit-7#what-topics-are-covered-in-ap-calc-unit-7","name":"What topics are covered in AP Calc Unit 7?","acceptedAnswer":{"@type":"Answer","text":"AP Calc Unit 7 covers 9 topics across differential equations: modeling situations with differential equations, verifying solutions, sketching and reasoning with slope fields, separation of variables for general and particular solutions, exponential models, and (BC only) Euler's method and logistic models. See <a href=\"/ap-calc/unit-7\">AP Calc Unit 7</a> for matched practice on each topic."}},{"@type":"Question","@id":"https://fiveable.me/ap-calc/unit-7#how-much-of-the-ap-calc-exam-is-unit-7","name":"How much of the AP Calc exam is Unit 7?","acceptedAnswer":{"@type":"Answer","text":"Unit 7 makes up 6-12% of the AP Calc exam. That weight covers everything from sketching slope fields and solving separable differential equations to modeling exponential growth and decay. It's a focused unit, but the FRQ section often pulls directly from separation of variables and initial condition problems, so the payoff for studying it is high."}},{"@type":"Question","@id":"https://fiveable.me/ap-calc/unit-7#whats-on-the-ap-calc-unit-7-progress-check-mcq-and-frq","name":"What's on the AP Calc Unit 7 progress check (MCQ and FRQ)?","acceptedAnswer":{"@type":"Answer","text":"The AP Calc Unit 7 progress check includes both MCQ and FRQ parts drawn from this unit's core topics. The MCQ section tests slope field reasoning, verifying solutions, and setting up separable differential equations. The FRQ part typically asks you to find a general or particular solution using separation of variables and an initial condition, and may include an exponential or logistic model (BC). Use <a href=\"/ap-calc/unit-7\">AP Calc Unit 7</a> to find practice that mirrors the progress check format."}},{"@type":"Question","@id":"https://fiveable.me/ap-calc/unit-7#how-do-i-practice-ap-calc-unit-7-frqs","name":"How do I practice AP Calc Unit 7 FRQs?","acceptedAnswer":{"@type":"Answer","text":"AP Calc Unit 7 FRQs most often ask you to solve a separable differential equation, apply an initial condition to find a particular solution, or interpret a slope field. To practice, work through problems that start with a given dy/dx expression, separate variables, integrate both sides, and solve for the constant using a point on the curve. Exponential growth and decay setups are especially common. Find FRQ-style problems at <a href=\"/ap-calc/unit-7\">AP Calc Unit 7</a> to build that step-by-step fluency."}},{"@type":"Question","@id":"https://fiveable.me/ap-calc/unit-7#where-can-i-find-ap-calc-unit-7-practice-questions","name":"Where can I find AP Calc Unit 7 practice questions?","acceptedAnswer":{"@type":"Answer","text":"For AP Calc Unit 7 practice questions, including MCQ and practice test problems, head to <a href=\"/ap-calc/unit-7\">AP Calc Unit 7</a>. There you'll find multiple-choice questions on slope fields, verifying solutions, and separation of variables, plus free-response practice covering particular solutions and exponential models. Mixing MCQ and FRQ practice is the best way to prepare for how this unit shows up on the full exam."}},{"@type":"Question","@id":"https://fiveable.me/ap-calc/unit-7#how-should-i-study-ap-calc-unit-7","name":"How should I study AP Calc Unit 7?","acceptedAnswer":{"@type":"Answer","text":"Start with slope fields (7.3 and 7.4) since they build intuition for what a differential equation is actually showing you. Then work through separation of variables (7.6) until the algebra feels automatic, and move to particular solutions with initial conditions (7.7). From there, exponential models (7.8) will click quickly. BC students should add Euler's method (7.5) and logistic models (7.9) last. Practice by writing out every integration step, checking your constant of integration, and sketching the solution curve. <a href=\"/ap-calc/unit-7\">AP Calc Unit 7</a> has topic-by-topic resources to work through in that order."}}]}
```
