0

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.

KOFFEE
  • 41
  • 2

1 Answers1

0

At the step where you have $$ \lim_{x \rightarrow 0} \frac{\frac{5}{(x+h)^{0.5}+1}-\frac{5}{x^{0.5}+1}}{h}, $$ I would rationalize the denominator of each fraction in the numerator before proceeding further: $$ \lim_{x \rightarrow 0} \frac{\frac{5((x+h)^{0.5}-1)}{((x+h)^{0.5}+1)((x+h)^{0.5}-1)}-\frac{5(x^{0.5}-1)}{(x^{0.5}+1)(x^{0.5}-1)}}{h} $$ Then the denominators will become simple, at least.

Greg Martin
  • 78,820