Showing that $\sqrt{x^2 + a^2} - x \rightarrow 0$ as $x \rightarrow \infty$

68 Views Asked by At

Hey guys I'm really struggling to prove this, any help would be appreciated!!

"Show that $\sqrt{x^2 + a^2} - x \rightarrow 0$ as $x \rightarrow \infty$. (Make use of $u - v = \frac{u^2 - v^2}{u + v})$."

Intuitively I understand as it basically becomes infinity - infinity once $x$ becomes sufficiently large, however I cannot seem to write a justifiable proof.

3

There are 3 best solutions below

2
On

Hint

\begin{align}\sqrt{x^2+a^2}-x & \\& =\dfrac{(\sqrt{x^2+a^2}-x)(\sqrt{x^2+a^2}+x)}{\sqrt{x^2+a^2}+x}\\& =\dfrac{x^2+a^2-x^2}{\sqrt{x^2+a^2}+x}\\& =\dfrac{a^2}{\sqrt{x^2+a^2}+x}.\end{align}

0
On

We want to prove $$\lim_{x\rightarrow\infty} \sqrt{x^2+a^2}-x=0$$

To do this, we use $$\sqrt{x^2+a^2}-x=\frac{x^2+a^2-x^2}{\sqrt{x^2+a^2}+x}=\frac{a^2}{\sqrt{x^2+a^2}+x}$$

Now, the limit is obvious.

0
On

HINT


Let $u=\sqrt {x^2+a^2} $ and $v=x $.