HOME

TheInfoList



OR:

In
mathematics Mathematics is a field of study that discovers and organizes methods, Mathematical theory, theories and theorems that are developed and Mathematical proof, proved for the needs of empirical sciences and mathematics itself. There are many ar ...
, a Riemann sum is a certain kind of approximation of an integral by a finite sum. It is named after nineteenth century German mathematician
Bernhard Riemann Georg Friedrich Bernhard Riemann (; ; 17September 182620July 1866) was a German mathematician who made profound contributions to analysis, number theory, and differential geometry. In the field of real analysis, he is mostly known for the f ...
. One very common application is in
numerical integration In analysis, numerical integration comprises a broad family of algorithms for calculating the numerical value of a definite integral. The term numerical quadrature (often abbreviated to quadrature) is more or less a synonym for "numerical integr ...
, i.e., approximating the area of functions or lines on a graph, where it is also known as the rectangle rule. It can also be applied for approximating the length of curves and other approximations. The sum is calculated by partitioning the region into shapes (
rectangle In Euclidean geometry, Euclidean plane geometry, a rectangle is a Rectilinear polygon, rectilinear convex polygon or a quadrilateral with four right angles. It can also be defined as: an equiangular quadrilateral, since equiangular means that a ...
s,
trapezoid In geometry, a trapezoid () in North American English, or trapezium () in British English, is a quadrilateral that has at least one pair of parallel sides. The parallel sides are called the ''bases'' of the trapezoid. The other two sides are ...
s,
parabola In mathematics, a parabola is a plane curve which is Reflection symmetry, mirror-symmetrical and is approximately U-shaped. It fits several superficially different Mathematics, mathematical descriptions, which can all be proved to define exactl ...
s, or cubics—sometimes infinitesimally small) that together form a region that is similar to the region being measured, then calculating the area for each of these shapes, and finally adding all of these small areas together. This approach can be used to find a numerical approximation for a definite integral even if the fundamental theorem of calculus does not make it easy to find a closed-form solution. Because the region by the small shapes is usually not exactly the same shape as the region being measured, the Riemann sum will differ from the area being measured. This error can be reduced by dividing up the region more finely, using smaller and smaller shapes. As the shapes get smaller and smaller, the sum approaches the
Riemann integral In the branch of mathematics known as real analysis, the Riemann integral, created by Bernhard Riemann, was the first rigorous definition of the integral of a function on an interval. It was presented to the faculty at the University of Gö ...
.


Definition

Let f: , b\to \mathbb R be a function defined on a closed interval , b/math> of the real numbers, \mathbb R, and P = (x_0, x_1, \ldots, x_n) as a partition of , b/math>, that is a = x_0 A Riemann sum S of f over , b/math> with partition P is defined as S = \sum_^ f(x_i^*)\, \Delta x_i, where \Delta x_i = x_i - x_ and x_i^* \in _, x_i/math>. One might produce different Riemann sums depending on which x_i^*'s are chosen. In the end this will not matter, if the function is Riemann integrable, when the difference or width of the summands \Delta x_i approaches zero.


Types of Riemann sums

