FACTOID # 66: Russia has almost twice as many judges and magistrates as the United States. Meanwhile, the United States has 8 times as much crime.
 
 Home   Encyclopedia   Statistics   Countries A-Z   Flags   Maps   Education   Forum   FAQ   About 
 
WHAT'S NEW
RECENT ARTICLES
More Recent Articles »
 

SEARCH ALL

FACTS & STATISTICS   

Search encyclopedia, statistics and forums:

 

 

(* = Graphable)

 

 


Encyclopedia > 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. While the Riemann integral is unsuitable for many theoretical purposes, it is one of the easiest integrals to define. Some of these technical deficiencies can be remedied by the Riemann-Stieltjes integral, and most of them disappear in the Lebesgue integral. For other meanings of mathematics or uses of math and maths, see Mathematics (disambiguation) and Math (disambiguation). ... Real analysis is a branch of mathematical analysis dealing with the set of real numbers and functions of real numbers. ... Bernhard Riemann. ... This article is about the concept of integrals in calculus. ... Graph of example function, The mathematical concept of a function expresses the intuitive idea of deterministic dependence between two quantities, one of which is viewed as primary (the independent variable, argument of the function, or its input) and the other as secondary (the value of the function, or output). A... In mathematics, interval is a concept relating to the sequence and set-membership of one or more numbers. ... In mathematics, the Riemann-Stieltjes integral is a generalization of the Riemann integral, named after Bernhard Riemann and Thomas Joannes Stieltjes. ... In mathematics, the integral of a function of one real variable can be regarded as the area of a plane region bounded by the graph of that function. ...

The integral as the area of a region under a curve.
The integral as the area of a region under a curve.

Contents

Image File history File links Integral_as_region_under_curve. ... Image File history File links Integral_as_region_under_curve. ...

Overview

Let f(x) be a non-negative real-valued function of the interval [a,b], and let S = {(x,y) | 0 < y < f(x)} be the region of the plane under the function f(x) and above the interval [a,b] (see the figure on the top right). We are interested in measuring the area of S. Once we have measured it, we will denote the area by: Please refer to Real vs. ...

int_{a}^{b}f(x),dx

The basic idea of the Riemann integral is to use very simple approximations for the area of S. By taking better and better approximations, we can say that "in the limit" we get exactly the area of S under the curve.


Note that where f can be both positive and negative, the integral corresponds to signed area; that is, the area above the x-axis minus the area below the x-axis.

A sequence of Riemann sums. The numbers in the upper right are the areas of the grey rectangles. They converge to the integral of the function.
A sequence of Riemann sums. The numbers in the upper right are the areas of the grey rectangles. They converge to the integral of the function.

Animation that illustrates features of Riemann integration File history Legend: (cur) = this is the current file, (del) = delete this old version, (rev) = revert to this old version. ... Animation that illustrates features of Riemann integration File history Legend: (cur) = this is the current file, (del) = delete this old version, (rev) = revert to this old version. ...

Definition of the Riemann integral

Partitions of an interval

A partition of an interval [a,b] is a finite sequence a = x_0 < x_1 < x_2 < cdots < x_n = b. Each [xi,xi + 1] is called a subinterval of the partition. The mesh of a partition is defined to be the length of the longest subinterval [xi,xi + 1], that is, it is max(xi + 1xi) where 0 le i le n - 1. It is also called the norm of the partition. In mathematics, a partition of an interval [a, b] on the real line is a finite sequence of the form a = x0 < x1 < x2 < ... < xn = b. ...


A tagged partition of an interval is a partition of an interval together with a finite sequence of numbers t_0, ldots, t_{n-1} subject to the conditions that for each i, x_i le t_i le x_{i+1}. In other words, it is a partition together with a distinguished point of every subinterval. The mesh of a tagged partition is defined the same as for an ordinary partition.


Suppose that x_0,ldots,x_n together with t_0,ldots,t_{n-1} are a tagged partition of [a,b], and that y_0,ldots,y_m together with s_0,ldots,s_{m-1} are another tagged partition of [a,b]. We say that y_0,ldots,y_m and s_0,ldots,s_{m-1} together are a refinement of x_0,ldots,x_n together with t_0,ldots,t_{n-1} if for each integer i with 0 le i le n, there is an integer r(i) such that xi = yr(i) and such that ti = sj for some j with r(i) le j le r(i+1). Said more simply, a refinement of a tagged partition takes the starting partition and adds more tags, but does not take any away.


