Binomial Theorem_ Notes (2) (1)
Binomial Theorem_ Notes (2) (1)
com
Additional Mathematics
Chapter 6 ~ Binomial Theorem
Basic Definitions
Example 1
(a) Without using a calculator, evaluate 5! × 3!
(𝑛+1)!
(b) Simplify
𝑛!
Solutions:
(a) 5! × 3!
= (5 × 4 × 3 × 2×1) × (3 × 2 × 1)
= 120 × 6
= 720
(𝑛+1)!
(b) 𝑛!
(𝑛 + 1)(𝑛)(𝑛 − 1) × … × 3 × 2 × 1
=
(𝑛)(𝑛 − 1) × … × 3 × 2 × 1
= (𝑛 + 1)
1|Page
www.jimmymaths.com
Example 2
5
(a) Evaluate ( ).
2
(b) Express each of the following in terms of n.
𝑛 𝑛
(i) ( ) (ii) ( )
3 𝑛−1
Solutions:
5
(a) ( )
2
5!
= 2!(5−2)!
5×4×3×2×1
= (2×1)(3×2×1)
5×4
= 2×1
= 10
𝑛
(b) (i) ( )
3
(𝑛)(𝑛−1)(𝑛−2)(𝑛−3)…×3×2×1
= (3×2×1)((𝑛−3)×(𝑛−4)×(𝑛−5)…×3×2×1)
(𝑛)(𝑛−1)(𝑛−2)
= (3×2×1)
(𝑛)(𝑛−1)(𝑛−2)
= 6
2|Page
www.jimmymaths.com
𝑛
(b) (ii) ( )
𝑛−1
(𝑛)(𝑛−1)(𝑛−2)…×3×2×1
= (𝑛−1)!×(𝑛−(𝑛−1))!
(𝑛)(𝑛−1)(𝑛−2)…×3×2×1
= ((𝑛−1)(𝑛−2)…×3×2×1)×1!
=𝑛
3|Page
www.jimmymaths.com
Example 3
Use the Pascal’s Triangle to find the first five terms, in ascending powers of b in the
expansion of (1 + 𝑏)6 . Hence, deduce the first five terms of (1 + 𝑥 2 )6.
Solutions:
For 𝑛 = 5, the binomial coefficients will be: 1 5 10 10 5 1
How do we derive the coefficients?
Step 1: Copy the coefficient for the 𝑛 = 4.
1 4 6 4 1
Step 2: Write the first and last coefficient as “1”.
1 ___ ___ ___ ___ 1
Step 3: Add 1+4 to form the second coefficient of 5.
1 4 6 4 1
1 5 10 10 5 1
4|Page
www.jimmymaths.com
1 6 15 20 15 6 1
4
Note: We can use the calculator nCr key to calculate too. For example, to calculate ( ), we
2
press “4” followed by “nCr” followed by “2” and “=”, you will get the answer of 6.
5|Page
www.jimmymaths.com
Example 4
(i) Find the first four terms in the expansion of (1 − 𝑥)5 and of (1 + 2𝑥)8 in ascending
powers of x.
(ii) Hence, find the expansion of (1 − 𝑥)5 (1 + 2𝑥)8 up to the term in 𝑥 3 .
Solutions:
Example 5
(i) Expand (1 + 𝑞)6 .
(ii) Hence, find the expansion of (1 + 2𝑥 − 𝑥 2 )6 in ascending powers of x,
up to the term 𝑥 2 .
Solutions:
6 6 6 6 6 6
(i) (1 + 𝑞)6 = 1 + ( ) (𝑞)1 + ( ) (𝑞)2 + ( ) (𝑞)3 + ( ) (𝑞)4 + ( ) (𝑞)5 + ( ) (𝑞)6
1 2 3 4 5 6
= 1 + 6𝑞 + 15𝑞 2 + 20𝑞 3 + 15𝑞 4 + 6𝑞 5 + 𝑞 6
(ii) Let 𝑞 = 2𝑥 − 𝑥 2 ,
(1 + 2𝑥 − 𝑥 2 )6 = 1 + 6(2𝑥 − 𝑥 2 ) + 15(2𝑥 − 𝑥 2 )2 + ⋯
= 1 + 12𝑥 − 6𝑥 2 + 15(4𝑥 2 − 4𝑥 3 + 𝑥 4 ) + ⋯
= 1 + 12𝑥 + 54𝑥 2 + ⋯
6|Page
www.jimmymaths.com
Example 6
Write down the first five terms of (1 + 𝑝)8 , in descending powers of x.
Solutions:
8 8 8 8 8
(1 + 𝑝)8 = ( ) (𝑝)8 + ( ) (𝑝)7 + ( ) (𝑝)6 + ( ) (𝑝)5 + ( ) (𝑝)4 + ⋯
8 7 6 5 4
= 𝑝8 + 8𝑝7 + 28𝑝6 + 56𝑝5 + 70𝑝4 + …
Example 7
Find the first four terms, in descending powers of x, in the expansion of
(a) (𝑥 + 3)5
1
(b) (𝑥 2 − 𝑥)7
1
(c) (𝑥 + 𝑥)𝑛
Solutions:
5 5 5 5
(a) (𝑥 + 3)5 = ( ) (𝑥)5 (3)0 + ( ) (𝑥)5−1 (3)1 + ( ) (𝑥)5−2 (3)2 + ( ) (𝑥)5−3 (3)3 + ⋯
0 1 2 3
(𝑥 + 3)5 = 𝑥 5 + 15𝑥 4 + 90𝑥 3 + 270𝑥 2 + ⋯
1 7 7 1 0 7 1 1 7 1 2
(b) (𝑥 2 − 𝑥) = ( ) (𝑥 2 )7 (− 𝑥) + ( ) (𝑥 2 )6 (− 𝑥) + ( ) (𝑥 2 )5 (− 𝑥)
0 1 2
7 1 3
+ ( ) (𝑥 2 )4 (− 𝑥) + ⋯
3
1 7
(𝑥 2 − 𝑥) = 𝑥14 − 7𝑥11 + 21𝑥 8 − 35𝑥 5 + ⋯
1 𝑛 1 0 𝑛 1 1 𝑛 1 2 𝑛 1 3
(c) (𝑥 + 𝑥)𝑛 = ( ) (𝑥)𝑛 (𝑥) + ( ) (𝑥)𝑛−1 (𝑥) + ( ) (𝑥)𝑛−2 (𝑥) + ( ) (𝑥)𝑛−3 (𝑥) + ⋯
0 1 2 3
7|Page
www.jimmymaths.com
1 1 𝑛(𝑛−1) 1 𝑛(𝑛−1)(𝑛−2) 1
(𝑥 + 𝑥)𝑛 = 𝑥 𝑛 + 𝑛𝑥 𝑛−1 (𝑥) + 𝑥 𝑛−2 (𝑥 2 ) + 𝑥 𝑛−3 (𝑥 3 ) + ⋯
2! 3!
1 𝑛 𝑛 𝑛−2 𝑛(𝑛−1) 𝑛−4 𝑛(𝑛−1)(𝑛−2) 𝑛−6
(𝑥 + ) = 𝑥 + 𝑛𝑥 + 𝑥 + 𝑥 +⋯
𝑥 2 6
Example 8
1 1
Given that (𝑎 − 2 𝑥)7 = 𝑏 − 2551 2 𝑥 + 𝑐𝑥 2 , find the value of a, b and c.
Solutions:
1 7
(𝑎 − 2 𝑥)
7 1 1 7 1 2
= 𝑎7 + ( ) (𝑎)6 (− 2 𝑥) + ( ) (𝑎)5 (− 2 𝑥) + ⋯
1 2
7 21
= 𝑎7 − 2 𝑎6 𝑥 + 4 𝑎5 𝑥 2 + ⋯
Comparing coefficient:
7 1
− 2 𝑎6 = −2551 2
𝑎6 = 729
𝑎=3
𝑎7 = 𝑏
𝑏 = 37
𝑏 = 2187
21
𝑎5 = 𝑐
4
21
𝑐= (3)5
4
3
𝑐 = 1275 4
𝑛
The general term, 𝑇𝑟+1 = ( ) (𝑎)𝑛−𝑟 (𝑏)𝑟
𝑟
8|Page
www.jimmymaths.com
Example 9
In the expansion of (2 + 𝑥)8 in ascending powers of x, find the
(i) 4th term,
(ii) the coefficient of x5.
Solutions:
8
(i) 𝑇4 = ( ) (2)8−3 (𝑥)3
3
= 1792𝑥 3
𝑛
(ii) 𝑇𝑟+1 = ( ) (𝑎)𝑛−𝑟 (𝑏)𝑟
𝑟
𝑟=5
8
𝑇6 = ( ) (2)8−5 (𝑥)5
5
= 448𝑥 5
Coefficient of x5 = 448
Example 10
Find the indicated term in the following expansions:
𝑥
(a) (3 + 2)10, middle term
2
(b) (2𝑥 2 + 𝑥)12, the term independent of x.
Solutions:
10 (3)5 𝑥 5
(a) Middle Term: 𝑇6 = ( ) (2)
5
5
= 1913 8 𝑥 5
9|Page
www.jimmymaths.com
Example 11
3 8
Find the coefficient of 𝑥 2 in the expansion (𝑥 − 𝑥 2 ) (1 + 2𝑥 2 ).
Solutions:
8 3 𝑟
𝑇𝑟+1 = ( ) (𝑥)8−𝑟 (− 𝑥 2 )
𝑟
8
𝑇𝑟+1 = ( ) (𝑥)8−3𝑟 (−3)𝑟
𝑟
To find the coefficient of 𝑥 2 , we need to find the following terms in the expansion of
3 8
(𝑥 − 𝑥 2 )
1. 𝑥 2
2. the independent term
𝑥2:
8
𝑇2+1 = ( ) (𝑥)8−3(2) (−3)2
2
𝑇2+1 = 252𝑥 2
3 8
∴ coefficient of 𝑥 2 in the expansion (𝑥 − 𝑥 2 ) (1 + 2𝑥 2 ) = 252.
10 | P a g e
www.jimmymaths.com
Example 12
𝑥
Expand (2 − 2)6 in ascending powers of x up to and including term in 𝑥 3 . Hence, find an
approximate value of 1.9956 , giving your answer correct to 4 decimal places.
Solutions:
𝑥 6 𝑥 0 6 𝑥 1 6 𝑥 2 6 𝑥 3
(2 − 2)6 = ( ) (2)6 (− 2) + ( ) (2)5 (− 2) + ( ) (2)4 (− 2) + ( ) (2)3 (− 2) + ⋯
0 1 2 3
𝑥
(2 − 2)6 = 64 − 96𝑥 + 60𝑥 2 − 20𝑥 3 + ⋯
Let 𝑥 = 0.01
0.01 6
1.9956 = (2 − )
2
11 | P a g e
www.jimmymaths.com
Example 13
𝑥 𝑛
Given that the first two non-zero terms of the expansion of (1 + 2) (1 + 𝑘𝑥) are 1 and
15
− 𝑥 2 ,where n is a positive integer, find the value of k and n.
4
Solutions:
𝑥 𝑛
(1 + 2) (1 + 𝑘𝑥)
𝑥 𝑛(𝑛−1) 𝑥 2
= (1 + 𝑛 (2) + (2) + ⋯ )(1 + 𝑘𝑥)
2!
𝑥 𝑛(𝑛−1)
= (1 + 𝑛 (2) + (𝑥)2 + ⋯ )(1 + 𝑘𝑥)
8
𝑛 𝑛𝑘 𝑛(𝑛−1)
= 1 + 2 𝑥 + 𝑘𝑥 + 𝑥2 + 𝑥2 + ⋯
2 8
Comparing Coefficients:
𝑛
+𝑘 =0
2
−8𝑘 2 + 4𝑘 2 + 2𝑘 = −30
−4𝑘 2 + 2𝑘 + 30 = 0
2𝑘 2 − 𝑘 − 15 = 0
(2𝑘 + 5)(𝑘 − 3) = 0
5
𝑘 = −2 or 𝑘=3
5
Sub 𝑘 = − 2 into (1): or Sub 𝑘 = 3 into (1):
𝑛=5 𝑛 = −6 (reject)
5
∴ 𝑘 = − 2 and 𝑛 = 5
12 | P a g e