The infinite sum $\sum_{n=1}^{\infty}\frac{1}{n}$ diverges. However, it is possible to find bounds from some $n$ to another integer $n$. Wolfram alpha is able to give a decimal approximation of the sum, so my question is, how can I find an approximate range, or bound for this harmonic series:
$$\sum_{n=10}^{100}\frac{1}{n}$$
What is an intuitive way to look at this?
In a graphical sense, your sum will be bounded by the two functions $\frac{1}{x}$ and $\frac{1}{x-1}$. These curves are your bounds that you want. Now to find approximations, all you are left to do is integrate: $$\int_{10}^{100}\frac{1}{x}<\sum_{n=10}^{100}\frac{1}{n} <\int_{10}^{100}\frac{1}{x-1}$$ $$\implies\log{\frac{100}{10}}<\sum_{n=10}^{100}\frac{1}{n}< \log{\frac{99}{9}}$$ $$\therefore 2.30<\sum_{n=10}^{100}\frac{1}{n}<2.40$$