SL AA · Algebra

Binomial expansion without the panic — SL AA worked examples

25 Jul 2026 · by Pete Bromfield · 8 min read

Binomial expansion can look daunting when you first see it, especially with all the new notation. In my ten years of teaching IB Maths, I have seen students hesitate before even trying to tackle these problems. However, for my SL AA students, I always emphasize that once you grasp the underlying pattern and the formula, binomial expansion problems become some of the most predictable and straightforward questions in the exam.

My goal here is to strip away the complexity. We will walk through the core concepts for IB Maths SL AA, breaking down the formula and working through a few common types of problems you are likely to encounter. By the end, you should feel more confident about approaching these questions, whether you are a DP1 student just starting out or a DP2 student preparing for your final exams.

Understanding the Basics of Binomial Expansion

A binomial expression is simply an expression with two terms, like $(a+b)$. Binomial expansion is the process of expanding expressions like $(a+b)^n$, where $n$ is a positive integer. Trying to multiply $(a+b)$ by itself many times, say $(a+b)^5$, would be incredibly tedious and prone to errors. This is where the binomial theorem comes in.

Before diving into the formula, let's observe a pattern. Consider the expansion of $(a+b)^n$ for small integer values of $n$:

From these expansions, my students and I notice a few consistent patterns:

The Binomial Theorem Formula for SL AA

The Binomial Theorem provides a direct way to expand $(a+b)^n$ without having to construct Pascal's Triangle or perform repeated multiplications. For SL AA, the general formula is:

$(a+b)^n = \sum_{r=0}^n \binom{n}{r} a^{n-r} b^r$

Let's break down this formula piece by piece:

When my students use this formula, I encourage them to clearly identify $a$, $b$, and $n$ first. This makes the substitution much smoother.

Worked Example 1: Full Expansion of a Binomial

Let's expand $(2x+3)^4$. This is a common type of question, especially in Paper 1 SL AA, where you might need to show your working for each term.

Step-by-step Solution:

  1. Identify $a$, $b$, and $n$:
    • $a = 2x$
    • $b = 3$
    • $n = 4$
  2. Write out the general term formula: The formula for each term is $\binom{n}{r} a^{n-r} b^r$. We will generate terms for $r=0, 1, 2, 3, 4$.
  3. Calculate each term:
    • For $r=0$ (1st term):

      $\binom{4}{0} (2x)^{4-0} (3)^0 = 1 \cdot (2x)^4 \cdot 1 = 16x^4$

    • For $r=1$ (2nd term):

      $\binom{4}{1} (2x)^{4-1} (3)^1 = 4 \cdot (2x)^3 \cdot 3 = 4 \cdot 8x^3 \cdot 3 = 96x^3$

    • For $r=2$ (3rd term):

      $\binom{4}{2} (2x)^{4-2} (3)^2 = 6 \cdot (2x)^2 \cdot 9 = 6 \cdot 4x^2 \cdot 9 = 216x^2$

    • For $r=3$ (4th term):

      $\binom{4}{3} (2x)^{4-3} (3)^3 = 4 \cdot (2x)^1 \cdot 27 = 4 \cdot 2x \cdot 27 = 216x$

    • For $r=4$ (5th term):

      $\binom{4}{4} (2x)^{4-4} (3)^4 = 1 \cdot (2x)^0 \cdot 81 = 1 \cdot 1 \cdot 81 = 81$

  4. Sum the terms:

    $(2x+3)^4 = 16x^4 + 96x^3 + 216x^2 + 216x + 81$

See how breaking it down makes the process manageable? Each step is logical, and the GDC handles the binomial coefficients.

Tip: Always use brackets for terms like $(2x)$ or $(3)$ when substituting into the formula, especially when they have powers. For instance, $(2x)^4 = 2^4 x^4 = 16x^4$, not $2x^4$. This helps avoid distribution errors, especially with negative terms.

Worked Example 2: Finding a Specific Term

Often, you don't need the entire expansion. Instead, the question asks for a specific term, such as the coefficient of $x^k$ or a constant term. This is a crucial skill for IB Maths SL AA. Let's find the coefficient of $x^3$ in the expansion of $(x-2)^5$.

