seto6 said:
[tex]\sqrt{x^{2} +2x}+ \sqrt{x^{2}-2x }= |x| \left(\sqrt{1 + \frac{2}{x}} + \sqrt{1 -\frac{2}{x}} \right) [/tex]
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.
[tex]\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}}[/tex]
[tex]= \frac{x^2+ 2x- (x^2- 2x)}{\sqrt{x^2+ 2x}+ \sqrt{x^2- 2x}}[/tex]
[tex]= \frac{4x}{\sqrt{x^2+ 2x}+ \sqrt{x^2- 2x}}[/tex]
This is all good. You did that part excellently.
[tex]\frac{4x}{ \left( \sqrt{ x^{2} \left(1+ \frac{2}{x}\right)}+ \sqrt{ x^{2} \left(1- \frac{2}{x} \right)} \right)}[/tex]
Take the [tex]x^2[/tex] term out
[tex]=\frac{4x}{ \left|x \right| \left( \sqrt{1+ 2/x}+ \sqrt{1- 2/x} \right)}[/tex]
The absolute value sign is because...
[tex]\sqrt{x^2} = \left|x \right|[/tex]
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 ...
[tex]=\frac{4x}{-x \left( \sqrt{1+ 2/x}+ \sqrt{1- 2/x} \right)}[/tex]
[tex]=\frac{-4}{ \sqrt{1+ 2/x}+ \sqrt{1- 2/x}}[/tex]
And now you can happily take your limit to and you will see that it approaches [tex]\frac{-4}{2} = -2[/tex]
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":
[tex]\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}}[/tex]
[tex]= \frac{x^2+ 2x- (x^2- 2x)}{\sqrt{x^2+ 2x}+ \sqrt{x^2- 2x}}[/tex]
[tex]= \frac{4x}{\sqrt{x^2+ 2x}+ \sqrt{x^2- 2x}}[/tex]
Now divide both numerator and denominator by x, making it [itex]x^2[/itex] inside the square roots:
[tex]\frac{4}{\sqrt{1+ 2/x}+ \sqrt{1- 2/x}}[/tex]
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 [tex]\frac{4}{2} =2[/tex] which is not correct!