Topic 7 The Binomial Expansion

You should be very familiar with expanding expressions such as (a+b)2. You may even be happy to immediately write down the expansion as a2+2ab+b2 without any intermediate working. This is an example of a binomial expansion (binomial just means two numbers). In general we might want to expand (a+b)n where n could be any number.

There are two cases:

  1. n is a positive integer. In this case you could just write it as n seperate brackets and expand each one in turn; this would work, but is tedious. The next section details this case.

  2. n is not a positive integer. In this case there are limits on how you can use the expansion. There is a separate section on this.

7.1 The expansion for positive integer powers

For any non-negative integer n, we have

(a+b)n=r=0n(nr)arbnr where

(nr)=n!r!(nr)!

is the number of ways of choosing r objects out of n objects if we don’t care about the order (and can be read as “n choose r”). Fortunately most scientific calculators have a button, normally labelled “nCr” which calculates this for you.

E.g.

(x+2)4=(40)x0×24+(41)x1×23+(42)x2×22+(43)x3×21+(44)x4×20=1×1×16+4×x×8+6×x2×4+4×x3×2+1×x4×1=16+32x+24x2+8x3+x4

Where people often make mistakes is when the terms in the binomial are a bit more complicated, e.g. (2x3). It is vitally important to use brackets when doing the expansion in this case. E.g.

(2x3)4=(40)(2x)0×(3)4+(41)(2x)1×(3)3+(42)(2x)2×(3)2+(43)(2x)3×(3)1+(44)(2x)4×(3)0=1×1×81+4×2x×(27)+6×4x2×9+4×8x3×(3)+1×16x4×1=8154x+36x224x3+16x4

7.2 The expansion for all powers

If the index, n, is not a positive integer, e.g. n=2 or n=12, the expansion given in the last section can’t be used, and the correct expansion is:

(7.1)(1+x)n=1+nx+n(n1)2!x2+n(n1)...(nr+1)r!xr+...(|x|<1,nR)

Note that this expansion won’t end, and is only valid if x is small enough.

E.g. Expanding (1+x)2 up to and including terms in x3, would give

(1+x)3=1+(2)x+(2)(21)2!x2+(2)(21)(22)3!x3+...(|x|<1)=1+(2)x+(2)(3)2×1x2+(2)(3)(4)3×2×1x3+...=12x+3x24x3+...

Just as in the last case, brackets are your friends when you have more complicated terms in the binomial.

E.g. Expanding (12x)2 up to and including terms in x3, would give

(12x)3=1+(2)(2x)+(2)(21)2!(2x)2+(2)(21)(22)3!(2x)3+...(|x|<1)=1+(2)(2)x+(2)(3)2×1(4)x2+(2)(3)(4)3×2×1(8)x3+...=1+4x+12x2+32x3+...

Note that for this expansion we need |2x|<1 which means |x|<12.

In the previous section we looked at (a+b)n, whereas in this section we have looked at (1+x)n. If we want to use equation (7.1) for an expression like (3+x)2 it has to be transformed into something which looks like (1+x)n and then expanded as normal.

E.g.

  1. Divide the expression by 3 (3+x)2=(3(1+x3))2
  2. Take the 3 out of the outer set of brackets (3+x)2=(3)2(1+x3)2
  3. This has left us with (1+x3)2 which is in the standard form, and can be expanded as before (3+x)2=(3)2(1+(2)(x3)+(2)(3)2!(x3)2+...)=19(123x+13x2+...)=19227x+127x2+...