Showing posts with label binomial theorem. Show all posts
Showing posts with label binomial theorem. Show all posts

Sunday, October 1, 2023

Appendix A - Infinite Series

In the previous section, we completed a discussion on probability. In this appendix A, we will see Infinite series.

• In chapter 9, we discussed sequences and series.
1. Consider the sequence given below:
$a_1, a_2, a_3,~.~.~.~,~a_n,~.~.~.$
• This sequence has infinite number of terms. So it is called an infinite sequence.
2. Let us write the corresponding series:
$a_1~+~a_2~+~a_3~+~.~.~.~,~+~a_n~+~.~.~.$
• This series is called the infinite series associated with the infinite sequence.
3. We can abbreviate an infinite series as shown below:
$a_1~+~a_2~+~a_3~+~.~.~.~,~+~a_n~+~.~.~.~=~\sum\limits_{i=1}^{i=\infty} a_i$


• In chapter 8, we discussed binomial theorem. Based on that theorem, we derived the formula:
$(1+x)^n~=~{}^n \rm{C}_0~+~{}^n \rm{C}_1 x~+~{}^n \rm{C}_2 x^2~+~{}^n \rm{C}_3 x^3~+~.~.~.~+~{}^n \rm{C}_n x^n$
• "n" in the above formula must be an integer. Also, it should not be -ve. This is because, in such cases, we will not be able to calculate ${}^n \rm{C}_r$.
• We will now see a formula which can be used when n is not an integer and/or n is -ve. It can be explained in 4 steps:
1. The formula is:
$(1+x)^m~=~1~+~mx~+~{\frac{m(m-1)}{1 \times 2}}x^2~+~{\frac{m(m-1)(m-2)}{1 \times 2 \times 3}}x^3~+~{\frac{m(m-1)(m-2)(m-3)}{1 \times 2 \times 3 \times 4}}x^4~+~.~.~.$
• We will see the derivation of this formula in higher classes.
2. This formula is applicable whenever |x| < 1
• This condition can be explained in 5 steps:
(i) Consider the value of x. Based on that value, we can mark it’s position on the number line.
(ii) The distance of this mark from zero must be less than 1.
(iii) So, if x is -ve,
    ♦ The mark must not be on -1.
    ♦ The mark must not be anywhere to the left of -1.
(iv) Similarly, if x is +ve,
    ♦ The mark must not be on 1.
    ♦ The mark must not be anywhere to the right of 1.
(v) We can combine the above four points as:
-1 < x < 1

• The importance of this condition will become clear when we see an example. Let us put “-3” in the place of x and "-2" in the place of m. We get:

$\begin{array}{ll}{}    &{(1-3)^{-2}}    & {~=~}    & {1 + (-2)(-3) + \frac{(-2)(-3-1)}{1 \times 2} (-3)^2 + \frac{(-2)(-3-1)(-3-2)}{1 \times 2 \times 3} (-3)^3 + . . .}    &{} \\
{\Rightarrow}    &{(-2)^{-2}}    & {~=~}    & {1 + 6 + \frac{(-2)(-4)}{2} (9) + \frac{(-2)(-4)(-5)}{6} (-27) + . . .}    &{} \\
{\Rightarrow}    &{(-1)^{-2} \times (2)^{-2}}    & {~=~}    & {1 + 6 + \frac{8}{2} (9) + \frac{-40}{6} (-27) + . . .}    &{} \\
{\Rightarrow}    &{1 \times \frac{1}{4}}    & {~=~}    & {1 + 6 + (4) (9) + \frac{-20}{3} (-27) + . . .}    &{} \\
{\Rightarrow}    &{\frac{1}{4}}    & {~=~}    & {1 + 6 + 36 + 180 + . . .}    &{} \\
\end{array}$

• This is not possible. So before applying this formula, we must make sure that -1 < x < 1.

3. We know how to expand (a+b)m when m is a +ve integer. But what if m is not an integer and/or -ve?
In such cases, we can use the above formula. This is shown below:

$\begin{array}{ll}{}    &{(a+b)^m}    & {~=~}    & {\left[a \left(1 + \frac{b}{a} \right) \right]^m}    &{} \\
{}    &{}    & {~=~}    & {a^m \left(1 + \frac{b}{a} \right)^m}    &{} \\
{}    &{}    & {~=~}    & {a^m \left[1 + m{\frac{b}{a}} + {\frac{m(m-1)}{1 \times 2}}\left(\frac{b}{a} \right)^2 + {\frac{m(m-1)(m-2)}{1 \times 2 \times 3}}\left(\frac{b}{a} \right)^3~+~.~.~. \right]}    &{} \\
{}    &{}    & {~=~}    & {a^m + m a^{m-1} b + {\frac{m(m-1)}{1 \times 2}}a^{m-2} b^2 + {\frac{m(m-1)(m-2)}{1 \times 2 \times 3}}a^{m-3} b^3 ~+~.~.~.}    &{} \\
\end{array}$

• We were able to use the formula because we wrote (a+b)m as $\left[a \left(1 + \frac{b}{a} \right) \right]^m$.
• Recall that, to use the formula, |x| must be less than 1.
• So in our present case, $\left| \frac{b}{a} \right| $ must be less than 1.
• This can be explained in 5 steps:
(i) Values of a and b:
    ♦ a can be +ve or -ve. It can be any real number.
    ♦ b can be +ve or -ve. It can be any real number.
(ii) Calculating $\frac{b}{a}$:
We calculate $\frac{b}{a}$ using the proper signs.
(iii) Marking the position on the number line:
We mark $\frac{b}{a}$ based on the result in (ii).
(iv) The mark can be either on the left side or right side of zero. But it's distance from zero must be less than 1.

Let us see some examples:
Example1:
• Put a = 2 and b = -3
• Then $\frac{b}{a} = \frac{-3}{2}$ = -1.5
• When we mark $\frac{b}{a}$ on the number line, it will be at a distance of 1.5 units from zero. So we will not be able to use the formula.

Example2:
• Put a = 4 and b = -3
• Then $\frac{b}{a} = \frac{-3}{4}$ = -0.75
• When we mark $\frac{b}{a}$ on the number line, it will be at a distance of 0.75 units from zero. So we can use the formula

(v) Based on the above four steps, we can write:
$\frac{b}{a}$ must be a proper fraction. It can be +ve or -ve.

4. Based on the expansion in (3), we can write the general term in the expansion. It is given below:

$$\frac{m(m-1)(m-2)(m-3)~.~.~.~(m-r+1) a^{m-r} b^r}{1 \times 2 \times 3 \times ~.~.~.\times r}$$


Based on the formula that we wrote in (1), we can derive four useful results:

Result I:
$\begin{array}{ll}{}    &{(1+x)^{-1}}    & {~=~}    &{1 + (-1)x + \frac{(-1)(-1-1)}{1 \times 2} x^2 + \frac{(-1)(-1-1)(-1-2)}{1 \times 2 \times 3} x^3~+~.~.~.}    &{} \\
{}    &{}    & {~=~}    &{1 + (-1)x + \frac{(-1)(-2)}{1 \times 2} x^2 + \frac{(-1)(-2)(-3)}{1 \times 2 \times 3} x^3~+~.~.~.}    &{} \\
{}    &{}    & {~=~}    &{1 + (-1)x + \frac{(-1)(-1)}{1 \times 1} x^2 + \frac{(-1)(-1)(-1)}{1 \times 1 \times 1} x^3~+~.~.~.}    &{} \\
{}    &{}    & {~=~}    &{1 - x + x^2 – x^3~+~.~.~.}    &{} \\
\end{array}$

Result II:                

$\begin{array}{ll}{}    &{(1-x)^{-1}}    & {~=~}    &{[1+(-x)]^{-1}}    &{} \\
{}    &{}    & {~=~}    &{1 + (-1)(-x) + \frac{(-1)(-1-1)}{1 \times 2} (-x)^2 + \frac{(-1)(-1-1)(-1-2)}{1 \times 2 \times 3} (-x)^3~+~.~.~.}    &{} \\
{}    &{}    & {~=~}    &{1 + (-1)(-x) + \frac{(-1)(-2)}{1 \times 2} (x^2) + \frac{(-1)(-2)(-3)}{1 \times 2 \times 3} (-1)(x^3)~+~.~.~.}    &{} \\
{}    &{}    & {~=~}    &{1 + (-1)(-x) + \frac{(-1)(-1)}{1 \times 1} (x^2) + \frac{(-1)(-1)(-1)}{1 \times 1 \times 1} (-1)(x^3)~+~.~.~.}    &{} \\
{}    &{}    & {~=~}    &{1 + x + x^2 + x^3~+~.~.~.}    &{} \\
\end{array}$

Result III:

$\begin{array}{ll}{}    &{(1+x)^{-2}}    & {~=~}    &{1 + (-2)x + \frac{(-2)(-2-1)}{1 \times 2} x^2 + \frac{(-2)(-2-1)(-2-2)}{1 \times 2 \times 3} x^3~+~.~.~.}    &{} \\
{}    &{}    & {~=~}    &{1 + (-2)x + \frac{(-2)(-3)}{1 \times 2} x^2 + \frac{(-2)(-3)(-4)}{1 \times 2 \times 3} x^3~+~.~.~.}    &{} \\
{}    &{}    & {~=~}    &{1 + (-2)x + \frac{(-1)(-3)}{1 \times 1} x^2 + \frac{(-1)(-1)(-4)}{1 \times 1 \times 1} x^3~+~.~.~.}    &{} \\
{}    &{}    & {~=~}    &{1 - 2x + 3 x^2 –4 x^3~+~.~.~.}    &{} \\
\end{array}$

Result IV:

$\begin{array}{ll}{}    &{(1-x)^{-2}}    & {~=~}    &{[1+(-x)]^{-2}}    &{} \\
{}    &{}    & {~=~}    &{1 + (-2)(-x) + \frac{(-2)(-2-1)}{1 \times 2} (-x)^2 + \frac{(-2)(-2-1)(-2-2)}{1 \times 2 \times 3} (-x)^3~+~.~.~.}    &{} \\
{}    &{}    & {~=~}    &{1 + (-2)(-x) + \frac{(-2)(-3)}{1 \times 2} (-x)^2 + \frac{(-2)(-3)(-4)}{1 \times 2 \times 3} (-x)^3~+~.~.~.}    &{} \\
{}    &{}    & {~=~}    &{1 + (-2)(-x) + \frac{(-1)(-3)}{1 \times 1} x^2 + \frac{(-1)(-1)(-4)}{1 \times 1 \times 1} (-1) x^3~+~.~.~.}    &{} \\
{}    &{}    & {~=~}    &{1 + 2x + 3x^2 + 4x^3~+~.~.~.}    &{} \\
\end{array}$


Now we will see a solved example:

Solved example 1
Expand $\left(1 - \frac{x}{2} \right)^{- \frac{1}{2}}$, when |x| < 2.
Solution:
1. We can rewrite the given expression as:
$\left[1 + \left(- \frac{x}{2} \right) \right]^{- \frac{1}{2}}$
• Consider the term $\left(- \frac{x}{2} \right)$.
We know that, this term must be less than 1 and at the same time, greater than -1. This condition will be satisfied only if |x| is less than 2. The reader must do the necessary analysis and become convinced about this fact.
2. Now we can write the expansion:

