logo

Partition, Riemann Sum, Riemann Integral 📂Analysis

Partition, Riemann Sum, Riemann Integral

Partition1

Let’s assume the interval [a,b][a,b] is given. The partition PP of [a,b][a,b] is defined as follows.

P:={x0, x1, ,xn},a=x0<x1<<xn=b P := \left\{ x_{0},\ x_{1},\ \cdots, x_{n}\right\},\quad a=x_{0} <x_{1}<\cdots < x_{n} =b

And Δxi\Delta x_{i} is defined as follows.

Δxi:=xixi1,i=1,2,,n \Delta x_{i} :=x_{i}-x_{i-1},\quad i=1,2,\cdots,n

Explanation

Simply put, a partition is a set that contains all points at the ends of an interval and all boundary points within the interval when the interval is divided. An important point is that to talk about a partition, it is necessary to specify which interval it pertains to. That is, one cannot merely speak of a partition; one must refer to the partition of a certain interval.

Riemann Sum

Let ff be a bounded function defined on [a,b][a,b], and let PP be a partition of [a,b][a,b]. Also, let’s assume MiM_{i} and mim_{i} are as follows.

Mi=supf(x),(xi1xxi)mi=inff(x),(xi1xxi) \begin{align*} M_{i} &=\sup f(x),&(x_{i-1} \le x \le x_{i}) \\ m_{i}&=\inf f(x), &(x_{i-1} \le x \le x_{i}) \end{align*}

Then, U(P,f),L(P,f)U(P,f), L(P,f) is defined as follows, and they are called the PP-related upper and lower Riemann sum of ff, respectively.

U(P,f):=i=1nMiΔxiL(P,f):=i=1nmiΔxi \begin{align*} U(P,f) &:=\sum \limits _{i=1} ^n M_{i} \Delta x_{i} \\ L(P,f) &:= \sum \limits _{i=1} ^{n} m_{i}\Delta x_{i} \end{align*}

Explanation

The Riemann sum approximates the area under a function by dividing the interval. For a given partition PP, the upper sum refers to the largest value, and the lower sum refers to the smallest value. If the approximation is so close that there is no difference between upper and lower sums, it can be considered as the area under the graph of ff.

Riemann Integral

The upper Riemann integral of ff over [a,b][a,b] consists of taking inf\inf over all partitions PP of the interval [a,b][a,b].

This is defined as the supremum of the upper sums regarding each partition PP and is represented as follows.

abfdx:=infPU(P,f) \begin{equation} \overline{\int _{a}^{b}} f dx := \inf \limits_{P} U(P,f) \label{eq1} \end{equation}

Similarly, the lower Riemann integral of ff over [a,b][a,b] consists of taking sup\sup over all partitions PP of interval [a,b][a,b].

abfdx:=supPL(P,f) \begin{equation} \underline {\int _{a}^b } f dx := \sup \limits_{P} L(P,f) \label{eq2} \end{equation}

When the upper and lower Riemann integrals of ff are equal, ff is considered Riemann integrable over [a,b][a,b] and is denoted as follows.

fR={f:f is Riemann integrable} f \in \mathscr{R}= \left\{ f : f \text{ is Riemann integrable} \right\}

R\mathscr R is the set of Riemann integrable functions. Moreover, the common value of (1)(1) and (2)(2) is denoted as follows, and this is referred to as the Riemann integral of ff over [a,b][a,b].

abfdx=abfdx=abfdx \underline {\int _{a}^b } f dx = \int _{a} ^b f dx = \overline {\int _{a}^b} f dx

Or

abf(x)dx \int _{a} ^b f(x) dx

Explanation

The upper integral approximates the area of ff slightly larger (upper sum) among the smallest ones, and the lower integral approximates the area slightly smaller (lower sum) among the largest ones. Thus, when these two are identical, it can be stated that the area under the graph of ff has been accurately approximated.

1.JPG

Furthermore, as ff is bounded, there exist two constants MM and mm that satisfy the following.

mf(x)M   (axb) m \le f(x) \le M \ \ \ (a\le x\le b)

Therefore, the following holds for all partitions PP.

m(ba)L(P,f)U(P,f)M(ba) m(b-a) \le L(P,f) \le U(P,f) \le M(b-a)


  1. Walter Rudin, Principles of Mathematical Analysis (3rd Edition, 1976), p120-121 ↩︎