$\lim_{x\rightarrow 0} x\sqrt{1+\frac{1}{x^{2}}}$
I have this limit and I don't have the slightest idea about how to solve it. I know that it doesn't exist because the right-hand limit is $1$ and the left-hand limit is $-1$. However, I'm not sure about how to solve it without actually computing values close to zero. I already tried factoring to eliminate the discontinuity, I also tried L'Hôpital's rule, tried algebraic manipulation (i.e. squaring the function) and I don't know what else to try.
Additionally, I would be very thankful if you could point me to resources, or book chapters where I can learn how to deal with harder limits (not necessarily including trigonometric functions, as I study economics and we barely deal with that kind of functions at all.)
$$\\ \lim _{ x\rightarrow 0 } x\sqrt { 1+\frac { 1 }{ x^{ 2 } } } =\lim _{ x\rightarrow 0 } x\frac { \sqrt { 1+x^{ 2 } } }{ \left| x \right| } =\lim _{ x\rightarrow 0 } \begin{cases} \sqrt { 1+{ x }^{ 2 } } & x>0 \\ -\sqrt { 1+{ x }^{ 2 } } &x<0 \end{cases}=\lim _{ x\rightarrow 0 } \begin{cases} 1& x>0 \\ -1&x<0 \end{cases}\\ $$