$\begin{array}{ll}{}    &{\left[1 + \left(- \frac{x}{2} \right) \right]^{- \frac{1}{2}}}    & {~=~}    &{1 + \left(-\frac{1}{2} \right) \left(-\frac{x}{2} \right) + \frac{\left(-\frac{1}{2} \right)\left(-\frac{1}{2} – 1 \right)}{1 \times 2} \left(-\frac{x}{2} \right)^2 + \frac{\left(-\frac{1}{2} \right)\left(-\frac{1}{2} – 1 \right)\left(-\frac{1}{2} – 2 \right)}{1 \times 2 \times 3} \left(-\frac{x}{2} \right)^3~+~.~.~.}    &{} \\
{}    &{}    & {~=~}    &{1 + \left(-\frac{1}{2} \right) \left(-\frac{x}{2} \right) + \frac{\left(-\frac{1}{2} \right)\left(-\frac{3}{2} \right)}{1 \times 2} \left(-\frac{x}{2} \right)^2 + \frac{\left(-\frac{1}{2} \right)\left(-\frac{3}{2} \right)\left(-\frac{5}{2} \right)}{1 \times 2 \times 3} \left(-\frac{x}{2} \right)^3~+~.~.~.}    &{} \\
{}    &{}    & {~=~}    &{1 + \left(-\frac{1}{2} \right) \left(-\frac{x}{2} \right) + \frac{3}{8} \left(-\frac{x}{2} \right)^2 + \frac{-5}{16} \left(-\frac{x}{2} \right)^3 ~+~.~.~.}    &{} \\
{}    &{}    & {~=~}    &{1 + \frac{x}{4} +\frac{3 x^2}{32} + \frac{5 x^3}{128} ~+~.~.~.}    &{} \\
\end{array}$


In the next section, we will see infinite geometric series.

Previous

Contents

Next

Copyright©2023 Higher secondary mathematics.blogspot.com

Friday, September 2, 2022

Chapter 8.5 - Miscellaneous Examples on Chapter 8

In the previous section, we completed a discussion on General and Middle terms in binomial expansions. In this section, we will see some miscellaneous examples.

Solved example 8.10
Find the term independent of x in the expansion of $\left({\frac{3}{2}}x^2~-~\frac{1}{3x} \right)^6$.
Solution:
1. Assume that the term independent of x occurs in the (r+1)th term.
• We know that, the (r+1)th term of the binomial expansion (a-b)n is given by:
nCr (-1)r an-r br
• In our present case, n = 6,  $a={\frac{3}{2}}x^2,~~b=\frac{1}{3x}$
2. So we can write:
(r+1)th term of the expansion of $\left({\frac{3}{2}}x^2~-~\frac{1}{3x} \right)^6~=~{}^{6} {\rm{C}}_r\;(-1)^r \; \left({\frac{3}{2}}x^2 \right)^{6-r} \;\left(\frac{1}{3x} \right)^r$
This can be simplified as:
${}^{6} {\rm{C}}_r\;(-1)^r \; \left({\frac{3}{2}}\right)^{6-r}\; \left(x^2 \right)^{6-r} \;\left(\frac{1}{3^r x^r} \right)~=~{}^{6} {\rm{C}}_r\;(-1)^r \; \left({\frac{3}{2}}\right)^{6-r}\; \left(x^{12-2r} \right)\;\left(\frac{1}{3^r x^r} \right)$
3. Let us compare the indices of x:
    ♦ The index of x in the numerator is 12-2r
    ♦ The index of x in the denominator is r
• These two indices must be equal. So we get: 12 - 2r = r
⇒ 12 = 3r, which gives: r = 4
4. So we can write:
The term with r = 4, will be independent of x. That means, the fifth term will be independent of x.
• From (2), we get:
(4+1)th term = ${}^{6} {\rm{C}}_4\;(-1)^4 \; \left({\frac{3}{2}}x^2 \right)^{6-4} \;\left(\frac{1}{3x} \right)^4~=~{}^{6} {\rm{C}}_4\; × \;1 \; × \; \left({\frac{3}{2}}x^2 \right)^{2} \;\left(\frac{1}{3^4 x^4} \right)$
$~=~15 × \; \left({\frac{3^2}{2^2}}\right)\; × x^4 \; × \;\left(\frac{1}{3^4 x^4} \right)~=~\frac{15}{36}~=~\frac{5}{12}$

Solved example 8.11
If the coefficients of ar-1, ar and ar+1 in the expansion of (1 + a)n are in arithmetic progression, prove that n2 – n(4r + 1) + 4r2 – 2 = 0.
Solution:
1. We know that, the (r+1)th term of the binomial expansion (a+b)n is given by:
nCr an-r br
• In our present case, n = n, a = 1 and b = a
2. So we can write:
(r+1)th term of the expansion of (1 + a)n is: nCr 1n-r ar
= nCr ar
3. It follows that:
• rth term of the expansion of (1 + a)n will be: nCr-1 ar-1
• (r+2)th term of the expansion of (1 + a)n will be: nCr+1 ar+1
4. So the three coefficients in arithmetic progression are:
nCr-1, nCr, nCr+1
• Since they are in arithmetic progression, the common difference will be the same. We can write:
nCr  - nCr-1 = nCr+1  - nCr 
⇒ nCr-1 + nCr+1 = 2 × nCr
• This can be simplified as:
$\begin{array}{ll}
{}&{}
&{\frac{n!}{(r-1)!(n-r+1)!}~+~\frac{n!}{(r+1)!(n-r-1)!}}& {}={}
&{2 × \frac{n!}{r!(n-r)!}}& {}
&{}& {}
&{}& {}&{}& {} &{} \\

{}&{}\Rightarrow{}
&{\frac{n!}{(r-1)!(n-r+1)(n-r)(n-r-1)!}~+~\frac{n!}{(r+1)r(r-1)!(n-r-1)!}}& {}={}
&2 × \frac{n!}{r!(n-r)!}& {}
&{}& {}
&{}& {}&{}& {} &{} \\

{}&{}\Rightarrow{}
&{\frac{n!r(r+1)~+~n!(n-r+1)(n-r)}{(r-1)!(n-r+1)(n-r)(n-r-1)!r (r+1)}}& {}={}
&2 × \frac{n!}{r!(n-r)!}& {}
&{}& {}
&{}& {}&{}& {} &{} \\

{}&{}\Rightarrow{}
&{\frac{n!r(r+1)~+~n!(n-r+1)(n-r)}{[r(r+1)(r-1)!][(n-r+1)(n-r)(n-r-1)!]}}& {}={}
&2 × \frac{n!}{r!(n-r)!}& {}
&{}& {}
&{}& {}&{}& {} &{} \\

{}&{}\Rightarrow{}
&{\frac{n!r(r+1)~+~n!(n-r+1)(n-r)}{[(r+1)!][(n-r+1)(n-r)!]}}& {}={}
&2 × \frac{n!}{r!(n-r)!}& {}
&{}& {}
&{}& {}&{}& {} &{} \\

{}&{}
&\color {green} {\text{[n! and (n-r)! can be cancelled from both sides]}}& {}&{}& {}
&{}& {}
&{}& {}&{}& {} &{} \\

{}&{}\Rightarrow{}
&{\frac{r(r+1)~+~(n-r+1)(n-r)}{[(r+1)!][(n-r+1)]}}& {}={}
&2 × \frac{1}{r!}& {}
&{}& {}
&{}& {}&{}& {} &{} \\

{}&{}\Rightarrow{}
&{\frac{r(r+1)~+~(n-r+1)(n-r)}{[(r+1)r!][(n-r+1)]}}& {}={}
&2 × \frac{1}{r!}& {}
&{}& {}
&{}& {}&{}& {} &{} \\

{}&{}
&\color {green} {\text{[r! can be cancelled from both sides]}}& {}&{}& {}
&{}& {}
&{}& {}&{}& {} &{} \\

{}&{}\Rightarrow{}
&{\frac{r(r+1)~+~(n-r+1)(n-r)}{[(r+1)][(n-r+1)]}}& {}={}
&2 × 1& {}
&{}& {}
&{}& {}&{}& {} &{} \\

{}&{}\Rightarrow{}
&{r^2+r+n^2-nr-nr+r^2+n-r}& {}={}
&2 × [nr-r^2+r+n-r+1]& {}
&{}& {}
&{}& {}&{}& {} &{} \\

{}&{}\Rightarrow{}
&{2r^2+n^2-2nr+n}& {}={}
&2nr-2r^2+2n+2& {}
&{}& {}
&{}& {}&{}& {} &{} \\

{}&{}\Rightarrow{}
&{4r^2+n^2-4nr-n-2}& {}={}
&0& {}
&{}& {}
&{}& {}&{}& {} &{} \\

{}&{}\Rightarrow{}
&{n^2-n(4r+1)+4r^2-2}& {}={}
&0& {}
&{}& {}
&{}& {}&{}& {} &{} \\

\end{array}$

Solved example 8.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:
1. Consider (1 + x)2n. The index will be always even. So there will always be an odd number of terms. As a result, there will be a single middle term.
• The position of that single middle term is: $\frac{n}{2}~+~1$
• In our present case, n = 2n.
• So position of the middle term is $\frac{2n}{2}~+~1~=~(n+1)$
• We know that, the (r+1)th term of the binomial expansion (a+b)n is given by:
nCr an-r br
• In our present case, n = 2n, a = 1 and b = x
• So we can write:
(r+1)th term of the expansion of (1 + x)2n is: 2nCr 12n-r ar
= 2nCr ar
• Based on this, we can write:
Middle term, which is the (n+1)th term will be: 2nCn an
• Coefficient of this middle term is 2nCn
• This can be simplified as:
$\frac{(2n)!}{n!(2n-n)!}~=~\frac{2n(2n-1)!}{n!n!}~=~\frac{2n(2n-1)!}{n!n(n-1)!}~=~\frac{2(2n-1)!}{n!(n-1)!}$
2. Consider (1 + x)2n-1. The index will be always odd. So there will always be an even number of terms. As a result, there will be a two middle terms.
• The positions of those middle terms are: $\frac{n+1}{2}~\text{and}~\frac{n+1}{2}~+~1$
• In our present case, n = 2n-1.
• So position of the middle terms are $\frac{(2n-1)+1}{2}~\text{and}~\frac{(2n-1)+1}{2}~+~1$
• So the positions are: n and (n+1)
• We know that, the (r+1)th term of the binomial expansion (a+b)n is given by:
nCr an-r br
• In our present case, n = 2n-1, a = 1 and b = x
• So we can write:
(r+1)th term of the expansion of (1 + x)2n-1 is: 2n-1Cr 12n-1-r ar
= 2n-1Cr ar
• Based on this, we can write:
   ♦ The second middle term, which is the (n+1)th term will be: 2n-1Cn an
   ♦ The first middle term, which is the nth term will be: 2n-1Cn-1 an-1
• Sum of the coefficients of these two middle terms = 2n-1Cn + 2n-1Cn-1
This can be simplified as:
$\frac{(2n-1)!}{n!(2n-1-n)!}~+~\frac{(2n-1)!}{(n-1)!(2n-1-n+1)!}$
= $\frac{(2n-1)!}{n!(n-1)!}~+~\frac{(2n-1)!}{(n-1)!n!}$
= $\frac{2(2n-1)!}{n!(n-1)!}$
3. Comparing the results in (1), and (2), we see that:
Result in (2) is same as the result in (1)

Solved example 8.13
Find the coefficient of a4 in the product (1 + 2a)4 (2 – a)5 using binomial
theorem.
Solution:
1. Let us expand each of the factors of the given product. We get:
• First factor $(1+2a)^4$
$\begin{array}{ll}
{}={}&{}^4 {\rm{C}}_0  × 1^{4-0} × (2a)^0
&{}+{}& {}^4 {\rm{C}}_1 × 1^{4-1} × (2a)^1
&{}+{}& {}^4 {\rm{C}}_2  × 1^{4-2} × (2a)^2
&{}+{}& {}^4 {\rm{C}}_3 × 1^{4-3} × (2a)^3
&{}+{}& {}^4 {\rm{C}}_4 × 1^{4-4} × (2a)^4 \\

{}={}&{}^4 {\rm{C}}_0  × 1 × 1
&{}+{}& {}^4 {\rm{C}}_1 × 1 × (2a)
&{}+{}& {}^4 {\rm{C}}_2 × 1 × 4a^2
&{}+{}& {}^4 {\rm{C}}_3 × 1 × 8a^3
&{}+{}& {}^4 {\rm{C}}_4 × 1 × 16a^4 \\

{}={}&1
&{}+{}&8a
&{}+{}& 24a^2
&{}+{}& 32a^3
&{}+{}& 16a^4 \\
\end{array}$

• Second factor $(2-a)^5$
$\begin{array}{ll}
{}={}&{}^5 {\rm{C}}_0  × (-1)^0 × 2^{5-0} × a^0
&{}+{}& {}^5 {\rm{C}}_1  × (-1)^1 × 2^{5-1} × a^1
&{}+{}& {}^5 {\rm{C}}_2  × (-1)^2 × 2^{5-2} × a^2
&{}+{}& {}^5 {\rm{C}}_3  × (-1)^3 × 2^{5-3} × a^3
&{}+{}& {}^5 {\rm{C}}_4  × (-1)^4 × 2^{5-4} × a^4
&{}+{}& {}^5 {\rm{C}}_5  × (-1)^5 × 2^{5-5} × a^5 \\

{}={}&{}^5 {\rm{C}}_0  × 2^5 × 1
&{}-{}& {}^5 {\rm{C}}_1 × 2^4 × a
&{}+{}& {}^5 {\rm{C}}_2 × 2^3 × a^2
&{}-{}& {}^5 {\rm{C}}_3 × 2^2 × a^3
&{}+{}& {}^5 {\rm{C}}_4 × 2^1 × a^4
&{}-{}& {}^5 {\rm{C}}_5 × 2^0 × a^5 \\

{}={}&1  × 2^5 × 1
&{}-{}& 5 × 2^4 × a
&{}+{}& 10 × 2^3 × a^2
&{}-{}& 10 × 2^2 × a^3
&{}+{}& 5 × 2^1 × a^4
&{}-{}& 1 × 2^0 × a^5 \\

{}={}&32
&{}-{}& 80a
&{}+{}& 80a^2
&{}-{}& 40a^3
&{}+{}& 10a^4
&{}-{}& a^5 \\
\end{array}$

2. So we can write:
(1 + 2a)4  × (2 – a)5 =
$\left(1+8a+24a^2+32a^3+16a^4 \right) × \left(32-80a+80a^2-40a^3+10a^4-a^5 \right)$
3. There is no need to do the actual multiplication. There is an easier method to find just the required terms. It can be explained in 4 steps:
(i) Pick each term from the first factor.
(ii) Try to pair it with each term of the second factor.
(iii) All the pairs which give a4 are to be selected.
(iv) All the pairs which do not give a4 are to be discarded.
4. Thus we get:
$[1 × 10a^4] + [8a × -40a^3]+[24a^2 × 80a^2]+[32a^3 × -80a]+[16a^4 × 32]$
= $[1 × 10a^4] - [8a × 40a^3]+[24a^2 × 80a^2]-[32a^3 × 80a]+[16a^4 × 32]$
= $10a^4-320a^4+1920a^4-2560a^4+512a^4$
= $-438a^4$
• So the coefficient of a4 in the given product is -438

Solved example 8.14
Find the rth term from the end in the expansion of (x + a)n.
Solution:
1. We know that, the (r+1)th term of the binomial expansion (a+b)n is given by:
nCr an-r br
• In our present case, a = x and b = a.
• So we get:
(r+1)th term of the binomial expansion (x+a)n is: nCr xn-r ar
2. In the expansion , there will be (n+1) terms. That means, the (n+1)th term will be the last term.
• Using the result in (1), we can write:
The last term, which is the (n+1)th term will be nCn xn-n a
3. But the last term, is the first term from the end. So we can write:
First term from the end will be nCn xn-n a
4. Now, the nth term will be the second term from the end.
• Using the result in (1), we can write:
The second term from the end, which is the nth term will be nCn-1 xn-(n-1) an-1 
5. similarly, the (n-1)th term will be the third term from the end.
• Using the result in (1), we can write:
The third term from the end, which is the (n-1)th term will be nCn-2 xn-(n-2) an-2 
6. similarly, the (n-2)th term will be the fourth term from the end.
• Using the result in (1), we can write:
The fourth term from the end, which is the (n-2)th term will be nCn-3 xn-(n-3) an-3 
7. Thus we see a pattern. Based on that pattern, we can write:
The rth term from the end will be nCn-(r-1) xn-[n-(r-1)] an-(r-1) 
• Simplifying this, we get: nCn-r+1 xn-n+r-1 an-r+1 
= nCn-r+1 xr-1 an-r+1

Solved example 8.15
Find the term independent of x in the expansion of $\left(\sqrt[3]{x}~+~\frac{1}{2 \sqrt[3]{x}} \right)^{18},~x>0$.
Solution:
1. We know that, the (r+1)th term of the binomial expansion (a+b)n is given by:
nCr an-r br
• In our present case, $a~=~\sqrt[3]{x}~~\text{and}~~b~=~\frac{1}{2 \sqrt[3]{x}}$.
• So we get:
(r+1)th term of the given binomial expansion is:
${}^{n} {\rm{C}}_{r}~\left(\sqrt[3]{x} \right)^{n-r}~\left(\frac{1}{2 \sqrt[3]{x}} \right)^r$
2. This can be simplified as:
${}^{n} {\rm{C}}_{r}~\left(x^{\frac{1}{3}} \right)^{n-r}~\left(\frac{1}{2} \right)^r~\left(\frac{1}{x^{\frac{1}{3}}} \right)^r$

= ${}^{n} {\rm{C}}_{r}~\left(x \right)^{^{\frac{n-r}{3}}}~\left(\frac{1}{2} \right)^r~\left(\frac{1}{x^{\frac{r}{3}}} \right)$
3. Now we compare the powers:
   ♦ Power of x in the numerator
   ♦ must be equal to
   ♦ Power of x in the denominator
• Thus we get: $\frac{n-r}{3}~=~\frac{r}{3}$
⇒ n-r = r
⇒ $r~=~\frac{n}{2}~=~\frac{18}{2}~=~9$
4. So we can write:
The term with r = 9, will be independent of x.
That means, the 10th term will be independent of x.
5. From the result in (2), we get:
$T_{9+1}~=~{}^{18} {\rm{C}}_{9}~\left(x \right)^{^{\frac{18-9}{3}}}~\left(\frac{1}{2} \right)^9~\left(\frac{1}{x^{\frac{9}{3}}} \right)~=~{}^{18} {\rm{C}}_{9}~\left(x \right)^{^{\frac{9}{3}}}~\left(\frac{1}{2} \right)^9~\left(\frac{1}{x^{\frac{9}{3}}} \right)~=~{}^{18} {\rm{C}}_{9}~\left(\frac{1}{2} \right)^9~=~{}^{18} {\rm{C}}_{9}~\left(\frac{1}{2^9} \right)$

Solved example 8.16
The sum of the coefficients of the first three terms in the expansion of $\left(x-\frac{3}{x^2} \right)^m,~x \ne 0$, m being a natural number, is 559. Find the term of the expansion containing x3 .
Solution:
1. We know that, the (r+1)th term of the binomial expansion (a-b)n is given by:
nCr (-1)r an-r br
• In our present case, $n~=~m,~a~=~x~~\text{and}~~b~=~\frac{3}{x^2}$.
• So we get:
(r+1)th term of the given binomial expansion is:
${}^{m} {\rm{C}}_{r}~(-1)^r~\left(x \right)^{m-r}~\left(\frac{3}{x^2} \right)^r$
2. Now we can write the terms:
◼ For the first term, we put r = 0. So we get:
$T_{0+1}~=~{}^{m} {\rm{C}}_{0}~(-1)^0~\left(x \right)^{m-0}~\left(\frac{3}{x^2} \right)^0~=~{}^{m} {\rm{C}}_{0}~ × 1 × x^m × 1~=~\left[{}^{m} {\rm{C}}_{0}\right]\;\left[x^m \right]$
◼ For the second term, we put r = 1. So we get:
$T_{1+1}~=~{}^{m} {\rm{C}}_{1}~ (-1)^1\left(x \right)^{m-1}~\left(\frac{3}{x^2} \right)^1~=~{}^{m} {\rm{C}}_{1}~ × -1 × x^{m-1}~\left(\frac{3^1}{x^{2 × 1}} \right)~=~-\left[{}^{m} {\rm{C}}_{1}\;3^1 \right]\;\left[\frac{x^{m-1}}{x^{2 × 1}}\right]~=~-\left[{}^{m} {\rm{C}}_{1} × 3 \right]\;\left[\frac{x^{m-1}}{x^{2}}\right]$
◼ For the third term, we put r = 2. So we get:
$T_{2+1}~=~{}^{m} {\rm{C}}_{2}~(-1)^2~\left(x \right)^{m-2}~\left(\frac{3}{x^2} \right)^2~=~{}^{m} {\rm{C}}_{2}~ × 1 × ~x^{m-2}~\left(\frac{3^2}{x^{2 × 2}} \right)~=~\left[{}^{m} {\rm{C}}_{2}\;3^2 \right]\;\left[\frac{x^{m-2}}{x^{2 × 2}}\right]~=~\left[{}^{m} {\rm{C}}_{2} × 3^2 \right]\;\left[\frac{x^{m-2}}{x^{4}}\right]$
3. So the coefficients are: $\left[{}^{m} {\rm{C}}_{0}\right],~-\left[{}^{m} {\rm{C}}_{1} × 3 \right],~~\text{and}~~\left[{}^{m} {\rm{C}}_{2} × 3^2 \right]$
We can write:
Sum of the coefficients = $\left[{}^{m} {\rm{C}}_{0}\right]~-~\left[{}^{m} {\rm{C}}_{1} × 3 \right]~+~\left[{}^{m} {\rm{C}}_{2} × 3^2 \right]~=~559$
4. This can be simplified as:
$\frac{m!}{0!(m-0)!}~-~\frac{3 × m!}{1!(m-1)!}~+~\frac{9 × m!}{2!(m-2)!}~=~559$
$\Rightarrow~\frac{m!}{0!\;m!}~-~\frac{3m(m-1)!}{1!(m-1)!}~+~\frac{9m(m-1)(m-2)!}{2!(m-2)!}~=~559$
$\Rightarrow~1~-~\frac{3m}{1}~+~\frac{9m(m-1)}{2}~=~559$
$\Rightarrow~2~-~6m~+~9m(m-1)~=~559 × 2$
$\Rightarrow~2~-~6m~+~9m^2-9m~=~1118$
$\Rightarrow~9m^2 - 15m~=~1116$
• Solving this quadratic equation, we get: m = 12
5. Based on the result in (1), we can write:
For the power of x to be 3, [m-r] - 2r should be 3
So we get: [12-r] - 2r = 3
12 - 3r = 3
r = 3
6. Thus we can write:
In the term with r = 3, the power of x will be 3
• We get:
$T_{r+1}~=~T_{3+1}~=~{}^{12} {\rm{C}}_{3}~(-1)^3~\left(x \right)^{12-3}~\left(\frac{3}{x^2} \right)^r~=~-5940x^3$

Solved example 8.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:
1. We know that, the (r+1)th term of the binomial expansion (a+b)n is given by:
nCr an-r br
• In our present case, a = 1, b = x and n = 34.
• So we get:
(r+1)th term of the given binomial expansion is:
$T_{r+1}~=~{}^{34} {\rm{C}}_{r}~1^{34-r}~x^r~=~{}^{34} {\rm{C}}_{r}~x^r$
2. Based on this, we can write:
rth term of the given binomial expansion is:
$T_{r}~=~{}^{34} {\rm{C}}_{r-1}~x^{r-1}$
3. So the (r – 5)th term will be:
$T_{r-5}~=~{}^{34} {\rm{C}}_{(r-5)-1}~x^{(r-5)-1}~=~{}^{34} {\rm{C}}_{r-6}~x^{r-6}$
4. Similarly, the (2r – 1)th term will be:
$T_{2r-1}~=~{}^{34} {\rm{C}}_{(2r-1)-1}~x^{(2r-1)-1}~=~{}^{34} {\rm{C}}_{2r-2}~x^{2r-2}$
5. Given that, the coefficients are equal. So we can write:
${}^{34} {\rm{C}}_{r-6}~=~{}^{34} {\rm{C}}_{2r-2}$
6. Now we apply a property that we saw in the previous chapter:
If ${}^{n} {\rm{C}}_{a}~=~{}^{n} {\rm{C}}_{b}$, then a = b or n = a+b
[See result 6 in section 7.6]
• We can write:
(i) r - 6 = 2r-2  OR
(ii) r - 6 + 2r - 2 = 34
   ♦ From (i), we get: r = -4
   ♦ From (ii), we get: r = 14
