Trapezoidal rule

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Kbdankbot (talk | contribs) at 15:48, 29 September 2008 (Robot - move category per CFD 2008 September 16). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

The function f(x) (in blue) is approximated by a linear function (in red).
Illustration of the composite trapezium rule (with a non-uniform grid).

In mathematics, the trapezium rule (the British term) or trapezoidal rule (the American term) is a way to approximately calculate the definite integral

The trapezium rule works by approximating the region under the graph of the function by a trapezium and calculating its area. It follows that

To calculate this integral more accurately, one first splits the interval of integration into n smaller subintervals, and then applies the trapezium rule on each of them. One obtains the composite trapezium rule:

This can alternatively be written as:

where

for (one can also use a non-uniform grid).

The trapezium rule is one of a family of formulas for numerical integration called Newton–Cotes formulas. Simpson's rule is another, often more accurate, member of the same family. Simpson's rule and other like methods can be expected to improve on the trapezium rule for functions which are twice continuously differentiable; however for rougher functions the trapezium rule is likely to prove preferable. Moreover, the trapezium rule tends to become extremely accurate when periodic functions are integrated over their periods, a fact best understood in connection with the Euler–Maclaurin summation formula. For non-periodic functions, however, methods with unequally spaced points such as Gaussian quadrature and Clenshaw–Curtis quadrature are generally far more accurate.

An advantage of the trapezium rule is that the sign of the error of the approximation is easily known. An integral approximated with this rule on a concave-up function will be an overestimate because the trapezoids include all of the area under the curve and extend over it. Using this method on a concave-down function yields an underestimate because area is unaccounted for under the curve, but none is counted above. If the interval of the integral being approximated includes an inflection point, then the error is harder to identify.

See also

References

  • Burden, Richard L. (2000). Numerical Analysis (7th Ed. ed.). Brooks/Cole. ISBN 0-534-38216-9. {{cite book}}: |edition= has extra text (help); Unknown parameter |coauthors= ignored (|author= suggested) (help)
  • Trapezoidal Rule of Integration - Notes, PPT, Mathcad, Maple, Mathematica, Matlab at Holistic Numerical Methods Institute

External links