Study Guide

Binomial expansion and binomial theorem

IB Mathematics Analysis and Approaches SLΒ· Unit 1: Number & AlgebraΒ· 15 min read

1. Binomial Coefficientsβ˜…β˜…β˜†β˜†β˜†β± 5 min

πŸ“˜ Definition

Binomial Coefficient

(nk)=n!k!(nβˆ’k)!\binom{n}{k} = \frac{n!}{k!(n-k)!}

A value representing the number of ways to choose k items from n total items, used to find the coefficient of each term in a binomial expansion.

Example:

\binom{5}{2} = 10

Binomial coefficients can also be found using Pascal's Triangle, where the nth row (starting counting from row 0) gives all coefficients for . The first 5 rows are shown below:

Row 0:1Row 1:11Row 2:121Row 3:1331Row 4:14641\begin{aligned} \text{Row } 0: & \quad 1 \\ \text{Row } 1: & \quad 1 \quad 1 \\ \text{Row } 2: & \quad 1 \quad 2 \quad 1 \\ \text{Row } 3: & \quad 1 \quad 3 \quad 3 \quad 1 \\ \text{Row } 4: & \quad 1 \quad 4 \quad 6 \quad 4 \quad 1 \end{aligned}
πŸ“ Worked Example

Calculate using the factorial formula, then confirm with Pascal's triangle.

  1. 1

    Substitute n=6, k=3 into the factorial formula:

  2. 2
    (63)=6!3!(6βˆ’3)!=6Γ—5Γ—4Γ—3!3!Γ—3Γ—2Γ—1\binom{6}{3} = \frac{6!}{3! (6-3)!} = \frac{6 \times 5 \times 4 \times 3!}{3! \times 3 \times 2 \times 1}
  3. 3

    Cancel from numerator and denominator, then simplify:

  4. 4
    6Γ—5Γ—43Γ—2Γ—1=1206=20\frac{6 \times 5 \times 4}{3 \times 2 \times 1} = \frac{120}{6} = 20
  5. 5

    Row 6 of Pascal's triangle is . The 4th entry (index starting at 0) is 20, which matches the calculation.

Exam tip:

For n ≀ 6, Pascal's triangle is faster than factorial calculation and less prone to arithmetic error.

2. The Binomial Theorem and Full Expansionβ˜…β˜…β˜†β˜†β˜†β± 5 min

πŸ“˜ Definition

Binomial Theorem

(a+b)n=βˆ‘k=0n(nk)anβˆ’kbk(a+b)^n = \sum_{k=0}^n \binom{n}{k} a^{n-k} b^k

A general formula to expand any power of a binomial sum for positive integer n.

πŸ“ Worked Example

Expand fully using the binomial theorem.

  1. 1

    Align the binomial with the formula: , , .

  2. 2

    Write out each term using the binomial sum:

  3. 3
    (30)(2x)3(βˆ’3)0+(31)(2x)2(βˆ’3)1+(32)(2x)1(βˆ’3)2+(33)(2x)0(βˆ’3)3\binom{3}{0}(2x)^3(-3)^0 + \binom{3}{1}(2x)^2(-3)^1 + \binom{3}{2}(2x)^1(-3)^2 + \binom{3}{3}(2x)^0(-3)^3
  4. 4

    Calculate each term individually:

  5. 5
    1. First term:
    2. Second term:
    3. Third term:
    4. Fourth term:
  6. 6

    Combine all terms for the final expansion:

  7. 7
    (2xβˆ’3)3=8x3βˆ’36x2+54xβˆ’27(2x - 3)^3 = 8x^3 - 36x^2 + 54x - 27

3. Finding a Specific Termβ˜…β˜…β˜…β˜†β˜†β± 6 min

A very common IB exam question asks for the coefficient of a specific term (or the constant term) in a binomial expansion, without requiring full expansion. To do this, you use the general term of the expansion to solve for the k value that matches your required exponent.

For an expansion of , the general (k+1)th term (starting from k=0) is:

Tk+1=(nk)(axm)nβˆ’kbkT_{k+1} = \binom{n}{k} (ax^m)^{n-k} b^k
πŸ“ Worked Example

Find the constant term in the expansion of .

  1. 1

    Identify values: , , , . Substitute into the general term:

  2. 2
    Tk+1=(6k)(x2)6βˆ’k(2x)kT_{k+1} = \binom{6}{k} (x^2)^{6-k} \left(\frac{2}{x}\right)^k
  3. 3

    Simplify the exponent of :

  4. 4
    Exponent of x=2(6βˆ’k)βˆ’k=12βˆ’3k\text{Exponent of } x = 2(6-k) - k = 12 - 3k
  5. 5

    A constant term has an exponent of 0, so solve for k:

  6. 6
    12βˆ’3k=0β€…β€ŠβŸΉβ€…β€Šk=412 - 3k = 0 \implies k = 4
  7. 7

    Substitute k=4 back to find the constant term:

  8. 8
    T5=(64)(x2)2(2x)4=15Γ—x4Γ—16x4=240T_{5} = \binom{6}{4} (x^2)^{2} \left(\frac{2}{x}\right)^4 = 15 \times x^4 \times \frac{16}{x^4} = 240
  9. 9

    The constant term is 240.

Exam tip:

Remember that k starts at 0, so the mth term uses k = m-1, not k=m.

4. Common Pitfalls

Wrong move:

Forgetting negative signs when expanding

Why:

Treating the second term as positive b instead of -b, leading to wrong signs on odd-powered terms

Correct move:

Rewrite as before substitution, to explicitly track negative signs

Wrong move:

Using k equal to the term number (e.g. k=5 for the 5th term)

Why:

The first term of the expansion is k=0, so the k value is offset by 1

Correct move:

For the mth term, use k = m-1 when calculating the general term

Wrong move:

Swapping exponents: writing instead of

Why:

Misaligning a and b with the exponents in the formula

Correct move:

Clearly label which term in your binomial is a and which is b before applying the formula

Wrong move:

Forgetting to raise the constant coefficient of a term to the correct power

Why:

Only raising the variable part to the exponent, ignoring the constant coefficient

Correct move:

Remember , so always calculate the coefficient's power when expanding

5. Quick Reference Cheatsheet

Concept

Formula / Rule

Binomial Coefficient

Binomial Theorem

General Term

Constant Term Condition

Set exponent of , solve for

Pascal's Triangle Entry

Entry = sum of two entries directly above

When this came up on past exams

AI-estimated based on syllabus patterns β€” cross-check with official past papers for accuracy. Use only as revision-focus signals.

  • 2025 Β· Paper 1

    Find coefficient of term

  • 2024 Β· Paper 1

    Expand fully

  • 2023 Β· Paper 2

    Find the constant term in expansion

Going deeper

  • internalCombinations and permutationsPrerequisite topic for factorial notation

What's Next

Binomial expansion is a foundational algebraic skill for IB AA SL that reappears across multiple topics, most notably in probability with the binomial distribution. The combinatorial reasoning behind binomial coefficients also underpins many counting problems for probability questions, which regularly appear on both Paper 1 and Paper 2. Even beyond exam questions, understanding the structure of binomial expansions makes expanding higher-order polynomials much faster than repeated distribution, and helps with finding derivatives or integrals of polynomial expressions. Mastery of this subtopic will also prepare you for further work on sequences and series in later units.