$$\lim_{x\to 2}\frac{\sqrt{x^2+12}-4}{2-\sqrt{x^3-4}}$$
I know it must be very trivial, but yet I'm stuck at this problem and other similar problems for quite a long time. I'd be glad if someone showed me a full solution without using L'Hospital and delighted if someone could give some hints about how to atack this kind of problem... what is the thinking behind? Is it just about intuition? Or is it about test all sort of algebraic manipulation?
Try that $$\lim_{x \to 2}\frac{\sqrt{x^2+12}-4}{2 - \sqrt{x^3-4}} = \lim_{x \to 2 }\frac{(\sqrt{x^2+12}-4)(\sqrt{x^2+12}+4)(2 + \sqrt{x^3-4})}{(2 - \sqrt{x^3-4})(\sqrt{x^2+12}+4)(2 + \sqrt{x^3-4})} = \lim_{x \to 2}\frac{(x^2-4)(2 + \sqrt{x^3-4})}{(8-x^3)(\sqrt{x^2+12}+4)}$$
Then you can use that the limit of a product is a product of the limits.
$$=\underbrace{\lim_{x\to 2}\frac{2+\sqrt{x^3-4}}{(4 + \sqrt{x^2+12})}}_{=1/2}\lim_{x \to 2}\frac{(x^2-4)}{(8-x^3)} = -\frac{1}{2}\underbrace{\lim_{x \to 2}\frac{x+2}{x^2+2x+4}}_{=1/3} = -\frac{1}{6}$$
Where, after using $8-x^3 = - (x^3-8)$ and $x^2-4=(x-2)(x+2)$ we noted that
$$(x^3 - 8) = (x - 2)(x^2 + 2x + 4)$$
In general you are correct in the way of treat this kind of problems. This type of manipulations of polynomials are very useful: when you get a polynomial such as $x^3-8$ and it is easy to see that $x=2$ is a root you can divide by $x-2$ and lower the order of the polynomial.