Riemann integral

If you are having difficulty understanding this article, you might wish to learn more about algebra, functions, and mathematical limits.


In a 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.

Contents

Overview

Figure 2
Enlarge
Figure 2

Let f(x) be a non-negative real-valued function of the interval [a,b], and let S = { (x, y) | 0 ≤ yf(x) } be the region of the plane under the function f(x) and above the interval [a,b] (see Figure 2). We are interested in measuring the area of S. Once we have measured it, we will denote it by ∫ab f(x) dx.

The basic idea of the Riemann integral is to use very simple and unambiguous 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.

It turns out that it is just as easy to jump right into the case where f can be both positive and negative. However, in this case the integral corresponds to signed area, that is, the area above the x-axis minus the area below the x-axis.

Riemann integral as limit
A converging sequence of Riemann sums. The

numbers in the upper right are the areas of the grey rectangles.

They converge to the integral of function.

Definition of the Riemann integral

Partitions of an interval

A partition of an interval [a, b] is a finite sequence a = x0 < x1 < x2 < ... < xn = 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 max0 ≤ i ≤ n − 1xi+1 − xi.

A tagged partition of an interval is a partition of an interval together with a finite sequence of number t0, ..., tn−1 subject to the conditions that for each i, xi ≤ ti ≤ xi+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 x0,...,xn together with t0,...,tn-1 are a tagged partition of [a, b], and that y0, ..., ym together with s0, ..., sm−1 are another tagged partition of [a, b]. We say that y0, ..., ym and s0, ..., sn−1 together are a refinement of x0, ..., xn together with t0, ..., tn−1 if for each integer i with 0 ≤ i ≤ n, there is an integer r(i) such that xi = yr(i) and such that ti = sj for some j with r(i) ≤ j ≤ r(i + 1). Said more simply, a refinement of a tagged partition takes the starting partition and adds more cuts, but does not take any away, 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.

Riemann sums

Choose a real-valued function f which is defined on the interval [ab]. The Riemann sum of f with respect to the tagged partition x0, ..., xn together with t0, ..., tn−1 is:

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

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+1 − xi. 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 x0, ..., xn and t0, ..., tn−1 whose mesh is less than δ, we have
<math>\left|\sum_{i=0}^{n-1} f(t_i) (x_{i+1}-x_i) - s\right| < \epsilon.\,<math>

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 x0, ...,xn and t0, ...,tn−1 such that for any refinement y0, ...,ym and s0,...,sm−1 of x0,...,xn and t0,...,tn−1, we have
<math>\left|\sum_{i=0}^{m-1} f(s_i) (y_{i+1}-y_i) - s\right| < \epsilon.\,<math>

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.

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 x0, ..., xn such that the lower and upper Darboux sums with respect to this partition are within ε/2 of the value s of the Darboux integral. Let r equal max0≤in−1Mi − mi, where Mi and mi are the supremum and infimum, respectively, of f on [xi+1, xi], and let δ be less than both ε/(2rn) and min0≤in−1xi+1 − xi. 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 ε/2 of the upper or lower Darboux sum, so it will be within ε of s.

Examples

Let f:[0,1] → 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 IQ:[0,1] → R be the indicator function of the rational numbers in [0, 1]; that is, IQ 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.

To start, let x0, ..., xn and t0, ..., tn−1 be a tagged partition. 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 − -1 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 − 1), then the contribution of each ti to the Riemann sum will be at least 0·ε/(n − 1) and at most 1·ε/(n − 1). This makes the total sum at least zero and at most ε. So let δ be a positive number less than ε/(n − 1). 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.