We can define a partial order on the set of all tagged partitions by saying that one tagged partition is bigger than another if the bigger one is a refinement of the smaller one. In mathematics, a partially ordered set (or poset for short) is a set equipped with a special binary relation which formalizes the intuitive concept of an ordering. ...


Riemann sums

Choose a real-valued function f which is defined on the interval [a,b]. The Riemann sum of f with respect to the tagged partition x_0,ldots,x_n together with t_0,ldots,t_{n-1} is: In mathematics, a Riemann sum is a method for approximating the values of integrals. ...

sum_{i=0}^{n-1} f(t_i) (x_{i+1}-x_i)

Each term in the sum is the product of the value of the function at a given point and the length of an interval. Consequently, each term represents the area of a rectangle with height f(ti) and length xi + 1xi. The Riemann sum is the signed area under all the rectangles.


The Riemann integral

Loosely speaking, the Riemann integral is the limit of the Riemann sums of a function as the partitions get finer and finer. However, being precise about what is meant by "finer and finer" is somewhat tricky.


One important fact is that the mesh of the partitions must become smaller and smaller, so that in the limit, it is zero. If this were not so, then we would not be getting a good approximation to the function on certain subintervals. In fact, this is enough to define an integral. To be specific, we say that the Riemann integral of f equals s if the following condition holds:

For all ε > 0, there exists δ > 0 such that for any tagged partition x_0,ldots,x_n and t_0,ldots,t_{n-1} whose mesh is less than δ, we have
left|sum_{i=0}^{n-1} f(t_i) (x_{i+1}-x_i) - sright| < epsilon.,

However, there is an unfortunate problem with this definition: it is very difficult to work with. So we will make an alternate definition of the Riemann integral which is easier to work with, then prove that it is the same as the definition we have just made. Our new definition says that the Riemann integral of f equals s if the following condition holds:

For all ε > 0, there exists a tagged partition x_0,ldots,x_n and t_0,ldots,t_{n-1} such that for any refinement y_0,ldots,y_m and s_0,ldots,s_{m-1} of x_0,ldots,x_n and t_0,ldots,t_{n-1}, we have
left|sum_{i=0}^{m-1} f(s_i) (y_{i+1}-y_i) - sright| < epsilon.,

Both of these mean that eventually, the Riemann sum of f with respect to any partition gets trapped close to s. Since this is true no matter how close we demand the sums be trapped, we say that the Riemann sums converge to s. These definitions are actually a special case of a more general concept, a net. In topology and related areas of mathematics a net or Moore-Smith sequence is a generalization of a sequence, intended to unify the various notions of limit and generalize them to arbitrary topological spaces. ...


As we stated earlier, these two definitions are equivalent. In other words, s works in the first definition if and only if s works in the second definition. To show that the first definition implies the second, start with an ε, and choose a δ that satisfies the condition. Choose any tagged partition whose mesh is less than δ. Its Riemann sum is within ε of s, and any refinement of this partition will also have mesh less than δ, so the Riemann sum of the refinement will also be within ε of s. To show that the second definition implies the first, it is easiest to use the Darboux integral. First one shows that the second definition is equivalent to the definition of the Darboux integral; for this see the page on Darboux integration. Now we will show that a Darboux integrable function satisfies the first definition. Choose a partition x_0, ldots, x_n such that the lower and upper Darboux sums with respect to this partition are within frac{epsilon}{2} of the value s of the Darboux integral. Let r equal max_{0 le i le n-1} M_i-m_i, where Mi and mi are the supremum and infimum, respectively, of f on [xi,xi + 1], and let δ be less than both frac{epsilon}{2rn} and min_{0 le i le n-1} x_{i+1}-x_i. Then it is not hard to see that the Riemann sum of f with respect to any tagged partition of mesh less than δ will be within frac{epsilon}{2} of the upper or lower Darboux sum, so it will be within ε of s. If you are having difficulty understanding this article, you might wish to learn more about algebra, functions, and mathematical limits. ... In mathematics, the supremum of an ordered set S is the least element that is greater than or equal to each element of S. Consequently, it is also referred to as the least upper bound (also lub and LUB). ... In mathematics the infimum of a subset of some set is the greatest element, not necessarily in the subset, that is less than or equal to all other elements of the subset. ...


