vMathematics is a most exact science and its conclusions are capable of
absolute proofs.C.P. STEINMETZv
8.1 Introduction
In earlier classes, we have learnt how to find the squares
and cubes of binomials like a + b and a b. Using them, we
could evaluate the numerical values of numbers like
(98)
2
= (100 – 2)
2
, (999)
3
= (1000 – 1)
3
, etc. However, for
higher powers like (98)
5
, (101)
6
, etc., the calculations become
difficult by using repeated multiplication. This difficulty was
overcome by a theorem known as binomial theorem. It gives
an easier way to expand (a + b)
n
, where n is an integer or a
rational number. In this Chapter, we study binomial theorem
for positive integral indices only.
8.2 Binomial Theorem for Positive Integral Indices
Let us have a look at the following identities done earlier:
(a+ b)
0
= 1 a + b 0
(a+ b)
1
= a + b
(a+ b)
2
= a
2
+ 2ab + b
2
(a+ b)
3
= a
3
+ 3a
2
b + 3
ab
2
+ b
3
(a+ b)
4
= (a + b)
3
(a + b) = a
4
+ 4a
3
b + 6a
2
b
2
+ 4ab
3
+ b
4
In these expansions, we observe that
(i) The total number of terms in the expansion is one more than the index. For
example, in the expansion of (a + b)
2
, number of terms is 3 whereas the index of
(a + b)
2
is 2.
(ii) Powers of the first quantity ‘a’ go on decreasing by 1 whereas the powers of the
second quantity ‘b’ increase by 1, in the successive terms.
(iii) In each term of the expansion, the sum of the indices of a and b is the same and
is equal to the index of a + b.
8
Chapter
Blaise Pascal
(1623-1662)
BINOMIAL THEOREM
2020-21
BINOMIAL THEOREM 161
We now arrange the coefficients in these expansions as follows (Fig 8.1):
Do we observe any pattern in this table that will help us to write the next row? Yes we
do. It can be seen that the addition of 1’s in the row for index 1 gives rise to 2 in the row
for index 2. The addition of 1, 2 and 2, 1 in the row for index 2, gives rise to 3 and 3 in
the row for index 3 and so on. Also, 1 is present at the beginning and at the end of each
row. This can be continued till any index of our interest.
We can extend the pattern given in Fig 8.2 by writing a few more rows.
Pascal’s Triangle
The structure given in Fig 8.2 looks like a triangle with 1 at the top vertex and running
down the two slanting sides. This array of numbers is known as Pascal’s triangle,
after the name of French mathematician Blaise Pascal. It is also known as Meru
Prastara
by Pingla.
Expansions for the higher powers of a binomial are also possible by using Pascal’s
triangle. Let us expand (2x
+ 3y)
5
by using Pascal’s triangle.
The row for index 5 is
1
5 10
10 5 1
Using this row and our observations (i), (ii) and (iii), we get
(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
= 32x
5
+ 240x
4
y + 720x
3
y
2
+ 1080x
2
y
3
+ 810xy
4
+ 243y
5
.
Fig 8.1
Fig 8.2
2020-21
162 MATHEMATICS
Now, if we want to find the expansion of (2x + 3y)
12
, we are first required to get
the row for index 12. This can be done by writing all the rows of the Pascal’s triangle
till index 12. This is a slightly lengthy process. The process, as you observe, will become
more difficult, if we need the expansions involving still larger powers.
We thus try to find a rule that will help us to find the expansion of the binomial for
any power without writing all the rows of the Pascal’s triangle, that come before the
row of the desired index.
For this, we make use of the concept of combinations studied earlier to rewrite
the numbers in the Pascal’s triangle. We know that
!
C
!( )!
n
r
n
r n r
=
, 0 r n and
n is a non-negative integer. Also,
n
C
0
= 1 =
n
C
n
The Pascal’s triangle can now be rewritten as (Fig 8.3)
Observing this pattern, we can now write the row of the Pascal’s triangle for any index
without writing the earlier rows. For example, for the index 7 the row would be
7
C
0
7
C
1
7
C
2
7
C
3
7
C
4
7
C
5
7
C
6
7
C
7.
Thus, using this row and the observations (i), (ii) and (iii), we have
(a + b)
7
=
7
C
0
a
7
+ 7C
1
a
6
b +
7
C
2
a
5
b
2
+
7
C
3
a
4
b
3
+ 7C
4
a
3
b
4
+
7
C
5
a
2
b
5
+
7
C
6
ab
6
+
7
C
7
b
7
An expansion of a binomial to any positive integral index say n can now be visualised
using these observations. We are now in a position to write the expansion of a binomial
to any positive integral index.
Fig 8.3 Pascal’s triangle
2020-21
BINOMIAL THEOREM 163
8.2.1 Binomial theorem for any positive integer n,
(a + b)
n
=
n
C
0
a
n
+
n
C
1
a
n–1
b +
n
C
2
a
n2
b
2
+ ...+
n
C
n – 1
a.b
n–1
+
n
C
n
b
n
Proof The proof is obtained by applying principle of mathematical induction.
Let the given statement be
P(n) : (a + b)
n
=
n
C
0
a
n
+
n
C
1
a
n – 1
b +
n
C
2
a
n – 2
b
2
+ ...+
n
C
n–1
a.b
n – 1
+
n
C
n
b
n
For n = 1, we have
P (1) : (
a + b)
1
=
1
C
0
a
1
+
1
C
1
b
1
= a + b
Thus, P (1) is true.
Suppose P (
k) is true for some positive integer k, i.e.
(a + b)
k
=
k
C
0
a
k
+
k
C
1
a
k – 1
b +
k
C
2
a
k – 2
b
2
+ ...+
k
C
k
b
k
... (1)
We shall prove that P(k + 1) is also true, i.e.,
(a + b)
k + 1
=
k + 1
C
0
a
k + 1
+
k + 1
C
1
a
k
b +
k + 1
C
2
a
k – 1
b
2
+ ...+
k + 1
C
k+1
b
k + 1
Now, (a + b)
k + 1
= (a + b) (a + b)
k
= (a + b) (
k
C
0
a
k
+
k
C
1
a
k – 1
b +
k
C
2
a
k – 2
b
2
+...+
k
C
k – 1
ab
k – 1
+
k
C
k
b
k
)
[from (1)]
=
k
C
0
a
k +
1
+
k
C
1
a
k
b +
k
C
2
a
k 1
b
2
+...+
k
C
k 1
a
2
b
k 1
+
k
C
k
ab
k
+
k
C
0
a
k
b
+
k
C
1
a
k
1
b
2
+
k
C
2
a
k
2
b
3
+...+
k
C
k-1
ab
k
+
k
C
k
b
k + 1
[by actual multiplication]
=
k
C
0
a
k + 1
+ (
k
C
1
+
k
C
0
) a
k
b + (
k
C
2
+
k
C
1
)a
k – 1
b
2
+ ...
+ (
k
C
k
+
k
C
k–1
) ab
k
+
k
C
k
b
k + 1
[grouping like terms]
=
k + 1
C
0
a
k + 1
+
k + 1
C
1
a
k
b +
k + 1
C
2
a
k – 1
b
2
+...+
k + 1
C
k
ab
k
+
k + 1
C
k + 1
b
k +1
(by using
k + 1
C
0
=1,
k
C
r
+
k
C
r–1
=
k + 1
C
r
and
k
C
k
= 1=
k + 1
C
k + 1
)
Thus, it has been proved that P (k + 1) is true whenever P(k) is true. Therefore, by
principle of mathematical induction, P(n) is true for every positive integer n.
We illustrate this theorem by expanding (x + 2)
6
:
(x + 2)
6
=
6
C
0
x
6
+
6
C
1
x
5
.2 +
6
C
2
x
4
2
2
+
6
C
3
x
3
.2
3
+
6
C
4
x
2
.2
4
+
6
C
5
x.2
5
+
6
C
6
.2
6
.
= x
6
+ 12x
5
+ 60x
4
+ 160x
3
+
240x
2
+ 192x + 64
Thus (x + 2)
6
= x
6
+ 12x
5
+ 60x
4
+ 160x
3
+
240x
2
+ 192x + 64.
2020-21
164 MATHEMATICS
Observations
1. The notation
=
n
k
kkn
k
n
ba
0
C
stands for
n
C
0
a
n
b
0
+
n
C
1
a
n–1
b
1
+ ...+
n
C
r
a
n–r
b
r
+ ...+
n
C
n
a
n–n
b
n
, where b
0
= 1 = a
n–n
.
Hence the theorem can also be stated as
=
=+
n
k
kkn
k
nn
baba
0
C)(
.
2. The coefficients
n
C
r
occuring in the binomial theorem are known as binomial
coefficients.
3. There are (n+1) terms in the expansion of (a+b)
n
, i.e., one more than the index.
4. In the successive terms of the expansion the index of a goes on decreasing by
unity. It is n in the first term, (n–1) in the second term, and so on ending with zero
in the last term. At the same time the index of b increases by unity, starting with
zero in the first term, 1 in the second and so on ending with n in the last term.
5. In the expansion of (a+b)
n
, the sum of the indices of a and b is n + 0 = n in the
first term, (n – 1) + 1 = n in the second term and so on 0 + n = n in the last term.
Thus, it can be seen that the sum of the indices of a and b is n in every term of the
expansion.
8.2.2 Some special cases In the expansion of (a + b)
n
,
(i) Taking a = x and b = – y, we obtain
(x
y)
n
= [x + (–y)]
n
=
n
C
0
x
n
+
n
C
1
x
n – 1
(–y) +
n
C
2
x
n–2
(–y)
2
+
n
C
3
x
n–3
(–y)
3
+ ... +
n
C
n
(–y)
n
=
n
C
0
x
n
n
C
1
x
n – 1
y +
n
C
2
x
n – 2
y
2
n
C
3
x
n – 3
y
3
+ ... + (–1)
n
n
C
n
y
n
Thus (xy)
n
=
n
C
0
x
n
n
C
1
x
n – 1
y +
n
C
2
x
n – 2
y
2
+ ... + (–1)
n
n
C
n
y
n
Using this, we have (x–2y)
5
=
5
C
0
x
5
5
C
1
x
4
(2y) +
5
C
2
x
3
(2y)
2
5
C
3
x
2
(2y)
3
+
5
C
4
x(2y)
4
5
C
5
(2y)
5
= x
5
–10x
4
y + 40x
3
y
2
– 80x
2
y
3
+ 80xy
4
– 32y
5
.
(ii) Taking a = 1, b = x, we obtain
(1 + x)
n
=
n
C
0
(1)
n
+
n
C
1
(1)
n – 1
x +
n
C
2
(1)
n – 2
x
2
+ ... +
n
C
n
x
n
=
n
C
0
+
n
C
1
x +
n
C
2
x
2
+
n
C
3
x
3
+ ... +
n
C
n
x
n
Thus (1 + x)
n
=
n
C
0
+
n
C
1
x +
n
C
2
x
2
+
n
C
3
x
3
+ ... +
n
C
n
x
n
2020-21
BINOMIAL THEOREM 165
In particular, for x = 1, we have
2
n
=
n
C
0
+
n
C
1
+
n
C
2
+ ... +
n
C
n
.
(iii) Taking a = 1, b = – x, we obtain
(1– x)
n
=
n
C
0
n
C
1
x +
n
C
2
x
2
– ... + (– 1)
n
n
C
n
x
n
In particular, for x = 1, we get
0 =
n
C
0
n
C
1
+
n
C
2
– ... + (–1)
n
n
C
n
Example 1 Expand
4
2
x
x
+
, x 0
Solution By using binomial theorem, we have
4
2
3
x
x
+
=
4
C
0
(x
2
)
4
+
4
C
1
(x
2
)
3
x
3
+
4
C
2
(x
2
)
2
2
3
x
+
4
C
3
(x
2
)
3
3
x
+
4
C
4
4
3
x
= x
8
+ 4.x
6
.
x
3
+ 6.x
4
.
2
9
x
+ 4.x
2
.
x
+
4
81
x
= x
8
+ 12x
5
+ 54x
2
+
4
81108
x
x
+
.
Example 2 Compute (98)
5
.
Solution We express 98 as the sum or difference of two numbers whose powers are
easier to calculate, and then use Binomial Theorem.
Write 98 = 100 – 2
Therefore, (98)
5
= (100 – 2)
5
=
5
C
0
(100)
5
5
C
1
(100)
4
.2 +
5
C
2
(100)
3
2
2
5
C
3
(100)
2
(2)
3
+
5
C
4
(100) (2)
4
5
C
5
(2)
5
= 10000000000 – 5 × 100000000 × 2 + 10 × 1000000 × 4 – 10 ×10000
× 8 + 5 × 100 × 16 – 32
= 10040008000 – 1000800032 = 9039207968.
Example 3 Which is larger (1.01)
1000000
or 10,000?
Solution Splitting 1.01 and using binomial theorem to write the first few terms we
have
2020-21
166 MATHEMATICS
(1.01)
1000000
= (1 + 0.01)
1000000
=
1000000
C
0
+
1000000
C
1
(0.01) + other positive terms
= 1 + 1000000 × 0.01 + other positive terms
= 1 + 10000 + other positive terms
> 10000
Hence (1.01)
1000000
> 10000
Example 4 Using binomial theorem, prove that 6
n
–5n always leaves remainder
1 when div
ided by 25.
Solution
For two numbers a and b if we can find numbers q and r such that
a = bq +
r, then we say that b divides a with q as quotient and r as remainder. Thus, in
order to show that 6
n
– 5n leaves remainder 1 when divided by 25, we prove that
6
n
– 5n = 25
k + 1, where k is some natural number.
We have
(1 + a)
n
=
n
C
0
+
n
C
1
a +
n
C
2
a
2
+ ... +
n
C
n
a
n
For a = 5, we get
(1 + 5)
n
=
n
C
0
+
n
C
1
5 +
n
C
2
5
2
+ ... +
n
C
n
5
n
i.e. (6)
n
= 1 + 5n + 5
2
.
n
C
2
+ 5
3
.
n
C
3
+ ... + 5
n
i.e.
6
n
– 5n
= 1+5
2
(
n
C
2
+
n
C
3
5 + ... + 5
n-2
)
or 6
n
– 5n
= 1+ 25 (
n
C
2
+ 5
.
n
C
3
+ ... + 5
n-2
)
or 6
n
– 5n
= 25k+1
where k =
n
C
2
+ 5
.
n
C
3
+ ... + 5
n–2
.
This shows that when divided by 25, 6
n
– 5n
leaves remainder 1.
EXERCISE 8.1
Expand each of the expressions in Exercises 1 to 5.
1. (1–2x)
5
2.
5
2
2
x
x
3. (2x – 3)
6
2020-21
BINOMIAL THEOREM 167
4.
5
1
3
x
x
+
5.
6
1
+
x
x
Using binomial theorem, evaluate each of the following:
6. (96)
3
7. (102)
5
8. (101)
4
9. (99)
5
10. Using Binomial Theorem, indicate which number is larger (1.1)
10000
or 1000.
11. Find (a + b)
4
– (a b)
4
. Hence, evaluate
4
)23( +
4
)23(
.
12. Find (x + 1)
6
+ (x – 1)
6
. Hence or otherwise evaluate (
2
+ 1)
6
+ (
2
– 1)
6
.
13. Show that 9
n+1
– 8n – 9 is divisible by 64, whenever n is a positive integer.
14. Prove that
=
=
n
r
nnr
r
0
4C3
.
8.3 General and Middle Terms
1. In the binomial expansion for (a + b)
n
, we observe that the first term is
n
C
0
a
n
, the second term is
n
C
1
a
n–1
b, the third term is
n
C
2
a
n–2
b
2
, and so on. Looking
at the pattern of the successive terms we can say that the (r + 1)
th
term is
n
C
r
a
nr
b
r
. The (r + 1)
th
term is also called the general term of the expansion
(a + b)
n
. It is denoted by T
r+1
. Thus T
r+1
=
n
C
r
a
n–r
b
r
.
2. Regarding the middle term in the expansion (a + b)
n
, we have
(i) If n is even, then the number of terms in the expansion will be n + 1. Since
n is even so n + 1 is odd. Therefore, the middle term is
th
n
++
2
11
, i.e.,
th
n
+1
2
term.
For example, in the expansion of (x + 2y)
8
, the middle term is
th
+1
2
8
i.e.,
5
th
term.
(ii) If n is odd, then n +1 is even, so there will be two middle terms in the
2020-21
168 MATHEMATICS
expansion, namely,
th
n
+
2
1
term and
1
1
2
th
n +
+
term. So in the expansion
(2x y)
7
, the middle terms are
th
+
2
17
, i.e., 4
th
and
th
+
+
1
2
17
, i.e., 5
th
term.
3. In the expansion of
n
x
x
2
1
+
, where x 0, the middle term is
th
n
++
2
112
,
i.e., (n + 1)
th
term, as 2n is even.
It is given by
2n
C
n
x
n
n
x
1
=
2n
C
n
(constant).
This term is called the term independent of x or the constant term.
Example 5 Find a if the 17
th
and 18
th
terms of the expansion (2 + a)
50
are equal.
Solution The (r + 1)
th
term of the expansion (x + y)
n
is given by T
r + 1
=
n
C
r
x
nr
y
r
.
For the 17
th
term, we have, r + 1 = 17, i.e., r = 16
Therefore, T
17
= T
16 + 1
=
50
C
16
(2)
50 – 16
a
16
=
50
C
16
2
34
a
16.
Similarly, T
18
=
50
C
17
2
33
a
17
Given that T
17
= T
18
So
50
C
16
(2)
34
a
16
=
50
C
17
(2)
33
a
17
Therefore
16
17
3350
3450
2.C
2.C
17
16
a
a
=
i.e., a =
50
16
50
17
C 2
C
×
=
50! 17! 33!
2
16!34! 50!
.
× ×
= 1
Example 6 Show that the middle term in the expansion of (1+x)
2n
is
1 3 5 (2 1)
!
. . ... n
n
2n x
n
, where n is a positive integer.
2020-21
BINOMIAL THEOREM 169
Solution As 2n is even, the middle term of the expansion (1 + x)
2n
is
th
2
1
2
n
+
,
i.e., (
n + 1)
th
term which is given by,
T
n+1
=
2n
C
n
(1)
2n n
(x)
n
=
2n
C
n
x
n
=
(2 )!
! !
n
n
x
n n
=
2 (2 1) (2 2) 4 3 2 1
! !
n
n n n ... . . .
x
n n
=
n
x
nn
nnn
!!
)2()12()22...(4.3.2.1
=
!!
)]2...(6.4.2[)]12(...5.3.1[
nn
nn
x
n
=
n
n
x
nn
nn
!!
]...3.2.1[2)]12...(5.3.1[
=
[1 3 5 (2 1)] !
2
! !
n n
. . ... n n
. x
n n
=
nn
x
n
n
2
!
)12...(5.3.1
Example 7 Find the coefficient of x
6
y
3
in the expansion of (x + 2y)
9
.
Solution Suppose x
6
y
3
occurs in the (r + 1)
th
term of the expansion (x + 2y)
9
.
Now T
r+1
=
9
C
r
x
9 – r
(2y)
r
=
9
C
r
2
r
. x
9 – r
. y
r
.
Comparing the indices of x as well as y in x
6
y
3
and in T
r + 1
, we get r = 3.
Thus, the coefficient of x
6
y
3
is
9
C
3
2
3
=
3
9!
2
3!6!
.
=
3
9 8 7
2
3 2
. .
.
.
= 672.
Example 8 The second, third and fourth terms in the binomial expansion (x + a)
n
are
240, 720 and 1080, respectively. Find x, a and n.
Solution Given that second term T
2
= 240
2020-21
170 MATHEMATICS
We have T
2
=
n
C
1
x
n – 1
. a
So
n
C
1
x
n–1
. a = 240 ... (1)
Similarly
n
C
2
x
n–2
a
2
= 720 ... (2)
and
n
C
3
x
n–3
a
3
= 1080 ... (3)
Dividing (2) by (1), we get
2 2
2
1
1
C
720
240
C
n n
n n
x a
x a
=
i.e.,
6.
)!2(
)!1(
=
x
a
n
n
or
)1(
6
=
nx
a
... (4)
Dividing (3) by (2), we have
9
2 2
a
x ( n )
=
... (5)
From (4) and (5),
6 9
1 2 ( 2)
n n
=
. Thus, n = 5
Hence, from (1), 5x
4
a = 240, and from (4),
2
3
=
x
a
Solving these equations for a and x, we get x = 2 and a = 3.
Example 9 The coefficients of three consecutive terms in the expansion of (1 + a)
n
are in the ratio1: 7 : 42. Find n.
Solution Suppose the three consecutive terms in the expansion of (1 + a)
n
are
(r – 1)
th
, r
th
and (r + 1)
th
terms.
The (r – 1)
th
term is
n
C
r – 2
a
r – 2
, and its coefficient is
n
C
r – 2
. Similarly, the coefficients
of r
th
and (r + 1)
th
terms are
n
C
r – 1
and
n
C
r
,
respectively.
Since the coefficients are in the ratio 1 : 7 : 42, so we have,
2
1
C
1
7
C
n
r
n
r
=
, i.e., n – 8r + 9 = 0 ... (1)
and
1
C
7
42
C
n
r
n
r
=
, i.e., n – 7r + 1 = 0 ... (2)
Solving equations(1) and (2), we get, n = 55.
2020-21
BINOMIAL THEOREM 171
EXERCISE 8.2
Find the coefficient of
1. x
5
in (x + 3)
8
2. a
5
b
7
in (a – 2b)
12
.
Write the general term in the expansion of
3. (x
2
y)
6
4. (x
2
yx)
12
, x 0.
5. Find the 4
th
term in the expansion of (x – 2y)
12
.
6. Find the 13
th
term in the expansion of
18
1
9
3
x
x
, x
0.
Find the middle terms in the expansions of
7.
7
3
6
3
x
8.
10
9
3
x
y
+
.
9. In the expansion of (1 + a)
m+n
, prove that coefficients of a
m
and a
n
are equal.
10. The coefficients of the (r – 1)
th
, r
th
and (r + 1)
th
terms in the expansion of (x + 1)
n
are in the ratio 1 : 3 : 5. Find n and r.
11. Prove that the coefficient of x
n
in the expansion of (1 + x)
2n
is twice the coefficient
of x
n
in the expansion of (1 + x)
2n – 1
.
12. Find a positive value of m for which the coefficient of x
2
in the expansion
(1 + x)
m
is 6.
Miscellaneous Examples
Example 10 Find the term independent of x in the expansion of
6
2
3 1
2 3
x
x
.
Solution We have T
r + 1
=
6
6 2
3 1
C
2 3
r r
r
x
x
=
( )
( )
6
6
6 2
3 1 1
C 1
2
3
r r
r
r
r
r
x
x
2020-21
172 MATHEMATICS
=
6 2
6 12 3
6
(3)
( 1) C
(2)
r
r r
r
r
x
The term will be independent of x if the index of x is zero, i.e., 12 – 3r = 0. Thus, r = 4
Hence 5
th
term is independent of x and is given by (– 1)
4 6
C
4
12
5
)2(
)3(
46
86
=
.
Example 11 If the coefficients of a
r – 1
, a
r
and a
r + 1
in the expansion of (1 + a)
n
are in
arithmetic progression, prove that n
2
n(4r + 1) + 4r
2
– 2 = 0.
Solution The (r + 1)
th
term in the expansion is
n
C
r
a
r
. Thus it can be seen that a
r
occurs
in the (r + 1)
th
term, and its coefficient is
n
C
r
. Hence the coefficients of a
r – 1
, a
r
and
a
r + 1
are
n
C
r – 1
,
n
C
r
and
n
C
r + 1
, respectively. Since these coefficients are in arithmetic
progression, so we have,
n
C
r – 1
+
n
C
r + 1
= 2.
n
C
r
. This gives
)!(!
!
2
)!1()!1(
!
)!1()!1(
!
rnr
n
rnr
n
rnr
n
×=
+
+
+
i.e.
)!1()!1()()1(
1
)!1()()1()!1(
1
+
+
+ rnrrrrnrnrnr
)!1()()!1(
1
2
×=
rnrnrr
or
1 1 1
( 1)! ( 1)! ( ) ( 1) ( 1) ( )
r n r n r n r r r
+
+ +
1
2
( 1)! ( 1)![ ( )]
r n r r n r
= ×
i.e.
)(
2
)1(
1
)()1(
1
rnrrrrnrn
=
+
+
+
,
or
( 1) ( )( 1) 2
( )( 1) ( 1) ( )
r r n r n r
n r n r r r r n r
=
+ +
+ + +
or r(r + 1) + (nr) (nr + 1) = 2 (r + 1) (nr + 1)
or r
2
+ r + n
2
nr + nnr + r
2
r = 2(nr
r
2
+ r + nr + 1)
2020-21
BINOMIAL THEOREM 173
or n
2
– 4nrn + 4r
2
– 2 = 0
i.e., n
2
n (4r + 1) + 4r
2
– 2 = 0
Example 12 Show that the coefficient of the middle term in the expansion of (1 + x)
2n
is
equal to the sum of the coefficients of two middle terms in the expansion of (1 + x)
2n 1
.
Solution
As 2n is even so the expansion (1 + x)
2n
has only one middle term which is
th
2
1
2
n
+
i.e., (n + 1)
th
term.
The (n + 1)
th
term is
2n
C
n
x
n
. The coefficient of x
n
is
2n
C
n
Similarly, (2n – 1) being odd, the other expansion has two middle terms,
th
2 1 1
2
n +
and
th
2 1 1
1
2
n +
+
i.e., n
th
and (n + 1)
th
terms. The coefficients of
these terms are
2n – 1
C
n – 1
and
2n – 1
C
n
, respectively.
Now
2n – 1
C
n – 1
+
2n – 1
C
n
=
2n
C
n
[As
n
C
r – 1
+
n
C
r
=
n + 1
C
r
]. as required.
Example 13 Find the coefficient of a
4
in the product (1 + 2a)
4
(2 – a)
5
using binomial
theorem.
Solution We first expand each of the factors of the given product using Binomial
Theorem. We have
(1 + 2a)
4
=
4
C
0
+
4
C
1
(2a) +
4
C
2
(2a)
2
+
4
C
3
(2a)
3
+
4
C
4
(2
a)
4
= 1 + 4 (2a) + 6(4a
2
) + 4 (8a
3
) + 16a
4
.
= 1 + 8a + 24a
2
+ 32a
3
+ 16a
4
and (2 – a)
5
=
5
C
0
(2)
5
5
C
1
(2)
4
(a) +
5
C
2
(2)
3
(a)
2
5
C
3
(2)
2
(a)
3
+
5
C
4
(2)
(a)
4
5
C
5
(a)
5
= 32 – 80a + 80a
2
– 40a
3
+ 10a
4
a
5
Thus (1 + 2a)
4
(2 – a)
5
= (1 + 8a + 24a
2
+ 32a
3
+ 16a
4
) (32 –80a + 80a
2
– 40a
3
+ 10a
4
a
5
)
The complete multiplication of the two brackets need not be carried out. We write only
those terms which involve a
4
. This can be done if we note that a
r
. a
4 r
= a
4
. The terms
containing a
4
are
1 (10a
4
) + (8a) (–40a
3
) + (24a
2
) (80a
2
) + (32a
3
) (– 80a) + (16a
4
) (32) = – 438a
4
2020-21
174 MATHEMATICS
Thus, the coefficient of a
4
in the given product is – 438.
Example 14 Find the r
th
term from the end in the expansion of (x + a)
n
.
Solution There are (n + 1) terms in the expansion of (x + a)
n
. Observing the terms we
can say that the first term from the end is the last term, i.e., (n + 1)
th
term of the
expansion and
n + 1 = (n + 1) – (1 – 1). The second term from the end is the n
th
term
of the expansion, and n = (n + 1) – (2 – 1). The third
term from the end is the (n – 1)
th
term of the expansion and n – 1 = (n
+ 1) – (3 – 1) and so on. Thus r
th
term from the
end will be term number (n + 1) – (r – 1) = (n r + 2) of the expansion. And the
(n r + 2)
th
term is
n
C
n r + 1
x
r – 1
a
n r + 1
.
Example 15 Find the term independent of x in the expansion of
18
3
3
1
2
x
x
+
, x > 0.
Solution We have T
r + 1
=
( )
18
18
3
3
1
C
2
r
r
r
x
18
18
3
3
1
C
2
r
r
r
r
x .
.x
=
=
18 2
18
3
1
C
2
r
r
r
.x
Since we have to find a term independent of x, i.e., term not having x, so take
18 2
0
3
r
=
.
We get r = 9. The required term is
18
C
9
2
.
Example 16 The sum of the coefficients of the first three terms in the expansion of
2
3
m
x
x
, x 0, m being a natural number, is 559. Find the term of the expansion
containing x
3
.
Solution The coefficients of the first three terms of
2
3
m
x
x
are
m
C
0
, (–3)
m
C
1
and 9
m
C
2
. Therefore, by the given condition, we have
m
C
0
–3
m
C
1
+ 9
m
C
2
= 559, i.e., 1 – 3m +
9 ( 1)
559
2
m m
=
2020-21
BINOMIAL THEOREM 175
which gives m = 12 (m being a natural number).
Now T
r + 1
=
12
C
r
x
12 – r
2
3
r
x
=
12
C
r
(– 3)
r
.
x
12 – 3r
Since we need the term containing x
3
, so put 12 – 3r = 3 i.e., r = 3.
Thus, the required term is
12
C
3
(– 3)
3
x
3
,
i.e., – 5940
x
3
.
Example 17 If the coefficients of (r – 5)
th
and (2r – 1)
th
terms in the expansion of
(1 + x)
34
are equal, find r.
Solution
The coefficients of (r – 5)
th
and (2r – 1)
th
terms of the expansion (1 + x)
34
are
34
C
r – 6
and
34
C
2r – 2
, respectively. Since they are equal so
34
C
r – 6
=
34
C
2r – 2
Therefore, either r – 6 = 2r – 2 or r–6 = 34 – (2
r – 2)
[Using the fact that if
n
C
r
=
n
C
p
, then either r = p or r = n p]
So, we get r = – 4 or r = 14. r being a natural number, r = – 4 is not possible.
So, r = 14.
Miscellaneous Exercise on Chapter 8
1. Find a,
b and n in the expansion of (a + b)
n
if the first three terms of the expansion
are 729, 7290 and 30375, respectively.
2. Find
a if the coefficients of x
2
and x
3
in the expansion of (3 + ax)
9
are equal.
3. Find the coefficient of x
5
in the product (1 + 2x)
6
(1 – x)
7
using binomial theorem.
4. If a and b are distinct integers, prove that a b is a factor of a
n
b
n
, whenever
n is a positive integer.
[Hint write a
n
= (a b + b)
n
and expand]
5. Evaluate
(
)
(
)
6 6
3 2 3 2+
.
6. Find the value of
(
)
(
)
4 4
2 2 2 2
1 1
a a a a+ +
.
7. Find an approximation of (0.99)
5
using the first three terms of its expansion.
8. Find n, if the ratio of the fifth term from the beginning to the fifth term from the
end in the expansion of
4
4
1
2
3
n
+
is
1:6
.
2020-21
176 MATHEMATICS
9. Expand using Binomial Theorem
4
2
1 0
2
x
, x
x
+
.
10. Find the expansion of (3x
2
– 2ax + 3a
2
)
3
using binomial theorem.
Summary
®
The expansion of a binomial for any positive integral n is given by Binomial
Theorem, which is (a + b)
n
=
n
C
0
a
n
+
n
C
1
a
n – 1
b +
n
C
2
a
n – 2
b
2
+ ...+
n
C
n – 1
a.b
n – 1
+
n
C
n
b
n
.
®
The coefficients of the expansions are arranged in an array. This array is
called Pascal’s triangle.
®
The general term of an expansion (a + b)
n
is T
r + 1
=
n
C
r
a
n – r
. b
r
.
®
In the expansion (a + b)
n
, if n is even, then the middle term is the
1
2
th
n
+
term.If n is odd, then the middle terms are
1
2
th
n +
and
1
1
2
th
n+
+
terms.
Historical Note
The ancient Indian mathematicians knew about the coefficients in the
expansions of (x + y)
n
, 0 n 7. The arrangement of these coefficients was in
the form of a diagram called Meru-Prastara, provided by Pingla in his book
Chhanda shastra (200B.C.). This triangular arrangement is also found in the
work of Chinese mathematician Chu-shi-kie in 1303. The term binomial coefficients
was first introduced by the German mathematician, Michael Stipel (1486-1567) in
approximately 1544. Bombelli (1572) also gave the coefficients in the expansion of
(a + b)
n
, for n = 1,2 ...,7 and Oughtred (1631) gave them for n = 1, 2,..., 10. The
arithmetic triangle, popularly known as Pascal’s triangle and similar to the Meru-
Prastara of Pingla was constructed by the French mathematician Blaise Pascal
(1623-1662) in 1665.
The present form of the binomial theorem for integral values of n appeared in
Trate du triange arithmetic, written by Pascal and published posthumously in
1665.
v
v
vv
v
2020-21