# Sketching Slope Fields

> AP Calculus BC · Unit 7: Differential Equations
> Source: https://www.owlsprep.com/study/ap-calculus-bc-u7-sketching-slope-fields/

This guide covers constructing slope segments for first-order ODEs, matching differential equations to slope fields, drawing solution curves, and classifying equilibrium solutions, aligned to AP Calculus BC Unit 7 CED requirements.

**Prerequisites:** Derivative as the slope of a tangent line at a point; First-order ordinary differential equations; Point-slope form of a straight line

## Learning objectives

- Construct slope field segments for first-order ordinary differential equations
- Match differential equations to their corresponding slope fields using elimination strategies
- Sketch solution curves through given initial conditions from a slope field
- Identify and classify equilibrium solutions from a graphical slope field

## What is a Slope Field?

A slope field (also called a direction field) is a graphical representation of a first-order ordinary differential equation (ODE) written in the standard form $\frac{dy}{dx} = f(x,y)$. This tool lets you visualize the entire family of solution curves for the ODE, even when the ODE cannot be solved algebraically with elementary functions. This topic accounts for 6–12% of the total AP Calculus BC exam score, and appears in both multiple-choice and free-response sections.

**Slope Field** — A grid of small line segments where each segment at lattice point $(x,y)$ has slope exactly equal to $f(x,y)$, showing all tangent directions for solution curves of the ODE.

*Notation:* $\frac{dy}{dx} = f(x,y)$

## Constructing Slope Field Segments

To construct a slope field manually (a skill regularly tested in AP FRQ problems), you can use the isocline shortcut to speed up your work, instead of recalculating slopes for every individual lattice point.

**Isocline** — The set of all points $(x,y)$ where $f(x,y) = C$ for some constant $C$, meaning every slope segment along this curve has the same slope $C$.

*Example:* For $\frac{dy}{dx} = x + y$, the isocline for slope 0 is $x + y = 0$, so all segments along $y = -x$ are horizontal.

After identifying isoclines for common slope values ($-2, -1, 0, 1, 2$), you draw a small line segment centered at each lattice point with the corresponding slope. Segments should be short (no more than 1 grid square wide) to avoid confusion with actual solution curves.

**Worked example:** For the differential equation $\frac{dy}{dx} = 2x - y$, sketch slope segments at the four points $(0,0)$, $(1,0)$, $(0,2)$, $(1,3)$.

1. Calculate the slope at $(0,0)$:
2. $$2(0) - 0 = 0$$
3. Draw a horizontal segment centered at this point.
4. Calculate the slope at $(1,0)$:
5. $$2(1) - 0 = 2$$
6. Draw a small segment with steep positive slope centered at $(1,0)$.
7. Calculate the slope at $(0,2)$:
8. $$2(0) - 2 = -2$$
9. Draw a small segment with steep negative slope centered at $(0,2)$.
10. Calculate the slope at $(1,3)$:
11. $$2(1) - 3 = -1$$
12. Draw a segment with slope -1 (equal run and fall) centered at $(1,3)$.

> **Exam tip:** When drawing segments on an AP FRQ, always center segments on the given lattice point and keep them shorter than 1 grid unit wide. Examiners regularly deduct points for overly long, mispositioned segments.

*Calculator:* forbidden

## Matching Differential Equations to Slope Fields

Matching a given slope field graph to the correct differential equation is one of the most common MCQ question types for this topic on the AP exam. The most efficient strategy is elimination: eliminate wrong options one by one by checking key features of the slope field, rather than checking every point to confirm the correct answer.

1. **Slope dependence**: If all slopes on the same vertical line (fixed $x$) are identical, $\frac{dy}{dx}$ depends only on $x$. If all slopes on the same horizontal line (fixed $y$) are identical, $\frac{dy}{dx}$ depends only on $y$. Eliminate any options that do not match this dependence.
2. **Zero slope locations**: Where are slope segments horizontal ($\frac{dy}{dx}=0$)? This should match the solution to $f(x,y)=0$ for your candidate ODE. Eliminate options that do not match.
3. **Slope sign**: Check the sign of the slope in a test region (e.g., $x>0, y>0$) to eliminate any remaining wrong options.

