1.6 The Binomial Theorem $(a+b)^n$
1. The Symbol $n!$ and $^nC_r$
The Factorial $n!$
A symbol called "n factorial" is defined by the product of all positive integers less than or equal to $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 $^nC_r$ or $\binom{n}{r}$
This symbol is read as "n choose r" and is given by the formula:
For example:
Notice: $\binom{5}{2}$ represents the number of ways to choose 2 items out of 5 (e.g., choosing 2 letters from the set {A, B, C, D, E} yields 10 unique combinations).
2. The Binomial Theorem (Practically)
The coefficients of the expansion of $(a+b)^n$ may be obtained easily using Pascal's Triangle:
To write the formula for $(a+b)^5$:
- Step 1: Write down the variable terms. The exponents of $a$ decrease from $5$ to $0$, while the exponents of $b$ increase from $0$ to $5$. (Notice the sum of the exponents is always $5$).
- Step 2: Obtain the coefficients from the corresponding row of Pascal's triangle ($1, 5, 10, 10, 5, 1$) and attach them to the terms.
Therefore:
3. The Binomial Theorem (Formally)
Another way to obtain the coefficients without writing out Pascal's triangle is by using the combination symbol $\binom{n}{r}$. In general:
The general term of the expansion is given by:
$T_{r+1} = \binom{n}{r} a^{n-r} b^r$
EXAMPLE 1
Find the full expansions of $(2x+3)^3$ and $(2x-3)^3$.
Solution:
Apply the binomial theorem structure for $(a+b)^3 = a^3 + 3a^2b + 3ab^2 + b^3$:
For $(2x-3)^3$, use the substitution $a=2x$ and $b=-3$. This simply causes the signs to alternate:
EXAMPLE 2
Expand $(2x-3)^4$.
Solution:
Using the formula for $(a-b)^4$ (coefficients $1, 4, 6, 4, 1$ and alternating signs):
4. Finding Particular Terms (The General Term Method)
Questions in IB exams often ask for a specific term or coefficient rather than the whole expansion. The safest and most algebraic way to find it is to use the general term formula: $T_{r+1} = \binom{n}{r} a^{n-r} b^r$.
EXAMPLE 3
In the expansion of $(2x-3)^4$ find the term of $x^3$.
Solution:
Write out the general term for $n=4$, $a=2x$, and $b=-3$:
To obtain the $x^3$ term, we must set the power of $x$ equal to $3$:
Substitute $r=1$ back into the general term:
EXAMPLE 4
Find the term of $x^5$ in the expansion of $(2x-3)^7$.
Solution:
Write out the general term:
We need the power of $x$ to be $5$:
Substitute $r=2$:
EXAMPLE 5
In the expansion of $(2x^2+1)^8$, find the coefficient of $x^{10}$.
Solution:
Write out the general term and group the exponents of $x$:
Equate the exponent of $x$ to $10$:
Substitute $r=3$ to find the term:
The coefficient is $1792$.
EXAMPLE 6
In the expansion of $\left(2x+\dfrac{1}{x}\right)^6$ find:
(a) the coefficient of $x^2$
(b) the constant term
Solution:
First, establish the general term and simplify the powers of $x$:
(a) For the coefficient of $x^2$:
Set the power of $x$ to $2$:
Substitute $r=2$ into the simplified coefficient part:
(b) For the constant term:
The constant term has no $x$, which means the power of $x$ is $0$:
Substitute $r=3$ into the coefficient part:
EXAMPLE 7
Find the constant term in the expansion of $\left(2x^2 - \dfrac{3}{x}\right)^{12}$.
Solution:
Establish the general term and group the variables:
For the constant term, set the exponent to $0$:
Substitute $r=8$:
EXAMPLE 8 (Composite Expressions)
Find the term of $x^5$ in the expansion of $(2x+3)(4x+1)^7$.
Solution:
The full expansion involves distributing the $(2x+3)$ across the expansion of $(4x+1)^7$. To create an $x^5$ term, we must multiply the $2x$ by the $x^4$ term, and the $3$ by the $x^5$ term.
1. Find the $x^4$ term in $(4x+1)^7$: For $x^4$, we need $(4x)^4(1)^3 \implies r=3$.
2. Find the $x^5$ term in $(4x+1)^7$: For $x^5$, we need $(4x)^5(1)^2 \implies r=2$.
Now multiply by the respective parts of the first bracket:
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:
(a) Expand the right-hand side to verify:
(b) Using the factorization, we are looking for the coefficient of $x^2$ in:
Expand each factor ascendingly up to the $x^2$ term (higher powers will not contribute to the final $x^2$ term):
First bracket:
Second bracket:
Now multiply the expansions together, keeping only the cross-multiplications that result in $x^2$:
The coefficient is $-560$.