Study Guide

Binomial Theorem

IB Mathematics Analysis and Approaches HLΒ· Topic 1: Number & AlgebraΒ· 5 min read

1. Binomial Theorem Basics and Binomial Coefficientsβ˜…β˜…β˜†β˜†β˜†β± 15 min

πŸ“˜ Definition

Binomial Theorem

(a+b)n,n∈Z+(a + b)^n, n \in \mathbb{Z}^+

For any positive integer , the expansion of is the sum of terms of the form for from to .

Example:

For ,

πŸ“ Worked Example

Calculate using both the combination formula and Pascal's triangle.

  1. 1

    Recall the combination formula for binomial coefficients:

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

    Substitute :

  4. 4
    (52)=5!2!3!=1202Γ—6=10\binom{5}{2} = \frac{5!}{2! 3!} = \frac{120}{2 \times 6} = 10
  5. 5

    For Pascal's triangle, row 5 (starting at ) is . The entry at index 2 is 10, matching the formula result.

Exam tip:

Always check that the sum of the exponents of and in any term equals for a quick error check.

2. Expanding Full Binomial Expressionsβ˜…β˜…β˜…β˜†β˜†β± 20 min

For small , Pascal's triangle gives quick coefficients, while for larger , the combination formula is more reliable. Always include the sign of any negative term when expanding.

πŸ“ Worked Example

Expand fully.

  1. 1

    Identify , , . Binomial coefficients for are .

  2. 2

    Calculate each term individually:

  3. 3
    k=0:1(2x)4(βˆ’3y)0=16x4k=0: 1(2x)^4(-3y)^0 = 16x^4
  4. 4
    k=1:4(2x)3(βˆ’3y)1=βˆ’96x3yk=1: 4(2x)^3(-3y)^1 = -96x^3y
  5. 5
    k=2:6(2x)2(βˆ’3y)2=216x2y2k=2: 6(2x)^2(-3y)^2 = 216x^2y^2
  6. 6
    k=3:4(2x)1(βˆ’3y)3=βˆ’216xy3k=3: 4(2x)^1(-3y)^3 = -216xy^3
  7. 7
    k=4:1(2x)0(βˆ’3y)4=81y4k=4: 1(2x)^0(-3y)^4 = 81y^4
  8. 8

    Combine all terms to get the full expansion:

  9. 9
    (2xβˆ’3y)4=16x4βˆ’96x3y+216x2y2βˆ’216xy3+81y4(2x - 3y)^4 = 16x^4 - 96x^3y + 216x^2y^2 - 216xy^3 + 81y^4
βœ“ Quick check

What is the coefficient of in ?

  1. What is the coefficient of in ?

    • 10

    • 40

    • 80

    • 20

    Reveal answer
    40 β€”

    The term is , so the coefficient is 40.

3. Finding a Specific Term or Coefficientβ˜…β˜…β˜…β˜†β˜†β± 20 min

Most IB exam questions do not require a full expansion. Instead, they ask for the coefficient of a specific power of , or the constant term, which we can find using the general term formula.

πŸ“˜ Definition

General Term

The th term in the expansion of is , where ranges from to .

πŸ“ Worked Example

Find the constant term in the expansion of .

  1. 1

    Write the general term for this expansion:

  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=2(6βˆ’k)βˆ’k=12βˆ’3k\text{exponent} = 2(6 - k) - k = 12 - 3k
  5. 5

    We want the constant term, so set the exponent of equal to 0:

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

    Substitute back to calculate 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

Exam tip:

Term number is , not . If asked for the 5th term, use , not .

4. Approximation Applicationsβ˜…β˜…β˜…β˜…β˜†β± 15 min

The binomial theorem is commonly used to approximate values of the form when is very small, so higher power terms become negligible.

πŸ“ Worked Example

Approximate correct to 3 decimal places using the binomial theorem.

  1. 1

    Rewrite as , so we expand :

  2. 2
    k=0:1(1)8(0.02)0=1k=0: 1(1)^8(0.02)^0 = 1
  3. 3
    k=1:8(1)7(0.02)1=0.16k=1: 8(1)^7(0.02)^1 = 0.16
  4. 4
    k=2:28(1)6(0.02)2=0.0112k=2: 28(1)^6(0.02)^2 = 0.0112
  5. 5
    k=3:56(1)5(0.02)3=0.000448k=3: 56(1)^5(0.02)^3 = 0.000448
  6. 6

    Terms for are smaller than 0.000001, negligible for 3 decimal place accuracy. Sum the terms:

  7. 7
    1+0.16+0.0112+0.000448=1.171648β‰ˆ1.1721 + 0.16 + 0.0112 + 0.000448 = 1.171648 \approx 1.172

5. Common Pitfalls

Wrong move:

Forgetting to include the negative sign when expanding , treating as positive.

Why:

This leads to incorrect signs on alternating terms in the expansion.

Correct move:

Always write as , so gives the correct sign automatically.

Wrong move:

Taking for the 5th term, instead of .

Why:

The general term starts at for the first term, not .

Correct move:

Remember is the th term: subtract 1 from the term number to get .

Wrong move:

Incorrect exponent simplification, e.g. instead of .

Why:

Misapplication of the exponent power rule leads to wrong and wrong coefficient.

Correct move:

Always write out the exponent simplification step by step, use .

Wrong move:

Using the finite binomial formula for non-positive integer .

Why:

Confusing the positive integer binomial theorem with the infinite general binomial series.

Correct move:

Only use the sum from to when is a positive integer, use the general series for other exponents.

6. Quick Reference Cheatsheet

Concept

Formula / Rule

Binomial Theorem

Binomial Coefficient

General Term

, β†’ first term

Constant Term

Set exponent of = 0, solve for

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 Β· 1

    Find coefficient of x^5

  • 2024 Β· 2

    Approximate (1.03)^7

  • 2023 Β· 1

    Find constant term in expansion

Going deeper

What's Next

Mastering the binomial theorem for positive integer exponents is foundational for combinatorics, probability, and the general binomial series for non-integer exponents, which is used for approximation problems in calculus and series. This topic is frequently combined with combinations to solve counting problems in IB exams. Building on this knowledge, you can explore further topics in algebra and series that build on core binomial concepts.