• r must be a +ve integer. So r = 14


The link below gives some more miscellaneous examples.

Miscellaneous Exercise on chapter 8



In the next chapter we will see sequences and series.

Previous

Contents

Next

Copyright©2022 Higher secondary mathematics.blogspot.com

Saturday, August 27, 2022

Chapter 8.4 - Solved Examples on General and Middle Terms

In the previous section, we saw General and Middle terms in binomial expansions. We saw a solved example also. In this section, we will see a few more solved examples.

Solved example 8.6
Show that the middle term in the expansion of $(1+x)^{2n}$ is $\frac{1 × 3 × 5~.~.~.~(2n-1)}{n!} 2n x^n$, where n is a positive integer.
Solution:
1. Given that, n is a +ve integer. So 2n will be an even number.
2. Since the index is 2n, there will be an odd number (2n+1) of terms.
3. We have seen that, if the number of terms is odd, there will be an unique middle term.
• It's position is given by: $\frac{2n}{2}+1~=~(n+1)$
4. Now consider the expansion of $(1+x)^{2n}$
• We want to find the middle term, which is the (n+1)th term.
• We know that, the (r+1)th term of the binomial expansion (a+b)n is given by: nCr an-r br
5. In our present case, a = 1, b = x and n = 2n.
So the middle term, which is the (n+1)th term will be:
${}^{2n} {\rm{C}}_n\;1^{2n-n}\;x^n$
$\begin{array}{ll}
{}={}&{}^{2n} {\rm{C}}_n\; × 1 × x^n&{}& {} &{} \\
{}={}&\frac{2n! × x^n}{n!(2n-n)!}&{}& {} &{} \\
{}={}&\frac{2n! × x^n}{n! n!}&{}& {} &{} \\
{}={}&\frac{2n(2n-1)(2n-2)~.~.~.~4 × 3 × 2 × 1 × x^n}{n! n!}&{}& {} &{} \\
{}={}&\frac{1 × 2 × 3 × 4~.~.~.~(2n-2)(2n-1)2n× x^n}{n! n!}&{}& {} &{} \\
{}={}&\frac{1 × 2 × 3 × 4~.~.~.~(2n-1)2n× x^n}{n! n!}&{}& {} &{} \\
{}={}&\frac{[1 × 3 × 5 × ~.~.~.~ ×(2n-1)] [2 × 4 × 6 × ~.~.~.~ × 2n]× x^n}{n! n!}&{}& {} &{} \\
{}={}&\frac{[1 × 3 × 5 × ~.~.~.~ ×(2n-1)] [(2 × 1) × (2 × 2) × (2 × 3) × ~.~.~.~ × (2 × n)]× x^n}{n! n!}&{}& {} &{} \\
{}={}&\frac{[1 × 3 × 5 × ~.~.~.~ ×(2n-1)] 2^n[1 × 2 × 3 × ~.~.~.~ × n]× x^n}{n! n!}&{}& {} &{} \\
{}={}&\frac{[1 × 3 × 5 × ~.~.~.~ ×(2n-1)] 2^n[n!]× x^n}{n! n!}&{}& {} &{} \\
{}={}&\frac{[1 × 3 × 5 × ~.~.~.~ ×(2n-1)] 2^n× x^n}{n!}&{}& {} &{} \\
\end{array}$

Solved example 8.7
Find the coefficient of x6y3 in the expansion of (x+2y)9
Solution:
1. Assume that x6y3 occurs in the (r+1)th term.
• We know that, the (r+1)th term of the binomial expansion (a+b)n is given by: nCr an-r br
• In our present case, n = 9, a = x and b = 2y
2. So we can write:
(r+1)th term of the expansion of (x+2y)9 = 9Cr x9-r (2y)r
= 9Cr x9-r 2r yr = [9Cr  × 2r][x9-r  × yr]
• Thus we get:
   ♦ Constant part (coefficient) of the (r+1)th term  = [9Cr  × 2r]
   ♦ Variable part of the (r+1)th term = [x9-r  × yr]
3. But given that, the variable part is x6y3
Comparing this with [x9-r  × yr], we get: r = 3
4. So the coefficient = [9Cr  × 2r] = [9C3  × 23] = 672

Solved example 8.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:
1. We know that, the (r+1)th term of the binomial expansion (a+b)n is given by: nCr an-r br
• In our present case, a = x and b = a
2. For the second term, r = 1
So we get: T2 = nC1 xn-1 a1 = 240  
3. For the third term, r = 2
So we get: T3 = nC2 xn-2 a2 = 720  
4. For the fourth term, r = 3
So we get: T4 = nC3 xn-3 a3 = 1080
5. Dividing (3) by (2), we get:
$\begin{array}{ll}
{\frac{T_3}{T_2}}&{}={}
&\frac{{}^{n} {\rm{C}}_2 × x^{n-2} × a^2}{{}^{n} {\rm{C}}_1 × x^{n-1} × a^1}& {}={}
&\frac{720}{240}& {}
&{}& {}
&{}& {}&{}& {} &{} \\

{}&{}={}
&{\frac{{}^{n} {\rm{C}}_2 × x^n × x^{-2} × a^2}{{}^{n} {\rm{C}}_1 × x^n × x^{-1} × a^1}}& {}={}
&3& {}
&{}& {}
&{}& {}&{}& {} &{} \\

{}&{}={}
&{\frac{{}^{n} {\rm{C}}_2 × x^{-1} × a}{{}^{n} {\rm{C}}_1 }}& {}={}
&3& {}
&{}& {}
&{}& {}&{}& {} &{} \\

{}&{}={}
&{\frac{\frac{n!}{2!(n-2)!} × x^{-1} × a}{\frac{n!}{1!(n-1)!} }}& {}={}
&3& {}
&{}& {}
&{}& {}&{}& {} &{} \\

{}&{}={}
&{\frac{1!(n-1)! × x^{-1} × a}{2!(n-2)! }}& {}={}
&3& {}
&{}& {}
&{}& {}&{}& {} &{} \\

{}&{}={}
&{\frac{(n-1)(n-2)! × x^{-1} × a}{2 × (n-2)! }}& {}={}
&3& {}
&{}& {}
&{}& {}&{}& {} &{} \\

{}&{}={}
&{\frac{(n-1) × x^{-1} × a}{2}}& {}={}
&3& {}
&{}& {}
&{}& {}&{}& {} &{} \\

{}&{}={}
&{\frac{(n-1)}{2}~ × ~\frac{a}{x}}& {}={}
&3& {}
&{}& {}
&{}& {}&{}& {} &{} \\

\end{array}$

$\Rightarrow~\frac{a}{x}~=~\frac{6}{(n-1)}$ 
6. Dividing (4) by (3), we get:
$\begin{array}{ll}
{\frac{T_4}{T_3}}&{}={}
&\frac{{}^{n} {\rm{C}}_3 × x^{n-3} × a^3}{{}^{n} {\rm{C}}_2 × x^{n-2} × a^2}& {}={}
&\frac{1080}{720}& {}
&{}& {}
&{}& {}&{}& {} &{} \\

{}&{}={}
&{\frac{{}^{n} {\rm{C}}_3 × x^n × x^{-3} × a^3}{{}^{n} {\rm{C}}_2 × x^n × x^{-2} × a^2}}& {}={}
&1.5& {}
&{}& {}
&{}& {}&{}& {} &{} \\

{}&{}={}
&{\frac{{}^{n} {\rm{C}}_3 × x^{-1} × a}{{}^{n} {\rm{C}}_2 }}& {}={}
&1.5& {}
&{}& {}
&{}& {}&{}& {} &{} \\

{}&{}={}
&{\frac{\frac{n!}{3!(n-3)!} × x^{-1} × a}{\frac{n!}{2!(n-2)!} }}& {}={}
&1.5& {}
&{}& {}
&{}& {}&{}& {} &{} \\

{}&{}={}
&{\frac{2!(n-2)! × x^{-1} × a}{3!(n-3)! }}& {}={}
&1.5& {}
&{}& {}
&{}& {}&{}& {} &{} \\

{}&{}={}
&{\frac{2! × (n-2)(n-3)! × x^{-1} × a}{3 × 2! × (n-3)! }}& {}={}
&1.5& {}
&{}& {}
&{}& {}&{}& {} &{} \\

{}&{}={}
&{\frac{(n-2) × x^{-1} × a}{3}}& {}={}
&1.5& {}
&{}& {}
&{}& {}&{}& {} &{} \\

{}&{}={}
&{\frac{(n-2)}{3}~ × ~\frac{a}{x}}& {}={}
&1.5& {}
&{}& {}
&{}& {}&{}& {} &{} \\

\end{array}$
$\Rightarrow~\frac{a}{x}~=~\frac{4.5}{(n-2)}$
7. Equating the results in (5) and (6), we get:
$\frac{a}{x}~=~\frac{6}{(n-1)}~=~\frac{4.5}{n-2}$
$\Rightarrow~6n-12~=~4.5n-4.5$ 
$\Rightarrow~ 1.5n~=~7.5$
$\Rightarrow~ n ~=~5$
8. Substituting the value of n in (5), we get:
$\frac{a}{x}~=~\frac{6}{5-1}~=~\frac{6}{4}~=~1.5$
$\Rightarrow~a~=~1.5x$
9. Substituting the value of n in (2), we get:
5C1 x5-1 a1 = 240  
⇒ 5 × x4× a = 240
• Substituting for a using (8), we get:
5 × x4 × 1.5x = 240
⇒ 7.5x5 = 240
⇒ x = 2
10. Substituting for x in (8), we get:
a = 1.5 × 2 = 3

Solved example 8.9
The coefficients of three consecutive terms in the expansion of (1 + a)n are in the ratio 1: 7 : 42. Find n.
Solution:
1. Let the three consecutive terms be (r+1)th, (r+2)th and (r+3)th
2. The general term is given by: Tr+1 = nCr an-r br
• In our present case, a = 1 and b = a
3. The first of the three consecutive terms will be: nCr+1 1n-1 ar+1 = nCr+1 ar+1
So the coefficient of this first term will be nCr+1
4. The second of the three consecutive terms will be: nCr+2 1n-2 ar+2 = nCr+2 ar+2
So the coefficient of this second term will be nCr+2
5. The third of the three consecutive terms will be: nCr+3 1n-3 ar+3 = nCr+3 ar+3
So the coefficient of this third term will be nCr+3
6. We are given the ratio between the coefficients. So we can write:
nCr+1 : nCr+2 : nCr+3 = 1 : 7 : 42
7. Consider the ratio of second coefficient to first coefficient. We get:
$\frac{{}^{n} {\rm{C}}_{r+2}}{{}^{n} {\rm{C}}_{r+1}}~=~7$

$\Rightarrow~\frac{\frac{n!}{(r+2)![n-(r+2)]!}}{\frac{n!}{(r+1)![n-(r+1)]!}}~=~7$

$\Rightarrow~\frac{(r+1)![n-(r+1)]!}{(r+2)![n-(r+2)]!}~=~7$

$\Rightarrow~\frac{(r+1)![n-(r+1)]!}{(r+2)(r+1)![n-(r+2)]!}~=~7$

$\Rightarrow~\frac{[n-(r+1)]!}{(r+2)[n-(r+2)]!}~=~7$

$\Rightarrow~\frac{[n-r-1]!}{(r+2)[n-r-2]!}~=~7$

$\Rightarrow~\frac{[n-r-1][n-r-2]!}{(r+2)[n-r-2]!}~=~7$

$\Rightarrow~\frac{[n-r-1]}{(r+2)}~=~7$

