2

Use the definition of a derivative to find $f'(x)$ when $f(x) = \frac{x}{(x+1)}$ the definition being: $$\lim_{x \to c} \frac{f(x)−f(c)}{x - c}$$

Zhoe
  • 2,415
Bygonaut
  • 41
  • 3
  • 2
    Have you attempted it? – Zhoe Nov 21 '13 at 19:23
  • I did, and I got up to Don's second step as shown in the answer. However I'm not sure how he was algebratically able to get to his third step, which is what stopped me. – Bygonaut Nov 21 '13 at 19:27

1 Answers1

6

$$\frac{f(x)-f(c)}{x-c}=\frac{\frac x{x+1}-\frac c{c+1}}{x-c}=\frac1{(x+1)(c+1)}\xrightarrow[x\to c]{}\frac1{(c+1)^2}$$

DonAntonio
  • 211,718
  • 17
  • 136
  • 287