lus1450
- 40
- 1
Homework Statement
Find \lim_{x\to \infty} \sqrt{x^2+1}-x
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 \frac{1}{\sqrt{x^2+1}+x} and the denominator increases without bound, thus the limit must be 0. But it is not alright to do the following, correct?
\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,
knowing that \frac{1}{x^2} 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
\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,
but I am not allowed to do the first equality above because \lim_{x\to \infty}x does not exist, right? Thanks for your input.