2

Why does the outcome of the limit as x approaches infinity of $$\sqrt{x^2+2x}- \sqrt{x^2-2x}$$

which simplifies to

$$\dfrac {4x}{x \left(\sqrt{1 + \frac 2x} + \sqrt {1 - \frac 2x}\right) }= \dfrac {4}{\sqrt{1 + \frac 2x} + \sqrt {1 - \frac 2x}}$$

change depending on whether we take the limit from minus infinity or positive infinity?

If positive, the answer is 2. If negative infinity, the answer is -2??

It seems to me that we get $$ \frac {4}{\sqrt{1} + \sqrt{1}}$$ no matter which side we approach.

Paze
  • 1,956

3 Answers3

2

The equation $$\sqrt{x^2+2x}=x\sqrt{1+\frac{2}{x}}$$ is true only for $x>0$. The correct equation is $$\sqrt{x^2+2x}=\sqrt{x^2}\sqrt{1+\frac{2}{x}}=|x|\sqrt{1+\frac{2}{x}}$$


The intuition is that for $x>0$ you are subtracting a smaller number from a larger one (i.e. the two square roots); however for $x<0$ you are subtracting a larger number from a smaller one.

vadim123
  • 82,796
  • So all of this thread is nonsense?

    http://math.stackexchange.com/questions/652245/convergence-proof-lim-x-rightarrow-infty-sqrt4xx2-sqrtx2x/652247#652247

    Because x is approaches MINUS infinity and so is definitely not greater than 0.

    – Paze Feb 01 '14 at 18:21
  • I mean this http://math.stackexchange.com/questions/658576/evaluating-a-limit-with-infinity – Paze Feb 01 '14 at 18:31
  • The thread is not nonsense, since $x^2+2x>0$ whether $x\to \infty$ or $x\to -\infty$. – vadim123 Feb 01 '14 at 18:32
  • Vadim, I am having problems understanding why $\sqrt{x^2}$ plays a part in $$\dfrac {4}{\sqrt{1 + \frac 2x} + \sqrt {1 - \frac 2x}}$$

    Which is my end result. I don't see $\sqrt{x^2}$ anywhere here.

    – Paze Feb 01 '14 at 18:35
  • 1
    Your end result goes to 4 for $x\to\pm \infty$, but your end result does not equal the starting function for $x<0$. – vadim123 Feb 01 '14 at 18:49
  • This is the end result of the thread. So it is invalid? – Paze Feb 01 '14 at 18:59
  • @Paze: Try substituting $x=-1000$ (for example) in the original expression. If you try it, you will see that you obviously get a negative value. – Hans Lundmark Feb 01 '14 at 20:19
  • @Paze, the thread you cite is not about $x\to -\infty$. – vadim123 Feb 01 '14 at 22:43
2

No, you're missing an absolute value sign on $x$ in the denominator.

Put differently, note that for large values of $x$,

$$\sqrt{x^2+2x} \approx |x| + \text{sgn}(x)$$

and

$$\sqrt{x^2-2x} \approx |x| - \text{sgn}(x).$$

Take the difference and you get your limit.

JPi
  • 4,562
2

$$\sqrt{x^2} = |x|$$ So when $x$ tends to $- \infty$, $\sqrt{x^2} = -x$. Hence then answer would be: $$\frac{4}{-2} = -2$$

lsp
  • 4,745
  • Once I have simplified, there is no $\sqrt{x^2}$ why are you bringing that up? It's gone. I'm misunderstanding something.

    In the simplified version it seems that $\frac{2}{x}$ tends to 0 and therefore we should get 2.

    – Paze Feb 01 '14 at 18:25
  • But how did you simplify that $\sqrt{x^2} = x$? So your initial step itself is wrong. – lsp Feb 01 '14 at 18:31
  • Well let's say that I simplify it to $|x|$. Can I still cancel it out like I did or...? I don't even know that with absolute value.. – Paze Feb 01 '14 at 18:53