Find the limit: $\displaystyle\lim_{x\to \infty} (\sqrt{x^2+x}-\sqrt{x^2-x})$.

416 Views Asked by At

Find the following limit: $$ \lim_{x\to \infty} (\sqrt{x^2+x}-\sqrt{x^2-x} )$$

I tried to simplify using conjugation. This gave me the following: $$ \lim_{x\to \infty} \frac{2x}{\sqrt{x^2+x}+\sqrt{x^2-x}} $$

When I plug in the $\infty$, I'm left with $ \frac{\infty}{\infty} $. Did I mess up somewhere, or does the limit not exist?

3

There are 3 best solutions below

0
On BEST ANSWER

You are almost there:

$$\frac{2x}{\sqrt{x^2+x}+\sqrt{x^2-x}} = \frac{2x}{x \sqrt{1+\frac{1}{x}}+x\sqrt{1-\frac{1}{x}}}$$

so...

0
On

Hint:

$$ax^2+bx+c\approx ax^2, ~~x\to\infty$$ so if $x\to+\infty$ then $\sqrt{x^2+x}\approx\sqrt{x^2}=|x|=x$ and if $x\to-\infty$ then $\sqrt{x^2+x}\approx\sqrt{x^2}=|x|=-x$

0
On

For $x\ge 1$ we have $$ \sqrt{x^2+x}-\sqrt{x^2-x}=\frac{(x^2+x)-(x^2-x)}{\sqrt{x^2+x}+\sqrt{x^2-x}}=\frac{2x}{\sqrt{x^2+x}+\sqrt{x^2-x}}=\frac{2}{\sqrt{1+\frac{1}{x}}+\sqrt{1-\frac{1}{x}}}. $$ It follows that $$ \lim_{x\to\infty}(\sqrt{x^2+x}-\sqrt{x^2-x})=\lim_{x\to\infty}\frac{2}{\sqrt{1+\frac{1}{x}}+\sqrt{1-\frac{1}{x}}}=1. $$