The Binomial Theorem — Expansion
Pascal's triangle gives you the pattern, but the Binomial Theorem gives you the power — expand any $(a+b)^n$ instantly without drawing rows of triangles. From compound interest to probability distributions to quantum mechanics, binomial expansions appear everywhere. In this lesson you'll master the theorem, handle negative and fractional-coefficient cases, and learn to expand with confidence.
You want to expand $(x+2)^4$. Without multiplying out the brackets — what do you think the coefficient of $x^2$ will be? And what row of Pascal's triangle corresponds to $(a+b)^4$? Make your best guess before reading on.
There are only two things to lock in for this entire topic. Master these and every binomial expansion question becomes routine:
Every expansion reduces to one of two tasks: write down the theorem — $(a+b)^n = \sum_{r=0}^{n} \,^nC_r\, a^{n-r} b^r$ — then substitute carefully, paying special attention to signs when $b$ is negative and to the coefficient of $a$ when it is not 1.
Key facts
- $(a+b)^n = \sum_{r=0}^{n} \,^nC_r\, a^{n-r} b^r$
- There are $n+1$ terms in the expansion of $(a+b)^n$
- The coefficients equal the entries in row $n$ of Pascal's triangle
Concepts
- Why $^nC_r$ counts the ways to choose $b$ from $r$ of the $n$ brackets
- How the alternating signs arise naturally in $(a-b)^n$
- Why $(a+b)^n \neq a^n + b^n$ for $n > 1$
Skills
- Expand $(a+b)^n$ fully for any given $a$, $b$, and $n$
- Handle cases where $a$ or $b$ has a coefficient (e.g. $2x$)
- Handle $(a-b)^n$ correctly with alternating signs
When you expand $(a+b)^n$ by multiplying $n$ brackets together, each term is formed by choosing either $a$ or $b$ from each bracket. To get the term $a^{n-r} b^r$, you must choose $b$ from exactly $r$ of the $n$ brackets — and the number of ways to do that is $^nC_r$. This gives the Binomial Theorem:
Written out in full:
The coefficients $^nC_0, \,^nC_1, \ldots, \,^nC_n$ are exactly row $n$ of Pascal's triangle (starting the count from row 0).
(a+b)^n = _{r=0}^{n} \,^nC_r\, a^{n-r} b^r — write this out in full notation for your reference sheet; There are n+1 terms in the expansion of (a+b)^n
Pause — copy the Binomial Theorem into your book: $(a+b)^n = \sum_{r=0}^{n} \binom{n}{r} a^{n-r} b^r$; there are $n+1$ terms; the powers of $a$ decrease from $n$ to $0$ while powers of $b$ increase from $0$ to $n$.
Quick check: How many terms are in the full expansion of $(x+y)^5$?
Worked examples · 3 in a row, reveal as you go
Expand $(x+2)^4$.
Expand $(2x-1)^3$.
Expand $(2x+3)^3$.
Did you get this? True or false: in the expansion of $(x+y)^6$, the coefficient of $x^2y^4$ is $15$.
Misconceptions to fix · the 3 traps that cost marks
Fill the gap: The coefficient of $x^3$ in $(x+1)^4$ is $^4C_1 = $ .
Activities · practice with the ideas
Expand $(x+1)^4$ using the Binomial Theorem. Show all terms before simplifying.
Expand $(2x+3)^3$. Identify $a$, $b$, and $n$ before beginning.
Expand $(x-2)^4$. Be careful with signs — show each term's sign clearly.
Find the coefficient of $x^2$ in the expansion of $(3x-1)^5$. You do not need to expand the full expression.
Explain in your own words why there are exactly $n+1$ terms in the expansion of $(a+b)^n$.
Earlier you were asked: what is the coefficient of $x^2$ in $(x+2)^4$?
The term containing $x^2$ corresponds to $r = 2$: $T_3 = \,^4C_2 \, x^2 \cdot (2)^2 = 6 \cdot 4 = 24$. So the coefficient is $24$ — the Pascal coefficient $6$ multiplied by $2^2 = 4$.
Row 4 of Pascal's triangle is $1, 4, 6, 4, 1$. Notice these are the binomial coefficients $^4C_0, \,^4C_1, \,^4C_2, \,^4C_3, \,^4C_4$. The theorem is just Pascal's triangle made algebraic, with powers of $a$ and $b$ attached to each entry.
Check: True or false: the expansion of $(a+b)^n$ has $n$ terms.
Odd one out: Which of the following is incorrect?
Pick your answer, then rate your confidence — that tells the system what to drill next. Each retry pulls a fresh mix from the bank.
Q1. Expand $(x+1)^4$ using the Binomial Theorem, showing all working. (2 marks)
Q2. Expand $(2x+3)^3$, showing all five binomial coefficients before simplifying. (2 marks)
Q3. Expand $(x-2)^4$. Hence find the value of $(0.98)^4$ correct to four decimal places, explaining your method. (3 marks)
Comprehensive answers (click to reveal)
Activity: 1. $(x+1)^4 = x^4 + 4x^3 + 6x^2 + 4x + 1$ · 2. $(2x+3)^3 = 8x^3 + 36x^2 + 54x + 27$ · 3. $(x-2)^4 = x^4 - 8x^3 + 24x^2 - 32x + 16$ · 4. Term with $x^2$: $r=3$, so $T_4 = \,^5C_3(3x)^2(-1)^3 = 10 \cdot 9x^2 \cdot (-1) = -90x^2$; coefficient $= -90$ · 5. $r$ runs from $0$ to $n$ inclusive, giving $n+1$ values, hence $n+1$ terms.
Q1 (2 marks): $(x+1)^4 = \,^4C_0 x^4 + \,^4C_1 x^3 + \,^4C_2 x^2 + \,^4C_3 x + \,^4C_4$ [1] $= x^4 + 4x^3 + 6x^2 + 4x + 1$ [1].
Q2 (2 marks): $(2x+3)^3 = \,^3C_0(2x)^3 + \,^3C_1(2x)^2(3) + \,^3C_2(2x)(3)^2 + \,^3C_3(3)^3$ [1] $= 8x^3 + 36x^2 + 54x + 27$ [1].
Q3 (3 marks): $(x-2)^4 = x^4 - 8x^3 + 24x^2 - 32x + 16$ [1]. Let $x = 1$, so $(1-2)^4 = (- 1)^4 = 1$; but for $(0.98)^4$ set $x = 1$ in $(x - 2)^4$ gives $(1-2)^4 = 1 \neq (0.98)^4$. Instead substitute $x = 0.98 + 2 = 2.98$... Simpler method: note $0.98 = 1 - 0.02$, expand $(1-0.02)^4$ using the theorem: $1 - 4(0.02) + 6(0.02)^2 - 4(0.02)^3 + (0.02)^4 = 1 - 0.08 + 0.0024 - 0.000032 + 0.00000016 \approx 0.9224$ [1 for correct expansion; 1 for substitution; 1 for answer $\approx 0.9224$].
Five timed questions on binomial expansions. Beat the boss to bank a tier — gold (90% + speed), silver (75%), or bronze (50%). Replays welcome.
⚔ Enter the arenaClimb platforms by answering Binomial Theorem expansion questions. A lighter alternative to the boss.
Mark lesson as complete
Tick when you've finished the practice and review.