Hello, zolton5971!
Find the difference quotient [tex]\frac{f(x+h)-f(x)}{h}[/tex]
for [tex]f(x)\:=\:5x^2+4[/tex]
There are three steps to the Difference Quotient.
(1) Find [tex]f(x+h).[/tex]
. . Replace [tex]x[/tex] with [tex]x+h[/tex] ... and simplify.
(2) Subtract [tex]f(x)[/tex], the original function ... and simplify.
(3) Divide by [tex]h[/tex] ... factor and reduce.Here we go!
[tex](1)\;f(x+h) \;=\;5(x+h)^2 + 4[/tex]
. . . . . . . . . . [tex]=\; 5(x^2+2xh + h^2) + 4[/tex]
. . . . . . . . . . [tex]=\;5x^2 + 10xh + 5h^2 + 4[/tex]
[tex](2)\;f(x+h)-f(x) \;=\;(5x^2+ 10xh + 5h^2 + 4) - (5x^2 + 4)[/tex]
. . . . . . . . . . . . . . . .[tex]=\;5x^2 + 10xh + 5h^2+ 4 - 5x^2 - 4[/tex]
. . . . . . . . . . . . . . . .[tex]=\; 10xh + 5h^2[/tex]
[tex](3)\;\frac{f(x+h)-f(x)}{h} \;=\; \frac{10xh +5h^2}{h}[/tex]
. . . . . . . . . . . . . . . . .[tex]=\;\frac{5h(2x+h)}{h}[/tex]
. . . . . . . . . . . . . . . . .[tex]=\; 5(2x+h)[/tex]
There!