△ The Binomial Expansion

OCR FSMQ Additional Maths · Enumeration (EN1)

Level 3 · Ages 15–16

← Back to topic overview
1 Pascal's Triangle
EN1 asks you to understand and apply the binomial expansion of $(a+b)^n$ where $n$ is a positive integer. Everything starts with the pattern of coefficients.

Expand a few powers of $(a+b)$ by hand and the coefficients form a triangle, each number the sum of the two above it.

1 11 121 1331 14641 15101051 n = 0n = 1n = 2 n = 3n = 4n = 5 Each entry is the sum of the two directly above it: 3 + 3 = 6
Count the rows from zero. The row $1\;4\;6\;4\;1$ is row $n = 4$, and it has $5$ entries. In general row $n$ has $n+1$ entries.
Pascal's triangle is quick for $n$ up to about $6$. Beyond that, use $\binom{n}{r}$ or your calculator's nCr key rather than writing out fifteen rows.
2 The Coefficients as $\binom{n}{r}$
The binomial coefficient
$\binom{n}{r} = {}^nC_r = \dfrac{n!}{r!\,(n-r)!}$

Row $n$ of Pascal's triangle is exactly $\binom{n}{0}, \binom{n}{1}, \ldots, \binom{n}{n}$.

Worked Example 1 — Computing a coefficient

Evaluate $\binom{7}{3}$.

$\binom{7}{3} = \dfrac{7!}{3!\,4!}$
Cancel the $4!$: $\dfrac{7 \times 6 \times 5}{3 \times 2 \times 1}$
$= \dfrac{210}{6} = 35$
The quick way: write $r$ descending factors on top starting from $n$, and $r!$ on the bottom. For $\binom{7}{3}$ that is $\dfrac{7 \times 6 \times 5}{3 \times 2 \times 1}$ — no need for $7!$ at all.
Two facts worth knowing
$\binom{n}{0} = \binom{n}{n} = 1$  ·  $\binom{n}{r} = \binom{n}{n-r}$  (the triangle is symmetric)
Worked Example 2 — Using the symmetry

Evaluate $\binom{20}{18}$.

Computing $18$ factors would be painful. Use the symmetry:
$\binom{20}{18} = \binom{20}{2}$
$= \dfrac{20 \times 19}{2} = 190$
3 The Expansion Itself
The binomial theorem
$(a+b)^n = \binom{n}{0}a^n + \binom{n}{1}a^{n-1}b + \binom{n}{2}a^{n-2}b^2 + \cdots + \binom{n}{n}b^n$
Read the pattern: the power of $a$ counts down from $n$ to $0$, the power of $b$ counts up from $0$ to $n$, and the two powers always add to $n$. There are $n+1$ terms.
Worked Example 3 — A straightforward expansion

Expand $(1 + x)^5$.

Coefficients from row $5$: $1, 5, 10, 10, 5, 1$.
Powers of $1$ are all $1$, so only the powers of $x$ matter.
$(1+x)^5 = 1 + 5x + 10x^2 + 10x^3 + 5x^4 + x^5$
Check at $x = 1$: the left side is $2^5 = 32$, and the coefficients sum to $1+5+10+10+5+1 = 32$ ✓ This check works for every expansion of $(1+x)^n$.
Worked Example 4 — The specification's example

Expand $(3 + 2x)^5$ in ascending powers of $x$.

Here $a = 3$ and $b = 2x$, with coefficients $1, 5, 10, 10, 5, 1$.
$1 \times 3^5 = 243$
$5 \times 3^4 \times (2x) = 5 \times 81 \times 2x = 810x$
$10 \times 3^3 \times (2x)^2 = 10 \times 27 \times 4x^2 = 1080x^2$
$10 \times 3^2 \times (2x)^3 = 10 \times 9 \times 8x^3 = 720x^3$
$5 \times 3 \times (2x)^4 = 5 \times 3 \times 16x^4 = 240x^4$
$1 \times (2x)^5 = 32x^5$
$(3+2x)^5 = 243 + 810x + 1080x^2 + 720x^3 + 240x^4 + 32x^5$
The whole term gets raised to the power. $(2x)^3 = 8x^3$, not $2x^3$. This is where most marks are lost in this topic.
Worked Example 5 — A negative second term

