The following expression:
$$\frac{\sqrt{4+h}-2}{h}$$
should be simplified to:
$$\frac{1}{\sqrt{4+h}+2}$$
(even if I don't agree that this second is more simple than the first).
The problem is that I have no idea of the first step to simplify that.. any help?
If you multiply both the top and the bottom by $\sqrt{4+h}+2$, you get $\frac{(\sqrt{4+h}-2)(\sqrt{4+h}+2)}{h(\sqrt{4+h}+2)}$, which simplifies to $\frac{h}{h(\sqrt{4+h}+2)}$. Then, divide both by $h$ (assuming $h\neq 0$), and you get $\frac{1}{\sqrt{4+h}+2}$.