PrepGo

AP Calculus BC Unit 7: Differential Equations

Written by AP Content Team, Verified for 2026 AP Exams, Last updated: April 13, 2026

The Big Picture

Until now, you've mostly started with a function, f(x), and found its rate of change, f'(x). This unit flips the script. We will now start with the rate of change and work backward to find the original function. This is the world of differential equations: equations that contain derivatives.

Think of it this way: imagine you're watching a car race, but you can only see the speedometer, not the car's position on the track. The speedometer tells you the car's instantaneous rate of change (its velocity). A differential equation is like the rulebook for that speedometer. By using the information from the speedometer and knowing the car's starting position, you can reconstruct the car's entire journey. This unit gives you the tools to move from knowing "how fast" to knowing "where." This is incredibly powerful, as it's how we model everything from population growth to chemical reactions to the cooling of a cup of coffee.

Key Questions

  • How can we translate a real-world description of change into the mathematical language of derivatives?

  • If we are given an equation for the rate of change, how can we visualize the behavior of the original function without actually solving for it?

  • What algebraic and numerical techniques can we use to find the specific function that satisfies both a rate of change equation and a known starting point?

  • How do specific types of differential equations model common real-world phenomena like population growth, both unrestricted and restricted?

Your Learning Path

1. Foundations: Modeling and Visualizing Change

Topic 7.1 - 7.4: Translating, Verifying, and Sketching

This is where you'll build your conceptual understanding. You'll start by learning how to translate written descriptions of change into formal differential equations. Then, you'll learn how to verify if a given function is a valid solution to a differential equation. The most visual part of the unit is learning to sketch and interpret slope fields, which are graphical representations of a differential equation. A slope field is like a collection of signposts that shows you the direction a solution curve must take at any given point.

2. Techniques: Solving and Approximating

Topic 7.5 - 7.7: Finding Solutions Algebraically and Numerically

Here, you'll get your hands on the core computational tools. You'll learn the most important algebraic technique for this course, separation of variables, which allows you to find the exact general solution to a differential equation. You'll then use an initial condition to find a specific, particular solution. You will also learn Euler's Method, a crucial BC-only numerical technique. It allows you to build an approximate solution step-by-step, which is essential when an exact algebraic solution is too difficult or impossible to find.

3. Applications: Key Growth Models

Topic 7.8 - 7.9: Exponential and Logistic Growth

In this final section, you'll apply your new skills to two of the most important differential equations in science. You'll analyze the equation dy/dt = ky, which models unlimited exponential growth. Then, you'll dive into the logistic model, a BC-only topic that describes growth limited by a "carrying capacity." This more realistic model is used everywhere, from biology to economics, and you'll be expected to understand its differential equation and the behavior of its solutions.

How to Succeed in This Unit

  • Master Separation of Variables: This is a critical procedural skill. On the exam, you must show the step where you separate the variables (e.g., all y terms with dy on one side, all x terms with dx on the other). Add the +C constant of integration immediately after you integrate. A very common mistake is forgetting the +C or adding it too late.

  • Organize Euler's Method: Euler's Method is a step-by-step recipe for approximation. The best way to stay organized and avoid simple arithmetic errors is to use a table. Create columns for your current (x, y) point, the value of dy/dx at that point, your step size Δx, and the change in y (Δy = (dy/dx) * Δx). Work through the process one row at a time to find your next point.

  • Know Your Growth Models: Be able to instantly recognize the differential equations for exponential growth (dy/dt = ky) and logistic growth (dy/dt = ky(L-y) or equivalent forms). For the logistic model, know that L is the carrying capacity (the limit to growth) and that the population grows fastest when it is at half the carrying capacity, y = L/2.