Wednesday, August 28, 2019

calculus - simple limit but I forget how to prove it

I have to calculate the following limit



$$\lim_{x\rightarrow -\infty} \sqrt{x^2+2x+2} - x$$




it is in un undeterminated form.



I tried to rewrite it as follows:



$$\lim_{x\rightarrow -\infty} \sqrt{x^2+2x+2} - \sqrt{|x|^2}$$



but seems a dead road.



Can anyone suggest a solution?




thanks for your help

No comments:

Post a Comment

analysis - Injection, making bijection

I have injection $f \colon A \rightarrow B$ and I want to get bijection. Can I just resting codomain to $f(A)$? I know that every function i...