Examples

Let f:[0,1] rightarrow mathbb{R} be the function which takes the value 1 at every point. Any Riemann sum of f on [0,1] will have the value 1, therefore the Riemann integral of f on [0,1] is 1.


Let I_{mathbb{Q}}:[0,1] rightarrow mathbb{R} be the indicator function of the rational numbers in [0,1]; that is, I_{mathbb{Q}} takes the value 1 on rational numbers and 0 on irrational numbers. This function does not have a Riemann integral. To prove this, we will show how to construct tagged partitions whose Riemann sums get arbitrarily close to both zero and one. In the mathematical subfield of set theory, the indicator function, or characteristic function, is a function defined on a set X which is used to indicate membership of an element in a subset A of X. Remark. ...


To start, let x_0, ldots, x_n and t_0, ldots, t_{n-1} be a tagged partition (each ti is between xi and xi + 1). Choose ε > 0. The ti have already been chosen, and we can't change the value of f at those points. But if we cut the partition into tiny pieces around each ti, we can minimize the effect of the ti. Then, by carefully choosing the new tags, we can make the value of the Riemann sum turn out to be within ε of either zero or one—our choice!


Our first step is to cut up the partition. There are n of the ti, and we want their total effect to be less than ε. If we confine each of them to an interval of length less than ε / n, then the contribution of each ti to the Riemann sum will be at least (0cdotepsilon)/n and at most (1cdotepsilon)/n. This makes the total sum at least zero and at most ε. So let δ be a positive number less than ε / n. If it happens that two of the ti are within δ of each other, choose δ smaller. If it happens that some ti is within δ of some xj, and ti is not equal to xj, choose δ smaller. Since there are only finitely many ti and xj, we can always choose δ sufficiently small.


Now we add two cuts to the partition for each ti. One of the cuts will be at ti − δ / 2, and the other will be at ti + δ / 2. If one of these leaves the interval [0,1], then we leave it out. ti will be the tag corresponding to the subinterval [ti − δ / 2,ti + δ / 2]. If ti is directly on top of one of the xj, then we let ti be the tag for both [ti − δ / 2,xj] and [xj,ti + δ / 2]. We still have to choose tags for the other subintervals. We will choose them in two different ways. The first way is to always choose a rational point, so that the Riemann sum is as large as possible. This will make the value of the Riemann sum at least 1 − ε. The second way is to always choose an irrational point, so that the Riemann sum is as small as possible. This will make the value of the Riemann sum at most ε.


Since we started from an arbitrary partition and ended up as close as we wanted to either zero or one, it is false to say that we are eventually trapped near some number s, so this function is not Riemann integrable. However, it is Lebesgue integrable. In the Lebesgue sense its integral is zero, since the function is zero almost everywhere. But this is a fact that is beyond the reach of the Riemann integral. In mathematics, the integral of a function of one real variable can be regarded as the area of a plane region bounded by the graph of that function. ... In measure theory (a branch of mathematical analysis), one says that a property holds almost everywhere if the set of elements for which the property does not hold is a null set, i. ...


Other concepts similar to the Riemann integral

It is popular to define the Riemann integral as the Darboux integral. This is because the Darboux integral is technically simpler and because a function is Riemann-integrable if and only if it is Darboux-integrable. If you are having difficulty understanding this article, you might wish to learn more about algebra, functions, and mathematical limits. ...


Some calculus books do not use general tagged partitions, but limit themselves to specific types of tagged partitions. If the type of partition is limited too much, some non-integrable functions may appear to be integrable.


One popular restriction is the use of "left-hand" and "right-hand" Riemann sums. In a left-hand Riemann sum, ti = xi for all i, and in a right-hand Riemann sum, ti = xi + 1 for all i. Alone this restriction does not impose a problem: we can refine any partition in a way that makes it a left-hand or right-hand sum by subdividing it at each ti. In more formal language, the set of all left-hand Riemann sums and the set of all right-hand Riemann sums is cofinal in the set of all tagged partitions. In mathematics, especially in order theory, a subset B of a partially ordered set A is cofinal if for every a in A there is a b in B such that a &#8804; b. ...


Another popular restriction is the use of regular subdivisions of an interval. For example, the n'th regular subdivision of [0,1] consists of the intervals [0, 1/n], [1/n, 2/n], ldots, [(n-1)/n, 1]. Again, alone this restriction does not impose a problem, but the reasoning required to see this fact is more difficult than in the case of left-hand and right-hand Riemann sums.


However, combining these restrictions, so that one uses only left-hand or right-hand Riemann sums on regularly divided intervals, is dangerous. If a function is known in advance to be Riemann integrable, then this technique will give the correct value of the integral. But under these conditions the indicator function I_{mathbb{Q}} will appear to be integrable on [0,1] with integral equal to one: Every endpoint of every subinterval will be a rational number, so the function will always be evaluated at rational numbers, and hence it will appear to always equal one. The problem with this definition becomes apparent when we try to split the integral into two pieces. The following equation ought to hold: In the mathematical subfield of set theory, the indicator function, or characteristic function, is a function defined on a set X which is used to indicate membership of an element in a subset A of X. Remark. ...

 int_0^{sqrt{2}-1}! I_mathbf{Q}(x) ,mathrm{d}x + int_{sqrt{2}-1}^1! I_mathbf{Q}(x) ,mathrm{d}x = int_0^1! I_mathbf{Q}(x) ,mathrm{d}x .

If we use regular subdivisions and left-hand or right-hand Riemann sums, then the two terms on the left are equal to zero, since every endpoint except 0 and 1 will be irrational, but as we have seen the term on the right will equal 1.


As defined above, the Riemann integral avoids this problem by refusing to integrate I_{mathbb{Q}}. The Lebesgue integral is defined in such a way that all these integrals are 0.


Facts about the Riemann integral

The Riemann integral is a linear transformation; that is, if f and g are Riemann-integrable on [a,b] and α and β are constants, then

 int_{a}^{b}( alpha f + beta g),dx = alpha int_{a}^{b}f(x),dx + beta int_{a}^{b}g(x),dx.

A real-valued function f on [a,b] is Riemann-integrable if and only if it is bounded and continuous almost everywhere. The term bounded appears in different parts of mathematics where a notion of size can be given. ... In mathematics, a continuous function is a function for which, intuitively, small changes in the input result in small changes in the output. ... In measure theory (a branch of mathematical analysis), one says that a property holds almost everywhere if the set of elements for which the property does not hold is a null set, i. ...


If a real-valued function on [a,b] is Riemann-integrable, it is Lebesgue-integrable. In mathematics, the integral of a function of one real variable can be regarded as the area of a plane region bounded by the graph of that function. ...


If fn is a uniformly convergent sequence on [a,b] with limit f, then In the mathematical field of analysis, uniform convergence is a type of convergence stronger than pointwise convergence. ...

 int_{a}^{b} f, dx = int_a^b{lim_{n to infty}{f_n}, dx} = lim_{n to infty} int_{a}^{b} f_n, dx.

If a real-valued function is monotone on the interval [a,b], it is Riemann-integrable. In mathematics, functions between ordered sets are monotonic (or monotone) if they preserve the given order. ...


Generalizations of the Riemann integral

It is easy to extend the Riemann integral to functions with values in the Euclidean vector space mathbb{R}^n for any n. The integral is defined by linearity; in other words, if mathbf{f} = (f_1, dots, f_n), then intmathbf{f} = left(int f_1,,dots, int f_nright). In particular, since the complex numbers are a real vector space, this allows the integration of complex valued functions. In mathematics, a vector space (or linear space) is a collection of objects (called vectors) that, informally speaking, may be scaled and added. ...


The Riemann integral is only defined on bounded intervals, and it does not extend well to unbounded intervals. The simplest possible extension is to define such an integral as a limit, in other words, as an improper integral. We could set: It is recommended that the reader be familiar with antiderivatives, integrals, and limits. ...

int_{-infty}^infty f(t),dt = lim_{xtoinfty}int_{-x}^x f(t),dt.

Unfortunately, this does not work well. Translation invariance, the fact that the Riemann integral of the function should not change if we move the function left or right, is lost. For example, let f(x) = 1 for all x > 0, f(0) = 0, and f(x) = − 1 for all x < 0. Then,