$\Rightarrow~n-r-1~=~7r+14$

$\Rightarrow~n-8r~=~15$

8. Consider the ratio of third coefficient to second coefficient. We get:
$\frac{{}^{n} {\rm{C}}_{r+3}}{{}^{n} {\rm{C}}_{r+2}}~=~\frac{42}{7}~=~6$

$\Rightarrow~\frac{\frac{n!}{(r+3)![n-(r+3)]!}}{\frac{n!}{(r+2)![n-(r+2)]!}}~=~7$

$\Rightarrow~\frac{(r+2)![n-(r+2)]!}{(r+3)![n-(r+3)]!}~=~6$

$\Rightarrow~\frac{(r+2)![n-(r+2)]!}{(r+3)(r+2)![n-(r+3)]!}~=~6$

$\Rightarrow~\frac{[n-(r+2)]!}{(r+3)[n-(r+3)]!}~=~6$

$\Rightarrow~\frac{[n-r-2]!}{(r+3)[n-r-3]!}~=~6$

$\Rightarrow~\frac{[n-r-2][n-r-3]!}{(r+3)[n-r-3]!}~=~6$

$\Rightarrow~\frac{[n-r-2]}{(r+3)}~=~6$

$\Rightarrow~n-r-2~=~6r+18$

$\Rightarrow~n-7r~=~20$

9. So we have two equations:
(i) From (7), we have: n-8r = 15
(ii) From (8), we have: n-7r = 20
Solving these two equations, we get: r = 5 and n = 55



The link below gives some more solved examples.

Exercise 8.2



In the next section we will see some miscellaneous examples.

Previous

Contents

Next

Copyright©2022 Higher secondary mathematics.blogspot.com

Tuesday, August 23, 2022

Chapter 8.3 - General and Middle Terms

In the previous section, we saw some solved examples on how to expand binomials. In this section, we will see General and Middle terms in binomial expansions.

Some basics about general term can be written in 5 steps:
1. In the binomial expansion for (a+b)n, let us denote the position of any term by r. Then:
   ♦ For the first term, r = 1   
   ♦ For the second term, r = 2   
   ♦ For the third term, r = 3   
   ♦ For the fourth term, r = 4
   ♦ so on . . .
2. Now let us consider each term of the expansion:
• When r = 1, the term is nC0 an-0 b0
   ♦ We see that:
         ✰ The subscript of C is (r-1)
         ✰ The power of a is [n-(r-1)]
         ✰ The power of b is (r-1) 
• When r = 2, the term is nC1 an-1 b1
   ♦ We see that:
         ✰ The subscript of C is (r-1)
         ✰ The power of a is [n-(r-1)]
         ✰ The power of b is (r-1) 
• When r = 3, the term is nC2 an-2 b2
   ♦ We see that:
         ✰ The subscript of C is (r-1)
         ✰ The power of a is [n-(r-1)]
         ✰ The power of b is (r-1)
◼ So we see a definite pattern in the subscript of C, power of a and power of b.
3. We see that (r-1) occurs frequently.
• This is inconvenient. We want r instead of (r-1).
• For that, we consider the (r+1)th term instead of the rth term.
4. Let us see the new pattern:
• When r = 1, we get: (r+1) = 2
So we consider the second term, which is: nC1 an-1 b1
   ♦ We see that:
         ✰ The subscript of C is r
         ✰ The power of a is [n-r]
         ✰ The power of b is r   
• When r = 2, we get: (r+1) = 3
So we consider the third term, which is: nC2 an-2 b2
   ♦ We see that:
         ✰ The subscript of C is r
         ✰ The power of a is [n-r]
         ✰ The power of b is r   
• When r = 1, we get: (r+1) = 2
So we consider the second term, which is: nC3 an-3 b3
   ♦ We see that:
         ✰ The subscript of C is r
         ✰ The power of a is [n-r]
         ✰ The power of b is r
◼ So we get a new pattern in the subscript of C, power of a and power of b. Also, in this pattern, there is no (r-1). Only r.
5. Based on this, we can consider the (r+1)th term as the general term.
• We get: (r+1)th term = nCr an-r br
• The (r+1)th term is denoted as: Tr+1
• So we can write: Tr+1 = nCr an-r br


Some basics about middle term can be written in 8 steps:
1. We know that, if the index is n, then the number of terms will be (n+1)
• Also we know that, if n is even, (n+1) will be odd.
2. So we can write:
If the index n is even, there will be an odd number of terms in the expansion.
• For example, if the index is 6, there will be 7 terms in the expansion.
3. If the number of terms is odd, there will be a unique middle term. An example is shown in fig.8.4 below:

Fig.8.4

• There are a total of 7 terms. There are 3 terms on either sides. The fourth term is the middle term.
4. We can write a relation between the two items below:
   ♦ The index n
   ♦ The position of the middle term
• The relation is:
Position of the middle term when the index n is even = $\left(\frac{(n+1)+1}{2} \right)~=~\frac{n+2}{2}~=~\frac{n}{2}+1$
5. Next we will consider the case when n is odd.
• We know that if the index is n, then the number of terms will be (n+1)
• Also we know that if n is odd, (n+1) will be even.
6. So we can write:
If the index n is odd, there will be an even number of terms in the expansion.
• For example, if the index is 7, there will be 8 terms in the expansion.
7. If the number of terms is odd, there will be two middle terms. An example is shown in fig.8.5 below:

Method of calculating middle terms in binomial expansion when index is an odd number
Fig.8.5

• There are a total of 8 terms. There are 3 terms on either sides. The fourth and fifth terms are the middle terms.
8. We can write a relation between the two items below:
   ♦ The index n
   ♦ The positions of the middle terms
• The relation is:
Positions of the middle terms when the index n is odd = $\frac{n+1}{2}~\text{and}~\frac{n+1}{2}+1$


Now we know how to calculate the position of middle terms. Let us see an interesting case. It can be written in 5 steps:
1. We know that, if n is a natural number, 2n will be an even number.
2. So if the index is 2n, then there will be an odd number (2n+1) of terms.
3. We have seen that, if the number of terms is odd, there will be an unique middle term.
• Based on fig.8.4 above, the position of that middle term is: $\frac{2n}{2}+1~=~(n+1)$
4. Now consider the expansion of $\left(x+ \frac{1}{x} \right)^{2n}$
• We want to find the middle term, which is the (n+1)th term.
• We know that, the (r+1)th term of any binomial expansion is given by: nCr an-r br
5. So in our present case, the middle term, which is the (n+1)th term will be:
${}^{2n} {\rm{C}}_n\;x^{2n-n}\;\left(\frac{1}{x} \right)^n$   
${}={}^{2n} {\rm{C}}_n\;x^{n}\;\left(\frac{1}{x} \right)^n$   
${}={}^{2n} {\rm{C}}_n$
• This term does not have x. So it is known as: the term independent of x.
• It is also known as the constant term.

Now we will see a solved example.

Solved example 8.5
Find a if the 17th and 18th terms of the expansion (2 + a)50 are equal.
Solution:
1. We have the formula to find the (r+1)th term: : Tr+1 = nCr an-r br
2. Put r = 16. We get:
17th term = ${}^{50} {\rm{C}}_{16} × 2^{50-16} × a^{16}$   
= ${}^{50} {\rm{C}}_{16} × 2^{34} × a^{16}$   
3. Put r = 17. We get:
18th term = ${}^{50} {\rm{C}}_18 × 2^{50-17} × a^17$   
= ${}^{50} {\rm{C}}_17 × 2^{33} × a^17$
4. Given that, the two terms are equal. So we can write:
${}^{50} {\rm{C}}_{16} × 2^{34} × a^{16}~=~{}^{50} {\rm{C}}_{17} × 2^{33} × a^{17}$
• This can be rearranged as: $\frac{{}^{50} {\rm{C}}_{16} × 2^{34}}{{}^{50} {\rm{C}}_{17} × 2^{33}}~=~\frac{a^{17}}{a^{16}}$       
$\Rightarrow \frac{{}^{50} {\rm{C}}_{16} × 2}{{}^{50} {\rm{C}}_{17}}~=~a$
• Thus we get: a = 1


In the next section we will see a few more solved examples.

Previous

Contents

Next

Copyright©2022 Higher secondary mathematics.blogspot.com

Wednesday, August 17, 2022

Chapter 8.2 - Binomial Expansion - Solved Examples

In the previous section, we saw how to expand binomials by applying the general form of the binomial theorem. In this section, we will see some solved examples.

Solved example 8.1
Expand $\left(x^2+ \frac{3}{x} \right)^4, ~x \ne 0$ using binomial theorem
Solution:
1. We have: $(a+b)^n~=~\sum\limits_{k\,=\,0}^{k\,=\,n}{{}^n {\rm{C}}_k\;a^{n-k}\;b^k}$
2. In our present case, $a=x^2,~b=\frac{3}{x}~\rm{and}~n=4$
So we can write:
$\left(x^2+ \frac{3}{x} \right)^4~=~\sum\limits_{k\,=\,0}^{k\,=\,4}{{}^4 {\rm{C}}_k\;\left(x^2 \right)^{4-k}\;\left(\frac{3}{x} \right)^k}$
3. Thus we get:
$\left(x^2+ \frac{3}{x} \right)^4$
$\begin{array}{ll}
{}={}&{}^4 {\rm{C}}_0 \,\left(x^2 \right)^4\,\left(\frac{3}{x} \right)^0
&{}+{}& {}^4 {\rm{C}}_1\, \left(x^2 \right)^{4-1}\,\left(\frac{3}{x} \right)^1
&{}+{}& {}^4 {\rm{C}}_2\,\left(x^2 \right)^{4-2}\,\left(\frac{3}{x} \right)^2
&{}+{}& {}^4 {\rm{C}}_3\, \left(x^2 \right)^{4-3}\,\left(\frac{3}{x} \right)^3
&{}+{}& {}^4 {\rm{C}}_4\, \left(x^2 \right)^{4-4}\,\left(\frac{3}{x} \right)^4 \\

{}={}&1 × \left(x^2 \right)^4 × \left(\frac{3}{x} \right)^0
&{}+{}& 4 × \left(x^2 \right)^3 × \left(\frac{3}{x} \right)^1
&{}+{}& 6 × \left(x^2 \right)^2 × \left(\frac{3}{x} \right)^2
&{}+{}& 4 × \left(x^2 \right)^1 × \left(\frac{3}{x} \right)^3
&{}+{}& 1 × \left(x^2 \right)^0 × \left(\frac{3}{x} \right)^4 \\

{}={}&x^8
&{}+{}& 12 x^5
&{}+{}& 54 x^2
&{}+{}& \frac{108}{x}
&{}+{}& \frac{81}{x^4} \\

\end{array}$

Solved example 8.2
Compute 985
Solution:
1. First we write 98 as the sum or difference of two numbers.
• Those two numbers must be such that, their powers are easy to calculate.
• So we write: 98 = (100 - 2)
    ♦ Powers of 100 can be easily calculated.
    ♦ Powers of 2 can also be easily calculated.
2. Now we can write:
$98^5~=~(100-2)^5$
3. For expanding this, we can use the formula:
$(a-b)^n~=~\sum\limits_{k\,=\,0}^{k\,=\,n}{{}^n {\rm{C}}_k\;(-1)^k \, a^{n-k}\;b^k}$
4. Thus we get:
$(100-2)^5$
$\begin{array}{ll}
{}={}&{}^5 {\rm{C}}_0 \,100^5\,(-1)^0\,2^0
&{}+{}& {}^5 {\rm{C}}_1 × 100^{5-1} × (-1)^1 × 2^1
&{}+{}& {}^5 {\rm{C}}_2 × 100^{5-2} × (-1)^2 × 2^2
&{}+{}& {}^5 {\rm{C}}_3 × 100^{5-3} × (-1)^3 × 2^3
&{}+{}& {}^5 {\rm{C}}_4 × 100^{5-4} × (-1)^4 × 2^4
&{}+{}& {}^5 {\rm{C}}_5 × 100^{5-5} × (-1)^5 × 2^5&{}& {} &{} \\

