AP Calculus BC Unit 7: Differential Equations
Study slope fields, Euler's method, separation of variables, logistic growth with exam-format practice and rubric-based scoring.
Start AP Calc BC Practice · Full Study Guide
AP and Advanced Placement are trademarks of College Board. AimFive is not affiliated with or endorsed by College Board.
Inside This Unit: The Full Breakdown
Differential equations involve derivatives of unknown functions. This unit covers slope fields for visualization, solving separable equations analytically, and modeling with exponential and logistic growth.
Why it matters
BC extends AB differential equations with logistic growth and Euler's method for numerical approximation. These topics appear regularly on the BC free response and are unique to the BC exam.
Key concepts
- Slope fields visualize dy/dx = f(x,y) by plotting tangent segments at grid points.
- Separable equations are solved by separating variables and integrating both sides.
- Euler's method approximates solutions numerically using tangent-line steps.
- Logistic growth dy/dt = ky(1 - y/L) models populations approaching carrying capacity L.
Slope Fields and Solution Curves
A slope field represents a differential equation visually. At each point (x, y), a short segment has slope dy/dx = f(x, y). Solution curves follow these segments. On the AP exam, you may be asked to sketch a slope field, match one to a differential equation, or draw a particular solution through a given point. Look for horizontal segments (dy/dx = 0) and vertical patterns to identify the equation.
Euler's Method
Euler's method is a BC-only numerical technique for approximating solutions to differential equations. Starting from an initial point (x_0, y_0), take small steps of size h: x_{n+1} = x_n + h and y_{n+1} = y_n + h * f(x_n, y_n), where f is the derivative function. Each step follows the tangent line for a short distance. Smaller step sizes give better approximations. The AP exam typically asks for two or three Euler steps with a given step size.
Logistic Growth
The logistic equation dy/dt = ky(1 - y/L) models growth that slows as a population approaches carrying capacity L. The solution is a sigmoid curve: rapid growth when y is small, slowing as y approaches L. The population grows fastest at y = L/2 (the inflection point). Unlike exponential growth dy/dt = ky, logistic growth levels off. The AP BC exam tests the logistic model conceptually — understanding the carrying capacity, maximum growth rate, and the shape of the solution curve.
AP exam tip
For Euler's method problems, organize your work in a table with columns for x_n, y_n, dy/dx, and the step. This prevents arithmetic errors and makes your work easy for graders to follow.
Connections to other units
- Unit 5: Solving separable equations requires integration techniques from the previous unit.
- Unit 3: Differential equations model the same rate-of-change situations seen in contextual applications.
- Unit 10: Power series can represent solutions to differential equations that cannot be solved analytically.