Chapter 7 Binomial Theorem

BINOMIAL THEOREM

Mathematics is a most exact science and its conclusions are capable of absolute proofs. - C.P. STEINMETZ

7.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.

image

7.2 Binomial Theorem for Positive Integral Indices

Let us have a look at the following identities done earlier:

$ \begin{aligned} & (a+b)^{0}=1 \quad a+b \neq 0 \\ & (a+b)^{1}=a+b \quad(a+b)^{2}=a^{2}+2 a b+b^{2} \\ & (a+b)^{3}=a^{3}+3 a^{2} b+3 a b^{2}+b^{3} \\ & (a+b)^{4}=(a+b)^{3}(a+b)=a^{4}+4 a^{3} b+6 a^{2} b^{2}+4 a b^{3}+b^{4} \end{aligned} $

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$.

We now arrange the coefficients in these expansions as follows (Fig 7.1):

image

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 7.2 by writing a few more rows.

image

Pascal’s Triangle

The structure given in Fig 7.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 $(2 x+3 y)^{5}$ by using Pascal’s triangle. The row for index 5 is

$$ \begin{matrix} 1 & 5 & 10 & 10 & 5 & 1 \end{matrix} $$

Using this row and our observations (i), (ii) and (iii), we get

$ \begin{aligned} (2 x+3 y)^{5} & =(2 x)^{5}+5(2 x)^{4}(3 y)+10(2 x)^{3}(3 y)^{2}+10(2 x)^{2}(3 y)^{3}+5(2 x)(3 y)^{4}+(3 y)^{5} \\ & =32 x^{5}+240 x^{4} y+720 x^{3} y^{2}+1080 x^{2} y^{3}+810 x y^{4}+243 y^{5} \end{aligned} $

Now, if we want to find the expansion of $(2 x+3 y)^{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 ${ }^{n} C_r=\frac{n !}{r !(n-r) !}, 0 \leq r \leq 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 7.3)

image

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 \quad{ }^{7} C_1 \quad{ }^{7} C_2 \quad{ }^{7} C_3 \quad{ }^{7} C_4 \quad{ }^{7} C_5 \quad{ }^{7} C_6 \quad{ }^{7} C_7 $$

Thus, using this row and the observations (i), (ii) and (iii), we have

$(a+b)^{7}={ }^{7} C_0 a^{7}+7 C_1 a^{6} b+{ }^{7} C_2 a^{5} b^{2}+{ }^{7} C_3 a^{4} b^{3}+7 C_4 a^{3} b^{4}+{ }^{7} C_5 a^{2} b^{5}+{ }^{7} C_6 a b^{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.

7.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^{n-2} b^{2}+\ldots+{ }^{n} C _{n-1} a \cdot 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}+\ldots+{ }^{n} C _{n-1} a \cdot 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}+\ldots+{ }^{k} C_k b^{k} $

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}+\ldots+{ }^{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}+\ldots+{ }^{k} C_{k-1} a b^{k-1}+{ }^{k} C_k b^{k}) [\text{from}(1)] $

