You can put this solution on YOUR website! 2x^2 -3, find [f(x+h)-f(x)]/h
-------------------
f(x+h) = 2(x+h)^2-3
f(x+h) = 2x^2 + 4hx + 2h^2 - 3
f(x) = 2x^2 - 3
-----
Subtracting you get::
4hx + 2h^2
----
Dividing by h you get:
4x + 2h
-------------------
Cheers,
Stan H.
----------