SOLUTION: If f(x)= 1/x, find (f(x+h)-f(x))/h
Algebra
->
Expressions-with-variables
-> SOLUTION: If f(x)= 1/x, find (f(x+h)-f(x))/h
Log On
Algebra: Expressions involving variables, substitution
Section
Solvers
Solvers
Lessons
Lessons
Answers archive
Answers
Click here to see ALL problems on Expressions-with-variables
Question 1081211
:
If f(x)= 1/x, find (f(x+h)-f(x))/h
Answer by
Boreal(15235)
(
Show Source
):
You can
put this solution on YOUR website!
f(x+h)=1/(x+h)
[(1/(x+h))-(1/x)]/h= using common denominator of x(x+h)
x-(x+h)/h(x^2+xh)=-h/h(x^2+xh)
the hs cancel
-1/(x^2+xh)
as h goes to 0, the result goes to -1/x^2.