This was the question I was given:
Use a Riemann sum with n = 5 rectangles to approximate the area of the region bounded by the lines $x = 1$, $x = 2$, $y = 0$ and the curve $y = 1/x$. Use the appropriate endpoint of each subinterval to compute a lower sum.
When I saw this problem, this is what I came up with: $$\sum^n_{i=0} \frac51\frac1x \Delta x$$
However, this did not result in the right answer. Where did I go wrong when finding the Riemann Sum? How can I rectify this?




The lower Riemann sum would be $$\sum_{i=1}^5 \dfrac 1{ x} \Delta x$$ with $\Delta x=\dfrac15$ and $x=1+i\Delta x$.
In other words, $\dfrac15\left(\dfrac1{1.2}+\dfrac1{1.4}+\dfrac1{1.6}+\dfrac1{1.8}+\dfrac12\right)$.