Solving Aggravating Limit: x + \sqrt{x^2 + 2x}

  • Thread starter Thread starter Reedeegi
  • Start date Start date
  • Tags Tags
    Limit
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
5 replies · 2K views
Reedeegi
Messages
97
Reaction score
0

Homework Statement


[tex]\lim_{x\to\,-\infty}x + \sqrt{x^2 + 2x}[/tex]



Homework Equations





The Attempt at a Solution


I tried conjugating by multiplying both the numerator and denominator by [tex]x + \sqrt{x^2 + 2x}[/tex], which gave me [tex]\frac{2x}{x - \sqrt{x^2 + 2x}}[/tex], but from there I have no idea on what to do.
 
Last edited:
Physics news on Phys.org
sqrt(x^2+2x)=sqrt((x^2)*(1+2/x))=|x|*sqrt(1+2/x), yes?
 
Dick said:
sqrt(x^2+2x)=sqrt((x^2)*(1+2/x))=|x|*sqrt(1+2/x), yes?

from there, I have limited out and made the algebra equal to [tex]\frac{2x}{x - \left|x\right|}[/tex]. From there, what should I do?
 
Duh. I missed a sign mistake in your numerator. Can you correct it? Now you have to get rid of the absolute value. How can you do that?
 
Dick said:
Duh. I missed a sign mistake in your numerator. Can you correct it? Now you have to get rid of the absolute value. How can you do that?
Ohhh, I double checked, and it was -2x. And, since its approaching negative infinity, the absolute value becomes --x, or +x. and, with this in mind, the equation becomes [tex]\frac{-2x}{2x}[/tex], or -1. And when a limit acts on a constant, the limit is the same as the constant. so, the limit equals -1.
 
The limit is -1 alright, but the function isn't a constant. You already took most of the limit when you replaced sqrt(1+2/x) with 1. And |x|=-x if x<0. So x-|x|=x-(-x) is 2x. Your conclusions are right, but some of your words to describe the reasons are off.