Skip to main content

Differentation formulas

Power rule

f(xn)=nxn1f'(x^{n})=nx^{n-1}
Proof

The derivative of any function measures its instantaneous rate of change, defined as:

f(x)=limh0f(x+h)f(x)hf'(x)=\lim_{h \to 0}\frac{f(x+h)-f(x)}{h}

For the power function, we get:

f(x)=limh0(x+h)nxnhf'(x)=\lim_{h \to 0}\frac{(x+h)^{n}-x^{n}}{h}

If we simplify the numerator by expanding the brackets, we get:

(x+h)n=xn+nxn1h+n(n1)2xn2h2+...+hn(x+h)^{n}=x^{n}+nx^{n-1}h+\frac{n(n-1)}{2}x^{n-2}h^{2}+...+h^{n}

If we substitute this simplified numerator back into the original formula:

f(x)=limh0xn+nxn1h+n(n1)2xn2h2+...+hnxnhf'(x)=\lim_{h \to 0}\frac{x^{n}+nx^{n-1}h+\frac{n(n-1)}{2}x^{n-2}h^{2}+...+h^{n}-x^{n}}{h}f(x)=limh0nxn1h+n(n1)2xn2h2+...+hnhf'(x)=\lim_{h \to 0}\frac{nx^{n-1}h+\frac{n(n-1)}{2}x^{n-2}h^{2}+...+h^{n}}{h}

We then factor out every remaining term in the numerator and divide by h:

f(x)=limh0nxn1+n(n1)2xn2h+...+hn1f'(x)=\lim_{h \to 0} nx^{n-1}+\frac{n(n-1)}{2}x^{n-2}h+...+h^{n-1}

If we evaluate h to 0:

f(x)=nxn1+0+0+0...+0=nxn1f'(x)=nx^{n-1} + 0 + 0 + 0 ... + 0 = nx^{n-1}