George C. answered 03/04/13
Humboldt State and Georgetown graduate
Definition of derivative: lim h->0 (f(x + h) –f(x))/h
((x + h)^-n - x^-n)/h
= (x^n - (x + h)^n)/(x + h)^n*(x)^n*(h)
use the binomial expansion theorem, and we are interested in only the first 3 terms.
= (x^n - (x^n + nx^(n – 1)h + (n(n-1))/2)x^(n-2)h^2 +…………))/((x + h)^n(x)^n(h))
The first two terms in the numerator become 0, the third term becomes -nx^(n – 1), the h cancels out, and the remaining numerator terms vanish as h-> 0.
We are left with:
= -nx^(n – 1)/ (x + h)^n*(x)^n
Take the limit as h ->0 and
= -nx^(n – 1)/ x^2n
= -nx^(-n-1)
Obviously the below solution is more elegant, but going back to the definition of a derivative will always work.