1. Number and Algebra

Binomial Theorem

Binomial Theorem

Introduction

students, imagine you want to expand expressions like $\left(x+3\right)^5$ or $\left(2a-b\right)^7$ without multiplying everything out one step at a time. That would take a long time, and it would be easy to make mistakes. The Binomial Theorem gives a fast, organized way to expand powers of a binomial, which is an expression with two terms, such as $\left(x+2\right)$ or $\left(a-b\right)$. ✨

In this lesson, you will learn how the theorem works, why the coefficients appear in a pattern, and how to use it in IB Mathematics: Analysis and Approaches HL. You will also see how it connects to sequences, algebraic structure, and counting methods. By the end, you should be able to expand binomials efficiently, find specific terms, and explain the meaning of the coefficients.

Learning objectives

  • Explain the main ideas and terminology behind the Binomial Theorem.
  • Apply IB Mathematics: Analysis and Approaches HL reasoning or procedures related to the Binomial Theorem.
  • Connect the Binomial Theorem to the broader topic of Number and Algebra.
  • Summarize how the Binomial Theorem fits within Number and Algebra.
  • Use evidence or examples related to the Binomial Theorem in IB Mathematics: Analysis and Approaches HL.

What the Binomial Theorem says

The Binomial Theorem gives the expansion of a power of a binomial. For a positive integer $n$,

$$

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

$$

Here, $\binom{n}{r}$ is called a binomial coefficient and is read as “$n$ choose $r$.” It is defined by

$$

$\binom{n}{r}=\frac{n!}{r!\left(n-r\right)!}$

$$

where $n!$ means $n\times\left(n-1\right)\times\cdots\times 2\times 1$.

This formula tells us that every term in the expansion has three parts:

  1. a binomial coefficient,
  2. a power of $a$,
  3. a power of $b$.

The powers always add up to $n$. For example, in $\left(a+b\right)^5$, the term with $r=2$ is

$$

$\binom{5}{2}a^3b^2$

$$

because $5-2=3$.

A very important feature is the pattern of coefficients. For $\left(a+b\right)^n$, the coefficients come from Pascal’s triangle. The row for $n=4$ is $1,4,6,4,1, so

$$

$\left(a+b\right)^4=a^4+4a^3b+6a^2b^2+4ab^3+b^4$

$$

This pattern appears in many algebra problems and is a core idea in the topic of Number and Algebra. 🔢

Expanding binomials step by step

Let’s begin with a simple example:

$$

$\left(x+2\right)^3$

$$

Using the theorem,

$$

$\left($x+$2\right)^3$=$\binom{3}{0}$x^3+$\binom{3}{1}$x^$2\left(2$$\right)$+$\binom{3}{2}$x$\left(2$$\right)^2$+$\binom{3}{3}$$\left(2$$\right)^3$

$$

Now simplify each term:

$$

$=x^3+6x^2+12x+8$

$$

Notice the structure:

  • the power of $x$ decreases from $3$ to $0$,
  • the power of $2$ increases from $0$ to $3$,
  • the coefficients are $1,3,3,1.

Now try a minus sign example. For

$$

$\left(2y-1\right)^4$

$$

the theorem still works, but the negative sign affects alternating terms:

$$

$\left(2$y-$1\right)^4$=$\sum_{r=0}$^{4}$\binom{4}{r}$$\left(2$y$\right)^{4-r}$$\left($-$1\right)$^r

$$

Expanding gives

$$

$16y^4-32y^3+24y^2-8y+1$

$$

The signs alternate because $\left(-1\right)^r$ is positive for even $r$ and negative for odd $r$.

A common IB skill is to expand efficiently and accurately without writing every multiplication step. This saves time and reduces errors in exams. ✅

Finding a specific term

A major advantage of the Binomial Theorem is finding a particular term without expanding everything. Suppose you want the term containing $x^3$ in

$$

$\left(x+2\right)^7$

$$

The general term is

$$

$T_{r+1}=\binom{7}{r}x^{7-r}2^r$

$$

To get $x^3$, set

$$

$7-r=3$

$$

so

$$

$r=4$

$$

Then the required term is

$$

$\binom{7}{4}x^3 2^4=35\cdot 16\,x^3=560x^3$

$$

Another example: find the constant term in

$$

$\left(3x-\frac{1}{x}\right)^6$

$$

The general term is

$$

$T_{r+1}=\binom{6}{r}\left(3x\right)^{6-r}\left(-\frac{1}{x}\right)^r$

$$

The power of $x$ is

$$

$6-r-r=6-2r$

$$

For a constant term, set

$$

$6-2r=0$

$$

so

$$

$r=3$

$$

Then

$$

