2

What is $$\displaystyle\lim_{n\to\infty}\sum_{k=1}^{n}\frac{1}{\sqrt{n^{2}+kn}}$$.I try to check whether series can be written as telescoping series but it doesn't work. I am getting no idea how to start?

ogirkar
  • 2,681
  • 14
  • 27

2 Answers2

3

Write it as $$\sum_{k=1}^n \frac{1}{n} \frac{1}{\sqrt{1+k/n}} $$ and interpret this as a Riemann sum for an integral.

Robert Israel
  • 448,999
2

By Riemann sum we have $$\displaystyle\lim_{n\to\infty}\sum_{k=1}^{n}\frac{1}{\sqrt{n^{2}+kn}}=\displaystyle\lim_{n\to\infty}\frac1n\sum_{k=1}^{n}\frac{1}{\sqrt{1+k/n}}\to \int_0^1\frac{dx}{\sqrt{1+x}}= 2(\sqrt2-1)$$

Guy Fsone
  • 23,903
  • Actually I don't know this Riemann sum formula..I searched on net but it doesn't show related results. – ogirkar Dec 29 '17 at 19:05
  • Can you suggest any link? – ogirkar Dec 29 '17 at 19:06
  • @omkarGirkar see here https://www.google.de/url?sa=t&rct=j&q=&esrc=s&source=web&cd=3&cad=rja&uact=8&ved=0ahUKEwjN4dGm9a_YAhUO_KQKHWIOAkMQFggvMAI&url=https%3A%2F%2Fen.wikipedia.org%2Fwiki%2FRiemann_sum&usg=AOvVaw3Pkb1FCutGVvTHPEoPOIte – Guy Fsone Dec 29 '17 at 19:07