$={ }^{k} C_0 a^{k+1}+{ }^{k} C_1 a^{k} b+{ }^{k} C_2 a^{k-1} b^{2}+\ldots+{ }^{k} C _{k-1} a^{2} b^{k-1}+{ }^{k} C_k a b^{k}+{ }^{k} C_0 a^{k} b$ $+{ }^{k} C_1 a^{k-1} b^{2}+{ }^{k} C_2 a^{k-2} b^{3}+\ldots+{ }^{k} C _{k-1} a b^{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}+\ldots$ $+({ }^{k} C_k+{ }^{k} C _{k-1}) a b^{k}+{ }^{k} C_k b^{k+1} \quad$ [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}+\ldots+{ }^{k+1} C_k a b^{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 \quad$ and $\quad{ }^{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}$ :

$ \begin{aligned} (x+2)^{6} & ={ }^{6} C_0 x^{6}+{ }^{6} C_1 x^{5} \cdot 2+{ }^{6} C_2 x^{4} 2^{2}+{ }^{6} C_3 x^{3} \cdot 2^{3}+{ }^{6} C_4 x^{2} \cdot 2^{4}+{ }^{6} C_5 x \cdot 2^{5}+{ }^{6} C_6 \cdot 2^{6} . \\ & =x^{6}+12 x^{5}+60 x^{4}+160 x^{3}+240 x^{2}+192 x+64 \end{aligned} $

Thus $(x+2)^{6}=x^{6}+12 x^{5}+60 x^{4}+160 x^{3}+240 x^{2}+192 x+64$.

Observations

1. The notation $\sum_{k=0}^{n}{ }^{n} C_k a^{n-k} b^{k}$ stands for

${ }^{n} C_0 a^{n} b^{0}+{ }^{n} C_1 a^{n-1} b^{1}+\ldots+{ }^{n} C_r a^{n-r} b^{r}+\ldots+{ }^{n} C_n a^{n-n} b^{n}$, where $b^{0}=1=a^{n-n}$.

Hence the theorem can also be stated as

$ (a+b)^{n}=\sum _{k=0}^{n}{ }^{n} C_k a^{n-k} b^{k} $

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.

7.2.2 Some special cases

In the expansion of $(a+b)^{n}$,

(i) Taking $a=x$ and $b=-y$, we obtain

$ \begin{aligned} (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}+\ldots+{ }^{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}+\ldots+(-1)^{n}{ }^{n} C_n y^{n} \end{aligned} $

Thus $(x-y)^{n}={ }^{n} C_0 x^{n}-{ }^{n} C_1 x^{n-1} y+{ }^{n} C_2 x^{n-2} y^{2}+\ldots+(-1)^{n}{ }^{n} C_n y^{n}$

Using this, we have $\quad(x-2 y)^{5}={ }^{5} C_0 x^{5}-{ }^{5} C_1 x^{4}(2 y)+{ }^{5} C_2 x^{3}(2 y)^{2}-{ }^{5} C_3 x^{2}(2 y)^{3}+$

$ \begin{aligned} & { }^{5} C_4 x(2 y)^{4}-{ }^{5} C_5(2 y)^{5} \\ = & x^{5}-10 x^{4} y+40 x^{3} y^{2}-80 x^{2} y^{3}+80 x y^{4}-32 y^{5} . \end{aligned} $

(ii) Taking $a=1, b=x$, we obtain

$ \begin{gathered} (1+x)^{n}={ }^{n} C_0(1)^{n}+{ }^{n} C_1(1)^{n-1} x+{ }^{n} C_2(1)^{n-2} x^{2}+\ldots+{ }^{n} C_n x^{n} \\ ={ }^{n} C_0+{ }^{n} C_1 x+{ }^{n} C_2 x^{2}+{ }^{n} C_3 x^{3}+\ldots+{ }^{n} C_n x^{n} \end{gathered} $

Thus $\quad(1+x)^{n}={ }^{n} C_0+{ }^{n} C_1 x+{ }^{n} C_2 x^{2}+{ }^{n} C_3 x^{3}+\ldots+{ }^{n} C_n x^{n}$

In particular, for $x=1$, we have

$ 2^{n}={ }^{n} C_0+{ }^{n} C_1+{ }^{n} C_2+\ldots+{ }^{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}-\ldots+(-1)^{n}{ }^{n} C_n x^{n} $

In particular, for $x=1$, we get

$ 0={ }^{n} C_0-{ }^{n} C_1+{ }^{n} C_2-\ldots+(-1)^{n}{ }^{n} C_n $

Example 1 Expand $(x^{2}+\frac{3}{x})^{4}, x \neq 0$

Solution By using binomial theorem, we have

$ \begin{aligned} x^{2}+\frac{3}{x} & ={ }^{4} C_0(x^{2})^{4}+{ }^{4} C_1(x^{2})^{3}(\frac{3}{x})+{ }^{4} C_2(x^{2})^{2}(\frac{3}{x})^{2}+{ }^{4} C_3(x^{2})(\frac{3}{x})^{3}+{ }^{4} C_4(\frac{3}{x})^{4} \\ & =x^{8}+4 \cdot x^{6} \cdot \frac{3}{x}+6 \cdot x^{4} \cdot \frac{9}{x^{2}}+4 \cdot x^{2} \cdot \frac{27}{x^{3}}+\frac{81}{x^{4}} \\ & =x^{8}+12 x^{5}+54 x^{2}+\frac{108}{x}+\frac{81}{x^{4}} . \end{aligned} $

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}$

$ \begin{aligned} = & { }^{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 \times 100000000 \times 2+10 \times 1000000 \times 4-10 \times 10000 \\ & \times 8+5 \times 100 \times 16-32 \\ = & 10040008000-1000800032=9039207968 . \end{aligned} $

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

$ \begin{aligned} (1.01)^{1000000} & =(1+0.01)^{1000000} \\ & ={ }^{1000000} C_0+{ }^{1000000} C_1(0.01)+\text{ other positive terms } \\ & =1+1000000 \times 0.01+\text{ other positive terms } \\ & =1+10000+\text{ other positive terms } \\ & >10000 \end{aligned} $

Hence $\quad(1.01)^{1000000}>10000$

Example 4 Using binomial theorem, prove that $6^{n}-5 n$ always leaves remainder 1 when divided by 25 .

Solution For two numbers $a$ and $b$ if we can find numbers $q$ and $r$ such that $a=b q+r$, then we say that $b$ divides $a$ with $q$ as quotient and $r$ as remainder. Thus, in order to show that $6^{n}-5 n$ leaves remainder 1 when divided by 25 , we prove that $6^{n}-5 n=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}+\ldots+{ }^{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}+\ldots+{ }^{n} C_n 5^{n} $

i.e. $ \quad (6)^{n}=1+5 n+5^{2} \cdot{ }^{n} C_2+5^{3} \cdot{ }^{n} C_3+\ldots+5^{n} $

