IB Maths
Paper 1 & 2
18 min read
The Binomial Theorem
The binomial theorem is a shortcut to expand (a + b)n for any positive integer n — without multiplying out brackets by hand. It uses the nCr coefficients you’ve just met. The whole formula is in the booklet, so the real skill is using it.
📘
What you need to know
- The full formula (in the formula booklet)
- How to expand a full binomial like (a + b)5
- How to handle brackets for things like (1 + 2x)5 or (3 − 2x)5
- How to find a specific term using the general-term formula nCr an−r br
- The powers always sum to n — useful checking trick
- Watch out for negative signs when b is negative
The formula
The full binomial theorem looks intimidating, but it’s just a pattern. Here it is — straight from the booklet:
(a + b)n = an + nC1 an−1b + nC2 an−2b2 + … + nCr an−rbr + … + bn
Notice three patterns running through every term:
Anatomy of (a + b)5
1
a5
+
5
a4b
+
10
a3b2
+
10
a2b3
+
5
ab4
+
1
b5
Powers of a decrease: 5, 4, 3, 2, 1, 0
Powers of b increase: 0, 1, 2, 3, 4, 5
Coefficients: 1, 5, 10, 10, 5, 1 (Pascal’s row 5)
Powers in each term sum to 5 (n)
The “n+1 terms” rule: when you expand (a + b)n, you get n + 1 terms total. So (a + b)5 has 6 terms, (a + b)10 has 11 terms.
Expanding harder binomials
When the inside isn’t just a and b — like (1 + 2x)5 or (3 − 2x)5 — the brackets save you.
- Identify a, b, n. For (1 + 2x)5: a = 1, b = 2x, n = 5.
- Substitute and keep the brackets. Each b in the formula becomes (2x).
- Apply index laws. e.g. (2x)3 = 23x3 = 8x3.
- Mind the sign. If b is negative, e.g. b = −3y, then (−3y)2 = +9y2 but (−3y)3 = −27y3.
Even power of negative
(−3y)2 = +9y2
Negatives cancel — result is positive.
Odd power of negative
(−3y)3 = −27y3
Negative survives — result is negative.
Finding a specific term
Often the question doesn’t want the whole expansion — just the coefficient of x5, or the term in x14. For those, use the general term formula.
nCr
×
an−r
×
br
nCrThe binomial coefficient — get from formula or Pascal’s Triangle.
an−r“First” term raised to a decreasing power.
br“Second” term raised to an increasing power.
- Substitute n, a, b into nCr an−r br.
- Look only at the power of x in your expression.
- Set that power equal to whatever the question wants.
- Solve for r, then plug back in to get the full term.
Worked Examples
✎
Example 1 — Full expansion
Expand (1 + x)4 in full.
Answer:
a = 1, b = x, n = 4. Coefficients (Pascal’s row 4): 1, 4, 6, 4, 1.
(1 + x)4 = 14 + 4(1)3(x) + 6(1)2(x)2 + 4(1)(x)3 + x4
Simplify (any power of 1 is 1):
(1 + x)4 = 1 + 4x + 6x2 + 4x3 + x4
Quick check: 5 terms ✓ (n + 1 = 5)
✎
Example 2 — Negative term, ascending powers
Find the first three terms, in ascending powers of x, in the expansion of (3 − 2x)5.
Answer:
a = 3, b = −2x, n = 5. “Ascending” means start with constant.
(3 − 2x)5 = 35 + 5C1(3)4(−2x) + 5C2(3)3(−2x)2 + …
Compute each piece carefully — watch the negative!
35 = 243
5 × 81 × (−2x) = −810x
10 × 27 × 4x2 = 1080x2
(3 − 2x)5 ≈ 243 − 810x + 1080x2
(−2x)2 = +4x2, so the third term is positive!
✎
Example 3 — Find a specific term
Find the term in x14 in the expansion of (2x + x3)8.
Answer:
Step 1: identify a = 2x, b = x³, n = 8.
Step 2: write the general term nCr an−r br.
8Cr (2x)8−r (x3)r
Step 3: just track the powers of x.
x8−r × x3r = x8+2r
Step 4: set 8 + 2r = 14 → r = 3.
Step 5: substitute r = 3 back into the general term.
8C3 × (2x)5 × (x3)3
= 56 × 32x5 × x9
= 56 × 32 × x14
term = 1792x14
✎
Example 4 — Coefficient of x⁴
Find the coefficient of x4 in the expansion of (1 + 3x)7.
Answer:
a = 1, b = 3x, n = 7. General term:
7Cr (1)7−r (3x)r = 7Cr × 3r × xr
x⁴ occurs when r = 4.
term = 7C4 × 34 × x4
Compute pieces:
7C4 = 7C3 = 35 (using symmetry)
34 = 81
coefficient = 35 × 81 = 2835
Coefficient of x4 = 2835
✎
Example 5 — Negative inside, specific coefficient
Find the coefficient of x2 in the expansion of (2 − x)6.
Answer:
a = 2, b = −x, n = 6. General term:
6Cr (2)6−r (−x)r
x² occurs when r = 2.
term = 6C2 × 24 × (−x)2
(−x)² = +x², so the sign is positive.
6C2 = 15
24 = 16
coefficient = 15 × 16 = 240
Coefficient of x2 = 240
If r had been odd, the sign would have flipped to negative!
💡
Tips
- For “find the coefficient” questions, only track powers of x — don’t expand everything.
- Use symmetry: nCr = nCn−r halves your work for full expansions.
- Check power totals: in every term, exponents of a and b should sum to n.
- The coefficient is the number only — don’t include the xr part if asked just for the coefficient.
⚠
Common mistakes
- Forgetting to bracket coefficients. (2x)3 = 8x3, NOT 2x3. The coefficient gets cubed too.
- Sign errors with negatives. (−3)2 = +9, but (−3)3 = −27. Even powers kill the minus, odd powers keep it.
- Wrong number of terms. (a+b)n has n + 1 terms, not n.
- Mixing up “coefficient” and “term”. Term in x4 = 2835x4; coefficient of x4 = 2835. Read carefully!
- Powers not summing to n. If you write 5a3b3 in a (a+b)5 expansion, that’s wrong (3+3 ≠ 5). Always check!
- Confusing ascending vs descending powers of x. “Ascending” starts with the constant; “descending” starts with the highest power.
Final word: the formula does the heavy lifting — your job is bracketing carefully, watching signs, and tracking powers of x. For “find the coefficient” questions, the general-term shortcut nCr an−r br is your best friend. Practise 5–6 problems and it’ll feel automatic.
Need help with the Binomial Theorem?
Get 1-on-1 help from an IB examiner who knows exactly what Paper 1 & 2 are looking for.
Book Free Session →