Specific choices of x_i^* give different types of Riemann sums: * If x_i^*=x_ for all ''i'', the method is the left rule and gives a left Riemann sum. * If x_i^* = x_i for all ''i'', the method is the right rule and gives a right Riemann sum. * If x_i^* = (x_i + x_)/2 for all ''i'', the method is the midpoint rule and gives a middle Riemann sum. * If f(x_i^*) = \sup f( _, x_i (that is, the
supremum In mathematics, the infimum (abbreviated inf; : infima) of a subset S of a partially ordered set P is the greatest element in P that is less than or equal to each element of S, if such an element exists. If the infimum of S exists, it is unique, ...
off over _, x_i/math>), the method is the upper rule and gives an upper Riemann sum or upper Darboux sum. * If f(x_i^*) = \inf f( _, x_i (that is, the infimum of ''f'' over _, x_i/math>), the method is the lower rule and gives a lower Riemann sum or lower Darboux sum. All these Riemann summation methods are among the most basic ways to accomplish
numerical integration In analysis, numerical integration comprises a broad family of algorithms for calculating the numerical value of a definite integral. The term numerical quadrature (often abbreviated to quadrature) is more or less a synonym for "numerical integr ...
. Loosely speaking, a function is Riemann integrable if all Riemann sums converge as the partition "gets finer and finer". While not derived as a Riemann sum, taking the average of the left and right Riemann sums is the trapezoidal rule and gives a trapezoidal sum. It is one of the simplest of a very general way of approximating integrals using weighted averages. This is followed in complexity by Simpson's rule and Newton–Cotes formulas. Any Riemann sum on a given partition (that is, for any choice of x_i^* between x_ and x_i) is contained between the lower and upper Darboux sums. This forms the basis of the Darboux integral, which is ultimately equivalent to the Riemann integral.


Riemann summation methods

The four Riemann summation methods are usually best approached with subintervals of equal size. The interval is therefore divided into n subintervals, each of length \Delta x = \frac. The points in the partition will then be a, \; a + \Delta x, \; a + 2 \Delta x, \; \ldots, \; a + (n-2) \Delta x, \; a + (n - 1)\Delta x, \; b.


Left rule

For the left rule, the function is approximated by its values at the left endpoints of the subintervals. This gives multiple rectangles with base and height . Doing this for , and summing the resulting areas gives S_\mathrm = \Delta x \left (a) + f(a + \Delta x) + f(a + 2 \Delta x) + \dots + f(b - \Delta x)\right The left Riemann sum amounts to an overestimation if ''f'' is monotonically decreasing on this interval, and an underestimation if it is monotonically increasing. The error of this formula will be \left\vert\int_^ f(x)\, dx - S_\mathrm\right\vert \le \frac, where M_1 is the maximum value of the
absolute value In mathematics, the absolute value or modulus of a real number x, is the non-negative value without regard to its sign. Namely, , x, =x if x is a positive number, and , x, =-x if x is negative (in which case negating x makes -x positive), ...
of f^(x) over the interval.


Right rule

For the right rule, the function is approximated by its values at the right endpoints of the subintervals. This gives multiple rectangles with base and height . Doing this for , and summing the resulting areas gives S_\mathrm = \Delta x \left (a + \Delta x) + f(a + 2 \Delta x) + \dots + f(b)\right The right Riemann sum amounts to an underestimation if ''f'' is monotonically decreasing, and an overestimation if it is monotonically increasing. The error of this formula will be \left\vert\int_^ f(x)\, dx - S_\mathrm\right\vert \le \frac, where M_1 is the maximum value of the
absolute value In mathematics, the absolute value or modulus of a real number x, is the non-negative value without regard to its sign. Namely, , x, =x if x is a positive number, and , x, =-x if x is negative (in which case negating x makes -x positive), ...
of f^(x) over the interval.


Midpoint rule

For the midpoint rule, the function is approximated by its values at the midpoints of the subintervals. This gives for the first subinterval, for the next one, and so on until . Summing the resulting areas gives S_\mathrm = \Delta x\left \left(a + \tfrac\right) + f\left(a + \tfrac\right) + \dots + f \left(b - \tfrac\right)\right The error of this formula will be \left\vert\int_a^b f(x)\, dx - S_\mathrm\right\vert \le \frac, where M_2 is the maximum value of the
absolute value In mathematics, the absolute value or modulus of a real number x, is the non-negative value without regard to its sign. Namely, , x, =x if x is a positive number, and , x, =-x if x is negative (in which case negating x makes -x positive), ...
of f^(x) over the interval. This error is half of that of the trapezoidal sum; as such the middle Riemann sum is the most accurate approach to the Riemann sum.


Generalized midpoint rule

A generalized midpoint rule formula, also known as the enhanced midpoint integration, is given by \int_0^1 f(x)\,dx = 2\sum_^M \,\,, where f^ denotes even derivative. For a function g(t) defined over interval (a,b) , its integral is \int_a^b g(t) \, dt = \int_0^ g(\tau+a) \, d\tau= (b-a) \int_0^1 g((b-a)x+a) \, dx. Therefore, we can apply this generalized midpoint integration formula by assuming that f(x) = (b-a) \, g((b-a)x+a) . This formula is particularly efficient for the numerical integration when the integrand f(x) is a highly oscillating function.


Trapezoidal rule

For the trapezoidal rule, the function is approximated by the average of its values at the left and right endpoints of the subintervals. Using the area formula \tfrach(b_1 + b_2) for a trapezium with parallel sides and , and height , and summing the resulting areas gives S_\mathrm = \tfrac\Delta x\left (a) + 2f(a + \Delta x) + 2f(a + 2\Delta x) + \dots + f(b)\right The error of this formula will be \left\vert\int_a^b f(x)\, dx - S_\mathrm\right\vert \le \frac, where M_2 is the maximum value of the absolute value of f''(x). The approximation obtained with the trapezoidal sum for a function is the same as the average of the left hand and right hand sums of that function.


Connection with integration

For a one-dimensional Riemann sum over domain , b/math>, as the maximum size of a subinterval shrinks to zero (that is the limit of the norm of the subintervals goes to zero), some functions will have all Riemann sums converge to the same value. This limiting value, if it exists, is defined as the definite Riemann integral of the function over the domain, \int_a^b f(x)\, dx = \lim_ \sum_^ f(x_i^*)\, \Delta x_i. For a finite-sized domain, if the maximum size of a subinterval shrinks to zero, this implies the number of subinterval goes to infinity. For finite partitions, Riemann sums are always approximations to the limiting value and this approximation gets better as the partition gets finer. The following animations help demonstrate how increasing the number of subintervals (while lowering the maximum subinterval size) better approximates the "area" under the curve: Image:Riemann sum (leftbox).gif, Left Riemann sum Image:Riemann sum (rightbox).gif, Right Riemann sum Image:Riemann sum (middlebox).gif, Middle Riemann sum Since the red function here is assumed to be a
smooth function In mathematical analysis, the smoothness of a function is a property measured by the number of continuous derivatives (''differentiability class)'' it has over its domain. A function of class C^k is a function of smoothness at least ; t ...
, all three Riemann sums will converge to the same value as the number of subintervals goes to infinity.


Example

Taking an example, the area under the curve over , 2can be procedurally computed using Riemann's method. The interval , 2is firstly divided into subintervals, each of which is given a width of \tfrac; these are the widths of the Riemann rectangles (hereafter "boxes"). Because the right Riemann sum is to be used, the sequence of coordinates for the boxes will be x_1, x_2, \ldots, x_n. Therefore, the sequence of the heights of the boxes will be x_1^2, x_2^2, \ldots, x_n^2. It is an important fact that x_i = \tfrac, and x_n = 2. The area of each box will be \tfrac \times x_i^2 and therefore the ''n''th right Riemann sum will be: \begin S &= \frac \left(\frac\right)^2 + \dots + \frac \left(\frac\right)^2 + \dots + \frac \left(\frac\right)^2\\ ex &= \frac \left(1 + \dots + i^2 + \dots + n^2\right)\\ ex &= \frac \left(\frac\right)\\ ex &= \frac \left(\frac\right)\\ ex &= \frac + \frac + \frac. \end If the limit is viewed as ''n'' → ∞, it can be concluded that the approximation approaches the actual value of the area under the curve as the number of boxes increases. Hence: \lim_ S = \lim_\left(\frac + \frac + \frac\right) = \frac. This method agrees with the definite integral as calculated in more mechanical ways: \int_0^2 x^2\, dx = \frac. Because the function is continuous and monotonically increasing over the interval, a right Riemann sum overestimates the integral by the largest amount (while a left Riemann sum would underestimate the integral by the largest amount). This fact, which is intuitively clear from the diagrams, shows how the nature of the function determines how accurate the integral is estimated. While simple, right and left Riemann sums are often less accurate than more advanced techniques of estimating an integral such as the Trapezoidal rule or Simpson's rule. The example function has an easy-to-find anti-derivative so estimating the integral by Riemann sums is mostly an academic exercise; however it must be remembered that not all functions have anti-derivatives so estimating their integrals by summation is practically important.


Higher dimensions

The basic idea behind a Riemann sum is to "break-up" the domain via a partition into pieces, multiply the "size" of each piece by some value the function takes on that piece, and sum all these products. This can be generalized to allow Riemann sums for functions over domains of more than one dimension. While intuitively, the process of partitioning the domain is easy to grasp, the technical details of how the domain may be partitioned get much more complicated than the one dimensional case and involves aspects of the geometrical shape of the domain.


Two dimensions

In two dimensions, the domain A may be divided into a number of two-dimensional cells A_i such that A = \bigcup_i A_i. Each cell then can be interpreted as having an "area" denoted by \Delta A_i. The two-dimensional Riemann sum is S = \sum_^n f(x_i^*, y_i^*)\, \Delta A_i, where (x_i^*, y_i^*) \in A_i.


Three dimensions

In three dimensions, the domain V is partitioned into a number of three-dimensional cells V_i such that V = \bigcup_i V_i. Each cell then can be interpreted as having a "volume" denoted by \Delta V_i. The three-dimensional Riemann sum is S = \sum_^n f(x_i^*, y_i^*, z_i^*)\, \Delta V_i, where (x_i^*, y_i^*, z_i^*) \in V_i.


Arbitrary number of dimensions

Higher dimensional Riemann sums follow a similar pattern. An ''n''-dimensional Riemann sum is S = \sum_i f(P_i^*)\, \Delta V_i, where P_i^* \in V_i, that is, it is a point in the ''n''-dimensional cell V_i with ''n''-dimensional volume \Delta V_i.


Generalization

In high generality, Riemann sums can be written S = \sum_i f(P_i^*) \mu(V_i), where P_i^* stands for any arbitrary point contained in the set V_i and \mu is a measure on the underlying set. Roughly speaking, a measure is a function that gives a "size" of a set, in this case the size of the set V_i; in one dimension this can often be interpreted as a length, in two dimensions as an area, in three dimensions as a volume, and so on.


See also

* Antiderivative * Euler method and midpoint method, related methods for solving differential equations * Lebesgue integration *
Riemann integral In the branch of mathematics known as real analysis, the Riemann integral, created by Bernhard Riemann, was the first rigorous definition of the integral of a function on an interval. It was presented to the faculty at the University of Gö ...
, limit of Riemann sums as the partition becomes infinitely fine * Simpson's rule, a powerful numerical method more powerful than basic Riemann sums or even the Trapezoidal rule * Trapezoidal rule, numerical method based on the average of the left and right Riemann sum


References


External links

*
A simulation showing the convergence of Riemann sums
{{Bernhard Riemann Integral calculus Bernhard Riemann