2

Possible Duplicate:
Limits: How to evaluate $\lim\limits_{x\rightarrow \infty}\sqrt[n]{x^{n}+a_{n-1}x^{n-1}+\cdots+a_{0}}-x$
Calculate $\displaystyle\lim_{n\to{+}\infty}{(\sqrt{n^{2}+n}-n)}$

how should I approach the following limit? $$\lim_{n\to \infty} \sqrt{n}(\sqrt{n+1}-\sqrt{n})$$

Badshah
  • 2,976

1 Answers1

4

A start: Multiply by $\dfrac{\sqrt{n+1}+\sqrt{n}}{\sqrt{n+1}+\sqrt{n}}$.

André Nicolas
  • 507,029
  • then you have: $\sqrt{n}(\frac{1}{\sqrt{n+1}+\sqrt{n}})$ – Badshah Oct 24 '12 at 16:57
  • 1
    @Badshah: Turn this into $1\cdot\frac1{\sqrt{1+\frac1n}+\sqrt1}$. – Hagen von Eitzen Oct 24 '12 at 16:59
  • half done. Now "simplify" by $\sqrt n$: $\ \displaystyle\frac{1}{\frac{\sqrt{n+1}}{\sqrt n} +1}$ – Berci Oct 24 '12 at 17:00
  • oke I see, you multiplied the numerator and denominator with $1/\sqrt{n}$. then the limit becomes 1/2. Is it possible to say that the limit of $\frac{\sqrt{n}}{\sqrt{n+1}+\sqrt{n}}$ equals, say, z and take the inverse, so $\frac{1}{z}=\lim_{n\to\infty}\frac{\sqrt{n+1}+\sqrt{n}}{\sqrt{n}}$? then it follows that z=1/2 – Badshah Oct 24 '12 at 17:04
  • @Badshah: This sort of move can be dangerous, because it assumes that the limit exists. But if for some reason you know that the limit exists and is not $0$, it is fine. – André Nicolas Oct 24 '12 at 17:07
  • yes, if it would be zero, I would have noticed, because then you could get something like infinity. – Badshah Oct 24 '12 at 17:09
  • @Badshah: I try to discourage this kind of informal use of "$\infty$," since I have seen too many mistaken calculations that this can lead to. – André Nicolas Oct 24 '12 at 17:13