{}={}&1 × 10^{10} × 1 × 1
&{}+{}& 5 × 10^8 × -1 × 2
&{}+{}& 10 × 10^6 × 1 × 4
&{}+{}& 10 × 10^4 × -1 × 8
&{}+{}& 5 × 10^2 × 1 × 16
&{}+{}& 1 × 100^0 × -1 × 32 \\

{}={}&1 × 10^{10} × 1
&{}-{}& 5 × 10^8 × 2
&{}+{}& 10 × 10^6 × 4
&{}-{}& 10 × 10^4 × 8
&{}+{}& 5 × 10^2 × 16
&{}-{}& 1 × 100^0 × 32 \\

{}={}&9039207968 \\

\end{array}$

Solved example 8.3
Which is larger (1.01)1000000 or 10000 ?
Solution:
1. First we must find (1.01)1000000. For that, we write 1.01 as the sum or difference of two numbers.
• Those two numbers must be such that, their powers are easy to calculate.
• So we write: 1.01 = (1 + 0.01)
    ♦ Powers of 1 can be easily calculated.
    ♦ Powers of 0.01 can also be easily calculated.
2. Now we can write:
$(1.01)^{1000000}~=~(1+0.01)^{1000000}$
3. For expanding this, we can use the formula:
$(1+x)^n~=~\sum\limits_{k\,=\,0}^{k\,=\,n}{{}^n {\rm{C}}_k\;x^k}$
4. Thus we get:
$(1+0.01)^{1000000}$
$\begin{array}{ll}
{}={}&{}^{1000000} {\rm{C}}_0 × (0.01)^0
&{}+{}& {}^{1000000} {\rm{C}}_1 × (0.01)^1
&{}+{}& {}^{1000000} {\rm{C}}_2 × (0.01)^2
&{}+{}& {}^{1000000} {\rm{C}}_3 × (0.01)^3
&{}+{}& .~.~.
&{}+{}& {}^{1000000} {\rm{C}}_{1000000} × (0.01)^{1000000} \\

{}={}&1 × 1
&{}+{}& 1000000 × 0.01
&{}+{}& \text{[a +ve term]}
&{}+{}& \text{[a +ve term]}
&{}+{}& .~.~.
&{}+{}& \text{[a +ve term]} \\

{}={}&1
&{}+{}& 10000
&{}+{}& \text{[a +ve term]}
&{}+{}& \text{[a +ve term]}
&{}+{}& .~.~.
&{}+{}& \text{[a +ve term]} \\

{}={}&10001
&{}+{}& \text{[+ve terms]} \\

\end{array}$
5. 10001 + [+ve terms] will be greater than 10000
• So (1.01)1000000 is greater than 10000
6. Note that, all terms within the square brackets must be +ve terms. Otherwise there is no guarantee that 10001 + [+ve terms] will be greater than 10000

Solved example 8.4
Using binomial theorem, prove that 6n – 5n always leaves remainder 1 when divided by 25.
Solution:
1. Let a and b be two natural numbers.
• Suppose that, when a is divided by b, the quotient is q and remainder is r.
• Then we will be able to write: a = bq + r
    ♦ Where q and r are natural numbers.
2. In a similar way,
• If 6n – 5n, when divided by 25, gives quotient m and remainder 1, we will be able to write: 6n – 5n = 25m + 1, where m is a natural number.
• So our task is to prove that, 6n – 5n is equal to 25m + 1
3. We have the formula:
$(1+x)^n~=~\sum\limits_{k\,=\,0}^{k\,=\,n}{{}^n {\rm{C}}_k\;x^k}$
Put x = 5. Then we get:
$(1+5)^n~=~\sum\limits_{k\,=\,0}^{k\,=\,n}{{}^n {\rm{C}}_k\;5^k}$
4. Thus we get:
$(1+5)^n~=~6^n$
$\begin{array}{ll}
{}={}&{}^n {\rm{C}}_0 × 5^0
&{}+{}& {}^n {\rm{C}}_1 × 5^1
&{}+{}& {}^n {\rm{C}}_2 × 5^2
&{}+{}& {}^n {\rm{C}}_3 × 5^3
&{}+{}& .~.~.
&{}+{}& {}^n {\rm{C}}_n × 5^4 \\

{}={}&1 × 1
&{}+{}& n × 5
&{}+{}& {}^n {\rm{C}}_2 × 5^2
&{}+{}& {}^n {\rm{C}}_3 × 5^3
&{}+{}& .~.~.
&{}+{}& {}^n {\rm{C}}_n × 5^4 \\

{}={}&1
&{}+{}& 5n
&{}+{}& {}^n {\rm{C}}_2 × 5^2
&{}+{}& {}^n {\rm{C}}_3 × 5^3
&{}+{}& .~.~.
&{}+{}& {}^n {\rm{C}}_n × 5^n \\

\end{array}$
5. We can write:
$6^n~=~1~+~5n~+~{}^n {\rm{C}}_2 × 5^2~+~{}^n {\rm{C}}_3 × 5^3
~+~.~.~.~+~{}^n {\rm{C}}_n × 5^n$
• This can be rearranged as:
$6^n-5n~=~1~+~{}^n {\rm{C}}_2 × 5^2~+~{}^n {\rm{C}}_3 × 5^3
~+~.~.~.~+~{}^n {\rm{C}}_n × 5^n$
⇒ $6^n-5n~=~1~+~5^2 \left[{}^n {\rm{C}}_2~+~{}^n {\rm{C}}_3 × 5^1
~+~.~.~.~+~{}^n {\rm{C}}_n × 5^{n-2}\right]$
6. $\left[{}^n {\rm{C}}_2~+~{}^n {\rm{C}}_3 × 5^1
~+~.~.~.~+~{}^n {\rm{C}}_n × 5^{n-2}\right]$ is a natural number m. So the result in (5) becomes:
6n - 5n = 1 + 52 × m
⇒ 6n - 5n = 25m + 1
Hence proved.


The link below gives some more solved examples.

Exercise 8.1



In the next section we will see some solved examples.

Previous

Contents

Next

Copyright©2022 Higher secondary mathematics.blogspot.com

Saturday, August 13, 2022

Chapter 8.1 - Binomial Theorem for Any Positive Integer

In the previous section, we saw the basic details about Pascal's triangle. We saw the necessity for developing a rule to find the various numbers in the Pascal's triangle. In this section, we will see such a rule.

The basics about the rule can be written in 6 steps:
1. We have seen the concept of combination in the previous chapter.
We saw the formula: ${}^n {\rm{C}}_r~=~\frac{n!}{r!(n-r)!}$
2. Let us check whether this formula is applicable to the Pascal's triangle. The triangle is shown below for easy reference:

Any row in the Pascal's triangle can be written if the row above it is known.
Fig.8.2

The check can be done in 3 steps:
(i) Consider any coefficient in the Pascal's triangle, say the fourth coefficient for index 5
    ♦ The fourth coefficient of index 5 is 10
    ♦ 5C3 is also 10
(ii) Consider any other coefficient in the Pascal's triangle, say the third coefficient for index 7
    ♦ The third coefficient of index 7 is 21
    ♦ 7C2 is also 21
(iii) Let us check one more coefficient in the Pascal's triangle, say the fifth coefficient for index 8
    ♦ The fifth coefficient of index 8 is 70
    ♦ 8C4 is also 70
3. This gives us an idea to pick out any coefficient in the Pascal’s triangle:
The xth coefficient for any index n will be nCx-1
• For example, let n be 6 and x be 5
   ♦ Then the 5th coefficient of index 6 will be be 6C5-1 = 6C4 = 15
   ♦ From the Pascal's triangle, we see that, this is true.
4. Based on this information, the Pascal’s triangle can be modified as shown in fig.8.3 below:

Method to obtain any value in the Pascal's triangle.
Fig.8.3

• In the modified triangle, we see two points:
(i) In any row, the subscript on the right side of ‘C’ progressively increases in the order: 0, 1, 2, 3, . . . n
   ♦ Where n is the index of that row.
(ii) In any row, the superscript on the left side of ‘C’ does not change.
   ♦ It is equal to n, the index of the row.
5. The above two points give us an idea to quickly write any row of the Pascal’s triangle.
• For example, based on the two points, the row for index 12 will be:
12
C0, 12C1, 12C2, 12C3, 12C4, 12C5, 12C6, 12C7, 12C8, 12C9, 12C10, 12C11, 12C12
6. If we can write any row of the Pascal’s triangle quickly, we will be able to write the expansion corresponding to that index also quickly.
• Let us see an example:
Expand (a+b)7
Solution:
1. The coefficients will be:
7C0, 7C1, 7C2, 7C3, 7C4, 7C5, 7C6, and 7C7
2. So the expansion will be:
(a+b)7 =
7C0 a7 + 7C1 a6b1 + 7C2 a5b2 + 7C3 a4b3 + 7C4 a3b4 + 7C5 a2b5 + 7C6 a1b6  + 7C7 b7
• Remember that, the indices of a and b are calculated using the three peculiarities that we wrote in the previous section. They are given below for easy reference:

(i) The total number of terms in the expansion, is one more than the index.
(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).

• Thus we can write the complete expansion.


Now we can write the general form. It can be written in 3 steps:
(i) All the coefficients are of the form nCr
   ♦ For any particular problem, ‘n’ will be a constant.
         ✰ It will be equal to the index in the question.
   ♦ r will increase from 0 to n
(ii) The indices of a and b are calculated using the three peculiarities that we wrote in the previous section (also shown in the box above).
(iii) Based on this, the general form will be:
$(a+b)^n~=~{}^n {\rm{C}}_0 a^n~+~{}^n {\rm{C}}_1 a^{n-1} b~+~{}^n {\rm{C}}_2 a^{n-2} b^2~+~{}^n {\rm{C}}_3 a^{n-3} b^3~+~.~.~.~+~{}^n {\rm{C}}_{n-1} a b^{n-1}~+~{}^n {\rm{C}}_n b^n$


• Let us use this general form to expand (2x+5)6
We get:

(2x+5)6
$\begin{array}{ll}
{}={}&{}^6 {\rm{C}}_0 (2x)^6\,5^0
&{}+{}& {}^6 {\rm{C}}_1 (2x)^5\,5^1
&{}+{}& {}^6 {\rm{C}}_2 (2x)^4\,5^2
&{}+{}& {}^6 {\rm{C}}_3 (2x)^3\,5^3
&{}+{}& {}^6 {\rm{C}}_4 (2x)^2\,5^4
&{}+{}& {}^6 {\rm{C}}_5 (2x)^1\,5^5
&{}+{}& {}^6 {\rm{C}}_6 (2x)^0\,5^6 \\

{}={}&{}^6 {\rm{C}}_0 2^6\,x^6\,5^0
&{}+{}& {}^6 {\rm{C}}_1 2^5\,x^5\,5^1
&{}+{}& {}^6 {\rm{C}}_2 2^4\,x^4\,5^2
&{}+{}& {}^6 {\rm{C}}_3 2^3\,x^3\,5^3
&{}+{}& {}^6 {\rm{C}}_4 2^2\,x^2\,5^4
&{}+{}& {}^6 {\rm{C}}_5 2^1\,x^1\,5^5
&{}+{}& {}^6 {\rm{C}}_6 2^0\,x^0\,5^6 \\

{}={}&{}^6 {\rm{C}}_0  × 64 × x^6 × 5^0
&{}+{}& {}^6 {\rm{C}}_1  × 32 × x^5 × 5^1
&{}+{}& {}^6 {\rm{C}}_2  × 16 × x^4\,5^2
&{}+{}& {}^6 {\rm{C}}_3  × 8 × x^3 × 5^3
&{}+{}& {}^6 {\rm{C}}_4  × 4 × x^2 × 5^4
&{}+{}& {}^6 {\rm{C}}_5  × 2 × x^1\,5^5
&{}+{}& {}^6 {\rm{C}}_6  × 1 × x^0\,5^6 \\