Step-by-step Solution:

  1. Identify $a$, $b$, and $n$:
    • $a = x$
    • $b = -2$ (Pay attention to the negative sign!)
    • $n = 5$
  2. Set up the general term: The formula for the general term is $\binom{n}{r} a^{n-r} b^r$. Substituting $a, b, n$:

    Term $= \binom{5}{r} (x)^{5-r} (-2)^r$

  3. Determine $r$: We are looking for the term with $x^3$. From our general term, the power of $x$ is $5-r$. So, we set $5-r = 3$.

    $5-r = 3 \implies r = 2$

  4. Substitute $r$ back into the general term formula:

    Term $= \binom{5}{2} (x)^{5-2} (-2)^2$

    Term $= \binom{5}{2} (x)^3 (-2)^2$

  5. Calculate the values:
    • $\binom{5}{2} = 10$ (using your GDC)
    • $x^3$ remains $x^3$
    • $(-2)^2 = 4$ (remember, a negative base raised to an even power is positive)
  6. Combine to find the term:

    Term $= 10 \cdot x^3 \cdot 4 = 40x^3$

The question asked for the coefficient of $x^3$, which is $40$. This is a typical flashcard-worthy type of problem to master.

Worked Example 3: Finding the Constant Term

Another common variation is finding the "constant term." This is the term in the expansion that does not contain the variable (i.e., it has $x^0$). Let's find the constant term in the expansion of $\left(x^2 - \frac{1}{x}\right)^6$. This often trips up my students because of the fractional and negative powers, but it is entirely manageable if you are systematic.

Step-by-step Solution:

  1. Identify $a$, $b$, and $n$:
    • $a = x^2$
    • $b = -\frac{1}{x} = -x^{-1}$ (Crucial to rewrite this with a negative exponent!)
    • $n = 6$
  2. Set up the general term:

    Term $= \binom{6}{r} (x^2)^{6-r} (-x^{-1})^r$

  3. Simplify the powers of $x$: This is where careful algebraic manipulation is key.

    Term $= \binom{6}{r} x^{2(6-r)} (-1)^r (x^{-1})^r$

    Term $= \binom{6}{r} x^{12-2r} (-1)^r x^{-r}$

    Term $= \binom{6}{r} (-1)^r x^{12-2r-r}$

    Term $= \binom{6}{r} (-1)^r x^{12-3r}$

  4. Determine $r$ for the constant term: A constant term means the power of $x$ is $0$. So, we set the exponent of $x$ to $0$.

    $12-3r = 0 \implies 3r = 12 \implies r = 4$

  5. Substitute $r=4$ back into the simplified general term:

    Constant Term $= \binom{6}{4} (-1)^4 x^{12-3(4)}$

    Constant Term $= \binom{6}{4} (-1)^4 x^0$

  6. Calculate the values:
    • $\binom{6}{4} = 15$ (using your GDC)
    • $(-1)^4 = 1$ (even power makes it positive)
    • $x^0 = 1$
  7. Combine to find the constant term:

    Constant Term $= 15 \cdot 1 \cdot 1 = 15$

The constant term in the expansion of $\left(x^2 - \frac{1}{x}\right)^6$ is $15$. This problem demonstrates the need for strong exponent rules, something we cover in early Pre-IB topics.

Beyond the Examples: Practice is Key

Binomial expansion for SL AA boils down to understanding the formula, carefully identifying $a$, $b$, and $n$, and being meticulous with algebra, especially signs and exponents. The three examples above cover the most common types of questions you will see in your IB exams.

Don't just read through these examples. Try them yourself. Then, seek out more problems from your textbook or past papers. The more you practice, the faster and more accurate you will become. If you need more structured practice, review your class notes or consider making your own flashcards for the formula and key steps. Mastery comes from repetition and identifying where you tend to make mistakes, then actively working to correct them.

Want to actually drill this?

Every IB Maths topic on this page has a full practice engine at ibmathrevision.com — with AI grading trained on real IB mark schemes.

Get access →