Series: Calculus Notes

Part 4: Proof of the Power Rule

Now we want a way to figure out the speed for different position functions. One important rule for doing that is the power rule. In Part 2, the example x(t)=t2x(t) = t^2 suggested that the speed of tnt^n should be ntn1nt^{n-1}. Now we can prove that pattern in general.

The short-time statement we want is

(t+h)n=tn+ntn1h+o(h). (t+h)^n = t^n + nt^{n-1}h + o(h).

If this holds, then the coefficient of hh is ntn1nt^{n-1}, so the speed of x(t)=tnx(t) = t^n is ntn1nt^{n-1}. If you want to recall the setup from Part 3, open the or the below.

We will prove the formula by induction on nn. When n=1n = 1, we have

t+h=t+1h+o(h), t+h = t + 1 \cdot h + o(h),

because 0 is certainly o(h)o(h).

Now assume that for some nn we already know

(t+h)n=tn+ntn1h+o(h). (t+h)^n = t^n + nt^{n-1}h + o(h).

We want to prove the same kind of formula for n+1n+1. Start with

(t+h)n+1=(t+h)n(t+h). (t+h)^{n+1} = (t+h)^n(t+h).

The only tools we need from Part 3 are the , the , and the .

Substitute the induction hypothesis.

(t+h)n+1=(tn+ntn1h+o(h))(t+h). (t+h)^{n+1} = \bigl(t^n + nt^{n-1}h + o(h)\bigr)(t+h).

Now expand.

(t+h)n+1=tn+1+tnh+ntnh+ntn1h2+to(h)+ho(h)=tn+1+(n+1)tnh+(ntn1h2+to(h)+ho(h)). \begin{aligned} (t+h)^{n+1} &= t^{n+1} + t^n h + nt^n h + nt^{n-1}h^2 + t\,o(h) + h\,o(h) \\ &= t^{n+1} + (n+1)t^n h + \bigl(nt^{n-1}h^2 + t\,o(h) + h\,o(h)\bigr). \end{aligned}

Now look at the bracketed terms. By the , both h2h^2 and ho(h)h\,o(h) are o(h)o(h). By the , ntn1h2nt^{n-1}h^2 and to(h)t\,o(h) are both o(h)o(h). Then the says that the whole bracket is still o(h)o(h).

That gives

(t+h)n+1=tn+1+(n+1)tnh+o(h). (t+h)^{n+1} = t^{n+1} + (n+1)t^n h + o(h).

So if the formula is true for nn, then it is also true for n+1n+1. Since it is true for n=1n = 1, it follows that it is true for every positive integer nn.

Therefore the speed of x(t)=tnx(t) = t^n is

v(t)=ntn1. v(t) = nt^{n-1}.

That is the power rule.

Back to main page