how to solve this limit without l'hopital I have made separation of the upper fraction by adding and subtracting a suitable quantity, multiplying by the respective conjugates and nothing, some algebraic trick. the result with l'hopital is 1/16
$$\lim_{x \to 2} \frac{\sqrt[3]{x^{2}+4}-\sqrt{x+2}}{x-2}$$
Another path using the fundamental limit $$\frac{(1+\alpha)^k-1}{\alpha} \to k, \ \ \mbox{when} \ \ \alpha\to 0.$$ Here is my proposal. \begin{eqnarray} \mathcal L &=& \lim_{x\to 2}\frac{\sqrt[3]{x^2+4}-\sqrt{x+2}}{x-2}=\\ &=&\lim_{t\to 0}\frac{\sqrt[3]{t^2+4t+8}-\sqrt{t+4}}t=\\ &=& \lim_{t\to 0}\frac{2\sqrt[3]{1+\frac{t^2+4t}8}-2\sqrt{1+\frac{t}4}}{t}=\\ &=&2\lim_{t\to 0}\left(\frac{\sqrt[3]{1+\frac{t^2+4t}8}-1}{t}-\frac{\sqrt{1+\frac{t}4}-1}{t}\right)=\\ &=&2 \lim_{t\to 0}\left(\frac13 \frac{t^2+4t}{8t}-\frac12\frac{t}{4t}\right)=\\ &=&2\left(\frac16-\frac18\right)=\frac1{12}. \end{eqnarray}