3

$$\lim_{n\to\infty}\sum_{k=1}^{n}{{1}\over{\sqrt{n^2+2kn}}}$$

How should one approach such a question? A hint would be helpful

Seirios
  • 33,157
Gyt
  • 1,187
  • Check the question , It is very similiar http://math.stackexchange.com/questions/266322/how-to-find-limit-of-the-sequence-sum-limits-k-1n-frac1-sqrt-n2-kn/266325#comment581562_266325 – Mathlover Jan 28 '13 at 09:00
  • 1
    Squeeze DOES work here. – Did Feb 12 '13 at 10:11

2 Answers2

5

Hint: rewrite this as a Riemann sum, so that the limit is an integral.

Jonas Meyer
  • 53,602
Thomas Andrews
  • 177,126
2

I try
\begin{align}\lim_{n\to\infty}\sum_{k=1}^{n}{{1}\over{\sqrt{n^2+2kn}}}&=\lim_{n\to\infty}\frac{1}{n}\sum_{k=1}^{n}{{1}\over{\sqrt{1+\frac{2k}{n}}}}\\ &=\int_{0}^1\frac{1}{\sqrt{1+2x}}\,\,dx\end{align}

DeeJay
  • 211