Jump to content

Course:MATH110/Archive/2010-2011/003/Notes/Power Rule

From UBC Wiki

The Power Rule

The power rule is usually the first formula that is proven. It tells you the derivative of one of the simplest type of function: monomials.

The Power Rule

Let n be an integer, positive or negative or even a fraction, then

The derivative of xn is nxn1.

It is quite easy to prove this formula when n is a positive integer, for negative integers or fractions it is slightly more tricky. A proof will be shown below. But first, let's give some examples.

Examples

f(x) f(x)
x3 3x2
x143 143x142
x=x1 1x0=1
1x2=x2 2x3=2x3
x=x1/2 12x1/2=12x
x3/2=x3 32x1/2=32x
x7/5=x75 75x2/5=75x25
x7/5=1x75 75x12/5=75x125

A proof of the Power Rule

Here's a proof for the power rule when the exponent is a positive integer. Instead of relying on heavy algebra, this proof relies on a more abstract concept: the proof by induction. What we'll do here is to prove the power rule for n=1 and then prove that if the formula is true for some n=k then it is true for the next power n=k+1. So this works like a computer program where we show that the first step is true and then prove that we can always go from there to the next step.

Clearly the power rule is true for n=1 since the derivative of x is clearly 1. So the only thing to do is to assume that the power rule is true for n=k. This means that we assume that we know for a fact that the derivative of xk is kxk1 and we want to prove that the derivative of xk+1 is what it is supposed to be, which is (k+1)xk.

To do so, we ask you to participate by proving the following formula yourself:

Exercise: prove the following for yourself.

The derivative of   h(x)=xf(x)   is   h(x)=f(x)+xf(x)

Now, back to our proof. We simply need to compute the derivative of xk+1 and make sure we get the desired result using only things we already assume true in the first place. But since

xk+1=xxk

we can use the exercise above to compute the derivative of this product. We get that its derivative is

xk+xkxk1

since we assume that the derivative of xk is kxk1. Let's simplify what we found now. We have that the derivative of xk+1 is

xk+xkxk1=xk+kxk=(k+1)xk

which is exactly what we were looking for and hence finishes our proof.