Expand $(x - 2)^4$.

Treat $b = -2$. Coefficients: $1, 4, 6, 4, 1$.
$x^4$
$4x^3(-2) = -8x^3$
$6x^2(-2)^2 = 6x^2(4) = 24x^2$
$4x(-2)^3 = 4x(-8) = -32x$
$(-2)^4 = 16$
$(x-2)^4 = x^4 - 8x^3 + 24x^2 - 32x + 16$
The signs alternate when the second term is negative: $+, -, +, -, +$. If yours do not, you have dropped a minus.
4 Finding One Term Without Expanding

Questions often ask only for the coefficient of a particular power. There is no need to write the whole expansion.

The general term
The term containing $b^r$ is  $\binom{n}{r}\,a^{n-r}\,b^{r}$
Worked Example 6 — A specific coefficient

Find the coefficient of $x^4$ in the expansion of $(2 - 3x)^7$.

$x^4$ comes from $b^4$ where $b = -3x$, so $r = 4$ and $n - r = 3$.
Term $= \binom{7}{4}\,(2)^3\,(-3x)^4$
$\binom{7}{4} = \binom{7}{3} = 35$
$(2)^3 = 8$  and  $(-3)^4 = 81$
$35 \times 8 \times 81 = 22\,680$
The coefficient is $22\,680$ (and the term is $22\,680x^4$).
"Coefficient" means the number only — do not include the $x^4$. But if asked for "the term", you must include it.
Worked Example 7 — Approximating with a binomial

Use the expansion of $(1+x)^6$ to estimate $1.02^6$, and compare with the exact value.

$(1+x)^6 = 1 + 6x + 15x^2 + 20x^3 + \cdots$
Put $x = 0.02$.
$1 + 6(0.02) + 15(0.0004) + 20(0.000008)$
$= 1 + 0.12 + 0.006 + 0.00016 = 1.12616$
Exact: $1.02^6 = 1.126162\ldots$ — agreeing to $5$ decimal places.
Because $x$ is small, each successive term is far smaller than the last. Three or four terms is usually plenty, and the first term you drop tells you roughly how accurate you are.
5 Quick Reference

The theorem

$(a+b)^n = \sum \binom{n}{r}a^{n-r}b^r$.

Number of terms

$n+1$.

Powers

Always add to $n$.

Coefficients

Row $n$ of Pascal's triangle.

Quick $\binom{n}{r}$

$r$ descending factors over $r!$.

Symmetry

$\binom{n}{r} = \binom{n}{n-r}$.

Brackets

$(2x)^3 = 8x^3$ — the number gets cubed too.

Negative $b$

Signs alternate.

One term

$\binom{n}{r}a^{n-r}b^r$; pick $r$ from the power wanted.

Check

Set $x=1$: coefficients of $(1+x)^n$ sum to $2^n$.

6 Practice Questions
Question 1

Write down row $6$ of Pascal's triangle.

▶ Show solution

Row $5$ is $1, 5, 10, 10, 5, 1$. Adding adjacent pairs:

$1,\; 6,\; 15,\; 20,\; 15,\; 6,\; 1$

Seven entries, as expected for $n = 6$.

Question 2

Evaluate $\binom{8}{3}$ and $\binom{8}{5}$. Comment on your answers.

▶ Show solution

$\binom{8}{3} = \dfrac{8 \times 7 \times 6}{6} = 56$

$\binom{8}{5} = \binom{8}{3} = 56$

They are equal, illustrating the symmetry $\binom{n}{r} = \binom{n}{n-r}$.

Question 3

Expand $(1 + x)^6$.

▶ Show solution

$1 + 6x + 15x^2 + 20x^3 + 15x^4 + 6x^5 + x^6$

Question 4

Expand $(2 + x)^4$.

▶ Show solution

Coefficients $1, 4, 6, 4, 1$ with $a = 2$:

$2^4 + 4(2^3)x + 6(2^2)x^2 + 4(2)x^3 + x^4$

$= 16 + 32x + 24x^2 + 8x^3 + x^4$

Question 5

Expand $(1 - 2x)^4$.

▶ Show solution

$b = -2x$, coefficients $1, 4, 6, 4, 1$:

$1 + 4(-2x) + 6(-2x)^2 + 4(-2x)^3 + (-2x)^4$

$= 1 - 8x + 24x^2 - 32x^3 + 16x^4$

Question 6

Find the coefficient of $x^3$ in the expansion of $(1 + x)^{10}$.

▶ Show solution

$\binom{10}{3} = \dfrac{10 \times 9 \times 8}{6} = 120$

Question 7

Find the term in $x^2$ in the expansion of $(3 + x)^6$.

▶ Show solution

$r = 2$, so the term is $\binom{6}{2}(3)^4 x^2$.

$= 15 \times 81 \times x^2 = 1215x^2$

Question 8

Find the coefficient of $x^3$ in the expansion of $(2x - 1)^5$.

▶ Show solution

Take $a = 2x$ and $b = -1$. The power of $x$ comes from $a$, so we need $a^3$, i.e. $n - r = 3$ and $r = 2$.

Term $= \binom{5}{2}(2x)^3(-1)^2 = 10 \times 8x^3 \times 1 = 80x^3$

The coefficient is $80$.

Question 9

In the expansion of $(1 + kx)^5$ the coefficient of $x^2$ is $90$. Find the possible values of $k$.

▶ Show solution

The $x^2$ term is $\binom{5}{2}(kx)^2 = 10k^2x^2$.

$10k^2 = 90 \;\Rightarrow\; k^2 = 9$

$k = 3$ or $k = -3$.

Both work because the coefficient depends on $k^2$, which loses the sign. The $x$ coefficients would differ ($15$ and $-15$), but the question only fixes the $x^2$ term.

Question 10

(a) Expand $(1 + x)^8$ as far as the term in $x^3$.   (b) Use this to estimate $1.01^8$ to $6$ decimal places.   (c) Find the coefficient of $x^5$ in $\left(x^2 + \tfrac{2}{x}\right)^4$.   (d) Explain why the expansion in (a) would be a poor way to estimate $1.5^8$.

▶ Show solution

(a) Coefficients $\binom{8}{0} = 1$, $\binom{8}{1} = 8$, $\binom{8}{2} = 28$, $\binom{8}{3} = 56$:

$(1+x)^8 \approx 1 + 8x + 28x^2 + 56x^3$

(b) Put $x = 0.01$:

$1 + 0.08 + 28(0.0001) + 56(0.000001)$

$= 1 + 0.08 + 0.0028 + 0.000056 = 1.082856$

(The exact value is $1.0828567\ldots$, so this is correct to $6$ d.p.)

(c) Here $a = x^2$ and $b = \tfrac2x = 2x^{-1}$. The general term is

$\binom{4}{r}\left(x^2\right)^{4-r}\left(2x^{-1}\right)^r = \binom{4}{r}2^r x^{8-2r-r} = \binom{4}{r}2^r x^{8-3r}$

We need $8 - 3r = 5$, so $r = 1$.

Coefficient $= \binom{4}{1} \times 2^1 = 4 \times 2 = 8$

(d) Estimating $1.5^8$ needs $x = 0.5$, which is not small. The dropped terms are then large — the next one, $\binom{8}{4}x^4 = 70(0.0625) = 4.375$, is bigger than the $x^3$ term we kept.

The four-term estimate gives $1 + 4 + 7 + 7 = 19$, whereas $1.5^8 = 25.6$ — an error of about $26\%$. The approximation only works when $x$ is small enough that later terms shrink quickly.

The Binomial Expansion (EN1) · OCR FSMQ Additional Maths · Created with MathJax