How To Calculate The Riemann Sums
Still on the topic of the Definite Integral, today i will be giving examples on how to calculate the Riemann sums. the Riemann sums are simple to calculate but it is unfortunate that some beginners of calculus tend to find it confusing distinguishing  between the Riemann sums and the Riemann integrals. I will treat the Riemann integrals in my later topics.
Definition Of The Riemann Sums

Let $a<b$ and let $\Delta{x}$ be a positive real number, then the Riemann sum is $\sum^b_a{f(x)\Delta{x}}$ is defined as the sum \begin{equation}
\sum^b_a{f(x)\Delta{x}}=f(x_0)\Delta{x}+f(x_1)\Delta{x}+...+f(x_{n-1})\Delta{x}+f(x_n)(b-x_n)
\end{equation}.
Where $n$ is the largest integer such that $a+n\Delta{x}\leq{b}$ and \begin{equation}
x_0=a, x_1=a+\Delta{x},...,x_n=a+n\Delta{x},b
\end{equation}
are the partition points .
If $x_n=b$, The last term $f(x_n)(b-x_n)$ is zero. The Riemann sums $\sum^b_a{f(x)\Delta{x}}$ is a real function of 3 variables a,b, and $\Delta{x}$.
\begin{equation}
\sum^b_a{f(x)\Delta{x}}=s(a,b,\Delta{x})
\end{equation}
This symbol x in this expression is known as a dummy or bound variable because $\sum^b_a{f(x)\Delta{x}}$ does not depend on x.
The importance of this dummy variable is that it allows us to use more compact notation,writing $f(x)\Delta{x}$ just once.
Instead of writing $f(x_0)\Delta{x},f(x_1)\Delta{x},f(x_2)\Delta{x}$ and so on.Now we can see that it will be valid if we make $\Delta{x}$ smaller we can get the Riemann sum as close to the area as we wish.
Example 1
Let $f(x)=\frac{1}{2}x$, the region under the curve from $x=0$ to $x=2$ is a triangle with base 2 and height 1.
Solution
Since the base is 2 and height is 1, and we know that the area of a triangle is $A=\frac{1}{2}bh=\frac{1}{2}\times{2}\times{1}=1$.
Now we know that $f(x)=\frac{1}{2}x$ and $area=1$.
Now we compute the Riemann sums and see if our value will slowly approach the value of the area which is 1.
The interval $[0,2]$ can be partitioned into four subintervals
$[0,\frac{1}{2}],[\frac{1}{2},1],[1,\frac{3}{2}],[\frac{3}{2},2]$
or $[0,\frac{1}{2},1,\frac{3}{2},2]$
now simply let $\Delta{x}=\frac{1}{2}$ and take the function of the subinterval. i,e let
\begin{align}
&x_n=0,\frac{1}{2},1,\frac{3}{2}\ \text{and}\ f(x_n)=\frac{1}{2}x\\
&f(0)=0\\
&f(\frac{1}{2})=\frac{1}{4}\\
&f(1)=\frac{1}{2}\\
&f(\frac{3}{2})=\frac{3}{4}
\end{align}
Now we proceed to finding the Riemann sums
$\sum^2_1{f(x)\Delta{x}}$ since the interval is between 0 and 2.
\begin{align}
&\sum^2_1{f(x)\Delta{x}}=0.(\frac{1}{2})+(\frac{1}{4})(\frac{1}{2})+\frac{1}{2}(\frac{1}{2})+\frac{3}{4}(\frac{1}{2})=\frac{6}{8}\\
\end{align}
Now we want to see if the values of the Riemann sums will get closer and closer to 1, since 1 is the area of the triangle.
Take $\Delta{x}=\frac{1}{4}$ and we further sub-divide the interval into 8 subinterval
\begin{align}
&x_n=0,\frac{1}{4},\frac{2}{4},\frac{3}{4},\frac{4}{4},\frac{5}{4},\frac{6}{4},\frac{7}{4}\\
&f(x_n)=0,\frac{1}{8},\frac{2}{8},\frac{3}{8},\frac{4}{8},\frac{5}{8},\frac{6}{8},\frac{7}{8}
\end{align}
$\Delta{x}=\frac{1}{4}$
The Riemann sum for this is
\begin{align}
\sum^2_1{f(x)\Delta{x}}=\frac{7}{8}
\end{align}
Hence we can see that the value is getting closer and closer to 1. and this is what we want, for any value of $\Delta{x}$ that we take, we expect the Riemann sum to gradually approach the value 1.
Example 2
Let $f(x)=\sqrt{1-x^2}$ be defined on the closed interval $I=[-1,1]$.The region under the curve is a semi-circle of radius 1.compute the Riemann sums.
Solution
We know from our plane geometry that the area of a semi-circle is $Area=\frac{\pi{r}^2}{2}$ but $r=1$ so $Area=\frac{\pi{1}^2}{2}=\frac{\pi}{2}$ in which $\pi=3.142$ then the area is $\frac{3.142}{2}=1.57$
Now lets go straight to the question i.e lets compute the Riemann sums for $f(x)$ to see how close they are to the value of the area=1.57. but first we need to get subintervals of the interval $I=[-1.1]$ which is $I_1=[-1,-\frac{1}{2},0,\frac{1}{2}]$
so let $\Delta{x}=\frac{1}{2}$ so that $f(I_1)=\sqrt{1-x^2}$
\begin{align}
&f(-1)=0\\
&f(-\frac{1}{2}=\frac{3}{2}\\
&f(0)=1\\
&f(\frac{1}{2})=\frac{3}{4}
\end{align}
Now the Riemann sums will be
\begin{align}
&\sum^1_-1{f(x)\Delta{x}}=0.(\frac{1}{2})+(\frac{\sqrt{3}}{2}).(\frac{1}{2})+(1)(\frac{1}{2})+(\frac{\sqrt{3}}{2})(\frac{1}{2})\\
&=\frac{\sqrt{3}}{4}+\frac{1}{2}+\frac{\sqrt{3}}{4}\\
&=\frac{\sqrt{3}+2+\sqrt{3}}{4}=\frac{1+\sqrt{3}}{2}=1.37
\end{align}
Next we take $\Delta{x}=\frac{1}{5}$ then the interval $[-1,1]$ is divided into ten subintervals i.e
\begin{align}
&I_1=[-1,-\frac{4}{5},-\frac{3}{5},-\frac{2}{5},-\frac{1}{5},0,\frac{1}{5},\frac{2}{5},\frac{3}{5},\frac{4}{5}]\\
&f(-1)=0\\
&f(-\frac{4}{5})=\frac{3}{5}\\
&f(-\frac{3}{5})=\frac{4}{5}\\
&f(-\frac{2}{5}=\frac{\sqrt{21}}{5}\\
&f(-\frac{1}{5})=\frac{\sqrt{24}}{5}\\
&f(0)=1\\
&f(\frac{1}{5})=\frac{\sqrt{24}}{5}\\
&f(\frac{2}{5})=\frac{\sqrt{21}}{5}\\
&f(\frac{3}{5})=\frac{4}{5}\\
&f(\frac{4}{5})=\frac{3}{5}\\
\end{align}
And now the Riemann sums will be
\begin{align}
\sum^1_-1{f(x)\Delta{x}}=\frac{1}{5}[0+\frac{3}{5}+\frac{4}{5}+\frac{\sqrt{21}}{5}+\frac{\sqrt{24}}{5}+1+\frac{\sqrt{24}}{5}+\frac{\sqrt{21}}{5}+\frac{4}{5}+\frac{3}{5}]\simeq{1.52}
\end{align}
Thus we are getting closer to the actual $area=\frac{\pi}{2}\simeq{1.57}$.
Now we can observe that by taking $\Delta{x}$ to be smaller, we can get the Riemann sum to be as close to the area as we want.