**Worked example:** A slope field has two key properties: (1) all slope segments along the line $y=3x$ have slope 0, and (2) for any fixed $y$, slope increases as $x$ increases. Which of the following could be the differential equation for this slope field?

A) $\frac{dy}{dx} = y - 3x$
B) $\frac{dy}{dx} = 3x - y$
C) $\frac{dy}{dx} = 3y - x$
D) $\frac{dy}{dx} = 3(x - y)$

1. Use the zero slope condition to eliminate wrong options first: $\frac{dy}{dx}=0$ when $y=3x$. For option C, $3y - x =0 \implies y = x/3$, which does not match. For option D, $3(x-y)=0 \implies y=x$, which also does not match. Eliminate C and D.
2. Check the second condition for the remaining options A and B: for fixed $y$, does slope increase as $x$ increases? For A:
3. $$\frac{\partial}{\partial x}(y - 3x) = -3$$
4. so slope decreases as $x$ increases, violating the condition. For B:
5. $$\frac{\partial}{\partial x}(3x - y) = 3$$
6. so slope increases as $x$ increases, matching the condition. Confirm with a test point: at $x=1, y=0$, B gives $\frac{dy}{dx}=3>0$, which is consistent with all conditions. The correct answer is B.

> **Exam tip:** If you are stuck between two options, pick one test point in a region where the two options give different slope signs, and check against the slope field. This will resolve the match in 30 seconds or less.

*Calculator:* forbidden

## Drawing Solution Curves and Identifying Equilibria

Once you have a slope field, the primary goal is to sketch a specific solution curve through a given initial condition $y(x_0) = y_0$. A solution curve follows the tangent directions given by the slope segments, starting at the initial point $(x_0, y_0)$. By the existence-uniqueness theorem for first-order ODEs, two distinct solution curves cannot cross each other, so you never draw a solution that crosses an equilibrium or another solution.

**Equilibrium Solution** — A constant solution of the form $y = k$, where $\frac{dy}{dx}=0$ for all $x$. Equilibria are classified as stable (all nearby solutions approach $k$ as $x \to \infty$) or unstable (all nearby solutions move away from $k$ as $x \to \infty$).

**Worked example:** Given the differential equation $\frac{dy}{dx} = y(2 - y)$, (a) identify all equilibrium solutions, and (b) sketch the solution curve through the initial condition $y(0) = 1$.

1. Find equilibrium solutions by setting $\frac{dy}{dx}=0$:
2. $$y(2-y)=0 \implies y=0 \text{ and } y=2$$
3. These are the two constant equilibrium solutions.
4. The initial point is $(0,1)$, which is between the two equilibria $y=0$ and $y=2$. At this point:
5. $$\frac{dy}{dx} = 1(2-1) = 1>0$$
6. so the solution is increasing as $x$ increases.
7. As $y$ approaches 2, $\frac{dy}{dx}$ approaches 0, so the solution curve flattens out and approaches $y=2$ as an asymptote, never crossing it. As $x$ decreases to $-\infty$, the solution approaches $y=0$ as an asymptote, also never crossing it.
8. Draw a smooth S-shaped curve starting near $y=0$ for small $x$, increasing through $(0,1)$, and approaching $y=2$ for large $x$, staying between the two horizontal equilibrium lines.

> **Exam tip:** Equilibrium solutions are themselves valid solutions, so never draw a solution curve that crosses an equilibrium line. The existence-uniqueness theorem forbids crossing, and examiners deduct points for this error.

*Calculator:* forbidden

## Common pitfalls

