Prove if f is positive and increasing on $[a, b]$ then $L_n ≤ A ≤ R_n.$ (riemann sum)

412 Views Asked by At

Prove if f is positive and increasing on $[a, b]$ then for all $n\ge 0$ we have $L_n \le A \le R_n$. (Riemann sum)

Let $A$ denote the actual area.

Let $L_n$ denote the left Riemann sum.

Let $R_n$ denote the right Riemann sum.

So far what I did:

$$\int_{a}^{b} f(a) dx \leq \int_{a}^{b} f(x) dx \leq \int_{a}^{b} f(b)$$

But after this I am stuck on the proof?

2

There are 2 best solutions below

4
On BEST ANSWER

Just write the definitions

$$L_n = \sum_{i=0}^{n-1}f(x_i){b-a\over n}\le \sup_m L_m = A= \inf_m R_m \le \sum_{i=1}^n f(x_i){b-a\over n}$$

here the $\sup=\limsup$ by monotonicity of $f$.

and if you're not familiar with the $\sup$ notation, then try this

$$L_n =\sum_{i=0}^{n-1}f(x_i){b-a\over n}=\sum_{i=0}^{n-1}\int_{x_i}^{x_{i+1}}f(x_i)\,dx \le \sum_{i=1}^{n-1}\int_{x_i}^{x_{i+1}}f(x)\,dx $$ $$= \int_a^b f(x)\,dx$$ $$=\sum_{i=1}^n\int_{x_{i-1}}^{x_i}f(x)\le \sum_{i=1}^n\int_{x_{i-1}}^{x_i}f(x_i)\,dx =\sum_{i=1}^nf(x_i){b-a\over n}=R_n$$

0
On

For partition $x_0<x_1<\cdots<x_n$

Left Riemann sum: $ = \sum_\limits{i=1}^{n} f(x_{i-1})(x_{i}-x_{i-1})$

Right Riemann sum: $ = \sum_\limits{i=1}^{n} f(x_i)(x_i-x_{i-1})$