Things that masquerade as 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.

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.

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], ..., [(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 IQ 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:

<math>

\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 . <math>

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 IQ. 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

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

A real-valued function f on [a,b] is Riemann-integrable if and only if it is continuous almost everywhere.

If {fn} is a uniformly convergent sequence with limit f, then

<math> \int f\, dx = \lim \int f_n\, dx.<math>

Generalizations of the Riemann integral

It is easy to extend the Riemann integral to functions with values in the Euclidean vector space Rn for any n. The integral is defined by linearity; in other words, if f = (f1, ..., fn), ∫f = (∫f1, ... ∫fn). In particular, since the complex numbers are a real vector space, this allows the integration of complex valued functions.

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:

<math>\int_{-\infty}^\infty f(t)\,dt = \lim_{x\to\infty}\int_{-x}^x f(t)\,dt<math>

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,

-xxf(t) dt = ∫-x0f(t) dt + ∫0xf(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

xx f(t − 1) dt = ∫x1f(t − 1) dt + ∫1xf(t − 1) dt = −(x + 1) + (x − 1) = −2

for all x > 1.

Additionally, the Riemann integral no longer commutes with uniform limits. For example, let fn(x) = 1/n on [0, n] and 0 everywhere else. fn converges uniformly to the zero function, but ∫fn dx = 1 for all n. Consequently ∫f dx ≠ lim ∫fn dx.

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.

An integral which is in fact a direct generalization of the Riemann integral is the Henstock-Kurzweil integral.

Another way of generalizing the Riemann integral is to replace the factors xi − xi+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.

See also

fr:intégrale de Riemann lt:Rymano integralas nl:Riemannintegratie pl:Całka Riemanna fi:Riemannin integraali ru:Интеграл Римана

Navigation

  • Art and Cultures
    • Art (https://academickids.com/encyclopedia/index.php/Art)
    • Architecture (https://academickids.com/encyclopedia/index.php/Architecture)
    • Cultures (https://www.academickids.com/encyclopedia/index.php/Cultures)
    • Music (https://www.academickids.com/encyclopedia/index.php/Music)
    • Musical Instruments (http://academickids.com/encyclopedia/index.php/List_of_musical_instruments)
  • Biographies (http://www.academickids.com/encyclopedia/index.php/Biographies)
  • Clipart (http://www.academickids.com/encyclopedia/index.php/Clipart)
  • Geography (http://www.academickids.com/encyclopedia/index.php/Geography)
    • Countries of the World (http://www.academickids.com/encyclopedia/index.php/Countries)
    • Maps (http://www.academickids.com/encyclopedia/index.php/Maps)
    • Flags (http://www.academickids.com/encyclopedia/index.php/Flags)
    • Continents (http://www.academickids.com/encyclopedia/index.php/Continents)
  • History (http://www.academickids.com/encyclopedia/index.php/History)
    • Ancient Civilizations (http://www.academickids.com/encyclopedia/index.php/Ancient_Civilizations)
    • Industrial Revolution (http://www.academickids.com/encyclopedia/index.php/Industrial_Revolution)
    • Middle Ages (http://www.academickids.com/encyclopedia/index.php/Middle_Ages)
    • Prehistory (http://www.academickids.com/encyclopedia/index.php/Prehistory)
    • Renaissance (http://www.academickids.com/encyclopedia/index.php/Renaissance)
    • Timelines (http://www.academickids.com/encyclopedia/index.php/Timelines)
    • United States (http://www.academickids.com/encyclopedia/index.php/United_States)
    • Wars (http://www.academickids.com/encyclopedia/index.php/Wars)
    • World History (http://www.academickids.com/encyclopedia/index.php/History_of_the_world)
  • Human Body (http://www.academickids.com/encyclopedia/index.php/Human_Body)
  • Mathematics (http://www.academickids.com/encyclopedia/index.php/Mathematics)
  • Reference (http://www.academickids.com/encyclopedia/index.php/Reference)
  • Science (http://www.academickids.com/encyclopedia/index.php/Science)
    • Animals (http://www.academickids.com/encyclopedia/index.php/Animals)
    • Aviation (http://www.academickids.com/encyclopedia/index.php/Aviation)
    • Dinosaurs (http://www.academickids.com/encyclopedia/index.php/Dinosaurs)
    • Earth (http://www.academickids.com/encyclopedia/index.php/Earth)
    • Inventions (http://www.academickids.com/encyclopedia/index.php/Inventions)
    • Physical Science (http://www.academickids.com/encyclopedia/index.php/Physical_Science)
    • Plants (http://www.academickids.com/encyclopedia/index.php/Plants)
    • Scientists (http://www.academickids.com/encyclopedia/index.php/Scientists)
  • Social Studies (http://www.academickids.com/encyclopedia/index.php/Social_Studies)
    • Anthropology (http://www.academickids.com/encyclopedia/index.php/Anthropology)
    • Economics (http://www.academickids.com/encyclopedia/index.php/Economics)
    • Government (http://www.academickids.com/encyclopedia/index.php/Government)
    • Religion (http://www.academickids.com/encyclopedia/index.php/Religion)
    • Holidays (http://www.academickids.com/encyclopedia/index.php/Holidays)
  • Space and Astronomy
    • Solar System (http://www.academickids.com/encyclopedia/index.php/Solar_System)
    • Planets (http://www.academickids.com/encyclopedia/index.php/Planets)
  • Sports (http://www.academickids.com/encyclopedia/index.php/Sports)
  • Timelines (http://www.academickids.com/encyclopedia/index.php/Timelines)
  • Weather (http://www.academickids.com/encyclopedia/index.php/Weather)
  • US States (http://www.academickids.com/encyclopedia/index.php/US_States)

Information

  • Home Page (http://academickids.com/encyclopedia/index.php)
  • Contact Us (http://www.academickids.com/encyclopedia/index.php/Contactus)

  • Clip Art (http://classroomclipart.com)
Toolbox
Personal tools