i.e. $\quad 6^{n}-5 n=1+5^{2}({ }^{n} C_2+{ }^{n} C_3 5+\ldots+5^{n-2})$

or $\quad 6^{n}-5 n=1+25({ }^{n} C_2+5 \cdot{ }^{n} C_3+\ldots+5^{n-2})$

or $ \quad 6^{n}-5 n=25 k+1 \quad \text{ where } k={ }^{n} C_2+5 \cdot{ }^{n} C_3+\ldots+5^{n-2} $

This shows that when divided by $25,6^{n}-5 n$ leaves remainder 1 .

EXERCISE 7.1

Expand each of the expressions in Exercises 1 to 5.

1. $(1-2 x)^{5}$

Show Answer

Answer :

By using Binomial Theorem, the expression $(1- 2 x)^{5}$ can be expanded as

$(1-2 x)^{5}$

$={ }^{5} C_0(1)^{5}-{ }^{5} C_1(1)^{4}(2 x)+{ }^{5} C_2(1)^{3}(2 x)^{2}-{ }^{5} C_3(1)^{2}(2 x)^{3}+{ }^{5} C_4(1)^{1}(2 x)^{4}-{ }^{5} C_5(2 x)^{5}$

$=1-5(2 x)+10(4 x^{2})-10(8 x^{3})+5(16 x^{4})-(32 x^{5})$

$=1-10 x+40 x^{2}-80 x^{3}+80 x^{4}-32 x^{5}$

2. $(\frac{2}{x}-\frac{x}{2})^{5}$

Show Answer

Answer :

By using Binomial Theorem, the expression $(\frac{2}{x}-\frac{x}{2})^{5}$ can be expanded as

$ \begin{aligned} (\frac{2}{x}-\frac{x}{2})^{5}= & { }^{5} C_0(\frac{2}{x})^{5}-{ }^{5} C_1(\frac{2}{x})^{4}(\frac{x}{2})+{ }^{5} C_2(\frac{2}{x})^{3}(\frac{x}{2})^{2} \\ & -{ }^{5} C_3(\frac{2}{x})^{2}(\frac{x}{2})^{3}+{ }^{5} C_4(\frac{2}{x})(\frac{x}{2})^{4}-{ }^{5} C_5(\frac{x}{2})^{5} \\ = & \frac{32}{x^{5}}-5(\frac{16}{x^{4}})(\frac{x}{2})+10(\frac{8}{x^{3}})(\frac{x^{2}}{4})-10(\frac{4}{x^{2}})(\frac{x^{3}}{8})+5(\frac{2}{x})(\frac{x^{4}}{16})-\frac{x^{5}}{32} \\ = & \frac{32}{x^{5}}-\frac{40}{x^{3}}+\frac{20}{x}-5 x+\frac{5}{8} x^{3}-\frac{x^{5}}{32} \end{aligned} $

3. $(2 x-3)^{6}$

Show Answer

Answer :

By using Binomial Theorem, the expression (2x- 3$)^{6}$ can be expanded as

$ \begin{aligned} (2 x-3)^{6}= & { }^{6} C_0(2 x)^{6}-{ }^{6} C_1(2 x)^{5}(3)+{ }^{6} C_2(2 x)^{4}(3)^{2}-{ }^{6} C_3(2 x)^{3}(3)^{3} \\ & +{ }^{6} C_4(2 x)^{2}(3)^{4}-{ }^{6} C_5(2 x)(3)^{5}+{ }^{6} C_6(3)^{6} \\ = & 64 x^{6}-6(32 x^{5})(3)+15(16 x^{4})(9)-20(8 x^{3})(27) \\ & +15(4 x^{2})(81)-6(2 x)(243)+729 \\ = & 64 x^{6}-576 x^{5}+2160 x^{4}-4320 x^{3}+4860 x^{2}-2916 x+729 \end{aligned} $

4. $(\frac{x}{3}+\frac{1}{x})^{5}$

Show Answer

Answer :

By using Binomial Theorem, the expression $(\frac{x}{3}+\frac{1}{x})^{5}$ can be expanded as

$ \begin{aligned} (\frac{x}{3}+\frac{1}{x})^{5}= & { }^{5} C_0(\frac{x}{3})^{5}+{ }^{5} C_1(\frac{x}{3})^{4}(\frac{1}{x})+{ }^{5} C_2(\frac{x}{3})^{3}(\frac{1}{x})^{2} \\ & +{ }^{5} C_3(\frac{x}{3})^{2}(\frac{1}{x})^{3}+{ }^{5} C_4(\frac{x}{3})(\frac{1}{x})^{4}+{ }^{5} C_5(\frac{1}{x})^{5} \\ = & \frac{x^{5}}{243}+5(\frac{x^{4}}{81})(\frac{1}{x})+10(\frac{x^{3}}{27})(\frac{1}{x^{2}})+10(\frac{x^{2}}{9})(\frac{1}{x^{3}})+5(\frac{x}{3})(\frac{1}{x^{4}})+\frac{1}{x^{5}} \\ = & \frac{x^{5}}{243}+\frac{5 x^{3}}{81}+\frac{10 x}{27}+\frac{10}{9 x}+\frac{5}{3 x^{3}}+\frac{1}{x^{5}} \end{aligned} $

