Midpoint method
Appearance
Improved Euler's method is another one-stepped method which gives the approximation of the solution of the differential equation
by turning it into a system called a discrete begining problem:
where u(x) is an approximation of the function f, and h is called a discretisation step. The points {x0, x1, ...n} are usually equidistant, i.e. xi = x0 + ih, i=0,1,...n
With the Improved Euler method, function f is approximated in the following way:
Finally, we get the formula for the Improved Euler's method: