From the definition -"$f$" is integrable on [a,b] if there exists a number $A$ so that for any $\epsilon > 0$ there exists a $\delta > 0$ such that if the sequence ${X_i}$ from $i=0,n$ is a partition then the corresponding Riemann Sum "S" satisfies absolute value $|S - A | < \epsilon$
First I let $f(x) = x$
Then I let $a = 0 < x_1 < x_2 <......< x_{n-1} < x_n = b$ be the partition of $[0,1]$.
From there I found the Reimman Sum "S" to be equal to $x(x_n - x_0)$
I got this integral equals "$x$" which is wrong.
Can someone please give me some insight into what I am missing/ guidance>?
The left-sided Riemann sum $S$ for $x$ on $[0,1]$ is expressed as
$$S=\lim_{N\to \infty}\sum_{n=0}^{N-1} x_n(x_{n+1}-x_n) \tag 1$$
where $x_0=0$ and $x_N=1$. Using Summation by Parts in $(1)$, we find
$$S=\lim_{N\to \infty}\left(x_N^2-x_0^2-\sum_{n=0}^{N-1}x_{n+1}(x_{n+1}-x_n)\right) \tag 2$$
It is straightforward to show that the sum on the right-hand side of $(2)$, which is the right-handed Riemann sum, approaches $S$ as $N\to \infty$. Therefore, we have
$$\begin{align} S&=\lim_{N\to \infty}\left(x_N^2-x_0^2\right)-S\\\\ 2S&=1\\\\ S&=\frac12 \end{align}$$
as expected!
NOTE:
Here we show that the left-sided and right-sided Riemann sums are equal. To see that $S=\lim_{N\to \infty }\sum_{n=0}^{N-1}x_{n+1}(x_{n+1}-x_n)$ we form the difference
$$\begin{align} \sum_{n=0}^{N-1}x_{n+1}(x_{n+1}-x_n)-\sum_{n=0}^{N-1}x_{n}(x_{n+1}-x_n)&=\sum_{n=0}^{N-1}(x_{n+1}-x_n)^2\\\\ &\le \max_{0\le n\le N-1}\left(x_{n+1}-x_n\right)\sum_{n=0}^{N-1}(x_{n+1}-x_n)\\\\ &=\max_{0\le n\le N-1}\left(x_{n+1}-x_n\right)(x_N-x_0)\\\\ &\to 0\,\,\text{as}\,\,N\to \infty \end{align}$$
as was to be shown!