5. $(x+\frac{1}{x})^{6}$

Show Answer

Answer :

By using Binomial Theorem, the expression $(x+\frac{1}{x})^{6}$ can be expanded as

$ \begin{aligned} (x+\frac{1}{x})^{6}= & { }^{6} C_0(x)^{6}+{ }^{6} C_1(x)^{5}(\frac{1}{x})+{ }^{6} C_2(x)^{4}(\frac{1}{x})^{2} \\ & +{ }^{6} C_3(x)^{3}(\frac{1}{x})^{3}+{ }^{6} C_4(x)^{2}(\frac{1}{x})^{4}+{ }^{6} C_5(x)(\frac{1}{x})^{5}+{ }^{6} C_6(\frac{1}{x})^{6} \\ = & x^{6}+6(x)^{5}(\frac{1}{x})+15(x)^{4}(\frac{1}{x^{2}})+20(x)^{3}(\frac{1}{x^{3}})+15(x)^{2}(\frac{1}{x^{4}})+6(x)(\frac{1}{x^{5}})+\frac{1}{x^{6}} \\ = & x^{6}+6 x^{4}+15 x^{2}+20+\frac{15}{x^{2}}+\frac{6}{x^{4}}+\frac{1}{x^{6}} \end{aligned} $

Using binomial theorem, evaluate each of the following:

6. $(96)^{3}$

Show Answer

Answer :

96 can be expressed as the sum or difference of two numbers whose powers are easier to calculate and then, binomial theorem can be applied.

It can be written that, $96=100$- 4

$ \begin{aligned} \therefore(96)^{3} & =(100-4)^{3} \\ & ={ }^{3} C_0(100)^{3}-{ }^{3} C_1(100)^{2}(4)+{ }^{3} C_2(100)(4)^{2}-{ }^{3} C_3(4)^{3} \\ & =(100)^{3}-3(100)^{2}(4)+3(100)(4)^{2}-(4)^{3} \\ & =1000000-120000+4800-64 \\ & =884736 \end{aligned} $

7. $(102)^{5}$

Show Answer

Answer :

102 can be expressed as the sum or difference of two numbers whose powers are easier to calculate and then, Binomial Theorem can be applied.

It can be written that, $102=100+2$

$ \begin{aligned} \therefore(102)^{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} \\ = & (100)^{5}+5(100)^{4}(2)+10(100)^{3}(2)^{2}+10(100)^{2}(2)^{3}+5(100)(2)^{4}+(2)^{5} \\ = & 10000000000+1000000000+40000000+800000+8000+32 \\ = & 11040808032 \end{aligned} $

8. $(101)^{4}$

Show Answer

Answer :

101 can be expressed as the sum or difference of two numbers whose powers are easier to calculate and then, Binomial Theorem can be applied.

It can be written that, $101=100+1$

$ \begin{aligned} \therefore(101)^{4} & =(100+1)^{4} \\ & ={ }^{4} C_0(100)^{4}+{ }^{4} C_1(100)^{3}(1)+{ }^{4} C_2(100)^{2}(1)^{2}+{ }^{4} C_3(100)(1)^{3}+{ }^{4} C_4(1)^{4} \\ & =(100)^{4}+4(100)^{3}+6(100)^{2}+4(100)+(1)^{4} \\ & =100000000+4000000+60000+400+1 \\ & =104060401 \end{aligned} $

9. $(99)^{5}$

Show Answer

Answer :

99 can be written as the sum or difference of two numbers whose powers are easier to calculate and then, Binomial Theorem can be applied.

It can be written that, $99=100$- 1

$ \begin{aligned} \therefore(99)^{5}= & (100-1)^{5} \\ = & { }^{5} C_0(100)^{5}-{ }^{5} C_1(100)^{4}(1)+{ }^{5} C_2(100)^{3}(1)^{2}-{ }^{5} C_3(100)^{2}(1)^{3} \\ & +{ }^{5} C_4(100)(1)^{4}-{ }^{5} C_5(1)^{5} \\ = & (100)^{5}-5(100)^{4}+10(100)^{3}-10(100)^{2}+5(100)-1 \\ = & 10000000000-500000000+10000000-100000+500-1 \\ = & 10010000500-500100001 \\ = & 9509900499 \end{aligned} $

10. Using Binomial Theorem, indicate which number is larger $(1.1)^{10000}$ or 1000 .

Show Answer

Answer :

By splitting 1.1 and then applying Binomial Theorem, the first few terms of $(1.1)^{10000}$ can be obtained as

$ \begin{aligned} (1.1)^{10000} & =(1+0.1)^{10000} \\ & ={ }^{10000} C_0+{ }^{10000} C_1(1.1)+\text{ Other positive terms } \\ & =1+10000 \times 1.1+\text{ Other positive terms } \\ & =1+11000+\text{ Other positive terms } \\ & >1000 \end{aligned} $

