
Robert J. answered 10/31/13
Tutor
4.6
(13)
Certified High School AP Calculus and Physics Teacher
Method 1.
(x^n)'
= lim{y-->x}(y^n - x^n)/(y-x)
= lim{y-->x}[y^(n-1)+y^(n-2)x + ... + x^(n-1)], using long division
= nx^(n-1)
Method 2.
(x^n)'
= lim{h-->0}[(x+h)^n - x^n)/h
= lim{h-->0}[(x^n+nx^(n-1)h+O(h) - x^n)/h, binomial expansion
= nx^(n-1), since lim{h-->0}O(h)/h = 0.
-------
Attn: O(h) means higher degree of zeros than h as h-->0.