Mentallic said:
I don't quite understand your question.
Since, isn't it obviously 0+0+...+0=0?
I'm sure you mean something else
Because the number of terms in that sum is n, which also tends to infinity as n increases without bound. Consider the following sum:
[tex]\lim_{k \rightarrow \infty} \sum_{n = 1} ^ k \frac{1}{k} = \lim_{k \rightarrow \infty} \underbrace{ \left(\frac{1}{k} + \frac{1}{k} + ... + \frac{1}{k} \right)}_{k \mbox{ terms}}[/tex]
Each term tends to 0, but the above limit is simply:
[tex]\lim_{k \rightarrow \infty} \frac{k}{k} = 1 \neq 0[/tex].
----------------------------
So, back to the OP's problem, when dealing with infinitely-many-term sum like this, one should make use of the definition of
Riemann Integral. You can go, like:
[tex]\sum_{i = n + 1} ^ {2n} \frac{1}{i}[/tex]
[tex]= \sum_{i = n + 1} ^ {2n} \frac{1}{n} \left( \frac{n}{i} \right)[/tex]
[tex]= \sum_{i = n + 1} ^ {2n} \frac{1}{n} \left( \frac{1}{\frac{i}{n}} \right)[/tex]
By letting i = n + i', or similarly i' = i - n
[tex]= \sum_{i' = 1} ^ {n} \frac{1}{n} \left( \frac{1}{\frac{n + i'}{n}} \right)[/tex]
[tex]= \sum_{i' = 1} ^ {n} \frac{1}{n} \left( \frac{1}{1 + \frac{i'}{n}} \right)[/tex]
Now, let's think of a (continuous) function, and a range, such that when applying
Riemann Integral to integrate the function over that range will produce the above sum.
----------------------------
I remembered reading a book, which has a nice approach on solving this problem that does not use integration. It's a little bit more complicated, you need to look at it quite closely to realize it. I'll show you in case it comes back to my mind again. :)