2

Hello everyone how can I calculate the limit of:

$\lim\limits_{n \to \infty} (\frac{1}{n+1} + \frac{1}{n+2} + \frac{1}{n+3} + ...+\frac{1}{2n})$

Bernard
  • 175,478
eee
  • 352

3 Answers3

2

Hint:

Factor out $n$ in all denominators: $$\frac{1}{n+1} + \frac{1}{n+2} + …+\frac{1}{2n}=\frac1n\biggl(\frac1{1+\frac1n}+\frac1{1+\frac2n}\dots+\frac1{1+\frac nn}\biggr)$$ and recognise a Riemann sum.

Bernard
  • 175,478
1

It is a very classical question on mathstack... please do some searches before asking a question !

As an answer, consider this :

$$ \sum_{n=k+1}^{2k}\frac1n= \frac 1 n \sum_{n=1}^{k} \frac1 {{ 1+ \frac n k} } $$

which is related to this integral via a Riemann sum :

$$\int_1^2\frac1x\,dx=\ln 2.$$

Bernard
  • 175,478
Marine Galantin
  • 2,956
  • 1
  • 16
  • 33
0

I thought it might be instructive to present an approach that avoids appealing to integrals. Rather, we make use of elementary arithmetic and the Taylor series for $\log(1+x)=\sum_{k=1}^\infty\frac{(-1)^{k-1}x^k}{k}$. To that end, we proceed.


Note that we can write the sum of interest as

$$\begin{align} \sum_{k=1}^n\frac{1}{n+k}&=\sum_{k=n+1}^{2n}\frac{1}{k}\\\\ &=\sum_{k=1}^{2n}\frac1k-\sum_{k=1}^n\frac1k\\\\ &=\sum_{k=1}^{n}\left(\frac{1}{2k-1}+\frac1{2k}\right)-\sum_{k=1}^n\frac1k\\\\ &=\sum_{k=1}^{2n}\frac{(-1)^{k-1}}{k} \end{align}$$

Then, using the Taylor series for $\log(1+x)$, evaluated at $x=1$, we find

$$\lim_{n\to\infty}\sum_{k=1}^\infty \frac1{n+k}=\log(2)$$

And we are done!

Mark Viola
  • 179,405
  • I don't understand how you obtain the last line of the computation. – Bernard May 08 '20 at 18:39
  • @bernard Hi Bernard. Write the alternating sum in terms of its even and odd parts and see if this helps to reconclie. – Mark Viola May 08 '20 at 19:18
  • And feel free to up vote and accept an answer as you see fit. – Mark Viola Jun 17 '20 at 16:01
  • @eee Please let me know how I can improve my answer. I really want to give you the best answer I can. If it was not useful, then I can simply delete this answer if you prefer. – Mark Viola Jul 30 '20 at 15:24