int_{-x}^x f(t),dt = int_{-x}^0 f(t),dt + int_0^x f(t),dt = -x + x = 0

for all x. But if we shift f(x) to the right by one unit to get f(x − 1), we get

int_{-x}^x f(t-1),dt = int_{-x}^1 f(t-1),dt + int_1^x f(t-1),dt = -(x+1) + (x-1) = -2

for all x > 1.


Since this is unacceptable, we could try the definition:

int_{-infty}^infty f(t),dt = lim_{ato-infty}lim_{btoinfty}int_a^b f(t),dt.

Then if we attempt to integrate the function f above, we get +infty, because we take the limit as b tends to infty first. If we reverse the order of the limits, then we get -infty.


This is also unacceptable, so we could require that the integral exists and gives the same value regardless of the order. Even this does not give us what we want, because the Riemann integral no longer commutes with uniform limits. For example, let fn(x) = 1 / n on [0,n] and 0 everywhere else. For all n, int f_n,dx = 1. But fn converges uniformly to zero, so the integral of lim f_n is zero. Consequently int f,dx not= limint f_n,dx. Even though this is the correct value, it shows that the most important criterion for exchanging limits and (proper) integrals is false for improper integrals. This makes the Riemann integral unworkable in applications.


A better route is to abandon the Riemann integral for the Lebesgue integral. The definition of the Lebesgue integral is not obviously a generalization of the Riemann integral, but it is not hard to prove that every Riemann-integrable function is Lebesgue-integrable and that the values of the two integrals agree whenever they are both defined. Moreover, a bounded Lebesgue-integrable function f defined on a bounded interval is Riemann-integrable if and only if the set of points where f is discontinuous has Lebesgue measure zero. In mathematics, the integral of a function of one real variable can be regarded as the area of a plane region bounded by the graph of that function. ...


An integral which is in fact a direct generalization of the Riemann integral is the Henstock-Kurzweil integral. In mathematics, the Henstock-Kurzweil integral, also known as the Denjoy integral (pronounce Denjua) and the Perron integral, is a possible definition of the integral of a function. ...


Another way of generalizing the Riemann integral is to replace the factors xixi + 1 in the definition of a Riemann sum by something else; roughly speaking, this gives the interval of integration a different notion of length. This is the approach taken by the Riemann-Stieltjes integral. In mathematics, the Riemann-Stieltjes integral is a generalization of the Riemann integral, named after Bernhard Riemann and Thomas Joannes Stieltjes. ...


See also

In calculus, an antiderivative, primitive or indefinite integral of a function f is a function F whose derivative is equal to f, i. ... In mathematics, the Riemann-Stieltjes integral is a generalization of the Riemann integral, named after Bernhard Riemann and Thomas Joannes Stieltjes. ... In mathematics, the Henstock-Kurzweil integral, also known as the Denjoy integral (pronounce Denjua) and the Perron integral, is a possible definition of the integral of a function. ... In mathematics, the integral of a function of one real variable can be regarded as the area of a plane region bounded by the graph of that function. ... If you are having difficulty understanding this article, you might wish to learn more about algebra, functions, and mathematical limits. ...

References

  • Shilov, G. E., and Gurevich, B. L., 1978. Integral, Measure, and Derivative: A Unified Approach, Richard A. Silverman, trans. Dover Publications. ISBN 0-486-63519-8.

  Results from FactBites:
 
Riemann integral - Wikipedia, the free encyclopedia (2265 words)
While the Riemann integral is unsuitable for many theoretical purposes, it is one of the easiest integrals to define.
The definition of the Lebesgue integral is not obviously a generalization of the Riemann integral, but it is not hard to prove that every Riemann-integrable function is Lebesgue-integrable and that the values of the two integrals agree whenever they are both defined.
An integral which is in fact a direct generalization of the Riemann integral is the Henstock-Kurzweil integral.
  More results at FactBites »

 

COMMENTARY     


Share your thoughts, questions and commentary here
Your name
Your location
Your comments
Please enter the 5-letter protection code


Lesson Plans | Student Area | Student FAQ | Reviews | Press Releases |  Feeds | Contact
The Wikipedia article included on this page is licensed under the GFDL.
Images may be subject to relevant owners' copyright.
All other elements are (c) copyright NationMaster.com 2003-5. All Rights Reserved.
Usage implies agreement with terms.