Hence, $(1.1)^{10000}>1000$

11. Find $(a+b)^{4}-(a-b)^{4}$. Hence, evaluate $(\sqrt{3}+\sqrt{2})^{4}-(\sqrt{3}-\sqrt{2})^{4}$.

Show Answer

Answer :

Using Binomial Theorem, the expressions, $(a+b)^{4}$ and $(a \hat{a} \ell^{\prime \prime} b)^{4}$, can be expanded as

$ \begin{aligned} & (a+b)^{4}={ }^{4} C_0 a^{4}+{ }^{4} C_1 a^{3} b+{ }^{4} C_2 a^{2} b^{2}+{ }^{4} C_3 ab^{3}+{ }^{4} C_4 b^{4} \\ & (a-b)^{4}={ }^{4} C_0 a^{4}-{ }^{4} C_1 a^{3} b+{ }^{4} C_2 a^{2} b^{2}-{ }^{4} C_3 a b^{3}+{ }^{4} C_4 b^{4} \\ & \begin{aligned} \therefore(a+b)^{4}-(a-b)^{4}= & { }^{4} C_0 a^{4}+{ }^{4} C_1 a^{3} b+{ }^{4} C_2 a^{2} b^{2}+{ }^{4} C_3 a b^{3}+{ }^{4} C_4 b^{4} \\ & -[{ }^{4} C_0 a^{4}-{ }^{4} C_1 a^{3} b+{ }^{4} C_2 a^{2} b^{2}-{ }^{4} C_3 a b^{3}+{ }^{4} C_4 b^{4}] \\ = & 2({ }^{4} C_1 a^{3} b+{ }^{4} C_3 a b^{3})=2(4 a^{3} b+4 a b^{3}) \\ = & 8 ab(a^{2}+b^{2}) \end{aligned} \end{aligned} $

By putting $a=\sqrt{3}$ and $b=\sqrt{2}$, we obtain

$ \begin{aligned} (\sqrt{3}+\sqrt{2})^{4}-(\sqrt{3}-\sqrt{2})^{4} & =8(\sqrt{3})(\sqrt{2}){(\sqrt{3})^{2}+(\sqrt{2})^{2}} \\ & =8(\sqrt{6}){3+2}=40 \sqrt{6} \end{aligned} $

12. Find $(x+1)^{6}+(x-1)^{6}$. Hence or otherwise evaluate $(\sqrt{2}+1)^{6}+(\sqrt{2}-1)^{6}$.

Show Answer

Answer :

Using Binomial Theorem, the expressions, $(x+1)^{6}$ and $(x - 1)^{6}$, can be expanded as

$ \begin{gathered} (x+1)^{6}={ }^{6} C_0 x^{6}+{ }^{6} C_1 x^{3}+{ }^{6} C_2 x^{4}+{ }^{6} C_3 x^{3}+{ }^{6} C_4 x^{2}+{ }^{6} C_5 x+{ }^{6} C_6 \\ (x-1)^{6}={ }^{6} C_0 x^{6}-{ }^{6} C_1 x^{5}+{ }^{6} C_2 x^{4}-{ }^{6} C_3 x^{3}+{ }^{6} C_4 x^{2}-{ }^{6} C_5 x+{ }^{6} C_6 \\ \therefore(x+1)^{6}+(x-1)^{6}=2[{ }^{6} C_0 x^{6}+{ }^{6} C_2 x^{4}+{ }^{6} C_4 x^{2}+{ }^{6} C_6] \\ =2[x^{6}+15 x^{4}+15 x^{2}+1] \end{gathered} $

By putting $x=\sqrt{2}$, we obtain

$ \begin{aligned} (\sqrt{2}+1)^{6}+(\sqrt{2}-1)^{6} & =2[(\sqrt{2})^{6}+15(\sqrt{2})^{4}+15(\sqrt{2})^{2}+1] \\ & =2(8+15 \times 4+15 \times 2+1) \\ & =2(8+60+30+1) \\ & =2(99)=198 \end{aligned} $

13. Show that $9^{n+1}-8 n-9$ is divisible by 64 , whenever $n$ is a positive integer.

Show Answer

Answer :

In order to show that $9^{n+1}-8 n-9$ is divisible by 64 , it has to be proved that,

$9^{n+1}-8 n-9=64 k$, where $k$ is some natural number

By Binomial Theorem,

$(1+a)^{m}={ }^{m} C_0+{ }^{m} C_1 a+{ }^{m} C_2 a^{2}+\ldots+{ }^{m} C_m a^{m}$

For $a=8$ and $m=n+1$, we obtain

$(1+8)^{n+1}={ }^{n+1} C_0+{ }^{n+1} C_1(8)+{ }^{n+1} C_2(8)^{2}+\ldots+{ }^{n+1} C _{n+1}(8)^{n+1}$

$\Rightarrow 9^{n+1}=1+(n+1)(8)+8^{2}[{ }^{n+1} C_2+{ }^{n+1} C_3 \times 8+\ldots+{ }^{n+1} C _{n+1}(8)^{n-1}]$

