lus1450
- 40
- 1
Homework Statement
Find [tex]\lim_{x\to \infty} \sqrt{x^2+1}-x[/tex]
Homework Equations
The Attempt at a Solution
This is mostly for a refresher. I know it's zero because when we multiply the top and bottom by the conjugate to obtain [tex]\frac{1}{\sqrt{x^2+1}+x}[/tex] and the denominator increases without bound, thus the limit must be 0. But it is not alright to do the following, correct?
[tex]\lim_{x\to \infty} \frac{1}{\sqrt{x^2+1}+x} = \lim_{x\to \infty} \frac{1}{x(\sqrt{1+\frac{1}{x^2}} + 1)} =\lim_{x\to \infty} \frac{1}{2x} = 0,[/tex]
knowing that [tex]\frac{1}{x^2}[/tex] tends to 0. The reason I don't think it's technically correct is that even though I'm not explicitly writing it, I'm technically using
[tex]\lim_{x\to \infty} x(\sqrt{1+\frac{1}{x^2}}+1) = \lim_{x\to \infty}x \lim_{x\to \infty}(\sqrt{1+\frac{1}{x^2}}+1) = (\lim_{x\to \infty}x)2 = \lim_{x\to \infty} 2x,[/tex]
but I am not allowed to do the first equality above because [tex]\lim_{x\to \infty}x[/tex] does not exist, right? Thanks for your input.