Power Rule

Introduction to integration

When we differentiate a power of xx, we bring the power down and reduce it by 11.

x2=2xx3=3x2x12=12x114x100=400x99egin{align*} x^2 &= 2x \ x^3 &= 3x^2 \ x^{12} &= 12x^{11} \ 4x^{100} &= 400x^{99} end{align*}

When we integrate, we do the reverse – first increase the power by 11, then divide by the new power on the outside.

x dx=12x2x5 dx=16x625x24 dx=x25egin{align*} int x dx &= rac{1}{2} x^2 \ int x^5 dx &= rac{1}{6} x^6 \ int 25x^{24} dx &= x^{25} end{align*}

Things don’t change when you have a negative exponent:

x2 dx=x1x6 dx=15x540x21 dx=2x20egin{align*} int x^{-2} dx &= -x^{-1} \ int x^{-6} dx &= - rac{1}{5} x^{-5} \ int -40x^{-21} dx &= 2x^{-20} end{align*}

This holds true for fractions as well. When you do have fractional powers in a more involved integral, things can become a bit more difficult to spot.

x1/3 dx=34x4/3x5/2 dx=27x7/2x3/2 dx=2x1/2egin{align*} int x^{1/3} dx &= rac{3}{4} x^{4/3} \ int x^{5/2} dx &= rac{2}{7} x^{7/2} \ int x^{-3/2} dx &= -2 x^{-1/2} end{align*}

And of course, it holds for irrationals too…

xπ dx=1π+1xπ+1int x^{pi} dx = rac{1}{pi+1} x^{pi+1}

So generally, for any real nn1

xn dx=1n+1xn+1int x^n dx = rac{1}{n+1} x^{n+1}

Power rule crops up everywhere in integration, since it’s a really fundamental integration method. The most important cases are where n=0n = 0 and n=1n = 1.

x dx=12x2int x dx = rac{1}{2} x^2

This looks really obvious, but when you’ve just started integration, it can be easy to forget what you’re doing when the variables change after a substitution. Always remember that it doesn’t matter what you call your integrating variable – xx, tt, uu, they’re all just labels – the methods remain the same.

20t dt=10t2int 20t dt = 10t^2

For n=0n = 0, you’re just integrating a constant, and this gives back your integrating variable:

 dx=xint dx = x

It probably feels a bit weird at first integrating ‘nothing’. Just remember you’re not integrating 00, but x0=1x^0 = 1. If you really want, you can explicitly write the 11 in:

1 dv=vint 1 dv = v

[!Tip] Integrating 00 just gives cc, since any constant differentiates to 00. For that we’d explicitly write 0 dx\int 0 \ dx.

Ok, are there any real values of nn that power rule doesn’t hold for? There is, actually. We reach a strange case with n=1n = -1 as the exponent:

x1 dxint x^{-1} dx

If we try applying power rule, we would increment the power to 00 (giving x0=1x^0 = 1, a constant) – but more catastrophically, we’d end up dividing by 00

=10x0= rac{1}{0} x^0

Which is definitely illegal.

This is actually the 1 special case where the power rule doesn’t hold. So nn can be any real number except 1-1. We’ll look at how to integrate x1x^{-1} next in Integrating the Reciprocal.


  1. *Except 1-1, as we’ll soon see.