seto6 said:
\sqrt{x^{2} +2x}+ \sqrt{x^{2}-2x }= |x| \left(\sqrt{1 + \frac{2}{x}} + \sqrt{1 -\frac{2}{x}} \right) <br />
from here can i find the limit like i take into account like split into -x and x and find the values... i did find them but they are -2 and 2... where I am i going wrong
EDIT: you said something about using -x...why is that...
Okay I will explain in more details.
\sqrt{x^2+ 2x}- \sqrt{x^2- 2x}= \left(\sqrt{x^2+ 2x}- \sqrt{x^2- 2x}\right)\frac{\sqrt{x^2+ 2x}+ \sqrt{x^2- 2x}}{\sqrt{x^2+ 2x}+ \sqrt{x^2- 2x}}
= \frac{x^2+ 2x- (x^2- 2x)}{\sqrt{x^2+ 2x}+ \sqrt{x^2- 2x}}
= \frac{4x}{\sqrt{x^2+ 2x}+ \sqrt{x^2- 2x}}
This is all good. You did that part excellently.
\frac{4x}{ \left( \sqrt{ x^{2} \left(1+ \frac{2}{x}\right)}+ \sqrt{ x^{2} \left(1- \frac{2}{x} \right)} \right)}
Take the x^2 term out
=\frac{4x}{ \left|x \right| \left( \sqrt{1+ 2/x}+ \sqrt{1- 2/x} \right)}
The absolute value sign is because...
\sqrt{x^2} = \left|x \right|
We know that |x| is defined as follows
|x| = -x if x<0
|x| = x if x >= 0
In your limit x <0 since you are making x approach negative infinity . x would be negative so -x would make x positive. Do you understand this ?
And that is why you should replace |x| with -x
That is ...
=\frac{4x}{-x \left( \sqrt{1+ 2/x}+ \sqrt{1- 2/x} \right)}
=\frac{-4}{ \sqrt{1+ 2/x}+ \sqrt{1- 2/x}}
And now you can happily take your limit to and you will see that it approaches \frac{-4}{2} = -2
HallsofIvy said:
I don't see how that will do any good at all since you still have that "|x|" going to infinity and the difference going to 0.
What I recommend, even though you don't really have a fraction, is to "rationalize the numerator":
\sqrt{x^2+ 2x}- \sqrt{x^2- 2x}= \left(\sqrt{x^2+ 2x}- \sqrt{x^2- 2x}\right)\frac{\sqrt{x^2+ 2x}+ \sqrt{x^2- 2x}}{\sqrt{x^2+ 2x}+ \sqrt{x^2- 2x}}
= \frac{x^2+ 2x- (x^2- 2x)}{\sqrt{x^2+ 2x}+ \sqrt{x^2- 2x}}
= \frac{4x}{\sqrt{x^2+ 2x}+ \sqrt{x^2- 2x}}
Now divide both numerator and denominator by x, making it x^2 inside the square roots:
\frac{4}{\sqrt{1+ 2/x}+ \sqrt{1- 2/x}}
Now take the limit as x goes to negative infinity.
That is exactly what OP did which was incorrect.
Following your solution leads to a limit going to \frac{4}{2} =2 which is not correct!