3.2: The Improved Euler Method and Related Methods ...
math.libretexts.org › Bookshelves › DifferentialSep 10, 2021 · We overcome this by replacing y(xi + 1) by yi + hf(xi, yi), the value that the Euler method would assign to yi + 1. Thus, the improved Euler method starts with the known value y(x0) = y0 and computes y1, y2, …, yn successively with the formula. yi + 1 = yi + h 2(f(xi, yi) + f(xi + 1, yi + hf(xi, yi))).
Improved Euler Method
www.math.ubc.ca › ~israel › m215In the Improved Euler method, the becomes (the actual ratio is from to ). This supports the idea that Improved Euler's global error is . For more support to this idea, we look at Improved Euler's error at as a function of step size , using 14 different values for : , , , , , , , , , , , , , .