SOLUTION: please help me with this problem.
f(x)=xto the 2nd +9 and need to find f(x+h)-f(x) all over h, and h doesn't equal 0
Algebra ->
Functions
-> SOLUTION: please help me with this problem.
f(x)=xto the 2nd +9 and need to find f(x+h)-f(x) all over h, and h doesn't equal 0
Log On
Question 1015359: please help me with this problem.
f(x)=xto the 2nd +9 and need to find f(x+h)-f(x) all over h, and h doesn't equal 0 Answer by Alan3354(69443) (Show Source):
You can put this solution on YOUR website! f(x)=xto the 2nd +9 and need to find f(x+h)-f(x) all over h
---------
Enter it like this:
f(x) = x^2 + 9
---
find (f(x+h)-f(x))/h
------
f(x+h) = (x+h)^2 + 9 = x^2 + 2xh + h^2 + 9
f(x+h)-f(x) = x^2 + 2xh + h^2 + 9 - (x^2+9) = 2xh + h^2
----
(f(x+h)-f(x))/h = (2xh + h^2)/h
= 2x + h