- **Wrong:** Calculating slope as $\frac{dx}{dy}$ instead of $\frac{dy}{dx}$ when evaluating at a point.
  - Why it fails: Students confuse dependent and independent variables when the ODE is written in non-standard form.
  - Correct: Always rearrange the ODE to isolate $\frac{dy}{dx}$ on the left-hand side before evaluating slope at any point.
- **Wrong:** Drawing long tangent segments that span multiple grid squares when constructing the slope field.
  - Why it fails: Students confuse tangent direction segments with the actual solution curve.
  - Correct: Keep all slope segments no more than 1 grid unit wide, centered exactly on the lattice point you are evaluating.
- **Wrong:** Claiming all slopes on a vertical line are equal for an ODE that depends on both $x$ and $y$.
  - Why it fails: Students assume slope depends only on $x$ because $x$ is written first in the ODE expression.
  - Correct: Explicitly check if the ODE depends only on $x$, only on $y$, or both before matching to slope field features.
- **Wrong:** Drawing a solution curve that crosses a horizontal equilibrium line.
  - Why it fails: Students forget that equilibrium solutions are valid solutions, and do not apply the existence-uniqueness rule.
  - Correct: Treat equilibrium lines as asymptotes for nearby solutions, and draw your solution approaching but never crossing the equilibrium.
- **Wrong:** Interpreting zero slope as a vertical segment.
  - Why it fails: Students mix up slope definitions when rushing through the exam.
  - Correct: Use the mnemonic "zero rise = horizontal, zero run = vertical" to double-check all zero-slope segments before moving on.

## Cheatsheet

| Category | Formula/Property | Notes |
| --- | --- | --- |
| General First-Order ODE | $\frac{dy}{dx} = f(x,y)$ | Slope at $(a,b)$ equals $f(a,b)$; applies to all problems |
| Isocline Definition | $f(x,y) = C$ | All segments on an isocline have slope $C$; speeds up sketching |
| Equilibrium Solution | $f(x,k) = 0$ for all $x$ | Constant solution $y=k$; all segments along $y=k$ are horizontal |
| Slope depends only on $x$ | $\frac{dy}{dx} = f(x)$ | All slopes on the same vertical line (fixed $x$) are equal |
| Slope depends only on $y$ | $\frac{dy}{dx} = f(y)$ | All slopes on the same horizontal line (fixed $y$) are equal |
| Stable Equilibrium | Graphical property | Solutions near $y=k$ approach $k$ as $x \to \infty$ |
| Unstable Equilibrium | Graphical property | Solutions near $y=k$ (not at $k$) move away from $k$ as $x \to \infty$ |
| Existence-Uniqueness Rule | Distinct solutions never cross | Never draw a solution crossing an equilibrium or other solution |

## What's next

Mastering slope fields is a critical prerequisite for all remaining topics in AP Calculus BC Unit 7: Differential Equations. The tangent slope intuition you build here is the foundation for Euler's Method, which extends this idea to numerically approximate solutions for ODEs that cannot be solved analytically. You will also use slope field behavior to verify your analytic solutions to separable differential equations, helping you catch common errors from integration or sign mistakes. Slope fields also build core intuition for equilibrium solutions and phase line analysis, required for working with autonomous ODEs like the logistic growth model, and this graphical reasoning translates to tangent analysis for parametric and polar curves later in the course.

- [Reasoning using slope fields](https://www.owlsprep.com/study/ap-calculus-bc-u7-reasoning-using-slope-fields/)
- [Approximating solutions using Euler's method (BC only)](https://www.owlsprep.com/study/ap-calculus-bc-u7-approximating-solutions-using-euler-s/)
- [General solutions via separation of variables](https://www.owlsprep.com/study/ap-calculus-bc-u7-general-solutions-via-separation-of/)

---

From [OwlsPrep](https://www.owlsprep.com) — free study guides for A-Level, IB, AP and IGCSE, written against the official syllabus. Canonical page: https://www.owlsprep.com/study/ap-calculus-bc-u7-sketching-slope-fields/
