Chapter 2
Chapter 2
Chapter 2
Binomial Expansions
The product of the first n positive integers is called n factorial and is denoted by n!
n! n (n 1) (n 2) 2 1
where n is a positive integer.
If we choose r objects from n different objects and the order of the objects being chosen
is unimportant, then we call the situation a combination of the objects.
The number of ways, i.e., the number of combinations, of r objects taken from n different
objects is denoted by the notation C nr
n! n(n 1)(n 2) (n r 1)
Cnr
r!(n r)! r!
6! 6! 6 5 4 3 2 1 65
For example, C62 15
2!(6 2)! 2!4! (2 1) (4 3 2 1) 2 1
8! 8! 8 7 6 5 4 3 2 1 8 7 6
C83 56
3!(8 3)! 3!5! (3 2 1) (5 4 3 2 1) 3 2 1
In particular, C 0n C nn 1
2-1
B. Binomial Theorem
n
(x y) n C nr x n r y r
r 0
(1) There are n + 1 terms, beginning with xn and ending with yn.
(2) The powers of x are in descending order while those of y are in ascending order.
The sum of the powers of x and y in each term is equal to n.
(3) The (r + 1)th term, Cnr x n r yr , is called the general term of the expansion of (x y)n in the
descending powers of x.
2-2
Example 1
Solution:
(x 2)6 C60 x 60 (2)0 C16 x 6 1 (2)1 C62 x 6 2 (2) 2 C36 x 6 3 (2)3 C64 x 6 4 (2) 4 C65 x 6 5 (2)5 C66 x 6 6 (2)6
(1)(x 6 )(1) (6)(x 5 )(2) (15)(x 4 )(4) (20)(x 3 )(8) (15)(x 2 )(16) (6)(x)(32) (1)(x 0 )(64)
x 6 12x 5 60x 4 160x 3 240x 2 192x 64
Example 2
4
Expand 2x 1 in descending powers of x.
x
Solution:
4 2 3 4
1 1 1 1 1
2x = (2x)4 + C14 (2x)3 + C42 (2x)2 + C34 (2x) +
x x x x x
1 1 1 1
= 16x4 + (4)(8x3) + (6)(4x2) 2 + (4)(2x) 3 + 4
x x x x
8 1
= 16x4 – 32x2 + 24 – 2
+ 4
x x
Example 3
Solution:
(1 + x + x2 )4 = [1 + (x + x2)]4
= 14 + C14 13 (x + x2) + C42 12 (x + x2)2 + C34 (1)(x + x2)3 + (x + x2)4
= 1 + (4)(x + x2) + (6)(x2 + 2x3 + x4) + (4)(x3 + 3x4 + 3x5 + x6)
+ (x4 + 4x5 + 6x6 + 4x7 + x8)
= 1 + (4x + 4x2) + (6x2 + 12x3 + 6x4) + (4x3 + 12x4 + 12x5 + 4x6)
+ (x4 + 4x5 + 6x6 + 4x7 + x8)
= 1 + 4x + 10x2 + 16x3 + 19x4 + 16x5 + 10x6 + 4x7 + x8
2-3
C. The Pascal’s Triangle
The numerical coefficients in the binomial expansion can be arranged in the form of a triangle as below:
n Coefficient
0 1 1
1 11 1 1
2 1 C12 1 1
2 1
3 1 C13 C32 1 1 3 3 1
4 1 C14 C42 C34 1 1 4 6 4 1
5 1 C15 C52 C53 C54 1 1 5 10 10 5 1
6 1 C16 C 62 C36 C 64 C56 1 1 6 15 20 15 6 1
Proof :
n! n! n!
(a) Cnr = = = = Cnnr
(n r )!r! r!(n r )! [n (n r )]!(n r )!
n! n!
(b) Cnr1 + Cnr = +
[n (r 1)]!(r 1)! (n r )!r!
n! n!
= +
(n r 1)!(r 1)! (n r )!r!
r n! (n r 1) n!
= ( ∵ (n – r + 1)! = (n – r + 1)(n – r)!
(n r 1)!r!
and r! = r (r – 1)! )
n! (r n r 1)
=
(n r 1)!r!
n! (n 1)
=
(n r 1)!r!
(n 1)!
=
[( n 1) r )]! r!
= Cnr 1
2-4
D. Finding Specific Terms
Particular terms of an expansion can be obtained by substituting suitable values of r into the general term
instead of finding the whole expansion.
Example 4
9
3
In the expansion of 2x 2 , find
x
Solution:
9
3
The general term in the expansion of 2x 2 is
x
r
9 r 3 9 9 r 9 r 2 r 9 9r r 9 3r
C (2x) 2 Cr 2 x (3) (x ) Cr 2 (3) x
9 r
r
x
2-5
Example 5
Solution:
The third term in the expansion of (x3 + 3)n is Cn2 (x3)n-2(3)2, i.e., 9 Cn2 x3n-6
9C2 189
n
Therefore,
n(n 1)
9 189
2
9n(n 1) 378
n(n 1) 42
n 2 n 42 0
(n 7)(n 6) 0
n = 7 or n = – 6 (rejected as n is a positive integer)
The general term of the expansion of (x3 + 3)7 is C7r (x3 )7r (3)r C7r 3r x 213r
Set 21 – 3r = 9, we have r = 4
7 6 5 4
The coefficient of x9 is C7434 = 81 = 2835
4 3 2 1
2-6
2.2 Expansion of (1+x)n when n is NOT a positive integer and x < 1
n (n 1) 2 n (n 1)(n 2) 3 n (n 1)(n 2) (n r 1) r
(1 + x)n = 1 + nx + x + x + … + x +…
2! 3! r!
Example 6
Expand the following expansions in ascending powers of x up to and including the term in x3.
State the range of values of x for which the expansion is valid.
(a) (1 x)1 (b) (1 x)1 (c) (1 2x)1
Solution:
(1)(1 1) 2 (1)(1 1)(1 2) 3
(a) (1 x) 1 1 (1)x x x
2! 3!
1 x x 2 x3 for x 1 i.e., 1 x 1
OR By replace x by – x in (a)
2-7
Example 7
Expand the following expansions in ascending powers of x up to and including the term in x3.
State the range of values of x for which the expansion is valid.
1 1 1
(a) (1 x) 2 (b) (1 x) 2
(c) (4 x) 2
Solution:
1 1 1 1 1
1 1 2
1
1
(a) (1 x) 1 x
2 2 2 2 2 2 x3
2
x
2 2! 3!
1 1 1
1 x x 2 x3 for x 1 i.e., 1 x 1
2 8 16
1 1 1 1 1
1 1 2
1
1
1 x
2 2 2 2 2 2 x3
(b) (1 x) 2
x
2 2! 3!
1 3 5
1 x x 2 x3 for x 1 i.e., 1 x 1
2 8 16
1
x
1 1
2
(c) (4 x) 2
4 2
1
4
1 1 1 1 1
1 2 1 2 3
1 1 x 2 2 x 2 2 2 x
1
4 2 4 2! 4 3! 4
1 1 3 2 5 3
1 x x x
2 8 128 1024
1 1 3 2 5 x
x x x3 for 1 i.e., 4 x 4
2 16 256 2048 4
2-8
2.3 Approximations
In fact, taking only the first four terms give (1.01)20 1.22014.
This approximation is correct to three decimal places as the fifth and succeeding terms do not add
anything to the first four decimal places.
Therefore, we have (1.01)20 = 1.220 correct to 3 decimal places
Remark : When finding an approximation, the binomial expansion of (1 + x)n and NOT (a + x)n
should be used, e.g. to find the approximate value of (3.006)5 we use 35 (1 + 0.002)5.
2-9
Example 8
By substituting 0.002 for x in the expansion of (1 x)5 , find the value of (3.006)5 correct to
three decimal places.
Solution:
(3.006)5 (3 0.006)5
35 (1 0.002)5
35 [15 C15 (0.002) C52 (0.002)2 C53 (0.002)3 ]
243[1 5(0.002) 10(0.000004) 10(0.000000008) ]
243(1 0.01 0.00004 0.00000008 )
243 2.43 0.00972 0.00001944
245.440 (correct to 3 decimal places)
Example 9
By substituting 0.001 for x in the expansion of (1 – x)7, find the value of (1.998)7 correct to
six significant figures.
Solution:
(1.998)7 (2 0.002)7
27 (1 0.001)7
27 [17 C17 (0.001) C72 (0.001) 2 C37 (0.001)3 ]
128[1 7(0.001) 21(0.000001) 35(0.000000001) ]
128(1 0.007 0.000021 0.000000035 )
128 0.896 0.002688 0.00000448
127.107 (correct to 6 significant figures)
2-10