Euler's method is a step-by-step way to approximate values of a solution to a differential equation when you only know the slope formula and a starting point. You use the slope at your current point to take a small straight-line step, then repeat. For AP Calculus BC, organize each step in a table so the current point, slope, and new estimate stay clear.
Why This Matters for the AP Calculus Exam
Euler's method shows up on the BC exam as a numerical way to estimate a solution curve when you cannot or do not need to solve the differential equation exactly. It connects directly to ideas you already know: tangent line approximation and reading slopes from a differential equation. On the exam, you may be given a differential equation, an initial condition, and a step size, then asked to approximate a function value at a specific . Setting up a clean table and showing each step is important for clear exam work, since partial steps are where small arithmetic mistakes usually happen.
This topic builds on slope fields (Topics 7.3 and 7.4), where you reason about solution behavior visually. Euler's method does the same thing numerically by walking along short tangent segments.

Key Takeaways
- Euler's method approximates a solution to a differential equation or a point on a solution curve using repeated tangent-line steps.
- You need three things to start: a differential equation , an initial point , and a step size .
- The update rule is , and each new is .
- The slope used in each step comes from plugging your current point into the differential equation.
- Smaller step sizes generally give more accurate approximations, but require more steps.
- This is a BC-only topic, so AB students will not be tested on it.
How Euler's Method Works
Euler's method approximates a solution curve as a chain of short straight-line segments. You start at a known point, use the differential equation to find the slope there, take a small step, and land on a new point. Then you repeat.
The core update rule is:
where:
- is your current point
- is the step size (the constant change in )
- is the slope at the current point
- is the change in for that step
Each new -value is found by adding the step size: .
Step-by-Step Process
- Start at your initial point .
- Plug into to get the slope at that point.
- Multiply the slope by the step size to get the change in .
- Add that change to to get the next -value, and add to to get the next -value.
- Repeat with the new point until you reach the target -value.
A table is the cleanest way to organize this. Make columns for , , the slope at that point, and the change in (which is ). Each row uses the slope from the current point to compute the next point's -value.
How to Use This on the AP Calculus Exam
Problem Solving
- Read the differential equation, the initial condition, and the step size carefully before you start.
- Build a table so each step is visible. This makes arithmetic errors easier to catch and keeps your work readable.
- Always compute the slope by plugging your current point into . Do not reuse an old slope.
- Track both and at every step. A common slip is updating but forgetting to update .
- If a problem asks how the approximation compares to the exact value, you may need to solve the differential equation directly (often with separation of variables) and subtract to find the error.
Common Trap
If the number of steps is large or the step size is small, work patiently row by row. Rushing through the table is the main way points are lost here, since one wrong slope carries the error into every step after it.
Common Misconceptions
- Euler's method is exact. It is not. It gives an approximation, and the result drifts from the true solution as you take more steps. Smaller step sizes reduce that drift but never fully remove it.
- The slope stays the same across steps. The slope changes at every point. You must recompute at each new point.
- A bigger step size is fine because it is faster. A larger usually means a less accurate approximation. There is a tradeoff between speed and accuracy.
- You only update . Both and change each step. Forgetting to advance throws off the next slope calculation.
- Euler's method replaces solving the equation. It is for approximating when an exact solution is hard or unnecessary. When you can separate variables and solve exactly, that exact solution is more accurate.
- This is on the AB exam. Euler's method is a BC-only topic and is not assessed on the AB exam.
Related AP Calculus Guides
Vocabulary
The following words are mentioned explicitly in the College Board Course and Exam Description for this topic.Term | Definition |
|---|---|
differential equation | An equation that relates a function to its derivatives, describing how a quantity changes in relation to one or more variables. |
Euler's method | A numerical procedure for approximating solutions to differential equations by using tangent line segments to estimate values at successive points along a solution curve. |
solution curve | A graph representing the solution to a differential equation, showing how the dependent variable changes with respect to the independent variable. |
Frequently Asked Questions
What is Euler's method in AP Calculus BC?
Euler's method is a numerical method for approximating values on a solution curve to a differential equation. Starting from an initial condition, you use the slope at the current point to take repeated tangent-line steps.
What do you need to use Euler's method?
You need a differential equation, usually written as dy/dx = f(x, y), an initial condition, a step size, and the target x-value. These tell you where to start, how steep each step is, and how far to move each time.
What is Euler's method update rule?
The update rule is y_(n+1) = y_n + h f(x_n, y_n), with x_(n+1) = x_n + h. In words, new y equals old y plus step size times the current slope.
Is Euler's method on AP Calculus AB or BC?
Euler's method is an AP Calculus BC-only topic. AP Calculus AB students may study differential equations, but Euler's method is not part of the AB exam scope.
What is a common Euler's method mistake?
A common mistake is reusing an old slope instead of recalculating the slope at each new point. Another common slip is updating y but forgetting to update x by the step size.
How is Euler's method tested on the AP Calculus BC exam?
You are usually given a differential equation, initial value, step size, and target x-value, then asked to approximate y. A clean table helps show each slope, change in y, and updated point.