Riemann sum
From Wikipedia, the free encyclopedia
In mathematics, a Riemann sum is a method for approximating the total area underneath a curve on a graph, otherwise known as an integral. It may also be used to define the integration operation. The method was named after German mathematician Bernhard Riemann.
Contents |
[edit] Definition
For a function f: D → R, where D is a subset of the real numbers R, I = [a, b] is a closed interval contained in D. A finite set of points {x0, x1, x2, ... xn} such that a = x0 < x1 < x2 ... < xn = b creates a partition P = {[x0, x1), [x1, x2), ... [xn-1, xn]} of I.
Because P is a partition with n elements of I, the Riemann sum of f over I with the partition P is defined as
where xi-1 ≤ yi ≤ xi. The choice of yi in this interval is arbitrary. If yi = xi-1 for all i, then S is called a left Riemann sum. If yi = xi, then S is called a right Riemann sum. If yi = (xi+xi-1)/2, then S is called a middle Riemann sum. The average of the left and right Riemann sum is the trapezoidal sum.
If it is given that
where vi is the supremum of f over [xi-1, xi], then S is defined to be an upper Riemann sum. Similarly, if vi is the infimum of f over [xi−1, xi], then S is a lower Riemann sum.
Any Riemann sum on a given partition (that is, for any choice of yi between xi-1 and xi) is contained between the lower and the upper Riemann sums. A function is defined to be Riemann integrable if the lower and upper Riemann sums get ever closer as the partition gets finer and finer. This fact can also be used for numerical integration.
[edit] Methods
The four methods of Riemann summation are usually best approached with partitions of equal size. The interval [a, b] is therefore divided into n subintervals, each of length Q = (b − a) / n. The points in the partition will then be
- a, a + Q, a + 2Q, ..., a + (n−2)Q, a + (n−1)Q, b.
[edit] Left sum
For the left Riemann sum, approximating the function by its value at the left-end point gives multiple rectangles with base Q and height f(a + iQ). Doing this for i = 0, 1, ..., n−1, and adding up the resulting areas gives
The left Riemann sum amounts to an overestimation if f is monotonically decreasing on this interval, and an underestimation if it is monotonically increasing.
[edit] Right sum
f is here approximated by the value at the right endpoint. This gives multiple rectangles with base Q and height f(a + iQ). Doing this for i = 1, 2, ..., n−1, n, and adding up the resulting areas produces
The right Riemann sum amounts to an overestimation if f is monotonically increasing, and an underestimation if it is monotonically decreasing.
[edit] Middle sum
Approximating f at the midpoint of each interval gives f(a + Q/2) for the first interval, for the next one f(a + 3Q/2), and so on until f(b-Q/2). Summing up the areas gives
The error of this formula will be
where M2 is the maximum value of the absolute value of
on the interval.
[edit] Trapezoidal rule
In this case, the values of the function f on an interval are approximated by the average of the values at the left and right endpoints. In the same manner as above, a simple calculation using the area formula A = h(b1 + b2) / 2 for a trapezium with parallel sides b1, b2 and height h produces
where M2 is the maximum value of the absolute value of 
[edit] Simpson's rule
[edit] Examples
[edit] Example
Taking an example, the area under the curve of x2 between 0 and 2 can be procedurally computed using Riemann's method.
The interval from 0 to 2 is firstly divided into n subintervals, each of which is given a width of
; these are the widths of the Riemann rectangles. Because the right Riemann sum is to be used, the sequence of x coordinates for the boxes will be
. Therefore, the sequence of the heights of the boxes will be
. It is an important fact that
, and xn = 2.
The area of each box will be
and therefore the nth left Riemann sum will be:
. Hence:
If the limit is viewed as
, it can be concluded that the approximation approaches the actual value of the area under the curve as the number of boxes increases. Hence:
This method agrees with the definite integral as calculated in more mechanical ways:
[edit] Animations
[edit] See also
[edit] References
- Thomas, George B. Jr.; Finney, Ross L. (1996), Calculus and Analytic Geometry (9th ed.), Addison Wesley, ISBN 0-201-53174-7


![Q\left[f(a) + f(a + Q) + f(a + 2Q)+\cdots+f(b - Q)\right].\,](http://upload.wikimedia.org/math/3/d/b/3db38a258ab7a2ea8d4a3e8d36822c8f.png)
![Q\left[f(a + Q) + f(a + 2Q)+\cdots+f(b)\right].\,](http://upload.wikimedia.org/math/f/5/0/f50bf5efe355d2db7678e43cb50ea29c.png)
![Q\left[f(a + Q/2) + f(a + 3Q/2)+\cdots+f(b-Q/2)\right].](http://upload.wikimedia.org/math/6/5/7/6577b8e73777fd7eb32405c08618596a.png)

![\frac{1}{2}Q\left[f(a) + 2f(a+Q) + 2f(a+2Q) + 2f(a+3Q)+\cdots+f(b)\right].](http://upload.wikimedia.org/math/8/8/8/888c6bf9b41956b7a401223610b91ce1.png)











