Rectangle method

In mathematics, specifically in integral calculus, the rectangle method (also called the midpoint or mid-ordinate rule) computes an approximation to a definite integral, made by finding the area of a collection of rectangles whose heights are determined by the values of the function.

Specifically, the interval (a,b) over which the function is to be integrated is divided into N equal subintervals of length h = (b-a)/N. The rectangles are then drawn so that either their left or right corners, or the middle of their top line lies on the graph of the function, with bases running along the x-axis. The approximation to the integral is then calculated by adding up the areas (base multiplied by height) of the N rectangles, giving the formula:

An animation showing how the rectangle rule approximation improves with more strips.
\int_a^b f(x)\,dx \approx h \sum_{n=0}^{N-1} f(x_{n})

where h = (b - a) / N and x_{n} = a + nh .

The formula for x_{n} above gives x_{n} for the Top-left corner approximation.

As N gets larger, this approximation gets more accurate. In fact, this computation is the spirit of the definition of the Riemann integral and the limit of this approximation as n \to \infty is defined and equal to the integral of f on (a,b) if this Riemann integral is defined. Note that this is true regardless of which i' is used, however the midpoint approximation tends to be more accurate for finite n.

The different rectangle approximations
Midpoint approximation 

Error

For a function f which is twice differentiable, the approximation error in each section (a,a+\Delta) of the midpoint rule decays as the cube of the width of the rectangle. (For a derivation based on a Taylor approximation, see Midpoint method)

E_i \le \frac{\Delta^3}{24}\,f''(\xi)

for some \xi in (a, a+\Delta). Summing this, the approximation error for n intervals with width \Delta is less than or equal to

n=1,2,3,\dotsc

where n+1 is the number of nodes

E \le \frac{n\Delta^3}{24}f''(\xi)

in terms of the total interval, we know that n\Delta=b-a so we can rewrite the expression:

E \le \frac{(b-a)\Delta^2}{24}f''(\xi)

which is equal to:

E \le \frac{(b-a)^3}{24N^2}f''(\xi)


for some \xi in (a,b).

See also

This article is issued from Wikipedia - version of the Tuesday, April 26, 2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.