AP Calculus AB and BC
Slope Field vs Euler's Method
A slope field is a picture: short segments showing the slope a differential equation assigns at each point, sketching every solution at once. Euler's method is a numerical procedure that starts from an initial condition and steps along tangent lines to produce actual approximate values.
Slope field
Use when: You need to sketch or identify solution behaviour, or match a field to an equation.
Euler's method
Use when: You need a numerical estimate of the solution at a specific input.
Side by side
| Slope field | Euler's method | |
|---|---|---|
| Output | A picture | Numbers |
| Needs an initial condition | No | Yes |
| Shows | All solutions at once | One solution, approximately |
| Error direction | Not applicable | Set by concavity |
They are the same idea at different resolutions. Euler's method is what you get by actually walking along the slope field one small step at a time, using the equation to recompute the slope at each new point.
Euler's error follows concavity: if the true solution is concave up, the tangent lines lie below it and the method underestimates. Smaller steps reduce the error but never remove it.
The Euler mistake
Reusing the initial slope for every step. The slope must be recomputed at each new point, which is the entire reason the method works.
Frequently asked questions
Is Euler's method on the AB exam?
No, Euler's method is BC only. Slope fields appear on both AB and BC.
In the CED: Unit 7: Differential Equations