The Binomial Theorem
The Binomial Theorem
Introduction
In this lesson, we study two ways to expand (a + b)n, where n is a positive to M10SP-IIId-e-1.
integer. The first, which uses Pascal’s Triangle, is applicable if n is not too big,
and if we want to determine all the terms in the expansion. The second method
gives a general formula for the expansion of (a + b) n for any positive integer n.
This formula is useful especially when n is large because it avoids the process of
going through all the coefficients for lower values of n obtained through
Pascal’s
Triangle. Moreover, if only a specific term is required, it can be computed directly
using a simple formula. Lastly, the theorem can be used to derive and prove some
useful and interesting results about sums of combinations.
n=1: 1 1
n=2: 1 2 1
n=3: 1 3 3 1
n=4: 1 4 6 4 1
n=5: 1 5 10 10 5 1
The preceding triangular array of numbers is part of what is called the
Pascal’s Triangle. Named after the French mathematician Blaise Pascal (1623-
1662), some properties of the Triangle are the following:
(3) The second and second to the last number of each row correspond to the
row number.
(5) The number of entries in a row is one more than the row number (or one
more than the number of entries in the preceding row).
(6) Every middle number after first row is the sum of the two numbers above
it.
Solution. We use the coefficients in the fifth row of the Pascal’s Triangle.
(2x — 3y)5 = (2x)5 + 5(2x)4(—3y)+ 10(2x)3(—3y)2
+ 10(2x)2(—3y)3 + 5(2x)(—3y)4
+ (—3y)5
= 32x5 — 240x4y + 720x3y2 — 1080x2y3
+ 810xy4 — 243y5 2
Example 2.4 2. Use Pascal’s Triangle to expand (a + b)8.
Solution. We start with the sixth row (or any row of the Pascal’s Triangle
that we remember).
n=6: 1 6 15 20 15 6 1
n=7: 1 7 21 35 35 21 7 1
n=8: 1 8 28 56 70 56 28 8 1
Therefore, we get
(a + b)8 = a8 + 8a7b + 28a6b2 + 56a5b3
+ 70a4b4 + 56a3b5 + 28a2b6
+ 8ab7 + b8 2
We observe that, for each n, the expansion of (a + b)n starts with
an and the exponent of a in the succeeding terms decreases
by 1, while the exponent of b increases by 1. This
observation will be shown to be true in general.
.
Let us review the concept of combination. Recall that C(n, k) or n counts the
number of ways of choosing k objects from a set of n objects. It is alsoΣkuseful to
know some properties of C(n, k):
These properties can explain some of the observations we made on the num-
bers in the Pascal’s Triangle. Recall also the general formula for the number of
combinations of n objects taken k at a time:
✓ ◆
n n!
C(n, k) = = ,
k k!(n — k)!
equalities are not coincidental, and they are, in fact, the essence embodied in the
Binomial Theorem, as you will see in the succeeding sessions.
Seatwork/Homework 2.4.1
As the power n gets larger, the more laborious it would be to use Pascal’s
Triangle (and impractical to use long multiplication) to expand (a + b)n. For
example, using Pascal’s Triangle, we need to compute row by row up to the
thirtieth row to know the coefficients of (a + b)30. It is, therefore, delightful to
know that it is possible to compute the terms of a binomial expansion of
degree n without going through the expansion of all the powers less than n.
We now explain how the concept of combination is used in the expansion of (a
+ b)n.
(a + b)n = (a + b)(a + b)(a + b) ·· · (a + b)
| { z }
n fa c tors
When the distributive law is applied, the expansion of (a + b)n consists of
terms of the form ambi, where 0 m, i n. This term is obtained by choosing a
for m of the factors and b for the rest of the factors. Hence, m + i = n, or m=n
— i. This means that the number of times the term a b will appear in the
n—i i
Pascal’s Identity
If n and k are positive integers with kn,
then ✓ ◆ ◆ ✓ ◆.
n+ n n
= +
1k k k—
1
Part 1
✓ ✓ ✓
X a1—ibi ab +1 0
a0b1 = a + b
◆ ◆ ◆
=
1 1
i=0 1 1
i 0 1
Hence, the formula is true for n = 1.
i
i=0
i= i
0
X
k ✓ k ✓ ◆
X ◆ k—i i 0 k
=a k a b +
i=0 b i
X i
i=
ak— ibi
X
✓ k ✓
k
◆ ak—i+1bi ◆ ak—ibi+1
= k k
i=0 +
i i
i=
0
X
✓ ✓ ✓
✓ ◆ k+1 0 ◆ ak+1—ibi ◆ akb1 + ◆ ak—1b2
k a b k k k
= 0
+ +
i= i 0 1
k
1
✓ ◆ ✓ ◆
✓
k k
k 0 k+1
a1bk +
◆
+ ak—2b3 + ·· · + a b
2 k—1 k
X✓ k+1—i
✓ bi + bk+1
◆
k Xk a
k
= ak+1 + ◆ a
k+1—ibi +
i—
k i=
1 ✓ 1 ✓ ◆
k
k
i= i
i
1
✓ ◆ X ✓ ◆
k + 1 k+1 0 k+1
= a b k i— ak+1—ibi 0 k+1
0 ◆Σ k +1 a b
+ i + +
=1
1
Xk+1 ✓k + 1◆
= ak+1—ibi
i
i=0
Solution
.
X
✓
6
(x + y) 6
x6—kyk
◆
=
k= k
6
0
✓ ◆ ✓ ◆ ✓ ◆
6 6 6 4 2
= x6y0 + x5y1 + xy
0✓ ◆ 1✓ ◆ 2 ✓ ◆
6 3 3 6 2 4 6 1 5
+ xy + xy + xy
3 4 5
✓ ◆
6 0 6
+ xy
6
.n Σ
The general term is often represented by k an—k bk . Notice.nthat,
Σ in any term,
the sum of the exponents of a and b is n . The combination k is the coefficient
of the term involving bk. This allows us to compute any particular term without
needing to expand (a + b)n and without listing all the other terms.
. p 20
Example 2.4.5. Find the fifth term in the expansion of 2x y .
Σ
expansion
(a of Solution. The fifth term in the expansion of a fifth power—
+ b)n, it is corresponds to k = 4.
✓ ◆
20 p . Σ
(2x)20—4 (— y)4 = 65536x16 y2
4845
4
= 317521920x16y2 2
⇣ ⌘6
x
Example 2.4 6. Find the middle term in the expansion of + 3y .
2
Solution. Since there are seven terms in the expansion, the middle term is the
fourth term (k = 3), which is
✓ ◆⇣ ⌘ ✓ 3 Σ
6 x 3 (3y)3 = x 27y3 = 135x y .
3 3
2
20 ◆
.
3 2 8 2
Example 2.4.7. Find the term involving x (with exponent 1) in the expansion
✓
2y ◆8
of x2 — .
x
Seatwork/Homework 2.4.3
✓ ◆11
x 1/3 2 .
2. Find the two middle terms in the expansion of
y
+
Answer: There are 12 terms in the expansion, so the two middle terms are the
6th (corresponding to k = 5) and the 7th (corresponding to k = 6) terms.
✓ ◆ ✓ ✓32 ◆
11 . 1/ Σ11—5 2 14784x2
x = 462x2
◆5
5 3 y5 = y5
✓ ◆ ✓
11 Σ ✓64 ◆ 29568x5/3
x1/ 11—6 2 = 462x5/3
.3 ◆6 =
y6 y6
6
y
◆10
✓
x3 3
3. Find
of the constant term in the expansion
+ 2 .
2 x
Answer: The general term is
✓ ◆✓ 3 ◆10—k ✓ ◆k ✓ ◆✓ 30—3k ◆✓ k ◆
10 x 3 10 x 3
k = k
2 x2 210—k x2k
◆
✓
10 3k 30—5k
= x
k 210—k
k
k=
0
2
X ✓8 (—0.2)k = ✓8◆ ✓8 (—0.2) ✓
8 (—0.2)2
(1)
◆ ◆ + ◆
k= +
k 1 2
0 0
= 1 — 1.6+ 1.12 = 0.52
The calculator value is 0.16777216, so the error is 0.35222784.
X4
✓ ✓ ◆ ✓ ✓
(2) 8 (—0.2)k = 8 8 (—0.2) 8 (—0.2)2
◆ ◆ + ◆
+
k= k 1 2
0 0
✓ ◆ ✓ ◆
8 8
+ (—0.2)3 + (—0.2)4
3 4
= 0.52 — 0.448 + 0.112 = 0.184
The error is 0.01622784, which is an improvement on the previous estimate.
2
Example 2.4.9. Use the Binomial Theorem to prove that, for any positive in- teger
n, X
n
✓ ◆
n = 2n.
k=0
k
k k
(1)
X ✓ ◆
n
.
k=0 k
Example 2.4.10. Use the Binomial Theorem to prove that
✓ ◆ ✓ ◆ ✓ ◆ ✓ ◆
100 100 100 100
+ + + ·· · +
0 2 4 100
✓ ◆ ✓ ◆ ✓ ◆ ✓ ◆
100 100 100 100
= + + + ·· · +
1 3 5 99
⇥
1 + (—1)⇤10 X100 (1)100—k(—1)k.
✓ ◆
0 100
=
k
k=0
✓ ◆ ✓ ◆ ✓ ◆ ✓ ◆
100 100 100 100
0= + (—1) + (—1)2 + (—1)3
0 1 2 3
✓ ◆ ✓ ◆
100 100
+ ·· · + (—1) +
99
(—1)100
99 100
If k is even, then (—1)k = 1. If k is odd, then (—1)k = —1. Hence, we have
0
✓ ◆ ✓ ◆ ✓ ◆ ✓ ◆
100 100 100 100
= — + —
0 1 2 3
✓ ◆ ✓ ◆
100 100
+ ·· · — +
99 100
Therefore, after transposing the negative terms to other side of the equation,
we obtain
✓ ◆ ✓ ◆ ✓ ◆ ✓ ◆
100 100 100 100
+ + + ·· · +
0 2 4 100
✓ ◆ ✓ ◆ ✓ ◆ ✓ ◆
100 100 100 100
= + + + ·· · + 2
1 3 5 99
Seatwork/Homework 2.4.4
?1. Approximate (1.9)10 using the first three terms in the expansion of
(2 — 0.1)10, and find its error compared to the calculator value.
Answer:
(1.9)10 = (2 — 0.1)10 ⇡
X ✓10
210—k(—0.1)k
◆
2
k= k
0
= 210 — 10 · 29 · 0.1+ 45 · 28 · 0.12
= 627.2
✓
n
◆
k
Exercises 2.4
1. Use the Binomial Theorem to expand each expression.
(a) (x — 2)5 Answer: x5 — 10x4 + 40x3 — 80x2 + 80x — 32
1
(b) ✓x + ◆7
y
7x6 21x5 35x4 35x3 21x2 7x 1
Answer: x +
7
+ 2 +
y y + 3 + 4 + 5 + 7
✓ ◆ y y y y6 y
4 ✓ ✓
1 377
(c) 1 Answer: 81 — 3(27) 1◆ + 1◆ — =
3— 8
2 3(9) 8
2 4