find the difference quotient of f; that is, find f(x+h)-f(x)/h, h=0, for the following function. f(x)=x^2-6x+8
f(x+h) = (x+h)2 - 6(x+h) +8 = x2 + 2hx + h2 - 6x - 6h + 8 = x2 - 6x + 8 + h(2x - 6) + h2
f(x) = x2 - 6x + 8
f(x+h) - f(x) = h(2x - 6) + h2
(f(x+h) - f(x))/h = 2x - 6 + h
When h = 0 (f(x+h) - f(x))/h → 2x - 6
.