How can I calculate this limit? $$\lim_\limits{x\to2}\frac{\sqrt{12-x^3}-\sqrt[3]{x^2+4}}{x^2-4}$$
Context
I should do it without using L'Hospital's rule. Factoring $a^n - b^n=(a-b)(\dots)$ doesn't seem to help in this example: the numerator contains two different powers, $1/2$ and $1/3$..
$$\lim_\limits{x\to2}\frac{\sqrt{12-x^3}-\sqrt[3]{x^2+4}}{x^2-4}= \\ =\lim_\limits{x\to2}\frac{\left(\sqrt{12-x^3}-2\right)+\left(2-\sqrt[3]{x^2+4}\right)}{x^2-4} = \\ =\lim_\limits{x\to2}\frac{\frac{\left(\sqrt{12-x^3}-2\right)\left(\sqrt{12-x^3}+2\right)}{\sqrt{12-x^3}+2} + \frac{\left(2-\sqrt[3]{x^2+4}\right)\left(4+2\sqrt[3]{x^2+4} + \left(\sqrt[3]{x^2+4} \right)^2\right)}{4+2\sqrt[3]{x^2+4} + \left(\sqrt[3]{x^2+4} \right)^2}}{x^2-4}= \\ =\lim_\limits{x\to2}\frac{8-x^3}{\left(\sqrt{12-x^3}+2\right)(x-2)(x+2)}\\+ \lim_\limits{x\to2}\frac{4-x^2}{(x^2-4)\left( 4+2\sqrt[3]{x^2+4} + \left(\sqrt[3]{x^2+4} \right)^2\right)} =\ldots$$ Can you continue?