You can put this solution on YOUR website! Find f(a), f(a + h), and the difference quotient f(a + h) − f(a)/h. where
h ≠ 0.
f(x) = x^2 + 5
f(a)= a^2+5
------------------
f(a+h)= (a+h)^2 + 5 = a^2 + 2ah + h^2 + 5
---------------------------------------
[f(a+h)-f(a)]/h = [2ah+h^2]/h
-----
= 2a + h
--------------
Cheers,
Stan H.
------------