Let $0 < a < b$. Use Riemann sums to compute
$$ \int_{a}^{b}x^{-2}\ \mathrm{d}x\ . $$
So far, I have gotten to the step where
\begin{align} \int_{a}^{b} x^{-2}\ \mathrm{d}x & = \lim_{n \to \infty}\ \sum_{i = 1}^{n} \left[\left(a + \frac {b - a} {n} \ i\right)^{-2}\left(\frac {b - a} {n}\right)\right] \\[5 mm] & = \lim_{n\to\infty}\left[\frac{b - a}{n}\ \sum_{i = 1}^{n}\left(a + \frac {b - a} {n}\ i\right)^{-2}\ \right]. \end{align}
I assume my equation is correct, but I am not sure how to evaluate the sum.
I also know how to compute
$$ \int_{a}^{b}x^{2} \ \mathrm{d}x\ , $$
but I am not sure how to carry forward the idea (if it is even relevant) to this problem (if it is even relevant).
Riemann sums were just covered in my module and I am still trying to get used to it. I would appreciate some help/guidance on this!.