1.6 The Binomial Theorem $(a+b)^n$
1. The Symbol $n!$ and $nCr$
The Factorial $n!$
A symbol called "n factorial" is defined by $n! = 1 \cdot 2 \cdot 3 \cdot \dots \cdot n$.
- $1! = 1$
- $2! = 1 \cdot 2 = 2$
- $3! = 1 \cdot 2 \cdot 3 = 6$
- $4! = 1 \cdot 2 \cdot 3 \cdot 4 = 24$
- $5! = 1 \cdot 2 \cdot 3 \cdot 4 \cdot 5 = 120$
- Definition: $0! = 1$
The Symbol $nCr$ or $\binom{n}{r}$
This symbol is read "n choose r"; it is given by the formula:
For example:
- "5 choose 2" or $5C2$: $\binom{5}{2} = \frac{5!}{2!3!} = 10$
- "10 choose 3" or $10C3$: $\binom{10}{3} = \frac{10!}{3!7!} = 120$
Notice: $\binom{5}{2}$ represents the number of ways to choose 2 items out of 5 (e.g., choosing 2 letters from A, B, C, D, E yields 10 combinations).
⚠️ GDC Usage
The GDC can be used for these calculations:
- Factorial: MENU $\rightarrow$ OPTN $\rightarrow$ PROB $\rightarrow$ $x!$
- Combinations: MENU $\rightarrow$ OPTN $\rightarrow$ PROB $\rightarrow$ $nCr$. (e.g., for $5C2$, press 5, then nCr, then 2).
2. The Binomial Theorem (Practically)
The coefficients of the expansion of $(a+b)^n$ may be obtained by Pascal's Triangle:
To write the formula for $(a+b)^5$:
- Step 1: Write down the variable terms. Exponents of $a$ decrease from 5 to 0, while exponents of $b$ increase from 0 to 5. (Sum of exponents is always 5).
$a^5b^0, \quad a^4b^1, \quad a^3b^2, \quad a^2b^3, \quad a^1b^4, \quad a^0b^5$ - Step 2: Obtain the coefficients from Pascal's triangle (1, 5, 10, 10, 5, 1).
Therefore:
$(a+b)^5 = 1a^5 + 5a^4b + 10a^3b^2 + 10a^2b^3 + 5ab^4 + 1b^5$
3. The Binomial Theorem (Formally)
Another way to obtain the coefficients is by using the symbol $\binom{n}{r}$. In general:
The general term is given by: $\binom{n}{r} a^{n-r} b^r$
EXAMPLE 1
Find the expansions of $(2x+3)^3$ and $(2x-3)^3$.
Solution:
$= 8x^3 + 36x^2 + 54x + 27$
$(2x-3)^3 = 8x^3 - 36x^2 + 54x - 27$
EXAMPLE 2
Expand $(2x-3)^4$.
Solution:
4. Finding Particular Terms
Questions often ask for a specific term rather than the whole expansion.
EXAMPLE 3
In the expansion of $(2x-3)^4$ find the term of $x^3$.
Solution:
EXAMPLE 4
Find the term of $x^5$ in the expansion of $(2x-3)^7$.
Solution:
EXAMPLE 5
In the expansion of $(2x^2+1)^8$ find the coefficient of $x^{10}$.
Solution:
EXAMPLE 6
In the expansion of $(2x+\frac{1}{x})^6$ find (a) the coefficient of $x^2$ and (b) the constant term.
Solution:
Coefficient is 240.
$\binom{6}{3}(2x)^3(\frac{1}{x})^3 = 20(8x^3)(\frac{1}{x^3}) = \mathbf{160}$.
EXAMPLE 7
Find the constant term in the expansion of $(2x^2 - \frac{3}{x})^{12}$.
Solution:
EXAMPLE 8
Find the term of $x^5$ in the expansion of $(2x+3)(4x+1)^7$.
Solution:
$\binom{7}{3}(4x)^4(1)^3 = 35(256)x^4 = 8960x^4$.
$\binom{7}{2}(4x)^5(1)^2 = 21(1024)x^5 = 21504x^5$.
EXAMPLE 9 (Mainly for HL)
(a) Verify that $2x^2-3x-2 = (2x+1)(x-2)$.
(b) Find the coefficient of $x^2$ in the expansion of $(2x^2-3x-2)^5$.
Solution: