We have a function $$f(x) = \frac{5}{\sqrt{x} + 1}$$
and its definition states that $$f'(x) = \lim_{x \to 0}\frac{f(x+h)-f(x)}{h}.$$
Therefore, I attempted it by computing the following $$\lim_{x \to 0}\frac{\frac{5}{\sqrt{x+h} + 1} - \frac{5}{\sqrt{x} +1}}{h}.$$
Then I tried to find the common denominator,
$$\lim_{x \to 0} \frac{\frac{5(\sqrt{x} +1)-5(\sqrt{x+h} +1)}{(\sqrt{x} +1)(\sqrt{x + h} +1)}}{h} $$
and now I'm having trouble simplifying it.