Questions: Euler's Method for Numerical Solutions

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

For the IVP y' = 2x, y(0) = 1, using Euler's method with step size h = 0.5, what is the approximate value of y(0.5)?

A1.0 — Euler's approximation using the slope at x = 0
B1.25 — the exact value of y(0.5) = x² + 1
C1.5 — one full step of slope 1 from y₀ = 1
D2.0 — the slope at x = 0.5 times the step size
Question 2 Multiple Choice

If you reduce the step size h by half in Euler's method while approximating over the same total interval, what happens to the total (global) error?

AError is reduced by a factor of 4 — halving h gives quadratic improvement
BError is roughly halved — Euler's method is first-order accurate
CError is unchanged — more steps accumulate more error, canceling the per-step improvement
DError is reduced by a factor of √2 — each step's error decreases as √h
Question 3 True / False

Halving the step size in Euler's method reduces the total accumulated error quadratically — that is, by a factor of 4.

TTrue
FFalse
Question 4 True / False

Euler's method uses only the slope at the left endpoint of each step interval to predict the next value, without incorporating any slope information from within the interval.

TTrue
FFalse
Question 5 Short Answer

Why does Euler's method accumulate error over many steps, even though the linear approximation formula underlying each step is mathematically correct?

Think about your answer, then reveal below.