Sequences and Series is the gateway topic of IB Mathematics Analysis & Approaches HL: it appears on every Paper 1 and almost every Paper 2, and it underpins later HL work on the binomial series, financial mathematics and Maclaurin expansions. Most lost marks come not from forgetting formulas (the AP and GP formulas are in the booklet) but from three sticky details — mis-stating the validity condition $|r| < 1$ for $S_\infty$, flipping the inequality wrongly when taking logs of a fraction less than one, and confusing real value with the TVM Solver in inflation problems.
This cheatsheet condenses every formula, identity, trick and trap from SL 1.2, 1.3, 1.4 and 1.8 into a single 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 — Arithmetic Sequence (AP) SL 1.2
Core formulas
§2 — Geometric Sequence (GP) SL 1.3
Core formulas
§3 — Infinite GP & Convergence SL 1.8
Use the tail for threshold problems: $\dfrac{u_1 r^n}{1 - r} < \varepsilon$ then take logs to solve for $n$.
§4 — Compound Interest & Depreciation SL 1.4
| Symbol | Meaning |
|---|---|
| $FV$ | future value |
| $PV$ | present value |
| $r$ | annual rate (%) |
| $k$ | compounding periods per year |
| $n$ | years |
| Compounding frequency | $k$ |
|---|---|
| Annual | 1 |
| Half-yearly | 2 |
| Quarterly | 4 |
| Monthly | 12 |
Real value (inflation-adjusted)
$i$ is the investment rate per period, $j$ is the inflation rate per period.
§5 — TI-Nspire TVM Solver Paper 2
Access: Menu → 8: Finance → 1: Finance Solver (Paper 2 only — not allowed on Paper 1).
| Field | Meaning |
|---|---|
| $N$ | total periods (= $k \times $ years) |
| $I\%$ | annual rate (%) |
| $PV$ | present value |
| $Pmt$ | payment per period |
| $FV$ | future value |
| $PpY$ | payments per year |
| $CpY$ | compounds per year |
Sign convention: money OUT of your pocket → negative (a deposit you make). Money IN → positive (interest you receive). $PV$ and $FV$ must always have opposite signs.
How to use: Enter all known values, leave the unknown blank. Cursor onto the unknown field and press Enter — the calculator solves it.
§6 — AP vs GP — Identification & "Find $k$" SL 1.2–1.3
Identification tests
- AP test: $u_2 - u_1 = u_3 - u_2$, equivalently $2u_2 = u_1 + u_3$.
- GP test: $\dfrac{u_2}{u_1} = \dfrac{u_3}{u_2} \iff u_2^2 = u_1 u_3$.
"Find $k$" 4-step method
- Write the AP or GP condition explicitly.
- Expand and simplify.
- Solve (often a quadratic in $k$).
- Check validity of each root — reject any that violate the problem's constraints (e.g. $r > 0$, $u_n > 0$).
§7 — Sums from $S_n$ Formula SL 1.2
If a question gives you $S_n$ as a closed-form expression and asks you to identify the sequence:
Common $S_n$ types in IB
- $S_n = an^2 + bn$ → AP with $d = 2a$ and $u_1 = a + b$.
- $S_n = \displaystyle\sum a r^k$ → GP, read off $r$ directly.
§8 — Exam Attack Plan All sections
| If you see… | Reach for… |
|---|---|
| "$S_n$ formula given" | $u_n = S_n - S_{n-1}$ |
| "Sum to infinity" | $\dfrac{u_1}{1-r}$, state $|r| < 1$ |
| "$S_\infty - S_n < \varepsilon$" | Tail formula + logs (flip!) |
| Recurring decimal | Infinite GP |
| "Compound interest" | Formula or TVM (P2) |
| "Real value" + inflation | Real multiplier (NO solver) |
| "AP and GP" mixed | Equate both conditions |
| "Show 3 terms in GP" | Show $u_2^2 = u_1 u_3$ |
| "$k$th term $= 0$" | Solve $u_1 + (k-1)d = 0$ |
| "Smallest $n$ such that…" | Solve inequality, $n \in \mathbb{Z}^+$ |
| "Depreciation" | $FV = PV(1 - r/100)^n$ |
| "Increases by %" | GP with $r = 1 + \%/100$ |
§9 — Formula Booklet Checklist Paper 1 & 2
In the booklet (just apply)
- $u_n = u_1 + (n-1)d$
- $S_n = \tfrac{n}{2}(2u_1 + (n-1)d)$
- $u_n = u_1 r^{n-1}$
- $S_n = \dfrac{u_1(r^n - 1)}{r - 1}$
- $S_\infty = \dfrac{u_1}{1 - r}$, $|r| < 1$
- $FV = PV\left(1 + \dfrac{r}{100k}\right)^{kn}$
NOT in the booklet (memorise)
- $u_n = S_n - S_{n-1}$
- $d = \dfrac{u_n - u_m}{n - m}$
- Tail: $S_\infty - S_n = \dfrac{u_1 r^n}{1 - r}$
- Real-value formula
- $b^2 = ac$ for GP test
- $\displaystyle\sum_{k=1}^{n} k = \dfrac{n(n+1)}{2}$
Worked Example — IB-Style Infinite GP with Threshold
Question (HL Paper 1 style — 7 marks)
The first three terms of a geometric sequence are $24$, $-18$, and $13.5$.
- Find the common ratio $r$ and state why $S_\infty$ exists.
- Find $S_\infty$.
- Find the smallest value of $n$ such that $|S_\infty - S_n| < 0.01$.
Solution
- $r = \dfrac{-18}{24} = -\dfrac{3}{4}$. Since $|r| = \dfrac{3}{4} < 1$, $S_\infty$ exists. (M1)(A1)(R1)
- $S_\infty = \dfrac{u_1}{1 - r} = \dfrac{24}{1 - (-3/4)} = \dfrac{24}{7/4} = \dfrac{96}{7} \approx 13.71$. (A1)
- Tail: $|S_\infty - S_n| = \left|\dfrac{u_1 r^n}{1 - r}\right| = \dfrac{24 \cdot (3/4)^n}{7/4} = \dfrac{96}{7}(3/4)^n$. (M1)
- Set $\dfrac{96}{7}(3/4)^n < 0.01 \;\Rightarrow\; (3/4)^n < \dfrac{0.07}{96} \approx 7.292 \times 10^{-4}$. (M1)
- Take $\ln$: $n \ln(3/4) < \ln(7.292\times 10^{-4})$. Since $\ln(3/4) < 0$, the inequality flips: $n > \dfrac{\ln(7.292\times 10^{-4})}{\ln(3/4)} \approx 25.07$. So $n = 26$. (A1)
Examiner's note: The most common errors here are (i) forgetting the absolute value bars when $r$ is negative, and (ii) failing to flip the inequality when dividing by $\ln(3/4)$, which is negative. Both errors are catastrophic and lose all subsequent A marks.
Common Student Questions
How do I tell quickly whether a sequence is AP or GP?
When is the infinite sum $S_\infty$ valid, and what do I have to write?
How do I solve "find the smallest $n$ such that $S_\infty - S_n < \varepsilon$"?
What's the difference between Compound Interest and Real Value with inflation?
What sign convention does the TVM Solver use on the TI-Nspire?
Get the printable PDF version
Same cheatsheet, formatted for A4 print — keep it next to your study desk. Free for signed-in users.