Calculating a limit with Floor Function

$\begingroup$

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$ 1

3 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$

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like