The Riemann Integral

In a calculus class integration is introduced as 'finding the area under a curve'. While this interpretation is certainly useful, we instead want to think of 'integration' as more sophisticated form of summation. Geometric considerations, in our situation, will not be so fruitful, whereas the summation interpretation of integration will make many of its properties easy to remember.

First, as usual, we need to define integration before we can discuss its properties. We will start with defining the Riemann integral, and we will move to the Riemann-Stieltjes and the Lebesgue integral later.

Definition: Partition of an Interval

Examples:

Using these partitions, we can define the following finite sum:

Definition: Riemann Sums

If P = { x0, x1, x2, ..., xn} is a partition of the closed interval [a, b] and f is a function defined on that interval, then the Riemann Sum of f with respect to the partition P is defined as: where tj is an arbitray number in the interval [xj-1, xj].

Note: If the function f is positive, a Riemann Sum geometrically corresponds to a summation of areas of rectangles with length xj - xj-1 and height f(tj).

Examples

Riemann sums have the practical disadvantage that we do not know which point to take inside each subinterval. To remedy that one could agree to always take the left endpoint (resulting in what is called the left Riemann sum) or always the right one (resulting in the right Riemann sum). However, it will turn out to be more useful to single out two other close cousins of Riemann sums:

Definition: Upper and Lower Sum

Let P = { x0, x1, x2, ..., xn} be a partition of the closed interval [a, b] and f a bounded function defined on that interval. Then:
Here is an example where the upper sum in displayed in dark brown and the lower sum in light brown.

The partition P = {0.5, 1, 1.5, 2}, and the numbers for the sums are chosen:

  • for the upper sum: c1 = f(1), c2 = f(2), and c3 = f(1)
  • for the lower sum: d1 = f(0.5), d2 = f(1), and d3 = f(2)

Examples:

These various sums are related via a basic inequality, and they are also related to a refinement of the partition in the following theorem:

Proposition: Size of Riemann Sums

Suppose P = { x0, x1, x2, ..., xn} is a partition of the closed interval [a, b], f a bounded function defined on that interval. Then we have:

In other words, the lower sum is always less than or equal to the upper sum, and the upper sum is decreasing with respect to a refinement of the partition while the lower sum is increasing with respect to a refinement of the partition. Hence, a natural question is: will the two quantities ever coincide ?

Definition: The Riemann Integral

Suppose f is a bounded function defined on a closed, bounded interval [a, b]. Define Then if I*(f) = I*(f) the function f is called Riemann integrable and the Riemann integral of f over the interval [a, b] is denoted by f(x) dx
Note that upper and lower sums depend on the particular partition chosen, while the upper and lower integrals are independent of partitions. However, this definition is very difficult for practical applications, since we need to find the sup and inf over any partition.

Examples

The third example shows that not every function is Riemann integrable, and the second one shows that we need an easier condition to determine integrability of a given function. The next lemma provides such a condition for integrability.

Lemma: Riemann's Lemma

Suppose f is a bounded function defined on the closed, bounded interval [a, b]. Then f is Riemann integrable if and only if for every > 0 there exists at least one partition P such that
| U(f,P) - L(f,P) | <

Examples

Now we can state some easy conditions that the Riemann integral satisfies. All of them are easy to memorize if one thinks of the Riemann integral as a somewhat glorified summation.

Proposition: Properties of the Riemann Integral

Suppose f is a Riemann integrable function defined on [a, b]. Then

Examples

Now we can illustrate the relation between Riemann integrable and continuous functions.

Theorem: Riemann Integrals of Continuous Functions

Every continuous function on a closed, bounded interval is Riemann integrable. The converse is false.

Note that this theorem does not say anything about the actual value of the Riemann integral. Also, we can drop the explicit condition that f is bounded, since every continuous function on a compact set is automatically bounded.

Since differentiable functions are continuous, this result therefore implies that

and each set is in fact a proper subset of the next.

Examples

To finalize the relation between integrable and continuous functions, the following theorem can be proved:

Theorem: Riemann Integrals of almost Continuous Functions

Examples

Now that we have easy conditions to determine which functions are integrable, it would also be convenient to have a nice shortcut to easily compute the actual value of an integral.

Theorem: Fundamental Theorem of Calculus

Suppose f is an integrable function defined on the closed, bounded interval [a, b], define a new function: Then F is continuous in [a, b]. Moreover, if f is also continous, then F is differentiable in (a, b) and

Note that this theorem has an easy corollary that enables us to quickly find the value of an integral in many situations.

Corollary: Integral Evaluation Shortcut

Suppose f is an continuous function defined on the closed, bounded interval [a, b], and F is a function on [a, b] such that F'(x) = f(x) for all x in (a, b). Then

Before we look at several examples, we should rephrase these results in less rigorous notation. The first theorem says, basically:

f(x) dx = f(x)
while the corollary states, basically, that:
f(x) dx = f(b) - f(a)
Hence, loosely speaking, integration and differentiation are inverse operations of each other.

Examples

In the next chapter we will introduce the Riemann-Stieltjes integral, and also learn two more shortcuts to compute the value of an integral called substitution method and integration by parts.
(bgw)