{}={}&1  × 64 × x^6 × 5^0
&{}+{}& 6  × 32 × x^5 × 5^1
&{}+{}& 15  × 16 × x^4 × 5^2
&{}+{}& 20  × 8 × x^3 × 5^3
&{}+{}& 15  × 4 × x^2 × 5^4
&{}+{}& 6  × 2 × x^1 × 5^5
&{}+{}& 1  × 1 × x^0 × 5^6 \\

{}={}&1  × 64 × x^6 × 1
&{}+{}& 6  × 32 × x^5 × 5
&{}+{}& 15  × 16 × x^4 × 25
&{}+{}& 20  × 8 × x^3 × 125
&{}+{}& 15  × 4 × x^2 × 625
&{}+{}& 6  × 2 × x^1 × 3125
&{}+{}& 1  × 1 × x^0 × 15625 \\

{}={}&64 x^6
&{}+{}& 960 x^5
&{}+{}& 6000 x^4
&{}+{}& 20000 x^3
&{}+{}& 37500 x^2
&{}+{}& 37500 x
&{}+{}& 15625 \\
\end{array}$


We have seen the general form. The RHS of that general form is a bit lengthy. It can be easily shortened as explained by the 4 steps below:

1. We see that, the RHS is a sum of a finite number of terms. So it is a summation.
• We can use the symbol '∑' (Greek upper case letter sigma) to denote summation. Thus the general form becomes:
$(a+b)^n~=~\sum\limits_{k\,=\,0}^{k\,=\,n}{{}^n {\rm{C}}_k\;a^{n-k}\;b^k}$
2. We know that, for any particular problem, n will be a constant. It is the index.
3. k is not a constant. It takes different values in different terms.
• 'k=0' at the bottom of '∑' indicates that, the value of k starts from zero. In other words, the value of k in the first term is zero.
• 'k=n' at the top of '∑' indicates that, the value of k ends at n. In other words, the value of k in the last term is n.
• So the values of k are: 0, 1, 2, 3, . . . n
• It is known as the summation from k = 0 to k = n.
4. The index of a is (n-k). The index of b is k.
This shows that, the sum of the indices of a and b will be n in every term.


Let us see some special cases:
Case 1:
In this case, we investigate the expansion when the second quantity is -ve. This can be written in 3 steps:
1. Let us put a = x and b = -y. Then we get:
(a+b)n = (x-y)n = [x + (-y)]n
2. Expanding this using the general form, we get:
$[x+(-y)]^n$
$\begin{array}{ll}
{}={}&{}^n {\rm{C}}_0 \,x^n\,(-y)^0
&{}+{}& {}^n {\rm{C}}_1\, x^{n-1}\,(-y)^1
&{}+{}& {}^n {\rm{C}}_2 \,x^{n-2}\,(-y)^2
&{}+{}& {}^n {\rm{C}}_3\, x^{n-3}\,(-y)^3
&{}+{}& .~.~.~+~{}^n {\rm{C}}_n\, x^0\,(-y)^n&{}& {} &{} \\

{}={}&{}^n {\rm{C}}_0 \,x^n\,(-1)^0\,y^0
&{}+{}& {}^n {\rm{C}}_1\, x^{n-1}\,(-1)^1\,y^1
&{}+{}& {}^n {\rm{C}}_2 \,x^{n-2}\,(-1)^2\,y^2
&{}+{}& {}^n {\rm{C}}_3\, x^{n-3}\,(-1)^3\,y^3
&{}+{}& .~.~.~+~{}^n {\rm{C}}_n\, x^0\,(-1)^n\,y^n&{}& {} &{} \\
\end{array}$
$~{}={}~\sum\limits_{k\,=\,0}^{k\,=\,n}{{}^n {\rm{C}}_k\;(-1)^k \, x^{n-k}\;y^k}$
3. Based on the above result, we can write:
$(a-b)^n~=~\sum\limits_{k\,=\,0}^{k\,=\,n}{{}^n {\rm{C}}_k\;(-1)^k \, a^{n-k}\;b^k}$

◼ Let us expand (x-2y)5 using this result. We get:
$(x-2y)^5~=~[x+(-2y)]^5~=~\sum\limits_{k\,=\,0}^{k\,=\,5}{{}^5 {\rm{C}}_k\;(-1)^k \, x^{6-k}\;(-2y)^k}$
• Once we write the sigma notation on the RHS, we will be able to write all the terms easily. We get:
$(x-2y)^5$
$\begin{array}{ll}
{}={}&{}^5 {\rm{C}}_0 \,x^5\,(-1)^0\,(2y)^0
&{}+{}& {}^5 {\rm{C}}_1\, x^{5-1}\,(-1)^1\,(2y)^1
&{}+{}& {}^5 {\rm{C}}_2 \,x^{5-2}\,(-1)^2\,(2y)^2
&{}+{}& {}^5 {\rm{C}}_3\, x^{5-3}\,(-1)^3\,(2y)^3
&{}+{}& {}^5 {\rm{C}}_4\, x^{5-4}\,(-1)^4\,(2y)^4
&{}+{}& {}^5 {\rm{C}}_5\, x^{5-5}\,(-1)^5\,(2y)^5&{}& {} &{} \\

{}={}&1 × x^5 × 1 × (2y)^0
&{}+{}& 5 × x^4 × -1 × (2y)
&{}+{}& 10 × x^3 × 1 × (4y^2)
&{}+{}& 10 × x^2 × -1 × (8y^3)
&{}+{}& 5 × x^1 × 1 × (16y^4)
&{}+{}& 1 × x^0 × -1 × (32y^5) \\

{}={}&x^5
&{}-{}& 10x^4 y
&{}+{}& 40x^3 y^2
&{}-{}& 80 x^2 y^3
&{}+{}& 80 x y^4
&{}-{}& 32y^5 \\

\end{array}$


Case 2:
In this case, we investigate the expansion when the first quantity is 1. This can be written in 3 steps:
1. Let us put a = 1 and b = x. Then we get:
(a+b)n = (1+x)n
2. Expanding this using the general form, we get:
$(1+x)^n$
$\begin{array}{ll}
{}={}&{}^n {\rm{C}}_0 \,1^n\,x^0
&{}+{}& {}^n {\rm{C}}_1\, 1^{n-1}\,x^1
&{}+{}& {}^n {\rm{C}}_2 \,1^{n-2}\,x^2
&{}+{}& {}^n {\rm{C}}_3\, 1^{n-3}\,x^3
&{}+{}& .~.~.~+~{}^n {\rm{C}}_n\, 1^0\,x^n&{}& {} &{} \\

{}={}&{}^n {\rm{C}}_0 \,1^n\,x^0
&{}+{}& {}^n {\rm{C}}_1\, 1^{n-1}\,x^1
&{}+{}& {}^n {\rm{C}}_2 \,1^{n-2}\,x^2
&{}+{}& {}^n {\rm{C}}_3\, 1^{n-3}\,x^3
&{}+{}& .~.~.~+~{}^n {\rm{C}}_n\, 1^0\,x^n&{}& {} &{} \\
\end{array}$
${}={}~\sum\limits_{k\,=\,0}^{k\,=\,n}{{}^n {\rm{C}}_k\, 1^{n-k}\;x^k}$
3. So we can write:
$(1+x)^n~=~\sum\limits_{k\,=\,0}^{k\,=\,n}{{}^n {\rm{C}}_k\;x^k}$
◼ Let us expand (1+2x)6 using this result. We get:
$(1+2x)^6~=~\sum\limits_{k\,=\,0}^{k\,=\,6}{{}^6 {\rm{C}}_k\;(2x)^k}$
• Once we write the sigma notation on the RHS, we will be able to write all the terms easily. We get:
$(1+2x)^6$
$\begin{array}{ll}
{}={}&{}^6 {\rm{C}}_0 \,1^6\,(2x)^0
&{}+{}& {}^6 {\rm{C}}_1\,(2x)^1
&{}+{}& {}^6 {\rm{C}}_2\,(2x)^2
&{}+{}& {}^6 {\rm{C}}_3\,(2x)^3
&{}+{}& {}^6 {\rm{C}}_4\,(2x)^4
&{}+{}& {}^6 {\rm{C}}_5\,(2x)^5
&{}+{}& {}^6 {\rm{C}}_6\,(2x)^6&{}& {} &{} \\

{}={}&1 × (2x)^0
&{}+{}& 6 × (2x)
&{}+{}& 15 × (4x^2)
&{}+{}& 20 × (8x^3)
&{}+{}& 15 × (16x^4)
&{}+{}& 6 × (32x^5)
&{}+{}& 1 × (64x^6) \\

{}={}&1
&{}+{}& 12x
&{}+{}& 60 x^2
&{}+{}& 160 x^3
&{}+{}& 240 x^4
&{}+{}& 192 x^5
&{}+{}& 64x^6 \\

\end{array}$

◼ x = 1 is a special case coming under this category. We get:
$(1+x)^n~=~(1+1)^n~=~2^n~=~\sum\limits_{k\,=\,0}^{k\,=\,6}{{}^n {\rm{C}}_k\;x^k}~=~\sum\limits_{k\,=\,0}^{k\,=\,6}{{}^n {\rm{C}}_k\;1^k}~=~\sum\limits_{k\,=\,0}^{k\,=\,6}{{}^n {\rm{C}}_k}$
• Once we write the sigma notation on the RHS, we will be able to write all the terms easily. We get:
${}={}~{}^n {\rm{C}}_0
~+~{}^n {\rm{C}}_1
~+~{}^n {\rm{C}}_2
~+~{}^n {\rm{C}}_3
~+~.~.~.~+~{}^n {\rm{C}}_n$
• So we can write:
$2^n~=~{}^n {\rm{C}}_0
~+~{}^n {\rm{C}}_1
~+~{}^n {\rm{C}}_2
~+~{}^n {\rm{C}}_3
~+~.~.~.~+~{}^n {\rm{C}}_n$  


Case 3:
In this case, we investigate the expansion when the first quantity is 1 and the second quantity is -ve. This can be written in 3 steps:
1. Let us put a = 1 and b = -x. Then we get:
(a+b)n = (1-x)n = [1 + (-x)]n
2. Expanding this using the general form, we get:
$[1+(-x)]^n$
$\begin{array}{ll}
{}={}&{}^n {\rm{C}}_0 \,1^n\,(-x)^0
&{}+{}& {}^n {\rm{C}}_1\, 1^{n-1}\,(-x)^1
&{}+{}& {}^n {\rm{C}}_2 \,1^{n-2}\,(-x)^2
&{}+{}& {}^n {\rm{C}}_3\, 1^{n-3}\,(-x)^3
&{}+{}& .~.~.~+~{}^n {\rm{C}}_n\, 1^0\,(-x)^n&{}& {} &{} \\

{}={}&{}^n {\rm{C}}_0 \,1^n\,(-1)^0\,x^0
&{}+{}& {}^n {\rm{C}}_1\, 1^{n-1}\,(-1)^1\,x^1
&{}+{}& {}^n {\rm{C}}_2 \,1^{n-2}\,(-1)^2\,x^2
&{}+{}& {}^n {\rm{C}}_3\, 1^{n-3}\,(-1)^3\,x^3
&{}+{}& .~.~.~+~{}^n {\rm{C}}_n\, 1^0\,(-1)^n\,x^n&{}& {} &{} \\
\end{array}$
${}={}~\sum\limits_{k\,=\,0}^{k\,=\,n}{{}^n {\rm{C}}_k\;(-1)^k \, 1^{n-k}\;x^k}$
3. Based on the above result, we can write:
$(1-x)^n~=~\sum\limits_{k\,=\,0}^{k\,=\,n}{{}^n {\rm{C}}_k\;(-1)^k \;x^k}$

