antinerd
- 41
- 0
Homework Statement
Find the derivative using the Definition of the Derivative:
f(x) = 1 / x^2
Homework Equations
The Definition:
f`(a) = lim h->0 [f(a+h) - f(a)] / h
The Attempt at a Solution
This is what I did:
f`(a) = lim h->0 (1/(x+h)^{2}) - 1/x^{2}) / (h)
f`(a) = lim h->0 [((x^{2}) - 1 (x^{2} + 2xh + h^{2})) / x^{2}(x^{2} + 2xh + h^{2})] / h
f`(a) = lim h->0 (2x + h) / (x^{4} + 2x^{3}h + x^{2}h^{2})
and finally
f`(a) = lim h->0 2 / x^{3}
So I got that as the derivative, and if I did it correctly it should be right. Did I use the definition properly?