4

I have the problem with the following limit:

$$\lim_{n \to ∞} \frac{\sqrt{1}+\sqrt{2}+\sqrt{3}+\sqrt{4}+...+\sqrt{n}}{n\sqrt{n}}$$

Aditya Kumar
  • 1,491
  • See also: https://math.stackexchange.com/q/1526398 https://math.stackexchange.com/q/2114065 https://math.stackexchange.com/q/2415683 https://math.stackexchange.com/q/3040278 – Martin Sleziak Jan 15 '20 at 06:02

1 Answers1

7

This is a Riemann sum: $$ \lim_{n\to\infty} \frac{1}{n}\sum_{k=1}^n \sqrt{\frac{k}{n}} = \int_0^1\sqrt{x}dx = \frac{2}{3}. $$

Siméon
  • 10,664
  • 1
  • 21
  • 54