Finding $\lim_{n\rightarrow \infty} \frac{\sqrt{1}+\sqrt{2}+\sqrt{3}+\cdots+\sqrt{n}}{n^{3/2}}$

154 Views Asked by At

$$\lim_{n\rightarrow \infty} \frac{\sqrt{1}+\sqrt{2}+\sqrt{3}+\cdots+\sqrt{n}}{n^{3/2}}$$

How to find the limit? Any help will be appreciated.

2

There are 2 best solutions below

4
On

HINT:

$$\sum_{k=1}^n \frac{\sqrt k}{n^{3/2}}=\frac1n \sum_{k=1}^n \sqrt{\frac{k}{n}}$$

Now, think about a Riemann sum.

Alternatively, bound the sum by integrals as

$$\frac{1}{n^{3/2}}\int_1^{n+1}\sqrt{x}\,dx\le \sum_{k=1}^n \frac{\sqrt k}{n^{3/2}}\le \frac{1}{n^{3/2}}\sqrt{n}+\frac{1}{n^{3/2}}\int_1^{n}\sqrt{x}\,dx$$

and use the squeeze theorem.

3
On

By Stolz we have: $$\lim_{n\rightarrow \infty} \frac{\sqrt{1}+\sqrt{2}+\sqrt{3}+\cdots+\sqrt{n}}{n^{3/2}}=\lim_{n\rightarrow \infty} \frac{\sqrt{n}}{n^{3/2}-(n-1)^{\frac{3}{2}}}=\lim_{n\rightarrow \infty} \frac{\sqrt{n}\left(n^{3/2}+(n-1)^{\frac{3}{2}}\right)}{n^3-(n-1)^3}=$$ $$=\lim_{n\rightarrow\infty}\frac{n^2+\sqrt{n(n-1)^3}}{3n^2-3n+1}=\frac{2}{3}$$