Binomial Expansions
Binomial Expansions
Pascal’s triangle
A binomial is an expression with two terms, for example a + b or a − b . In this section you
will learn to multiply out expressions of the form (a + b) , where n is a positive integer –
n
When you expand brackets in the form (a + b) there is a pattern in the numerical
n
coefficients of a and b.
Look at these expansions:
(a + b)1 = 1a + 1b
( a + b) 2 = 1a 2 + 2ab + 1b 2
( a + b)3 = 1a3 + 3a 2b + 3ab 2 + 1b3
(a + b)4 = 1a 4 + 4a3b + 6a 2b 2 + 4ab3 + 1b 4
The nth row of Pascal’s triangle gives the binomial coefficients in the expansion of (a + b) .
n
For example the 3rd row is 1, 3, 3, 1 so the binomial coefficients of the expansion (a + b)
3
are 1, 3, 3 and 1.
Step 1 Find the nth row Pascal’s triangle – this tells you the binomial coefficients
Remember: The first two numbers in the row are 1 and n, and the row has n + 1 numbers in it in total.
Remember:
n
● The first term is a and the powers of a go down by 1 in each term, so the last
term has no a in it.
● The first term has no b in it and the powers of b go up by 1 in each term, so the last term is bn .
● There are n + 1 terms altogether.
Example 1
Expand ( p + q ) .
5
Solution
The row you need from Pascal’s triangle starts with 1, 5 and has 6 numbers in it.
So, the row is 1, 5, 10, 10, 5, 1.
Remember:
● The powers in each term add up to n.
● p1 = p and p 0 = 1 .
You expand (a + b) in the same way whether a and b are numbers or letters. If they are
n
numbers a little more work is involved as you need to work out the actual powers and
multiply by the binomial coefficients. This is shown in the next example.
Example 2
Expand ( x + 2) .
6
Solution
Using Pascal’s triangle, the binomial coefficients are 1, 6, 15, 20, 15, 6, 1.
Example 3
Expand (2 x − 3 y ) .
4
Solution
From Pascal’s triangle, the binomial coefficients are 1, 4, 6, 4, 1
Combinations
For large values of n, using Pascal’s triangle becomes complicated as you would need to
write out a lot of rows.
It is useful to think about what is happening when you are multiplying out.
For a more complicated example, such as (a + b) , suppose you want to find the
20
5 15 5 15
coefficient of a b . So you need to know how many times the term a b appears in the
expansion. The question you need to ask is ‘how many ways can I choose a from 5 of the
20 brackets? (For the brackets where you don’t choose a, you will have to choose b, so that
15
will give the b ).
It’s easier to think about this using a real-life context.
Imagine a class of 28 students, with 3 students to be chosen for the Student Union. How
many ways can the students be chosen?
There are 28 ways of picking the first student.
Once that student has been chosen, there are 27 ways of choosing the second, and then
26 ways of choosing the third.
This gives 28 27 26 = 19 656 .
However, this gives too many combinations. If Alice were chosen first, Brendan second and Chloe third, this
would be the same as if Chloe were chosen first, Alice second and Brendan third. In fact, there are 6 possible
ways that Alice, Brendan and Chloe could be chosen:
ABC ACB BAC BCA CAB CBA
This is the case for any combination of three students. So all of the 19 656 ways of choosing can be divided
up into groups of 6 for which the 6 ways are all the same.
28 27 26
So the number of distinct combinations is = 3276
6
You have three choices for the first letter, two for the second and one for the third. So the
number of ways is 3 2 1 = 6 , as expected.
A quick notation for writing 3 2 1 is to write 3! This is called factorial notation. In general,
n! = n (n − 1) (n − 2) ... 2 1 .
The calculation for choosing 3 people from 28 can be written as
28 27 26
1 2 3
28 27 26 ( 25 24 ... 2 1)
This is equivalent to
1 2 3 ( 25 24 ... 2 1)
28!
which can be written as .
3!25!
You can generalise this to say that the number of ways of choosing r objects from n objects
n! n n
is given by . This is written either as n Cr or as Cr or as r , you say “n
r !(n − r )!
choose r”.
n n!
As shown above, the definition of the binomial coefficient n Cr , or , is .
r r !(n − r )!
If you have to work this out without a calculator, there will be a lot of cancelling you can do,
so the calculation usually ends up quite simple. The example below demonstrates working
out without a calculator.
Note that the binomial coefficients are symmetrical, so that n Cr = n Cn−r . So if you want to
work out 15 C12 , for example, you can work out 15 C3 instead, which is much easier.
Many calculators have a button for n Cr , but you should practise working these out without
a calculator, as shown in the example below, to familiarise yourself with the process.
Example 4
Find (a) 6 C3 (b) 10 C8 (c) 12 C4
Solution
6 5 4
(a) 6 C3 = = 20
1 2 3
(b)
By symmetry 10 C8 = 10 C2
Imagine you have 10 items, choosing 8 from them is the same as choosing the 2 items that you don’t want.
5
10 9
10 C8 = 10 C2 = = 45
1 2
Later in your A level course you will learn to expand expressions involving a value of n that
is not a positive whole number, such as –3 or ½. For values of n like these, you cannot use
Pascal’s triangle to find the binomial coefficients, so you have to use the formula. The work
you are doing now is good preparation for this.
Example 5
Solution
= 81 648x 2
2
The coefficient of x is 81 648.
= −48 384 x5
5
The coefficient of x is –48 384.
= −3072 x 7
7
The coefficient of x is –3072.
Example 6
15
2 x2
Find the term independent of x in the expansion of − .
x 2
The term independent of x means the term where x cancels out – this is the constant term.
10 5
2 x
2
10
1 1
Notice x cancels as you have ( x ) = 10 x = 1 .
2 5 10
x x
Example 7
The sum of the first three terms in ascending powers of x in the expansion of
12
x b 2
1 − a + is − 3 + cx . Find the value of each of a, b and c.
4 x x
Solution
12
x
First find the first three terms in the expansion of 1 − .
4
12 2
x 11 x x
1 − = 1 + 12 C11 1 − + 12 C10 1 − + ...
12 10
4 4 4
33x 2
= 1 − 3x + + ...
8
b
Multiply these three terms by a + .
x
12
x b 33x 2 b
1 − a + =
1 − 3 x + + .... a +
4 x 8 x
33ax 2 b 33bx You don’t need the
= a − 3ax + + − 3b + + ... term so you can just
8 x 8 ignore it.
b 33b
= + (a − 3b) + − 3a x + ...
x 8
b 33b 2
So, + (a − 3b) + − 3a x = − 3 + cx
x 8 x
33b
Comparing coefficients of x gives − 3a = c
8
33 2
Since a = 3 and b = 2 then c = − 3 3 = 34 .
8
So, a = 3 , b = 2 and c = 34 .
Approximations
If the value of x is small, then the first few terms of a binomial expansion make a good
approximation. The example below shows this.
Example 8
Solution