$\Rightarrow 9^{n+1}=9+8 n+64[{ }^{n+1} C_2+{ }^{n+1} C_3 \times 8+\ldots+{ }^{n+1} C _{n+1}(8)^{n-1}]$

$\Rightarrow 9^{n+1}-8 n-9=64 k$, where $k={ }^{n+1} C_2+{ }^{n+1} C_3 \times 8+\ldots+{ }^{n+1} C _{n+1}(8)^{n-1}$ is a natural number

Thus, $9^{n+1}-8 n-9$ is divisible by 64 , whenever nis a positive integer.

14. Prove that $\sum _{r=0}^{n} 3^{r}{ }^{n} C_r=4^{n}$.

Show Answer

Answer :

By Binomial Theorem,

$ \sum _{r=0}^{n}{ }^{n} C_r a^{n-r} b^{r}=(a+b)^{n} $

By putting $b=3$ and $a=1$ in the above equation, we obtain

$ \begin{aligned} & \sum _{r=0}^{n}{ }^{n} C_r(1)^{n-r}(3)^{r}=(1+3)^{n} \\ & \Rightarrow \sum _{r=0}^{n} 3^{r}{ }^{n} C_r=4^{n} \end{aligned} $

Hence, proved.

Miscellaneous Exercise on Chapter 7

1. 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]

Show Answer

Answer :

In order to prove that (a-$b$ ) is a factor of $(a^{n} - b^{n})$, it has to be proved that $a^{n} - b^{n}=k(a - b)$, where $k$ is some natural number It can be written that, $a=a - b+b$

$ \begin{aligned} \therefore a^{n} & =(a-b+b)^{n}=[(a-b)+b]^{n} \\ & ={ }^{n} C_0(a-b)^{n}+{ }^{n} C_1(a-b)^{n-1} b+\ldots+{ }^{n} C _{n-1}(a-b) b^{n-1}+{ }^{n} C_n b^{n} \\ & =(a-b)^{n}+{ }^{n} C_1(a-b)^{n-1} b+\ldots+{ }^{n} C _{n-1}(a-b) b^{n-1}+b^{n} \\ \Rightarrow & a^{n}-b^{n}=(a-b)[(a-b)^{n-1}+{ }^{n} C_1(a-b)^{n-2} b+\ldots+{ }^{n} C _{n-1} b^{n-1}] \\ \Rightarrow & a^{n}-b^{n}=k(a-b) \end{aligned} $

where, $k=[(a-b)^{n-1}+{ }^{n} C_1(a-b)^{n-2} b+\ldots+{ }^{n} C _{n-1} b^{n-1}]$ is a natural number

This shows that (a-$b$ ) is a factor of $(a^{n} - b^{n})$, where $n$ is a positive integer.

2. Evaluate $(\sqrt{3}+\sqrt{2})^{6}-(\sqrt{3}-\sqrt{2})^{6}$

Show Answer

Answer :

Firstly, the expression $(a+b)^{6} -(a - b)^{6}$ is simplified by using Binomial Theorem.

This can be done as

$ \begin{aligned} &(a+b)^{6}={ }^{6} C_0 a^{6}+{ }^{6} C_1 a^{5} b+{ }^{6} C_2 a^{4} b^{2}+{ }^{6} C_3 a^{3} b^{3}+{ }^{6} C_4 a^{2} b^{4}+{ }^{6} C_5 a^{1} b^{5}+{ }^{6} C_6 b^{6} \\ &=a^{6}+6 a^{5} b+15 a^{4} b^{2}+20 a^{3} b^{3}+15 a^{2} b^{4}+6 a b^{5}+b^{6} \\ &(a-b)^{6}={ }^{6} C_0 a^{6}-{ }^{6} C_1 a^{5} b+{ }^{6} C_2 a^{4} b^{2}-{ }^{6} C_3 a^{3} b^{3}+{ }^{6} C_4 a^{2} b^{4}-{ }^{6} C_5 a^{1} b^{5}+{ }^{6} C_6 b^{6} \\ &=a^{6}-6 a^{5} b+15 a^{4} b^{2}-20 a^{3} b^{3}+15 a^{2} b^{4}-6 a b^{5}+b^{6} \\ & \therefore(a+b)^{6}-(a-b)^{6}=2[6 a^{5} b+20 a^{3} b^{3}+6 a b^{5}] \end{aligned} $

Putting $a=\sqrt{3}$ and $b=\sqrt{2}$, we obtain

$ \begin{aligned} (\sqrt{3}+\sqrt{2})^{6}-(\sqrt{3}-\sqrt{2})^{6} & =2[6(\sqrt{3})^{5}(\sqrt{2})+20(\sqrt{3})^{3}(\sqrt{2})^{3}+6(\sqrt{3})(\sqrt{2})^{5}] \\ & =2[54 \sqrt{6}+120 \sqrt{6}+24 \sqrt{6}] \\ & =2 \times 198 \sqrt{6} \\ & =396 \sqrt{6} \end{aligned} $

