Free Cheatsheet · SL 1.3 · AHL 1.9

IB Math AA HL Binomial Theorem & Series — Complete Cheatsheet

Every formula, identity, validity rule, trick and trap for IB Mathematics Analysis & Approaches HL Binomial Theorem & Series — including the generalised series, partial fractions and approximations. Hand-built by an IBO-certified Singapore tutor.

Topic: Binomial Theorem & Series (Algebra) Syllabus: SL 1.3, AHL 1.9 Read time: ~15 minutes Last updated: Apr 2026

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!$.

$\binom{n}{2} = \dfrac{n(n-1)}{2}$
$\binom{n}{3} = \dfrac{n(n-1)(n-2)}{6}$

Examples: $\binom{10}{2} = \dfrac{10 \times 9}{2} = 45$   ·   $\binom{8}{3} = \dfrac{8 \times 7 \times 6}{6} = 56$.

TrickUse $\binom{n}{r} = \binom{n}{n-r}$ — always pick the smaller $r$ to compute fewer factors.

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

Set $a = b = 1$:$\displaystyle\sum_{r=0}^{n} \binom{n}{r} = 2^n$
Set $a = 1, b = -1$:$\displaystyle\sum_{r=0}^{n} (-1)^r \binom{n}{r} = 0$

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\;}$$

Note$r$ starts at 0, so the first term is $T_1$ (with $r = 0$). The expansion has exactly $n + 1$ terms.

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

  1. Write $T_{r+1} = \binom{n}{r}\, a^{n-r}\, b^r$ with your $a$, $b$, $n$ substituted.
  2. Collect the power of $x$ — write it as a function of $r$.
  3. Set that power equal to what you need (e.g. 3 for $x^3$, 0 for the constant term).
  4. Solve for $r$ — must be a non-negative integer $\leq n$.
  5. 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

Trap$T_{r+1}$ has $b^r$, NOT $b^{r+1}$.
Trap$(2x)^3 = 8x^3$, not $2x^3$. Always expand the numerical coefficient.
Trap$(-b)^r$: even $r \to +$, odd $r \to -$. Don't drop the sign.
TrapConstant term $\neq$ first term. Set the $x$-power $= 0$.
TrapIf $r$ comes out fractional or $> n$ in an SL question, the term does not exist.
Trap"Sum of coefficients": set $x = 1$, not always $2^n$ (only equal to $2^n$ when $a = b = 1$).

§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}$
TrickThe step-back method still works. For $n = \tfrac{1}{2}$: coefficients are $1,\, \tfrac{1}{2},\, -\tfrac{1}{8},\, \tfrac{1}{16}, \ldots$

Standard series to memorise ($|x| < 1$)

$(1 + x)^{-1} = 1 - x + x^2 - x^3 + \cdots$
$(1 - x)^{-1} = 1 + x + x^2 + x^3 + \cdots$   (geometric series!)
$(1 + x)^{-2} = 1 - 2x + 3x^2 - 4x^3 + \cdots$
$(1 + x)^{1/2} = 1 + \tfrac{x}{2} - \tfrac{x^2}{8} + \tfrac{x^3}{16} - \cdots$
$(1 + x)^{-1/2} = 1 - \tfrac{x}{2} + \tfrac{3x^2}{8} - \tfrac{5x^3}{16} + \cdots$
Note$(1 - x)^{-1}$ is both the generalised binomial ($n = -1$) AND an infinite geometric series. Recognising this link saves time.

§4 — The Factoring Trick: $(a + bx)^n$ when $a \neq 1$ AHL 1.9

  1. Step 1: Factor out $a^n$:   $(a + bx)^n = a^n\!\left(1 + \dfrac{b}{a} x\right)^n$.
  2. Step 2: Expand $(1 + u)^n$ with $u = \dfrac{b}{a} x$.
  3. 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.

  1. Expand $(1 + ax)^n$ as a series.
  2. Set $1 + ax =$ target base, solve for $x$.
  3. Check $|x| < \dfrac{1}{|a|}$ — must be in the valid range.
  4. Substitute $x$ into the series and compute.
TrickThe IB almost always uses $x = 0.1$, $0.01$, $\tfrac{1}{9}$, or $0.2$. If the question says "suitable value", find which $x$ makes $1 + ax$ equal to your target.

Top 6 traps — AHL Binomial

TrapAlways state validity. $|x| < \dfrac{1}{|a|}$. Costs a guaranteed mark if omitted.
Trap$(1 + 3x)^{-2}$: validity is $|x| < \tfrac{1}{3}$, NOT $|x| < 1$.
Trap$(4 + x)^{-1}$: factor first. $= \tfrac{1}{4}(1 + \tfrac{x}{4})^{-1}$, validity $|x| < 4$.
TrapNever use an $x$ outside the valid range in an approximation.
Trap$(1 - x)^{-1} \neq (1 + x)^{-1}$. Replace $x$ with $-x$ — all signs flip.
TrapAfter integration term-by-term, add the constant $+ C$, found from $f(0)$.

