
Doug C. answered 09/18/19
Math Tutor with Reputation to make difficult concepts understandable
The definition of derivative means the limit as h->0 of the difference quotient. And by difference quotient (slope of a secant line) is meant [f(x+h) - f(x)]/h.
So for part b we have:
lim 2(x+h) 2x
h-> 0 ----------- - ------
(x+h+1) (x+1)
------------------------------
h
The difference quotient can be simplified by treating it as a complex fraction and multiplying the numerator and denominator of the "big fraction" by the LCD of the denominators of the "little factions". The LCD is (x+1)(x+h+1).
Let's simplify then take the limit at the end.
2(x+h)(x+1) -2x((x+h+1)
---------------------------------
h(x+1)(x+h+1)
2x2 +2x +2hx +2h -2x2-2hx-2x
--------------------------------------------
h(x+1)(s+h+1)
2h
---------
h(x+1)(x+h+1)
Finally: 2
-------------------
(x+1)(x+h+1)
Now take the limit as h->0 by simply substituting 0 for h to get the derivative using the definition of derivative:
f'(x) = 2
---------
(x+1)2
Thank goodness we eventually get to use the quotient rule!