$T_4=\binom{6}{3}\left(3x\right)^3\left(-\frac{1}{x}\right)^3$

$$

which simplifies to

$$

$-20\cdot 27=-540$

$$

So the constant term is $-540$.

This type of question is common in HL because it combines algebraic manipulation with reasoning about exponents. It also shows how symbolic structure can be used to solve problems more efficiently than direct expansion.

Why the coefficients work

The coefficients in the Binomial Theorem are not random. They come from counting how many ways each term can be formed when multiplying $n$ identical factors of $\left(a+b\right)$. For example,

$$

$\left($a+b$\right)^4$=$\left($a+b$\right)$$\left($a+b$\right)$$\left($a+b$\right)$$\left($a+b$\right)$

$$

To get a term like $a^2b^2$, you must choose $a$ from exactly two factors and $b$ from the other two factors. The number of ways to do this is

$$

$\binom{4}{2}=6$

$$

So the coefficient $6$ counts the number of distinct selections. This is a bridge between algebra and counting methods, which is important in Number and Algebra.

This idea also explains the symmetry of the coefficients. In the expansion of $\left(a+b\right)^n$, the coefficient of $a^{n-r}b^r$ equals the coefficient of $a^rb^{n-r}$ because

$$

$\binom{n}{r}=\binom{n}{n-r}$

$$

That symmetry is visible in Pascal’s triangle and in the binomial coefficients. 🌟

Connection to algebraic structure and sequences

The Binomial Theorem is more than a memorization tool. It reveals patterns in algebraic structure. For example, when expanding

$$

$\left(x+1\right)^n$

$$

the coefficients form rows in Pascal’s triangle, which is a sequence pattern. Each new row is built by adding adjacent entries from the row above.

This means the theorem connects to recursive thinking, a key idea in sequences and series. It also links to proof, because you can prove the theorem using mathematical induction. The statement for $n=1$ is easy to check, and the induction step shows that if the formula works for $n$, then it also works for $n+1$.

A proof by induction uses the identity

$$

$\left(a+b\right)^{n+1}=\left(a+b\right)^n\left(a+b\right)$

$$

and the coefficients combine in a way that matches Pascal’s triangle. This is a strong example of how symbolic manipulation supports proof in IB Mathematics: Analysis and Approaches HL.

Common exam strategies and real-world use

In exams, read the question carefully and identify what is being asked:

  • Expand fully?
  • Find a specific term?
  • Find a coefficient?
  • Find a constant term?
  • Use the theorem to justify a pattern?

If the expression is of the form $\left(ax+b\right)^n$, the general term is often the fastest method. If signs are involved, keep track of $\left(-1\right)^r$ carefully.

The Binomial Theorem is also useful in approximations and modelling. For small values of $x$, expressions like $\left(1+x\right)^n$ can be expanded to estimate values. In science and finance, such expansions help with percent change, growth models, and error estimation. For example, when $x$ is small, the first few terms of

$$

$\left(1+x\right)^n$

$$

can give a useful approximation without needing a calculator.

This shows why the theorem belongs in Number and Algebra: it supports exact algebraic work, pattern recognition, counting, and approximation.

Conclusion

students, the Binomial Theorem is a powerful formula for expanding powers of binomials quickly and accurately. It uses binomial coefficients, factorials, and patterns from Pascal’s triangle to organize the terms of an expansion. You can use it to expand expressions, find specific terms, and explain coefficient patterns. It also connects directly to counting methods, sequences, proof, and symbolic manipulation, making it an important part of IB Mathematics: Analysis and Approaches HL. Mastering this topic will make many algebra problems faster and clearer. 🚀

Study Notes

  • A binomial has two terms, such as $\left(a+b\right)$ or $\left(x-3\right)$.
  • The Binomial Theorem for positive integer $n$ is

$$

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

$$

  • The binomial coefficient is

$$

$ \binom{n}{r}=\frac{n!}{r!\left(n-r\right)!}$

$$

  • Coefficients in expansions match rows of Pascal’s triangle.
  • The general term is

$$

$ T_{r+1}=\binom{n}{r}a^{n-r}b^r$

$$

  • To find a specific term, match the required power and solve for $r$.
  • Negative signs create alternating signs because of powers like $\left(-1\right)^r$.
  • Coefficients have a counting meaning: they tell how many ways a term can be formed.
  • The theorem connects to sequences, proof by induction, and algebraic structure.
  • In IB Mathematics: Analysis and Approaches HL, the Binomial Theorem is useful for expansion, term extraction, and reasoning about patterns.

Practice Quiz

5 questions to test your understanding

Binomial Theorem — IB Mathematics Analysis And Approaches HL | A-Warded