2

The limit: $ \lim _{x \to \infty } \sqrt{x^2 +x} - \sqrt{x^2 +1} $

(A) is 0 (B) is $\frac 1 2 $ (C) is 2 (D) does not exist

Is doing it with Binomial expansion and cancelling the terms only way?

N S
  • 607
  • Related: http://math.stackexchange.com/questions/30040/limits-how-to-evaluate-lim-limits-x-rightarrow-infty-sqrtnxna-n-1 – Aryabhata Mar 18 '15 at 00:48

3 Answers3

6

$$ \lim _{x \to \infty } (\sqrt{x^2 +x} - \sqrt{x^2 +1} )=\lim _{x \to \infty } (\sqrt{x^2 +x} - \sqrt{x^2 +1} )\frac{\sqrt{x^2 +x} + \sqrt{x^2 +1}}{\sqrt{x^2 +x} + \sqrt{x^2 +1}}=\lim _{x \to \infty } \frac{x-1}{\sqrt{x^2 +x} + \sqrt{x^2 +1}}=...=1/2$$

(if you need more I could finish it)

Math137
  • 1,839
6

$$ \lim \limits_{x \to \infty } \sqrt{x^2 +x} - \sqrt{x^2 +1}=\lim \limits_{x \to \infty }\dfrac{(\sqrt{x^2 +x} - \sqrt{x^2 +1})(\sqrt{x^2 +x} + \sqrt{x^2 +1})}{\sqrt{x^2+x}+\sqrt{x^2+1}}=\lim \limits_{x \to \infty } \dfrac{x-1}{\sqrt{x^2+x}+\sqrt{x^2+1}}=\lim \limits_{x \to \infty } \dfrac{1-\dfrac{1}{x}}{\sqrt{1+\dfrac{1}{x}}+\sqrt{1+\dfrac{1}{x^2}}}=\dfrac{1}{2} $$

ASB
  • 3,999
5

\begin{array} \\ \displaystyle \lim_{x \rightarrow \infty} \sqrt{x^2 + x} - \sqrt{x^2 + 1} &= \displaystyle \lim_{x \rightarrow \infty} \left(\sqrt{x^2 + x} - \sqrt{x^2 + 1}\right) \frac{\sqrt{x^2 + x} + \sqrt{x^2 + 1}}{\sqrt{x^2 + x} + \sqrt{x^2 + 1}} \\ &= \displaystyle \lim_{x \rightarrow \infty} \frac{(x^2 + x) - (x^2 + 1)}{\sqrt{x^2 + x} + \sqrt{x^2 + 1}} \\ &= \displaystyle \lim_{x \rightarrow \infty} \frac{x-1}{\sqrt{x^2 + x} + \sqrt{x^2 + 1}} \cdot \frac{(1/x)}{(1/x)} \\ &= \displaystyle \lim_{x \rightarrow \infty} \frac{1-1/x}{\sqrt{1 + 1/x} + \sqrt{1 + 1/x^2}} \\ &= \displaystyle \frac{1}{2} \end{array}