3. Find the value of $(a^{2}+\sqrt{a^{2}-1})^{4}+(a^{2}-\sqrt{a^{2}-1})^{4}$.

Show Answer

Answer :

Firstly, the expression $(x+y)^{4}+(x - y)^{4}$ is simplified by using Binomial Theorem.

This can be done as

$ \begin{aligned} &(x+y)^{4}={ }^{4} C_0 x^{4}+{ }^{4} C_1 x^{3} y+{ }^{4} C_2 x^{2} y^{2}+{ }^{4} C_3 x^{3}+{ }^{4} C_4 y^{4} \\ &=x^{4}+4 x^{3} y+6 x^{2} y^{2}+4 x y^{3}+y^{4} \\ &(x-y)^{4}={ }^{4} C_0 x^{4}-{ }^{4} C_1 x^{3} y+{ }^{4} C_2 x^{2} y^{2}-{ }^{4} C_3 x^{3}+{ }^{4} C_4 y^{4} \\ &=x^{4}-4 x^{3} y+6 x^{2} y^{2}-4 x y^{3}+y^{4} \\ & \therefore(x+y)^{4}+(x-y)^{4}=2(x^{4}+6 x^{2} y^{2}+y^{4}) \end{aligned} $

Putting $x=a^{2}$ and $y=\sqrt{a^{2}-1}$, we obtain

$ \begin{aligned} (a^{2}+\sqrt{a^{2}-1})^{4}+(a^{2}-\sqrt{a^{2}-1})^{4} & =2[(a^{2})^{4}+6(a^{2})^{2}(\sqrt{a^{2}-1})^{2}+(\sqrt{a^{2}-1})^{4}] \\ & =2[a^{8}+6 a^{4}(a^{2}-1)+(a^{2}-1)^{2}] \\ & =2[a^{8}+6 a^{6}-6 a^{4}+a^{4}-2 a^{2}+1] \\ & =2[a^{8}+6 a^{6}-5 a^{4}-2 a^{2}+1] \\ & =2 a^{8}+12 a^{6}-10 a^{4}-4 a^{2}+2 \end{aligned} $

4. Find an approximation of $(0.99)^{5}$ using the first three terms of its expansion.

Show Answer

Answer :

$0.99=1$-0.01

$ \begin{aligned} \therefore(0.99)^{5} & =(1-0.01)^{5} \\ & ={ }^{5} C_0(1)^{5}-{ }^{5} C_1(1)^{4}(0.01)+{ }^{5} C_2(1)^{3}(0.01)^{2} \\ & =1-5(0.01)+10(0.01)^{2} \\ & =1-0.05+0.001 \\ & =1.001-0.05 \\ & =0.951 \end{aligned} $

(Approximately)

Thus, the value of $(0.99)^{5}$ is approximately 0.951 .

5. Expand using Binomial Theorem $(1+\frac{x}{2}-\frac{2}{x})^{4}, x \neq 0$.

Show Answer

Answer :

Using Binomial Theorem, the given expression $(1+\frac{x}{2}-\frac{2}{x})^{4}$ can be expanded as

$$ \begin{align*} & {[(1+\frac{x}{2})-\frac{2}{x}]^{4}} \\ & ={ }^{4} C_0(1+\frac{x}{2})^{4}-{ }^{4} C_1(1+\frac{x}{2})^{3}(\frac{2}{x})+{ }^{4} C_2(1+\frac{x}{2})^{2}(\frac{2}{x})^{2}-{ }^{4} C_3(1+\frac{x}{2})(\frac{2}{x})^{3}+{ }^{4} C_4(\frac{2}{x})^{4} \\ & =(1+\frac{x}{2})^{4}-4(1+\frac{x}{2})^{3}(\frac{2}{x})+6(1+x+\frac{x^{2}}{4})(\frac{4}{x^{2}})-4(1+\frac{x}{2})(\frac{8}{x^{3}})+\frac{16}{x^{4}} \\ & =(1+\frac{x}{2})^{4}-\frac{8}{x}(1+\frac{x}{2})^{3}+\frac{24}{x^{2}}+\frac{24}{x}+6-\frac{32}{x^{3}}-\frac{16}{x^{2}}+\frac{16}{x^{4}} \\ & =(1+\frac{x}{2})^{4}-\frac{8}{x}(1+\frac{x}{2})^{3}+\frac{8}{x^{2}}+\frac{24}{x}+6-\frac{32}{x^{3}}+\frac{16}{x^{4}} \tag{1} \end{align*} $$

Again by using Binomial Theorem, we obtain

