
Patrick B. answered 09/14/19
Math and computer tutor/teacher
Your difference quotient is incorrect
f(1+h) = 5 / (1+h+3) = 5/(4+h)
f(1) = 5/4
f(1+h) - f(1) = 5/(4+h) - 5/4 = [ 5*4 - 5(4+h)]/ [4(4+h)]
= [ 20 - 20 - 5h]/ [ 16 + 4h]
= -5h/( 16 + 4h)
dividing by h:
-5/(16+ 4h)
as h-->0 , the difference quotient tends to -5/16
now , differentiating for real:
y = 5(x+3)^(-1)
y' = -5(x+3)^(-2) = -5/(x+3)^2
f ' (1) = -5/16