◼ Let us expand (1-2x)5 using this result. We get:
$(1-2x)^5~=~[1+(-2x)]^5~=~\sum\limits_{k\,=\,0}^{k\,=\,5}{{}^5 {\rm{C}}_k\;(-1)^k\;(-2x)^k}$
• Once we write the sigma notation on the RHS, we will be able to write all the terms easily. We get:
$(1-2x)^5$
$\begin{array}{ll}
{}={}&{}^5 {\rm{C}}_0\,(-1)^0\,(2x)^0
&{}+{}& {}^5 {\rm{C}}_1\,(-1)^1\,(2x)^1
&{}+{}& {}^5 {\rm{C}}_2\,(-1)^2\,(2x)^2
&{}+{}& {}^5 {\rm{C}}_3\,(-1)^3\,(2x)^3
&{}+{}& {}^5 {\rm{C}}_4\,(-1)^4\,(2x)^4
&{}+{}& {}^5 {\rm{C}}_5\,(-1)^5\,(2x)^5&{}& {} &{} \\

{}={}&1 × 1 × (2x)^0
&{}+{}& 5 × -1 × (2x)
&{}+{}& 10 × 1 × (4x^2)
&{}+{}& 10 × -1 × (8x^3)
&{}+{}& 5 × 1 × (16x^4)
&{}+{}& 1 × -1 × (32x^5) \\

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

\end{array}$

• We wrote: $(1-x)^n~=~\sum\limits_{k\,=\,0}^{k\,=\,n}{{}^n {\rm{C}}_k\;(-1)^k \;x^k}$
◼ x = 1 is a special case coming under this category. We get:
$(1-x)^n~=~(1-1)^n~=~0^n
~=~\sum\limits_{k\,=\,0}^{k\,=\,n}{{}^n {\rm{C}}_k\;(-1)^k \;1^k}
~=~\sum\limits_{k\,=\,0}^{k\,=\,n}{{}^n {\rm{C}}_k\;(-1)^k }$
• Once we write the sigma notation on the RHS, we will be able to write all the terms easily. We get:
${}={}~{}^n {\rm{C}}_0\;(-1)^0
~+~{}^n {\rm{C}}_1\;(-1)^1
~+~{}^n {\rm{C}}_2\;(-1)^2
~+~{}^n {\rm{C}}_3
~+~.~.~.~+~{}^n {\rm{C}}_n\;(-1)^n$
• So we can write:
$0^n~=~{}^n {\rm{C}}_0
~-~{}^n {\rm{C}}_1
~+~{}^n {\rm{C}}_2
~-~{}^n {\rm{C}}_3
~+~.~.~.~+~(-1)^n~ × ~{}^n {\rm{C}}_n$


In the next section we will see some solved examples.

Previous

Contents

Next

Copyright©2022 Higher secondary mathematics.blogspot.com

Wednesday, August 3, 2022

Chapter 8 - Binomial Theorem

In the previous section, we completed a discussion on permutations and combinations. In this chapter, we will see Binomial theorem.

Some basics can be written in 4 steps:
1. In our earlier classes, we have seen the basics about polynomials (Details here and here).
• Now, a binomial is a polynomial having two terms.
   ♦ In some binomials the two terms will be added together.
   ♦ In some binomials, one term will be subtracted from the other term.
• Some examples of binomials are: (a+b), (a-b), (2x2-3), (4x+5) etc.,
2. In many scientific and engineering problems, we will want to find squares, cubes and higher powers of binomials. Let us see some examples:
(i) (4x+5)2 is the square of the binomial (4x+5)
   ♦ It can be easily calculated using the identity: (a+b)2 = a2+2ab+b2
• Here, the binomial is raised to the power 2
Power is also known as index (plural indices)
(ii) (4x+5)3 is the cube of the binomial (4x+5)
   ♦ It can be easily calculated using the identity: (a+b)3 = a3+3a2b+3ab2+b3
• Here, the binomial is raised to the power 3
(iii) When the binomial (4x+5) is raised to the power 4, we write: (4x+5)4
   ♦ It can be calculated using the identity:
(a+b)4 = (a+b)(a+b)3 = (a+b)(a3+3a2b+3ab2+b3) = a4+4a3b+6a2b2+4ab3+b4
• Here, the binomial is raised to the power 4
(iv) When the binomial is raised to the power 5, we write: (4x+5)5
so on . . .
• From the 5th power on wards, the calculations become lengthy.
3. In general, when a binomial is raised to the power n, we write  (a+b)n
   ♦ n can be an integer like -3, 2, -5 etc.,
   ♦ n can be a rational number like $-\frac{1}{3},~\frac{2}{5}$ etc.,
4. We will encounter situations where,
   ♦ n is very large like 12, 25, -14 etc.,
   ♦ n is rational numbers like $-\frac{1}{3},~\frac{2}{5}$ etc.,
◼ In such cases, the binomial theorem helps us to reduce calculation steps.
• In this chapter we will see how binomial theorem helps us when n is a +ve integer.
• In higher classes, we will see the cases where n is -ve integer or rational number.


Pascal's Triangle

Binomial theorem is based on Pascal's Triangle. It's details can be written in 3 steps:
1. Consider the basic identities:
   ♦ When n = 0, (a+b)n = (a+b)0 = 1 [Here (a+b) should not be equal to zero]
   ♦ When n = 1, (a+b)n = (a+b)1 = (a+b)    
   ♦ When n = 2, (a+b)n = (a+b)2 = a2+2ab+b2
   ♦ When n = 3, (a+b)n = (a+b)3 = a3+3a2b+3ab2+b3
   ♦ When n = 4, (a+b)n = (a+b)4 = a4+4a3b+6a2b2+4ab3+b4
2. In the above expansions, we see three peculiarities:
(i) The total number of terms in the expansion, is one more than the index.
• For example, consider (a+b)3:
The index is 3 and the number of terms in the expansion is 4
(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.
• For example, consider (a+b)4 = a4+4a3b+6a2b2+4ab3+b4 :
   ♦ In the first term, power of a is 4 and that of b is 0
   ♦ In the second term,
         ✰ the power of a decreases by 1 and becomes 3
         ✰ the power of b increases by 1 and becomes 1
   ♦ In the third term,
         ✰ the power of a decreases by 1 and becomes 2
         ✰ the power of b increases by 1 and becomes 2
   ♦ In the fourth term,
         ✰ the power of a decreases by 1 and becomes 1
         ✰ the power of b increases by 1 and becomes 3
   ♦ In the fifth term,
         ✰ the power of a decreases by 1 and becomes 0
         ✰ the power of b increases by 1 and becomes 4
(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).
• For example, consider (a+b)4 = a4+4a3b+6a2b2+4ab3+b4 :
   ♦ In the first term, the sum of the indices is (4+0) = 4
         ✰ Sum is same as the index of (a+b)4.
   ♦ In the second term, the sum of the indices is (3+1) = 4
         ✰ Sum is same as the index of (a+b)4.
   ♦ In the third term, the sum of the indices is (2+2) = 4
         ✰ Sum is same as the index of (a+b)4.
   ♦ In the fourth term, the sum of the indices is (1+3) = 4
         ✰ Sum is same as the index of (a+b)4.
   ♦ In the fifth term, the sum of the indices is (0+4) = 4
         ✰ Sum is same as the index of (a+b)4.
3. Now we will see an interesting relation between the coefficients of the expansions. It can be written in 4 steps:
(i) Fig.8.1 below shows the coefficients written in order.
• The first row shows the coefficients when (a+b) is raised to the power zero.
   ♦ We know that, any number raised to zero will give 1.
   ♦ So there is a one in the first row.

Fig.8.1

• The second row shows the coefficients when (a+b) is raised to the power 1.
   ♦ We know that, (a+b) raised to 1 will give the same (a+b).
         ✰ Coefficient of the first term is 1.
         ✰ Coefficient of the second term is 1.
   ♦ Thus there are two ones in the second row.
• The third row shows the coefficients when (a+b) is raised to the power 2.
   ♦ We know that, (a+b) raised to 2 will give a2+2ab+b2.
         ✰ Coefficient of the first term is 1.
         ✰ Coefficient of the second term is 2.
         ✰ Coefficient of the third term is 1.
   ♦ Thus in the third row, we have 1, 2, 1
• The fourth row shows the coefficients when (a+b) is raised to the power 3.
   ♦ We know that, (a+b) raised to 3 will give a3+3a2b+3ab2+b3.
         ✰ Coefficient of the first term is 1.
         ✰ Coefficient of the second term is 3.
         ✰ Coefficient of the third term is 3.
         ✰ Coefficient of the fourth term is 1.
   ♦ Thus in the fourth row, we have 1, 3, 3, 1
• The fifth row shows the coefficients when (a+b) is raised to the power 4.
   ♦ We know that, (a+b) raised to 4 will give a4+4a3b+6a2b2+4ab3+b4.
         ✰ Coefficient of the first term is 1.
         ✰ Coefficient of the second term is 4.
         ✰ Coefficient of the third term is 6.
         ✰ Coefficient of the fourth term is 4.
         ✰ Coefficient of the fifth term is 1.
   ♦ Thus in the fifth row, we have 1, 4, 6, 4, 1
(ii) We can easily write the coefficients up to the row where the index is 4.
    ♦ For writing the next row, we first will need to expand (a+b)5
    ♦ For writing the row below that, we will first need to expand (a+b)6.
    ♦ So on . . .
(iii) This is a lengthy process. So we must find an easier way.
◼ In fig.8.1, we see a pattern:
    ♦ Adding the two ones in index 1, will give the middle coefficient in index 2.
    ♦ This is indicated by the top most triple headed arrow in fig.8.2 below:

Any row in the Pascal's triangle can be written if the row above it is known.
Fig.8.2
• Similarly,
    ♦ Adding 1 and 2 of index 2 will give the first 3 in index 3
    ♦ Adding 2 and 1 of index 2 will give the second 3 in index 3
    ♦ This is indicated by the two triple headed arrows in the third row (row for index 2).
• We can continue like this and find the coefficients for higher indices.
(iv) The structure in fig.8.2 looks like a triangle.
    ♦ At the apex of the triangle, there is a ‘1’
    ♦ Along the left sloping side side of the triangle, all numbers are ‘1’
    ♦ Along the right sloping side of the triangle, all numbers are ‘1’
• This array of numbers is known as Pascal’s triangle. This name is given in honor of the French Mathematician Blaise Pascal.


Let us see an example:
Expand (2x+3y)5 using Pascal’s triangle
Solution:
1. Based on the peculiarities that we wrote in step (2) above,
    ♦ In the first term, the first quantity (2x) will have a power of 5
    ♦ In the first term, the second quantity (3y) will have a power of 0
• Using the Pascal's triangle in fig.8.2, we get:
    ♦ In the first term, the coefficient will be '1'
• Combining these three information, we get:
First term = 1 × (2x)5 × (3y)0 = 32x5
2. Based on the peculiarities that we wrote in step (2) above,
    ♦ In the second term, the first quantity (2x) will have a power of 4
    ♦ In the second term, the second quantity (3y) will have a power of 1
• Using the Pascal's triangle in fig.8.2, we get:
    ♦ In the second term, the coefficient will be '5'
• Combining these three information, we get:
Second term = 5 × (2x)4 × (3y)1 = 240x4y
3. Based on the peculiarities that we wrote in step (2) above,
    ♦ In the third term, the first quantity (2x) will have a power of 3
    ♦ In the third term, the second quantity (3y) will have a power of 2
• Using the Pascal's triangle in fig.8.2, we get:
    ♦ In the third term, the coefficient will be '10'
• Combining these three information, we get:
Third term = 10 × (2x)3 × (3y)2 = 720x3y2
4. In this way, we can write all the terms. We get:
(2x+3y)5 = 32x5 + 240x4y + 720x3y2 + 1080x2y3+ 810xy4+ 243y5


• We have successfully written the expansion of (2x+3y)5.
• What if we want the expansion of (2x+3y)12 ?
    ♦ We will have to write all the rows of the Pascal's triangle up to index 12.
    ♦ This is a lengthy process.
• So we must develop a rule that will help us to write any row in the Pascal's triangle, with out writing the rows above it.
• We will see such a rule in the next section.

Previous

Contents

Next

Copyright©2022 Higher secondary mathematics.blogspot.com