I have a follow up question to my question here: Finding $\int_0^1 \frac{1}{x}\; dx$ using definition
In this question I asked about $\int_{0}^1\frac{1}{x}\; dx$ and I think I understand how this integral is $\infty$.
I think the different integral $$ \int_1^2 \frac{1}{x}\;dx $$ is actually equal to a number. My question is how one can find this integral using the limit definition.
After working on this a bit, I get $$ \int_1^2 \frac{1}{x}\;dx = \lim_{n\to \infty} \sum_{i=1}^{n} \frac{1}{1+i/n}\frac{1}{n}\\ =\lim_{n\to \infty}\frac{1}{n} \sum_{i=1}^{n} \frac{1}{1+i/n}\\ =\lim_{n\to \infty}\sum_{i=1}^{n} \frac{1}{n+i} $$ So I need to find $$ \sum_{i=1}^{n} \frac{1}{n+i} $$ but I am not sure how I can do this. I get how you can find sums like $\sum i$, $\sum i^2$, and $\sum i^3$.