Here is what I tried to calculate:
$\lim _{x\to \:0}\left(1-\frac{1}{x}\left(\sqrt{1+x^2}-1\right)\right)$
When I calculated for 0-(I mean negative zero) I found it to be -infinity but the solution found it to be 1
Can anyone verify it for me please?
My solution:
I found the equation as it is to have an intermediate form(1 - 0/0) so I tried to remove that by simplifying it to
$1 - \sqrt{\frac{1}{x^2} + 1} + \frac{1}{x}$
So I calculated limit to 0-(Negative zero) and I found it to be -infinity
Imho easiest way: $$\frac{1}{x}\left(\sqrt{1+x^2}-1\right)=\frac{x}{\sqrt{1+x^2}+1}\to0$$
Now about your solution: you have little mistake, it should be $$\frac{1}{x}\left(\sqrt{1+x^2}-1\right)=\text{sign(x)}\sqrt{1+\frac{1}{x^2}}-\frac{1}{x}$$ so you obtain not $-\infty$ but $\infty-\infty$ which is undefined.