Proof Check: Show following function is Riemann Integrable

47 Views Asked by At

Let $ \ f :[-1,2] \rightarrow \mathbb{R} $ be defined by : $$ \ f(x) = \ \begin{cases} 1 & -1 \leq x < 1 \\ 2 & x=1 \\ 3 & 1 <x \leq2 \end{cases} $$

Let $P_\sigma$ be a partition of [-1,2] defined by $ [-1, \frac {\sigma}{2}][\frac {\sigma}{2}, \sigma][\sigma,2]$ note $ 0 < \sigma < 2$ $$ L(f,P_\sigma) = 1(\frac {\sigma}{2}+1) + 1(\sigma - \frac {\sigma}{2}) +1(2-\sigma) = 3 \\ U(f,P_\sigma) = 2(\frac {\sigma}{2}+1) + 3(\sigma - \frac {\sigma}{2}) +3(2-\sigma) = 8 - \frac {\sigma}{2} \\ so, U(f,P_\sigma) - L(f,P_\sigma)=5- \frac {\sigma}{2} \\ Let \ \epsilon > 0 , choose\ \sigma = 20-2\epsilon \\ therefore, U(f,P_\sigma) - L(f,P_\sigma) < \epsilon $$ So by the Riemann epsilon condition f is integrable.

I am not quite sure if my partitioning was right, any feedback would be appreciated!

3

There are 3 best solutions below

0
On

First of all, note two things in your solution

  • your choice of $\sigma$ does not give the difference $U-L$ to be less than $\epsilon$, for that it needs to be $10-\epsilon$.
  • for arbitrarily small $\epsilon$, is your $\sigma$ in the interval $[-1,2]$? I think not

The idea is to take partitions such that as we make finer and finer partitions, the $\limsup$ and $\liminf$ converge on them. For a function with finite or countable discontinuities, imagine it as follows: take some discontinuity point and make sure that in your partition, rectangle containing the point of discontinuity is so small that it does not affect the Reimann sum. So if you take partitions such that the point $x=1$ is contained in some rectangle of length $\frac{1}{n}$, then the contribution to the upper sum is $\frac{3}{n}$ and to the lower sum is $\frac{1}{n}$. It is continuous in the remaining part of the interval, so it does not affect that.

0
On

Your proof is not correct: if $ \epsilon$ is "small", then $ \sigma \notin [-1,2]$.

Your function $f$ is increasing ! Let $n \in \mathbb N$ and let $P_n=\{x_0,....,x_n\}$ be a partition of $[-1,2]$ such that $x_j-x_{j-1}=\frac{1}{n}$ for $j=1,...,n$ then check that

$U(f,P_n)-L(f,P_n)=\frac{1}{n}(f(2)-f(-1)=\frac{2}{n}$.

If $ \epsilon >0$ is given, then choose $N$ such that $\frac{2}{N}< \epsilon$.

Then we have $U(f,P_N)-L(f,P_N)< \epsilon$.

By Riemann, $f$ is R - integrable.

Try a proof for the following

Generalization: If $f:[a,b] \to \mathbb R$ is monotonic, then $f$ is R - integrable.

0
On

With any Riemann sum with maximum partition size $\delta \lt \epsilon/2$, we have $|U-L|<(f(1^+)-f(1^-))*\delta=2\delta<\epsilon$.