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

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.



Table of Contents