Could anyone help me solving the following limit?
$\lim_{n\rightarrow \infty} (\frac{1}{n+1}+ ... +\frac{1}{2n})$
I think it should just be 0 since we can distribute the limite inside the sum, but I am not sure of this answer. Thanks so much for your help!
Notice $\sum_{i = 1}^n \frac{1}{n+i} = \sum_{i = 1}^{2n} \frac{1}{i} -\sum_{i = 1}^n \frac{1}{i} = H_{2n} - H_{n} $
Where $H_n$ stands for the $n^{th}$ term of harmoic numbers.
Therefore the limit equals $\lim_{n \to \infty } H_{2n} - H_{n}$
By the asymptotic expansion of $H_{n} ~ \ln(n) + \gamma + O(\frac{1}{n})$ when n goes up to infinity.
$$\lim_{n \to \infty } H_{2n} - H_{n} = \ln(2n) - \ln(n) = ln(2)$$