The Binomial Theorem is one of the most reliable mark-earners in IB Mathematics Analysis & Approaches HL — but only if you know where the traps are. The SL version (positive integer $n$, finite expansion) is heavily tested in Paper 1 and almost always asks for a specific term using the general term $T_{r+1}$. The AHL extension (rational or negative $n$) introduces the generalised binomial series, which links directly to the Maclaurin series, partial fractions, and the geometric series — and brings the brutal validity condition $|x| < 1$ that costs students a guaranteed mark when forgotten.
This cheatsheet condenses every formula, identity, technique, trick and trap from SL 1.3 and AHL 1.9 into one revision page. Scroll to the bottom for the printable PDF, the full Notes, the worked tutorials and the marked-up solutions in the gated student library.
§1 — Combinations & the Binomial Theorem SL 1.3
The binomial coefficient
$$\binom{n}{r} = C^n_r = \dfrac{n!}{r!\,(n-r)!}$$
- $\binom{n}{0} = \binom{n}{n} = 1$
- $\binom{n}{r} = \binom{n}{n-r}$ (symmetry)
- Pascal: $\binom{n}{r} + \binom{n}{r+1} = \binom{n+1}{r+1}$
P1 step-back method (no calculator)
Rule: Start at $n$, multiply $r$ factors downward, divide by $r!$.
Examples: $\binom{10}{2} = \dfrac{10 \times 9}{2} = 45$ · $\binom{8}{3} = \dfrac{8 \times 7 \times 6}{6} = 56$.
Pascal's triangle
| $n = 0$ | 1 |
| $n = 1$ | 1 1 |
| $n = 2$ | 1 2 1 |
| $n = 3$ | 1 3 3 1 |
| $n = 4$ | 1 4 6 4 1 |
| $n = 5$ | 1 5 10 10 5 1 |
Row $n$ gives the coefficients of $(a + b)^n$. Sum of row $n$ $= 2^n$.
Key identities
Sum of even-indexed $=$ sum of odd-indexed $= 2^{n-1}$.
§2 — The Binomial Theorem & General Term SL 1.3
$$(a + b)^n = \sum_{r=0}^{n} \binom{n}{r} a^{n-r} b^r, \qquad n \in \mathbb{N}$$
General term (most important formula):
$$\boxed{\;T_{r+1} = \binom{n}{r}\, a^{n-r}\, b^r\;}$$
Properties of the expansion:
- Exactly $n + 1$ terms.
- Powers of $a$ decrease $n \to 0$.
- Powers of $b$ increase $0 \to n$.
- Every term: $(n - r) + r = n$. ✓
- Coefficients are symmetric.
5-step attack: finding a specific term
- Write $T_{r+1} = \binom{n}{r}\, a^{n-r}\, b^r$ with your $a$, $b$, $n$ substituted.
- Collect the power of $x$ — write it as a function of $r$.
- Set that power equal to what you need (e.g. 3 for $x^3$, 0 for the constant term).
- Solve for $r$ — must be a non-negative integer $\leq n$.
- Substitute back and compute (including $\binom{n}{r}$, numerical factors, sign).
Worked micro-examples
Find the term in $x^3$ in $(2x - 1)^7$: $a = 2x$, $b = -1$, $n = 7$.
$T_{r+1} = \binom{7}{r}(2x)^{7-r}(-1)^r = \binom{7}{r}\, 2^{7-r}(-1)^r\, x^{7-r}$.
Set $7 - r = 3 \Rightarrow r = 4$: $T_5 = \binom{7}{4} \cdot 2^3 \cdot (-1)^4 \cdot x^3 = 35 \cdot 8 \cdot 1 \cdot x^3 = 280 x^3$.
Constant term in $\left(x^2 - \dfrac{2}{x}\right)^6$:
$T_{r+1} = \binom{6}{r}(x^2)^{6-r}(-2/x)^r = \binom{6}{r}(-2)^r x^{12 - 3r}$.
Set $12 - 3r = 0 \Rightarrow r = 4$: $T_5 = \binom{6}{4}(-2)^4 = 15 \times 16 = 240$.
Top 6 traps — SL Binomial
§3 — Generalised Binomial Series AHL 1.9
For $n \in \mathbb{Q}$ (any rational), valid for $|x| < 1$:
$$(1 + x)^n = 1 + nx + \dfrac{n(n-1)}{2!} x^2 + \dfrac{n(n-1)(n-2)}{3!} x^3 + \cdots$$
With $ax$ substitution:
$$(1 + ax)^n = 1 + n(ax) + \dfrac{n(n-1)}{2!}(ax)^2 + \cdots, \quad \text{valid for } |x| < \dfrac{1}{|a|}$$
Key differences from SL:
- Series is infinite (never terminates unless $n \in \mathbb{N}_0$).
- Only valid for $|x| < 1$ (or $|ax| < 1$).
- Generalised $\binom{n}{r} = \dfrac{n(n-1) \cdots (n-r+1)}{r!}$ — can be fractional or negative.
Generalised coefficients table
| $r$ | Coefficient |
|---|---|
| 0 | $1$ |
| 1 | $n$ |
| 2 | $\dfrac{n(n-1)}{2}$ |
| 3 | $\dfrac{n(n-1)(n-2)}{6}$ |
Standard series to memorise ($|x| < 1$)
§4 — The Factoring Trick: $(a + bx)^n$ when $a \neq 1$ AHL 1.9
- Step 1: Factor out $a^n$: $(a + bx)^n = a^n\!\left(1 + \dfrac{b}{a} x\right)^n$.
- Step 2: Expand $(1 + u)^n$ with $u = \dfrac{b}{a} x$.
- Step 3: State validity $|u| < 1$, i.e. $|x| < \dfrac{|a|}{|b|}$.
Example: Expand $\sqrt{4 + x}$ to 3 terms.
$\sqrt{4 + x} = 2\!\left(1 + \tfrac{x}{4}\right)^{1/2} = 2\!\left[1 + \tfrac{1}{2}\cdot \tfrac{x}{4} + \tfrac{(1/2)(-1/2)}{2}\cdot \tfrac{x^2}{16} + \cdots\right] = 2 + \tfrac{x}{4} - \tfrac{x^2}{64} - \cdots$, valid for $|x| < 4$.
Approximation by substitution
Goal: Use your series to approximate $\sqrt[k]{m}$ or $(1.03)^{-5}$, etc.
- Expand $(1 + ax)^n$ as a series.
- Set $1 + ax =$ target base, solve for $x$.
- Check $|x| < \dfrac{1}{|a|}$ — must be in the valid range.
- Substitute $x$ into the series and compute.
Top 6 traps — AHL Binomial
§5 — Partial Fractions + Binomial Series AHL 1.9
Method
- Split into partial fractions: $\dfrac{A}{1 + ax} + \dfrac{B}{1 + bx}$.
- Expand each using $(1 + u)^{-1} = 1 - u + u^2 - \cdots$.
- Add the two series; collect powers of $x$.
- Validity = the more restrictive of the two conditions.
Validity reminder
| Series | Valid for |
|---|---|
| $\dfrac{1}{1 + ax}$ | $|x| < \dfrac{1}{|a|}$ |
| $\dfrac{1}{1 - ax}$ | $|x| < \dfrac{1}{|a|}$ |
| Combined | Take the smaller range |
Worked example
Expand $\dfrac{5}{(1 + x)(1 - 2x)}$ to $x^2$.
Partial fractions: $\dfrac{A}{1 + x} + \dfrac{B}{1 - 2x}$. $5 \equiv A(1 - 2x) + B(1 + x)$.
$x = -1$: $5 = 3A \Rightarrow A = \tfrac{5}{3}$. $x = \tfrac{1}{2}$: $5 = \tfrac{3B}{2} \Rightarrow B = \tfrac{10}{3}$.
$\tfrac{5}{3}(1 - x + x^2 - \cdots) + \tfrac{10}{3}(1 + 2x + 4x^2 + \cdots)$
$= 5 + \tfrac{-5 + 20}{3} x + \tfrac{5 + 40}{3} x^2 + \cdots = 5 + 5x + 15x^2 + \cdots$.
Valid for $|x| < \tfrac{1}{2}$.
Validity table
| Series | Valid for |
|---|---|
| $(1 + x)^n$, $n \notin \mathbb{N}_0$ | $|x| < 1$ |
| $(1 + ax)^n$ | $|x| < \dfrac{1}{|a|}$ |
| $(a + bx)^n = a^n(1 + \tfrac{b}{a} x)^n$ | $|x| < \dfrac{|a|}{|b|}$ |
| $(1 + x)^n$, $n \in \mathbb{N}_0$ | all $x$ (finite series) |
§6 — Connection to Maclaurin & $\ln$ AHL 1.9, AHL 5.19
The generalised binomial series is the Maclaurin series of $(1 + x)^n$:
$f(x) = (1 + x)^n \Rightarrow f^{(r)}(0) = n(n-1) \cdots (n-r+1)$
$f(x) = \displaystyle\sum_{r=0}^{\infty} \dfrac{f^{(r)}(0)}{r!} x^r = \sum_{r=0}^{\infty} \binom{n}{r} x^r$.
From $(1 + x)^{-1}$, integrate to get $\ln$
$\dfrac{d}{dx} \ln(1 + x) = \dfrac{1}{1 + x} = (1 + x)^{-1} = 1 - x + x^2 - x^3 + \cdots$
$\Rightarrow \ln(1 + x) = x - \dfrac{x^2}{2} + \dfrac{x^3}{3} - \dfrac{x^4}{4} + \cdots$, $|x| \leq 1$, $x \neq -1$.
§7 — GDC Skills (Paper 2) Paper 2
| Task | Syntax |
|---|---|
| Compute $\binom{n}{r}$ (TI-84) | n MATH PRB nCr r |
| Compute $\binom{n}{r}$ (Casio) | n OPTN PROB C r |
| Find $r$ when $\binom{n}{r} = k$ | Build a table: SEQ(nCr(n,R),R,0,n,1) |
| Verify a series approximation | Store $x$, evaluate series, compare to exact value |
§8 — Exam Attack Plan SL 1.3, AHL 1.9
| If you see… | First move |
|---|---|
| "Expand $(a + b)^n$ fully" | Pascal's triangle for small $n$; formula for large $n$ |
| "Find the term in $x^k$" | Write $T_{r+1}$, set $x$-exponent $= k$, solve for $r$ |
| "Find the constant term" | Write $T_{r+1}$, set $x$-exponent $= 0$, solve for $r$ |
| "Coefficient of $x^k$ equals $m$" | Write $T_{r+1}$ with $r = k$, set $= m$, solve for unknown |
| Two coefficients given / ratio | Two equations in two unknowns ($n$ and $k$) |
| $n$ is a fraction or negative | Generalised binomial series; state validity at end |
| $(a + bx)^n$ with $a \neq 1$ | Factor $a^n(1 + \tfrac{b}{a} x)^n$ first; validity $|x| < \tfrac{|a|}{|b|}$ |
| Rational function, expand as series | Partial fractions first, then binomial on each term |
| "Approximate $\sqrt[k]{m}$" | Expand $(1 + u)^{1/k}$; match $1 + u = \tfrac{m}{a^k}$; sub in $u$ |
| "Link to Maclaurin" | Differentiate $f(x) = (1 + x)^n$ at $x = 0$; use Maclaurin formula |
| "Expand, then integrate" | Expand $(1 + u)^n$, integrate term-by-term; add $+ C$, use $f(0)$ |
| $(1 + ax)^m (1 + bx)^n$ | Only expand to needed power; collect cross-products |
Worked Example — IB-Style Generalised Series
Question (HL Paper 1 style — 8 marks)
Let $f(x) = \dfrac{1}{\sqrt{4 - x}}$.
- Find the first three non-zero terms of the Maclaurin series for $f(x)$, and state the range of values of $x$ for which the series is valid.
- Hence find an approximation for $\dfrac{1}{\sqrt{3.9}}$, giving your answer to 4 decimal places.
Solution
- Factor: $f(x) = (4 - x)^{-1/2} = 4^{-1/2}\left(1 - \tfrac{x}{4}\right)^{-1/2} = \tfrac{1}{2}\left(1 - \tfrac{x}{4}\right)^{-1/2}$. (M1)(A1)
- Apply the generalised binomial with $u = -\tfrac{x}{4}$, $n = -\tfrac{1}{2}$:
$\left(1 + u\right)^{-1/2} = 1 - \tfrac{1}{2} u + \tfrac{(-1/2)(-3/2)}{2!} u^2 + \cdots = 1 - \tfrac{u}{2} + \tfrac{3 u^2}{8} + \cdots$. (M1) - Substitute $u = -\tfrac{x}{4}$: $1 + \tfrac{x}{8} + \tfrac{3 x^2}{128} + \cdots$. (A1)
- Multiply by $\tfrac{1}{2}$: $f(x) \approx \tfrac{1}{2} + \tfrac{x}{16} + \tfrac{3 x^2}{256} + \cdots$. (A1)
- Validity: $|u| < 1 \Leftrightarrow \left|\tfrac{x}{4}\right| < 1 \Leftrightarrow |x| < 4$. (R1)
- For $\dfrac{1}{\sqrt{3.9}}$: set $4 - x = 3.9 \Rightarrow x = 0.1$ (which is well inside $|x| < 4$). (M1)
- $f(0.1) \approx \tfrac{1}{2} + \tfrac{0.1}{16} + \tfrac{3(0.01)}{256} = 0.5 + 0.00625 + 0.0001172 \approx 0.5064$. (A1)
Examiner's note: The most-dropped marks here are (i) forgetting the $4^{-1/2} = \tfrac{1}{2}$ factor at the front after pulling it out, and (ii) failing to state the validity condition on its own line. The validity statement earns its own R1 — never bury it inside another sentence.
Common Student Questions
What is the general term of a binomial expansion and why does it matter?
When do I need to state the validity of a binomial expansion?
How do I expand $(a + bx)^n$ when $a$ is not 1?
How do I expand a rational function like $\dfrac{5}{(1 + x)(1 - 2x)}$?
Why is $(1 - x)^{-1}$ the same as the geometric series?
Get the printable PDF version
Same cheatsheet, formatted for A4 print — keep it next to your study desk. Free for signed-in users.