Fiveable

♾️AP Calculus AB/BC Unit 7 Review

QR code for AP Calculus AB/BC practice questions

7.5 Approximating Solutions Using Euler’s Method

7.5 Approximating Solutions Using Euler’s Method

Written by the Fiveable Content Team • Last updated June 2026
Verified for the 2027 exam
Verified for the 2027 examWritten by the Fiveable Content Team • Last updated June 2026
♾️AP Calculus AB/BC
Unit & Topic Study Guides

AP Cram Sessions 2021

Pep mascot

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 dydx=f(x,y)\frac{dy}{dx} = f(x, y) 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 xx. 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 dydx=f(x,y)\frac{dy}{dx} = f(x, y), an initial point (x0,y0)(x_0, y_0), and a step size hh.
  • The update rule is yn+1=yn+hf(xn,yn)y_{n+1} = y_n + h \cdot f(x_n, y_n), and each new xx is xn+1=xn+hx_{n+1} = x_n + h.
  • 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:

yn+1=yn+hf(xn,yn)y_{n+1} = y_n + h \cdot f(x_n, y_n)

where:

  • (xn,yn)(x_n, y_n) is your current point
  • hh is the step size (the constant change in xx)
  • f(xn,yn)f(x_n, y_n) is the slope dydx\frac{dy}{dx} at the current point
  • hf(xn,yn)h \cdot f(x_n, y_n) is the change in yy for that step

Each new xx-value is found by adding the step size: xn+1=xn+hx_{n+1} = x_n + h.

Step-by-Step Process

  1. Start at your initial point (x0,y0)(x_0, y_0).
  2. Plug (x0,y0)(x_0, y_0) into dydx=f(x,y)\frac{dy}{dx} = f(x, y) to get the slope at that point.
  3. Multiply the slope by the step size hh to get the change in yy.
  4. Add that change to y0y_0 to get the next yy-value, and add hh to x0x_0 to get the next xx-value.
  5. Repeat with the new point until you reach the target xx-value.

A table is the cleanest way to organize this. Make columns for xnx_n, yny_n, the slope dydx\frac{dy}{dx} at that point, and the change in yy (which is hdydxh \cdot \frac{dy}{dx}). Each row uses the slope from the current point to compute the next point's yy-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 dydx=f(x,y)\frac{dy}{dx} = f(x, y). Do not reuse an old slope.
  • Track both xx and yy at every step. A common slip is updating yy but forgetting to update xx.
  • 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 f(xn,yn)f(x_n, y_n) at each new point.
  • A bigger step size is fine because it is faster. A larger hh usually means a less accurate approximation. There is a tradeoff between speed and accuracy.
  • You only update yy. Both xx and yy change each step. Forgetting to advance xx 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.

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.

Pep mascot
Upgrade your Fiveable account to print any study guide

Download study guides as beautiful PDFs See example

Print or share PDFs with your students

Always prints our latest, updated content

Mark up and annotate as you study

Click below to go to billing portal → update your plan → choose Yearly→ and select "Fiveable Share Plan". Only pay the difference

Plan is open to all students, teachers, parents, etc
Pep mascot
Upgrade your Fiveable account to export vocabulary

Download study guides as beautiful PDFs See example

Print or share PDFs with your students

Always prints our latest, updated content

Mark up and annotate as you study

Plan is open to all students, teachers, parents, etc
report an error
description

screenshots help us find and fix the issue faster (optional)

add screenshot