21 Binomial Expansion
We want to look at the expansions of the expansion of the form \((a+b)^n,\) where \(a,b\in \mathbb {R}\) and \(n\) is a positive
integer.
\(n=0\) \((a+b)^0=1,\) 1-coefficient
\(n=1\) \((a+b)^1=a+b,\) 1 1-coefficients
\(n=2\) \((a+b)^2=a^2+2ab+b^2\) 1 2 1-coefficients
| \(n=0\) | 1 | |||||||||||
| \(n=1\) | 1 | 1 | ||||||||||
| \(n=2\) | 1 | 2 | 1 | |||||||||
| \(n=3\) | 1 | 3 | 3 | 1 | ||||||||
| \(n=4\) | 1 | 4 | 6 | 4 | 1 | |||||||
| \(n=5\) | 1 | 5 | 10 | 10 | 5 | 1 |
This Pattern is called Pascal’s Triangle
We can calculate the coefficients of any term by the formula
\( \binom {n}{r} \) - Binomial Coefficient
\( \binom {n}{r} =\frac {n!}{(n-r)!r!} \)
\(n!=n\) factorial
\(n!=n(n-1)(n-2)(n-3)\cdots (n-(n-1)).\)
E.g \(5!=5\times 4\times 3\times 2\times 1 = 120\)
\[(a+b)^5= \binom {5}{0} a^5+ \binom {5}{1} a^4b+ \binom {5}{2} a^3b^2+ \binom {5}{3} a^2b^3+ \binom {5}{4} ab^4+ \binom {5}{5} b^5 \]
The fourth term \( \binom {5}{3} a^2b^3 \). \begin {align*} \therefore \quad \binom {5}{3} &= \frac {5!}{(5-3)!3!}=\frac {5!}{2!3!}\\\\ & = \frac {5\times 4\times 3!}{2\times 1\times 3!}\\ & = 10 \end {align*}
Thus \( \binom {5}{3} a^2b^3=10a^2b^3 \).
To find the \(n^{\text {th}}\) term we use the general form \( \binom {n}{r} a^{n-r}b^r \).
The expansion of \((a+b)^n\) is given in full by a formula known as the Binomial Theorem.
\[(a+b)^n=a^n+ \binom {n}{1} a^{n-1}b+ \binom {n}{2} a^{n-2}b^2+\cdots + \binom {n}{r} a^{n-r}b^r+\cdots +b^n \]
Prove by mathematical induction that \[(a+b)^n=a^n+\\ \binom {n}{1} a^{n-1}b+\cdots + \binom {n}{r} a^{n-r}b^r+\cdots +b^n \]
Proof.
- Step 1:
- For \(n=1\) the statement reads \((a+b)^{1}=a+b\), which is true. (The case \(n=0\) also holds, both sides being \(1\).)
- Step 2:
- We assume that it is true for \(n=k\) \[(a+b)^k=a^k+ \binom {k}{1} a^{k-1}b+\cdots + \binom {k}{r} a^{k-r}b^r+\cdots +b^k \]
- Step 3:
- We show it then holds for \(n=k+1\)
\[(a+b)^{k+1}=a^{k+1}+ \binom {k+1}{1} a^{(k+1)-1}b+\cdots + \binom {k+1}{r} a^{(k+1)-r}b^r+\cdots +b^{k+1} \]
Take step 2.
\[(a+b)^k=a^k+ \binom {k}{1} a^{k-1}b+\cdots + \binom {k}{r} a^{k-r}b^r+\cdots +b^k \]
\(\therefore \) The \(r^{\text {th}}\) term for \(n=k\)
\begin {align*} (a+b)^k & = a^k+ka^{k-1}b+\cdots +\frac {k(k-1)(k-2)\cdots (k-r+2)}{(r-1)!}a^{k-r+1}b^{r-1}+\\ & \cdots +b^k\quad \cdots (2)\, \text {True}\\\\ (a+b)\Big \{(a+b)^k &=a^k+ \binom {k}{1} a^{k-1}b+\cdots + \binom {k}{r} a^{k-r}b^r+\cdots +b^k\Big \}\\\\ (a+b)^{k+1} &=a^{k+1}+ka^kb+\cdots +\frac {k(k-1)(k-r+2)a^{k-r+2}b^{r-1}}{(r-1)!}+\cdots +ab^k\\ &+ \cdots +\frac {k(k-1)\cdots (k-1+3}{(r-2)!}a^{k-r+3}b^{r+2}+\cdots +kab^k+b^{r+1} \end {align*}
The terms prove that through \(ab^k\) represents the right number of (2) multiplied by \(a\). To obtain the \(r^{\text {th}}\) term in the result, we have written the \(r^{\text {th}}\) term in the first half of right member and the \((r-1)^{\text {th}}\) term which is equal to the second, this both contains \(a^{k-r+2}b^{r-1}\).
\[\frac {k(k-1)\cdots (k-r+2)}{(r-1)!}+\frac {k(k-1)\cdots (k-r+3)}{(r-2)!}\] \[=\frac {k(k-1)\cdots (k-r+3)(k-r+2)+k(k-1)\cdots (k-r+3)}{(r-1)!(r-2)!}\]
Independent \(x\).
□
Solution.
Take the general form \( \binom {n}{r} a^{n-r}b^r \), \(a=3x\) and \(b=-\frac {1}{x}\)
\begin {align*} \implies \binom {n}{r} (3x)^{n-r}\left (-\frac {1}{x}\right )^r & = \binom {n}{r} 3^{n-r}\cdot x^{n-r}(-1)^r x^{-r}\\ & = \binom {n}{r} 3^{n-r}(-1)^r x^{n-2r} \end {align*}
\(n=20\)
\(\implies \binom {20}{r} 3^{20-r}(-1)^rx^{20-2r} \)
Solve, \(20-2r=0\quad \implies 2r=20\quad \implies r=10\)
\[n=20,\quad r=10,\quad a=3x,\quad b=-\frac {1}{x}\]
\[\therefore \quad \binom {20}{10} (3)^{10}(-1)^{10} \]
\[ \binom {20}{10} =\frac {20!}{10!10!} \]
So, the 11\(^{\text {th}}\) term is independent of \(x\).
When expanding expressions of the form \((a+b)^n\) where \(n\) is negative or rational number.
In this case we use the formula: \[(1+x)^n=1 + nx +\frac {n(n-1)x^2}{2!}+\frac {n(n-1)(n-2)x^3}{3!}+\cdots +\cdots \] This infinite series is valid in the region \(|x|<1\).
Expand the following expression upto and include the term \(x^3\) and state the region where this series is valid, \(\frac {1}{\sqrt {3+2x}}\).
Solution.
\begin {align*} \frac {1}{\sqrt {3+2x}} & = (3+2x)^{-1/2}\\ & = \left [3\left (1+\frac {2x}{3}\right )\right ]^{-1/2},\quad n=-\frac {1}{2},\, x=\frac {2x}{3}\\\\ & = 3^{-1/2}\left (1+\frac {2x}{3}\right )^{-1/2}\\ & = \frac {1}{\sqrt {3}}\left [1+\left (-\frac {1}{2}\right ) \left (\frac {2x}{3}\right )+\frac {\left (\frac {-1}{2}\right ) \left (\frac {-3}{2}\right ) \left (\frac {2x}{3}\right )^2}{2!}+\frac {\left (\frac {-1}{2}\right )\left (\frac {-3}{2}\right )\left (\frac {-5}{2}\right )\left (\frac {2x}{3}\right )^3}{3!}+\cdots \right ]\\\\ & = \frac {1}{\sqrt {3}}\left [1-\frac {1}{3}x+\frac {12x^2}{72}-\frac {15(8)x^3}{(8)(27)6}+\cdots \right ]\\\\ & = \frac {1}{\sqrt {3}}\left [1-\frac {1}{3}x+\frac {x^2}{6}-\frac {5x^3}{54}+\cdots \right ]\\ \end {align*}
This is valid for: \(|x|<1\)
i.e \(\bigg |\frac {2}{3}x\bigg |<1\implies |x|<\frac {3}{2}\)
Questions
- 1.
- Find the indicated coefficient in the following expansion
- (a)
- \((1+2x)^{20}\), 15\(^{\text {th}}\) term
- (b)
- \((3+1/2x)^{16}\), \(12^{\text {th}}\) term
- (c)
- \((a+b)^{25}\), \(7^{\text {th}}\) term
- 2.
- Expand the following expansions upto and include the term \(x^3\) and state the region where this
series is valid.
- (a)
- \(\frac {1}{1-x}\)
- (b)
- \(\sqrt {(2-3x)}\)
- (c)
- \((4-x)^{-2}\)
- (d)
- \((4-x)^{2/3}\)
- 3.
-
- (a)
- Find in terms of \(\alpha \) and \(\beta \) the coefficients of \(t^4\) in the expansion of
\((2+6\alpha ^2)(3-\beta t)^8\) - (b)
- The expansion of \((1+qx)^n\) in ascending powers of \(x\) gives the second term \(18x\) and the third term
\(135x^2\). Find the values of \(n\) and \(q\).
- 4.
-
- (a)
- Obtain the coefficient of \(x^{-12}\) in the expansion of \(\left (2x^3-\frac {1}{x}\right )^{20}\).
- (b)
- Use the Binomial theorem to find the coefficient of \(\frac {1}{x^4}\) in the expansion of
\(\left (2x-\frac {1}{x^3}\right )^{16}\).
- 5.
-
- (a)
- Given that the first three terms in the expansion of \((p+qy)(1-2y)^5\) are \(2+ry+10y^2\), state the value of \(p\) and hence find the values of \(q\) and \(r\).
- (b)
- Find the value of \(x\) for which the sum of the first three terms of \((1-x)^{10}\) is \(\frac {4}{5}\).
- 6.
- Suppose that the expression \((xy^{1/3}+y^{-2/3})^{15}\) is expanded in descending powers of \(x\).
- (a)
- write down the third term in its expansion.
- (b)
- write down the two terms which have coefficients equal to \( \binom {15}{5} \) , leave the binomial
coefficients in the form \( \binom {n}{r} \).
- 7.
-
- (a)
- Expand \((1+x)^n\) in ascending powers of \(x\) up to and including the term in \(x^3\).
- (b)
- Using only the first two terms of (a) find an approximate value of \(\sqrt {9.9}\).
- 8.
-
- (a)
- Simplify \( \binom {12}{8} + \binom {11}{7} + \binom {11}{6} \) giving your answer in the form \( \binom {n}{k} \).
- (b)
- Obtain the coefficients of \(\left (2x^3-\frac {1}{x}\right )^{20}\).
- 9.
- Expand \(\frac {(2-x)^2}{(1+2x)}\) in ascending powers of \(x\) upto including term \(x^2\), and state the range of values for \(x\) the
series is valid.
- 10.
- Evaluate the following if possible
- (a)
- \( \binom {-4}{3} \)
- (b)
- \( \binom {-1\frac {1}{4}}{5} \)
- (c)
- \(C^{103}_3\)
- (d)
- \( \binom {-3}{-2} \)
- 11.
-
- (a)
- Express the following in terms of factorials:
- i.
- \(20\cdot 19 \cdot 18\)
- ii.
- \(n+2k+1\), where \(n\) and \(k\) are positive integers.
- (b)
- Show that
- i.
- \(\frac {k!}{m!}+\frac {m!}{k!}=\frac {k!(1+m^2)}{m!}\)
- ii.
- \(\frac {5!}{3!7!}+C^6_3=\frac {5!}{7!3!}\)
Questions on this section
Stuck on something here? Ask below and it stays attached to this topic.