AP Calculus AB and BC
Slope Fields and Euler's Method Explained
A slope field draws a tiny segment at every grid point whose slope equals dy/dx there, so you see the shape of solution curves without solving the equation. Euler's method (BC only, Topic 7.5) approximates one value by stepping along that field: new y = old y + (step size)(slope).
What a slope field shows
You are looking at a slope field problem when a differential equation is written in the form and the task is to sketch it, match it to a graph, or describe its solution curves, not to find a formula. A slope field (FUN-7.C.1) is a grid of short line segments. At each point the segment is drawn with the slope that the differential equation assigns to that point. Because is the slope of the solution curve passing through a point, the field is a picture of every solution at once.
This is the method-selection idea behind Topics 7.3 and 7.4: a slope field gives qualitative information (where solutions rise, fall, flatten, or steepen) with no integration required. You never solve the equation to draw the field. You only evaluate at grid points. That makes slope fields the right tool when the equation is hard or impossible to solve by hand but you still need to understand how its solutions behave. Unit 7 is worth 5 to 10 percent of both the AB and BC exams, and this qualitative reasoning shows up in both multiple-choice and free-response.
Sketching a slope field (Topic 7.3)
The procedure is pure evaluation. There is no antiderivative anywhere in it.
- Read the slope rule straight off the right side of the differential equation.
- Take each grid point and substitute to get the numerical slope there.
- Draw a short segment at that point with that slope: flat when the slope is , tilted up to the right when positive, down when negative, and steeper as the magnitude grows.
- Repeat across the whole grid. Segments that share a slope reveal the shape of the solutions.
A fast shortcut is the isocline: set equal to a constant to find every point sharing one slope. Setting locates all the horizontal segments, where solution curves have horizontal tangents: the candidate locations for a peak or a valley (you must still check that changes sign, or the sign of , to confirm an extremum). For , the zero-slope isocline is the line , so every solution levels off the moment it crosses that line. Example 1 builds this field point by point.
Reasoning with slope fields on the exam
Topic 7.4 turns the picture into reasoning, and three question types come up again and again. Matching an equation to a field: test one or two easy points instead of the whole grid. If depends only on , every segment in the same vertical column is identical; if depends only on , every segment in the same horizontal row is identical. That single observation eliminates most wrong answers instantly. Sketching a particular solution: start at the given initial-condition point and draw a curve that stays tangent to the nearby segments, following them like a current (FUN-7.C.3). Your curve hugs the segments. It never crosses through one.
As a quick matching example, suppose one candidate is and another is . The first depends only on , so its segments are flat all along the -axis and grow steeper to the left and right; the second depends only on , so its segments are flat all along the -axis and grow steeper up and down. Reading which axis carries the horizontal segments settles the match in seconds.
Confirming concavity is the third type and the one students lose points on. Differentiate again with respect to , treating as a function of , to get . Its sign tells you where the solution is concave up or down. This links Unit 7 back to the derivative reasoning of Unit 5 and is a standard free-response step. Example 2 works it in full.
Euler's method: stepping through the field (BC only)
BC only
Euler's method is Topic 7.5 and appears on the BC exam only (FUN-7.C.4). AB students can stop after the slope field sections above.
A slope field shows the shape of solutions; Euler's method puts a number on one of them. It approximates the value of a particular solution at a target by taking short straight steps along the slope field. Start at the initial condition, follow the current slope for a small step of width , land on a new point, read the new slope there, and repeat until you reach the target.
Organize the work in a table. Each row records the current point, the slope there, the step change , and the resulting next value of . The table below runs Euler's method for with and , which is worked step by step in Example 3.
| Step | Slope | ||||
|---|---|---|---|---|---|
| 0 | 0 | 1 | 1 | 0.5 | 1.5 |
| 1 | 0.5 | 1.5 | 2 | 1 | 2.5 |
A smaller step size means more rows and less error. Because every step follows a straight tangent line, the estimate drifts to one side of the true curve in a predictable way: when the solution is concave up, the tangent steps sit below it and Euler underestimates; when it is concave down, the steps sit above and Euler overestimates. Decide which case you are in from the sign of , never by guessing.
Common mistakes
- Solving the differential equation when the problem only asks for a sketch. A slope field needs evaluation, not integration.
- Drawing curved marks. Every field segment is straight; only the solution curve you sketch through them is allowed to bend.
- In Euler's method, forgetting to multiply the slope by . The step change is always , not just .
- Reusing the starting slope for every step. Recompute at each new point before taking the next step.
- Guessing whether the estimate is an overestimate or underestimate. Read it off the concavity of the solution instead.
Worked examples
Worked example
Sketching the slope field for dy/dx = x - y
Compute the slopes of at the nine grid points with and , then describe the resulting slope field.
- The slope rule is . At each grid point, subtract the -coordinate from the -coordinate to get the slope of the segment drawn there.
- Bottom row, : at the slope is ; at it is ; at it is .
- Middle row, : at the slope is ; at it is ; at it is .
- Top row, : at the slope is ; at it is ; at it is .
- Draw a short segment at each point with that slope: flat where the slope is , tilted up to the right where it is positive, down where it is negative, and steeper as the magnitude grows toward .
- Notice the flat segments at , , and . They all lie on the line , which is the zero-slope isocline found by setting . Along that line every solution curve momentarily levels off.
The slope at each point equals , ranging from at the top left to at the bottom right, with horizontal segments all along the line .
Worked example
Concavity of a solution from the equation
For the same equation , the particular solution passes through . Is that solution increasing or decreasing there, is it concave up or concave down, and where are its tangent lines horizontal?
- Increasing versus decreasing is set by . At : . The slope is negative, so the solution is decreasing at that point.
- Concavity comes from . Differentiate both sides of with respect to , treating as a function of , so that differentiates to : this gives .
- Substitute the original equation to write the second derivative in terms of and : .
- Evaluate at : . This is positive, so the solution is concave up at : it is decreasing while bending back upward.
- Horizontal tangents occur where , that is where , or . The solution through has a horizontal tangent at the moment it reaches the line , exactly the isocline from Example 1.
At the solution is decreasing (slope ) and concave up (second derivative ); its tangent line is horizontal wherever the solution crosses the line .
Worked example
Euler's method table (BC only)
Use Euler's method with step size to approximate for with the initial condition .
- Set up the recursion with and . Reaching from in steps of takes two steps.
- Step 1 from . The slope is . The change is . So at .
- Step 2 from . Recompute the slope at the new point: . The change is . So at .
- The two steps give , matching the table in the Euler's method section. As a check, the exact solution is , so . Euler undershoots because this solution is concave up: along the path, so the straight tangent steps ride below the true curve.
. Because the solution is concave up, this is an underestimate of the true value .
Frequently asked questions
Is Euler's method on the AP Calculus AB exam?
No. Euler's method is Topic 7.5 and is tested on the BC exam only. Slope fields (Topics 7.3 and 7.4) are on both AB and BC.
Does Euler's method overestimate or underestimate?
It depends on concavity. When the solution curve is concave up, the tangent steps stay below it and Euler underestimates; when it is concave down, Euler overestimates. Check the sign of to decide rather than guessing.
Do I have to solve the differential equation to sketch its slope field?
No, and that is the whole point. You only evaluate at each grid point and draw a segment with that slope. Slope fields work even when the equation cannot be solved by hand.
What is the difference between a slope field and Euler's method?
A slope field is a qualitative picture of every solution at once; Euler's method is a numerical procedure that estimates one solution's value at a specific . The field shows shape, Euler produces a number.