Jump to content

Midpoint method

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 80.74.173.235 (talk) at 12:15, 17 January 2005 (Could someone make this more ''prettier''?). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

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: