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.

  1. Identify a, b, n. For (1 + 2x)5: a = 1, b = 2x, n = 5.
  2. Substitute and keep the brackets. Each b in the formula becomes (2x).
  3. Apply index laws. e.g. (2x)3 = 23x3 = 8x3.
  4. 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.
  1. Substitute n, a, b into nCr anāˆ’r br.
  2. Look only at the power of x in your expression.
  3. Set that power equal to whatever the question wants.
  4. 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 →