5 questions to test your understanding
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)?
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?
Halving the step size in Euler's method reduces the total accumulated error quadratically — that is, by a factor of 4.
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.
Why does Euler's method accumulate error over many steps, even though the linear approximation formula underlying each step is mathematically correct?