§5 — Partial Fractions + Binomial Series AHL 1.9

Method

  1. Split into partial fractions: $\dfrac{A}{1 + ax} + \dfrac{B}{1 + bx}$.
  2. Expand each using $(1 + u)^{-1} = 1 - u + u^2 - \cdots$.
  3. Add the two series; collect powers of $x$.
  4. Validity = the more restrictive of the two conditions.

Validity reminder

SeriesValid for
$\dfrac{1}{1 + ax}$$|x| < \dfrac{1}{|a|}$
$\dfrac{1}{1 - ax}$$|x| < \dfrac{1}{|a|}$
CombinedTake 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

SeriesValid 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)
NoteAt the boundary $|x| = 1$: convergence depends on $n$ (beyond IB scope).

§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$.

NoteThe IB may ask: "Derive the binomial series using Maclaurin's theorem" — this is the method.

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$.

NoteThis is the Maclaurin series for $\ln(1 + x)$ — derived by integrating the binomial series term by term.

§7 — GDC Skills (Paper 2) Paper 2

TaskSyntax
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 approximationStore $x$, evaluate series, compare to exact value
NoteFor checking validity on the GDC: test $x$ just outside the range — the series should NOT match the exact value, confirming the validity condition.

§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 / ratioTwo equations in two unknowns ($n$ and $k$)
$n$ is a fraction or negativeGeneralised 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 seriesPartial 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}}$.

  1. 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.
  2. Hence find an approximation for $\dfrac{1}{\sqrt{3.9}}$, giving your answer to 4 decimal places.

Solution

  1. 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)
  2. 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)
  3. Substitute $u = -\tfrac{x}{4}$: $1 + \tfrac{x}{8} + \tfrac{3 x^2}{128} + \cdots$.  (A1)
  4. Multiply by $\tfrac{1}{2}$: $f(x) \approx \tfrac{1}{2} + \tfrac{x}{16} + \tfrac{3 x^2}{256} + \cdots$.  (A1)
  5. Validity: $|u| < 1 \Leftrightarrow \left|\tfrac{x}{4}\right| < 1 \Leftrightarrow |x| < 4$.  (R1)
  6. For $\dfrac{1}{\sqrt{3.9}}$: set $4 - x = 3.9 \Rightarrow x = 0.1$ (which is well inside $|x| < 4$).  (M1)
  7. $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?
The general term is $T_{r+1} = \binom{n}{r}\, a^{n-r}\, b^r$. It matters because almost every IB binomial question is solved by writing the general term, collecting the power of $x$, setting the exponent equal to what you want ($k$ for the term in $x^k$, $0$ for the constant term), and solving for $r$. $r$ starts at 0, so the first term is $T_1$ with $r = 0$.
When do I need to state the validity of a binomial expansion?
Whenever $n$ is not a non-negative integer — i.e. $n$ is a fraction, a negative integer, or any rational number. The generalised series $(1 + x)^n$ converges only for $|x| < 1$. For $(1 + ax)^n$ the validity is $|x| < \tfrac{1}{|a|}$. For $(a + bx)^n$ you must factor out $a^n$ first to get $a^n \cdot (1 + \tfrac{b}{a} x)^n$, which gives validity $|x| < \tfrac{|a|}{|b|}$. Forgetting to state validity costs a guaranteed mark.
How do I expand $(a + bx)^n$ when $a$ is not 1?
Factor out $a^n$ first: $(a + bx)^n = a^n \cdot (1 + \tfrac{b}{a} x)^n$. Then use the standard generalised binomial expansion on $(1 + u)^n$ with $u = \tfrac{b}{a} x$. This gives validity $|x| < \tfrac{|a|}{|b|}$. Forgetting to multiply back by $a^n$ at the end is one of the IB examiner's favourite traps. For example, $\sqrt{4 + x} = 2(1 + \tfrac{x}{4})^{1/2}$, valid for $|x| < 4$.
How do I expand a rational function like $\dfrac{5}{(1 + x)(1 - 2x)}$?
Split into partial fractions $\dfrac{A}{1 + x} + \dfrac{B}{1 - 2x}$, then expand each term using the generalised binomial series $(1 + u)^{-1} = 1 - u + u^2 - u^3 + \cdots$. Add the two series and collect powers of $x$. The validity is the more restrictive of the two individual ranges — for this example $|x| < \tfrac{1}{2}$, not $|x| < 1$, because the second term needs $|2x| < 1$.
Why is $(1 - x)^{-1}$ the same as the geometric series?
Because if you set $n = -1$ and replace $x$ with $-x$ in the generalised series, you get $(1 - x)^{-1} = 1 + x + x^2 + x^3 + \cdots$, which is exactly the infinite geometric series with first term 1 and ratio $x$, valid for $|x| < 1$. This is a beautiful link between the two topics — the binomial theorem and the GP $S_\infty$ formula are different faces of the same identity.

Get the printable PDF version

Same cheatsheet, formatted for A4 print — keep it next to your study desk. Free for signed-in users.