Binomial Expansion
Binomial Expansion
The coefficients in the expansions form a pattern that is known as Pascal’s triangle.
■ Pascal’s triangle is formed by adding adjacent pairs of numbers to find the numbers on the
next row.
1 1
The third row of Pascal’s triangle gives the
1 + 2 1
coefficients in the expansion of (a + b) 2.
1 3 + 3 1
1 4 6 4 1
1 5 10 10 5 1
1 6 15 20 15 6 1
■ The (n + 1)th row of Pascal’s triangle gives the coefficients in the expansion of (a + b)n.
Example 1
159
Chapter 8
Problem-solving
Example 2
If there is an unknown in the original
expression, you might be able to form
The coefficient of x2 in the expansion of (2 − cx)3 is 294. an equation involving that unknown.
Find the possible value(s) of the constant c.
The coefficients are 1, 3, 3, 1: Index = 3 so use the 4th row of Pascal’s triangle.
Exercise 8A
1 State the row of Pascal’s triangle that would give the coefficients of each expansion:
c (2x + _2 )
1 n
a (x + y)3 b (3x − 7)15 d (y − 2x)n + 4
P 5 Expand (2 + y)3. Hence or otherwise, write down the expansion of (2 + x − x2)3 in ascending
powers of x.
P 6 The coefficient of x2 in the expansion of (2 + ax)3 is 54. Find the possible values of the constant a.
160
The binomial expansion
P 7 The coefficient of x3 in the expansion of (2 − x)(3 + bx)3 is 45. Find possible values of the
constant b.
P 8 Work out the coefficient of x2 in the expansion of ( p − 2x)3. Give your answer in terms of p.
P 9 After 5 years, the value of an investment of £500 at an interest rate of X % per annum is given by:
500(1 + ____)
X 5
100
Find an approximation for this expression in the form A + BX + CX 2, where A, B and C are
constants to be found. You can ignore higher powers of X.
Challenge
Find the constant term in the expansion of (x2 − ___) .
1 3
2x
■ You can use factorial notation and your calculator to find entries in Pascal’s triangle quickly.
The number of ways of choosing r items from a group of
n items is written as nCr or (nr ):
Cr = (nr ) = ________
n n! Notation You can say
r !(n − r)! ‘n choose r’ for nCr . It is sometimes
The r th entry in the nth row of Pascal’s triangle is written without superscripts and
given by n − 1Cr − 1 = (
r − 1)
n−1 subscripts as nCr .
Example 3
Calculate:
a 5! b 5C2 c the 6th entry in the 10th row of Pascal’s triangle
161