$$ \begin{align*} (1+\frac{x}{2})^{4} & ={ }^{4} C_0(1)^{4}+{ }^{4} C_1(1)^{3}(\frac{x}{2})+{ }^{4} C_2(1)^{2}(\frac{x}{2})^{2}+{ }^{4} C_3(1)^{1}(\frac{x}{2})^{3}+{ }^{4} C_4(\frac{x}{2})^{4} \\ & =1+4 \times \frac{x}{2}+6 \times \frac{x^{2}}{4}+4 \times \frac{x^{3}}{8}+\frac{x^{4}}{16} \\ & =1+2 x+\frac{3 x^{2}}{2}+\frac{x^{3}}{2}+\frac{x^{4}}{16} \tag{2}\\ (1+\frac{x}{2})^{3} & ={ }^{3} C_0(1)^{3}+{ }^{3} C_1(1)^{2}(\frac{x}{2})+{ }^{3} C_2(1)(\frac{x}{2})^{2}+{ }^{3} C_3(\frac{x}{2})^{3} \\ & =1+\frac{3 x}{2}+\frac{3 x^{2}}{4}+\frac{x^{3}}{8} \tag{3} \end{align*} $$

From(1), (2), and (3), we obtain

$ \begin{aligned} & {[(1+\frac{x}{2})-\frac{2}{x}]^{4}} \\ & =1+2 x+\frac{3 x^{2}}{2}+\frac{x^{3}}{2}+\frac{x^{4}}{16}-\frac{8}{x}(1+\frac{3 x}{2}+\frac{3 x^{2}}{4}+\frac{x^{3}}{8})+\frac{8}{x^{2}}+\frac{24}{x}+6-\frac{32}{x^{3}}+\frac{16}{x^{4}} \\ & =1+2 x+\frac{3}{2} x^{2}+\frac{x^{3}}{2}+\frac{x^{4}}{16}-\frac{8}{x}-12-6 x-x^{2}+\frac{8}{x^{2}}+\frac{24}{x}+6-\frac{32}{x^{3}}+\frac{16}{x^{4}} \\ & =\frac{16}{x}+\frac{8}{x^{2}}-\frac{32}{x^{3}}+\frac{16}{x^{4}}-4 x+\frac{x^{2}}{2}+\frac{x^{3}}{2}+\frac{x^{4}}{16}-5 \end{aligned} $

6. Find the expansion of $(3 x^{2}-2 a x+3 a^{2})^{3}$ using binomial theorem.

Show Answer

Answer :

Using Binomial Theorem, the given expression $(3 x^{2}-2 a x+3 a^{2})^{3}$ can be expanded as

$[(3 x^{2}-2 ax)+3 a^{2}]^{3}$

$={ }^{3} C_0(3 x^{2}-2 ax)^{3}+{ }^{3} C_1(3 x^{2}-2 ax)^{2}(3 a^{2})+{ }^{3} C_2(3 x^{2}-2 ax)(3 a^{2})^{2}+{ }^{3} C_3(3 a^{2})^{3}$

$=(3 x^{2}-2 ax)^{3}+3(9 x^{4}-12 ax^{3}+4 a^{2} x^{2})(3 a^{2})+3(3 x^{2}-2 ax)(9 a^{4})+27 a^{6}$

$=(3 x^{2}-2 ax)^{3}+81 a^{2} x^{4}-108 a^{3} x^{3}+36 a^{4} x^{2}+81 a^{4} x^{2}-54 a^{5} x+27 a^{6}$

$=(3 x^{2}-2 ax)^{3}+81 a^{2} x^{4}-108 a^{3} x^{3}+117 a^{4} x^{2}-54 a^{5} x+27 a^{6}$

Again by using Binomial Theorem, we obtain

$$ \begin{align*} & (3 x^{2}-2 a x)^{3} \\ & ={ }^{3} C_0(3 x^{2})^{3}-{ }^{3} C_1(3 x^{2})^{2}(2 a x)+{ }^{3} C_2(3 x^{2})(2 a x)^{2}-{ }^{3} C_3(2 a x)^{3} \\ & =27 x^{6}-3(9 x^{4})(2 a x)+3(3 x^{2})(4 a^{2} x^{2})-8 a^{3} x^{3} \\ & =27 x^{6}-54 a x^{5}+36 a^{2} x^{4}-8 a^{3} x^{3} \tag{2} \end{align*} $$

From (1) and (2), we obtain

$$ \begin{aligned} & (3 x^{2}-2 a x+3 a^{2})^{3} \\ & =27 x^{6}-54 a x^{5}+36 a^{2} x^{4}-8 a^{3} x^{3}+81 a^{2} x^{4}-108 a^{3} x^{3}+117 a^{4} x^{2}-54 a^{5} x+27 a^{6} \\ & =27 x^{6}-54 a x^{5}+117 a^{2} x^{4}-116 a^{3} x^{3}+117 a^{4} x^{2}-54 a^{5} x+27 a^{6} \end{aligned} $$

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}+\ldots+$ ${ }^{n} C _{n-1} a \cdot 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.

Historical Note

The ancient Indian mathematicians knew about the coefficients in the expansions of $(x+y)^{n}, 0 \leq n \leq 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 \ldots, 7$ and Oughtred (1631) gave them for $n=1,2, \ldots, 10$. The arithmetic triangle, popularly known as Pascal’s triangle and similar to the MeruPrastara 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.