Can someone help me understand how to calculate the limit: $\lim_{n \to \infty} n [\sqrt{n+4}-\sqrt{n} ] $ ?
How can I det rid the floor function ?! (Multiplying by $ \sqrt{n+4}+\sqrt{n} $ gives me nothing.
Can you help me?
Thanks in advance
$\endgroup$ 13 Answers
$\begingroup$Hint: for large $n$ $\sqrt{n+4}-\sqrt{n}=\frac{(\sqrt{n+4}-\sqrt{n})(\sqrt{n+4}+\sqrt{n})}{\sqrt{n+4}+\sqrt{n}}=\frac{4}{\sqrt{n+4}+\sqrt{n}}$ is very low (less than 1). Thus: $$\left \lfloor\sqrt{n+4}-\sqrt{n}\right \rfloor=0$$ $$n\left \lfloor\sqrt{n+4}-\sqrt{n}\right \rfloor=0$$ $$\lim_{n\rightarrow\infty}n\left \lfloor\sqrt{n+4}-\sqrt{n}\right \rfloor=0$$
$\endgroup$ 2 $\begingroup$$$\sqrt{n+4}-\sqrt n=\frac{4}{\sqrt{n+4}+\sqrt n}\xrightarrow [n\to\infty]{}0\Longrightarrow $$
for $\,n\,$ big enough (say, $\,n>7\,$) we get $\,\sqrt{n+4}-\sqrt n<1\Longrightarrow [\sqrt{n+4}-\sqrt n]=0\,$ , and thus the limit is zero.
$\endgroup$ $\begingroup$Use estimate $$0< \sqrt{n+4}-\sqrt{n} =\dfrac{n+4-n}{\sqrt{n+4}+\sqrt{n}}=\dfrac{4}{\sqrt{n+4}+\sqrt{n}}\leqslant \dfrac{4}{2\sqrt{n}}= \dfrac{2}{\sqrt{n}},$$ so, for $n\geqslant{5}$ $$[\sqrt{n+4}-\sqrt{n}]=0.$$
$\endgroup$