$$\lim\limits_{x\to 0}\dfrac{\sqrt[4]{x^4+1}-\sqrt{x^2+1}}{x^2}$$
What is the limit? I've tried turning the $4$th root function into a nested square root function in hopes of having an $a^2 - b^2$ in the problem but I'm still clueless on what I'll do next.
This is the closest thing I have to what you were thinking of.
Notice that:
$$\left(\sqrt[4]{x^4+1}-\sqrt{x^2+1} \right) \left(\sqrt[4]{x^4+1}+\sqrt{x^2+1} \right) \left(\sqrt{x^4+1}+x^2+1 \right)$$ $$= \left(\sqrt{x^4+1} - (x^2+1)\right) \left(\sqrt{x^4+1}+x^2+1 \right)$$ $$= x^4+1 - (x^4+2x^2+1) = -2x^2$$
Therefore the limit becomes:
$$\lim\limits_{x\to 0} \dfrac{\sqrt[4]{x^4+1}-\sqrt{x^2+1}}{x^2} \cdot\dfrac{\sqrt[4]{x^4+1}+\sqrt{x^2+1}}{\sqrt{x^4+1}+\sqrt{x^2+1}} \cdot \dfrac{\sqrt{x^4+1}+x^2+1}{\sqrt{x^4+1}+x^2+1} $$
$$= \lim\limits_{x\to 0} \frac{-2x^2}{x^2 \left( \sqrt{x^4+1}+\sqrt{x^2+1} \right) \left(\sqrt{x^4+1}+x^2+1 \right)} $$
$$= \lim\limits_{x\to 0} \frac{-2}{ \left( \sqrt{x^4+1}+\sqrt{x^2+1} \right) \left(\sqrt{x^4+1}+x^2+1 \right)} $$
and substituting $0$ in, we get that the limit is equal to:
$$\frac{-2}{(1+1)(1+1)} = -\frac{1}{2}$$
The other answers give an easier solution.