Mathematics: Analysis & Approaches SL & HL

Interactive Formula Sheet with Study Notes & FAQs — Updated for 2026 Examinations

Prior Learning SL & HL

Key Revision Points

  • Area formulas — Always identify the correct base and perpendicular height; the height must be at 90° to the base.
  • Volume formulas — For prisms, the cross-section area is key. For cylinders, remember both curved surface area and total surface area.
  • Coordinate geometry — The distance formula is derived from the Pythagorean theorem. The midpoint formula averages the coordinates.
💡 Exam Tip: These prior learning formulas are NOT in the formula booklet — you're expected to know them by heart!

Area: Parallelogram

$$A = bh$$
\(b\) = base, \(h\) = perpendicular height

Area: Triangle

$$A = \frac{1}{2}bh$$
\(b\) = base, \(h\) = height

Area: Trapezoid

$$A = \frac{1}{2}(a+b)h$$
\(a, b\) = parallel sides, \(h\) = height

Area: Circle

$$A = \pi r^2$$
\(r\) = radius

Circumference: Circle

$$C = 2\pi r$$
\(r\) = radius

Volume: Cuboid

$$V = lwh$$
\(l\) = length, \(w\) = width, \(h\) = height

Volume: Cylinder

$$V = \pi r^2 h$$
\(r\) = radius, \(h\) = height

Volume: Prism

$$V = Ah$$
\(A\) = cross-section area, \(h\) = height

Curved Surface Area: Cylinder

$$A = 2\pi rh$$
\(r\) = radius, \(h\) = height

Distance Between Two Points

$$d = \sqrt{(x_1 - x_2)^2 + (y_1 - y_2)^2}$$
For points \((x_1, y_1)\) and \((x_2, y_2)\)

Midpoint Coordinates

$$M = \left(\frac{x_1+x_2}{2},\; \frac{y_1+y_2}{2}\right)$$
For endpoints \((x_1, y_1)\) and \((x_2, y_2)\)

Topic 1: Number & Algebra

Key Revision Points

  • Arithmetic sequences — The common difference \(d\) determines if the sequence increases (\(d>0\)) or decreases (\(d<0\)). Always identify \(u_1\) and \(d\) first.
  • Geometric sequences — Check if \(|r|<1\) for convergence of infinite series. The ratio \(r = u_{n+1}/u_n\) for any consecutive terms.
  • Logarithms — Remember: logs convert multiplication to addition and powers to multiplication. The change of base formula is essential for calculator use.
  • Binomial theorem — The general term is \(\binom{n}{r}a^{n-r}b^r\). For finding specific terms, identify \(r\) carefully.
💡 Exam Tip: When dealing with compound interest, always read carefully whether the rate is nominal or effective, and identify the compounding frequency \(k\).

SL & HL Content

Arithmetic Sequence: \(n^{th}\) term

$$u_n = u_1 + (n-1)d$$
\(u_1\) = first term, \(d\) = common difference

Arithmetic Series: Sum of \(n\) terms

$$S_n = \frac{n}{2}(2u_1 + (n-1)d) = \frac{n}{2}(u_1 + u_n)$$

Geometric Sequence: \(n^{th}\) term

$$u_n = u_1 r^{n-1}$$
\(r\) = common ratio

Geometric Series: Sum of \(n\) terms

$$S_n = \frac{u_1(r^n - 1)}{r-1} = \frac{u_1(1 - r^n)}{1-r},\quad r \neq 1$$

Infinite Geometric Series

$$S_\infty = \frac{u_1}{1-r},\quad |r| < 1$$

Compound Interest

$$FV = PV \times \left(1 + \frac{r}{100k}\right)^{kn}$$
FV = future value, PV = present value, \(n\) = years, \(k\) = compounding periods/year, \(r\%\) = nominal annual rate

Exponents & Logarithms

$$a^x = b \iff x = \log_a b$$
\(a, b > 0,\; a \neq 1\)

Logarithm Properties

$$\log_a(xy) = \log_a x + \log_a y$$$$\log_a\!\left(\frac{x}{y}\right) = \log_a x - \log_a y$$$$\log_a x^m = m\log_a x$$$$\log_a x = \frac{\log_b x}{\log_b a}$$

Binomial Theorem (\(n \in \mathbb{N}\))

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

Binomial Coefficient

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

HL Only Content

Permutations & Combinations

$${}^nP_r = \frac{n!}{(n-r)!}$$$${}^nC_r = \binom{n}{r} = \frac{n!}{r!(n-r)!}$$

Extended Binomial Theorem (\(n \in \mathbb{Q}\))

$$(1+x)^n = 1 + nx + \frac{n(n-1)}{2!}x^2 + \cdots,\quad |x|<1$$< /div>

Complex Numbers

$$z = a + bi$$
\(a, b \in \mathbb{R}\), \(i^2 = -1\)

Polar & Euler Form

$$z = r(\cos\theta + i\sin\theta) = re^{i\theta}$$
\(r = |z|\), \(\theta = \arg(z)\)

De Moivre's Theorem

$$[r(\cos\theta + i\sin\theta)]^n = r^n(\cos n\theta + i\sin n\theta)$$
\(n \in \mathbb{Z}\); extends to \(n \in \mathbb{Q}\) for roots

Topic 2: Functions

Key Revision Points

  • Straight lines — Know slope-intercept \(y=mx+c\), general \(ax+by+d=0\), and point-slope \(y-y_1=m(x-x_1)\) forms.
  • Discriminant — \(\Delta=b^2-4ac\): positive → 2 real roots, zero → 1 repeated root, negative → no real roots.
  • Transformations — \(f(x)+a\) shifts up, \(f(x-a)\) shifts right, \(af(x)\) vertical stretch, \(f(ax)\) horizontal compression.
💡 Exam Tip: Always sketch a graph to visualize transformations and verify your algebraic answer.

SL & HL Content

Equations of a Straight Line

$$y = mx + c$$$$ax + by + d = 0$$$$y - y_1 = m(x - x_1)$$

Gradient Formula

$$m = \frac{y_2 - y_1}{x_2 - x_1}$$

Axis of Symmetry

$$f(x)=ax^2+bx+c \implies x=-\frac{b}{2a}$$

Quadratic Formula

$$x = \frac{-b \pm \sqrt{b^2-4ac}}{2a},\quad a\neq 0$$

Discriminant

$$\Delta = b^2-4ac$$
\(\Delta>0\): 2 distinct real roots; \(\Delta=0\): repeated; \(\Delta<0\): no real roots

Exponential & Log Functions

$$a^x = e^{x\ln a}$$$$\log_a a^x = x = a^{\log_a x}$$
\(a, x > 0,\; a \neq 1\)

HL Only Content

Sum & Product of Polynomial Roots

$$\text{Sum of roots} = -\frac{a_{n-1}}{a_n}$$$$\text{Product of roots} = (-1)^n\frac{a_0}{a_n}$$
For \(a_nx^n + a_{n-1}x^{n-1}+\cdots+a_0=0\)

Topic 3: Geometry & Trigonometry

Key Revision Points

  • Sine vs Cosine Rule — Sine rule for angle-side pairs; cosine rule for SAS or SSS.
  • Radians — Arc length \(l=r\theta\) and sector area \(A=\frac{1}{2}r^2\theta\) need radians — check calculator mode!
  • Vectors (HL) — Dot product → scalar (angles); cross product → perpendicular vector (areas).
💡 Exam Tip: For 3D geometry, draw diagrams with all known vectors and points labelled before calculating.

SL & HL Content

3D Distance Formula

$$d=\sqrt{(x_1-x_2)^2+(y_1-y_2)^2+(z_1-z_2)^2}$$

3D Midpoint

$$M=\left(\frac{x_1+x_2}{2},\;\frac{y_1+y_2}{2},\;\frac{z_1+z_2}{2}\right)$$

Volume: Right Pyramid

$$V=\frac{1}{3}Ah$$
\(A\) = base area, \(h\) = height

Volume: Right Cone

$$V=\frac{1}{3}\pi r^2 h$$

Lateral Surface: Cone

$$A=\pi r l$$
\(l\) = slant height

Volume: Sphere

$$V=\frac{4}{3}\pi r^3$$

Surface Area: Sphere

$$A=4\pi r^2$$

Sine Rule

$$\frac{a}{\sin A}=\frac{b}{\sin B}=\frac{c}{\sin C}$$

Cosine Rule

$$c^2=a^2+b^2-2ab\cos C$$$$\cos C=\frac{a^2+b^2-c^2}{2ab}$$

Area of Triangle (SAS)

$$A=\frac{1}{2}ab\sin C$$

Arc Length

$$l=r\theta$$
\(\theta\) in radians

Sector Area

$$A=\frac{1}{2}r^2\theta$$
\(\theta\) in radians

Tangent Identity

$$\tan\theta=\frac{\sin\theta}{\cos\theta}$$

Pythagorean Identity

$$\cos^2\theta+\sin^2\theta=1$$

Double Angle Identities

$$\sin 2\theta=2\sin\theta\cos\theta$$$$\cos 2\theta=\cos^2\theta-\sin^2\theta$$

HL Only Content

Reciprocal Trig Identities

$$\sec\theta=\frac{1}{\cos\theta},\quad\csc\theta=\frac{1}{\sin\theta},\quad\cot\theta=\frac{\cos\theta}{\sin\theta}$$

Extended Pythagorean Identities

$$1+\tan^2\theta=\sec^2\theta$$$$1+\cot^2\theta=\csc^2\theta$$

Compound Angle Identities

$$\sin(A\pm B)=\sin A\cos B\pm\cos A\sin B$$$$\cos(A\pm B)=\cos A\cos B\mp\sin A\sin B$$$$\tan(A\pm B)=\frac{\tan A\pm\tan B}{1\mp\tan A\tan B}$$

Double Angle: Tangent

$$\tan 2\theta=\frac{2\tan\theta}{1-\tan^2\theta}$$

Vector Magnitude

$$|\mathbf{v}|=\sqrt{v_1^2+v_2^2+v_3^2}$$

Dot Product

$$\mathbf{v}\cdot\mathbf{w}=v_1w_1+v_2w_2+v_3w_3=|\mathbf{v}||\mathbf{w}|\cos\theta$$

Angle Between Two Vectors

$$\cos\theta=\frac{\mathbf{v}\cdot\mathbf{w}}{|\mathbf{v}||\mathbf{w}|}$$

Vector Equation of a Line

$$\mathbf{r}=\mathbf{a}+\lambda\mathbf{b}$$
\(\mathbf{a}\) = position vector, \(\mathbf{b}\) = direction vector

Parametric Form of a Line

$$x=x_0+\lambda l,\;y=y_0+\lambda m,\;z=z_0+\lambda n$$

Cartesian Equation of a Line

$$\frac{x-x_0}{l}=\frac{y-y_0}{m}=\frac{z-z_0}{n}$$

Cross Product

$$\mathbf{v}\times\mathbf{w}=\begin{pmatrix}v_2w_3-v_3w_2\\v_3w_1-v_1w_3\\v_1w_2-v_2w_1\end{pmatrix}$$$$|\mathbf{v}\times\mathbf{w}|=|\mathbf{v}||\mathbf{w}|\sin\theta$$

Area of Parallelogram (Vectors)

$$A=|\mathbf{v}\times\mathbf{w}|$$
Triangle area = \(\frac{1}{2}|\mathbf{v}\times\mathbf{w}|\)

Vector Equation of a Plane

$$\mathbf{r}=\mathbf{a}+\lambda\mathbf{b}+\mu\mathbf{c}$$

Scalar Product Form of Plane

$$\mathbf{r}\cdot\mathbf{n}=\mathbf{a}\cdot\mathbf{n}=d$$

Cartesian Equation of a Plane

$$ax+by+cz=d$$
Normal \(\mathbf{n}=\begin{pmatrix}a\\b\\c\end{pmatrix}\)

Topic 4: Statistics & Probability

Key Revision Points

  • Probability rules — Addition rule for "or", multiplication rule for "and". Mutually exclusive → \(P(A\cap B)=0\); independent → \(P(A\cap B)=P(A)P(B)\).
  • Binomial distribution — Fixed trials \(n\), constant probability \(p\), independent trials, two outcomes only.
  • Normal distribution — Use Z-score to standardize. GDC is essential for Paper 2 probability calculations.
  • Bayes' theorem (HL) — Draw a tree diagram first, then apply the formula systematically.
💡 Exam Tip: Always define your random variable clearly — state what \(X\) represents and its distribution before calculating.

SL & HL Content

Interquartile Range

$$\text{IQR}=Q_3-Q_1$$

Mean of Data

$$\bar{x}=\frac{\sum_{i=1}^k f_i x_i}{n}$$
\(n=\sum f_i\) = total frequency

Probability of Event A

$$P(A)=\frac{n(A)}{n(U)}$$

Complementary Events

$$P(A)+P(A')=1$$

Addition Rule

$$P(A\cup B)=P(A)+P(B)-P(A\cap B)$$

Mutually Exclusive Events

$$P(A\cup B)=P(A)+P(B)$$
\(P(A\cap B)=0\)

Conditional Probability

$$P(A|B)=\frac{P(A\cap B)}{P(B)}$$

Independent Events

$$P(A\cap B)=P(A)\cdot P(B)$$

Expected Value (Discrete)

$$E(X)=\mu=\sum x\,P(X=x)$$

Binomial Distribution

$$P(X=x)=\binom{n}{x}p^x(1-p)^{n-x}$$$$E(X)=np,\quad\text{Var}(X)=np(1-p)$$

Z-Score (Normal)

$$Z=\frac{X-\mu}{\sigma}$$
If \(X\sim N(\mu,\sigma^2)\), then \(Z\sim N(0,1)\)

HL Only Content

Bayes' Theorem

$$P(B|A)=\frac{P(B)\,P(A|B)}{P(A)}$$$$P(B_i|A)=\frac{P(B_i)\,P(A|B_i)}{\sum_j P(B_j)\,P(A|B_j)}$$

Population Variance

$$\sigma^2=\frac{\sum f_i(x_i-\mu)^2}{N}=\frac{\sum f_ix_i^2}{N}-\mu^2$$

Population Standard Deviation

$$\sigma=\sqrt{\frac{\sum f_i(x_i-\mu)^2}{N}}$$

Linear Transformation

$$E(aX+b)=aE(X)+b$$$$\text{Var}(aX+b)=a^2\text{Var}(X)$$

Expected Value (Continuous)

$$E(X)=\int_{-\infty}^{\infty}x\,f(x)\,dx$$

Variance (General)

$$\text{Var}(X)=E(X^2)-[E(X)]^2$$

Variance (Continuous)

$$\text{Var}(X)=\int_{-\infty}^{\infty}(x-\mu)^2f(x)\,dx$$

Topic 5: Calculus

Key Revision Points

  • Differentiation — Power rule, chain rule, product rule, quotient rule are the core toolkit. Always simplify before differentiating when possible.
  • Integration — Reverse of differentiation. Don't forget the constant \(+C\) for indefinite integrals!
  • Kinematics — Displacement → differentiate → velocity → differentiate → acceleration. Reverse with integration.
  • Maclaurin series (HL) — Memorize the series for \(e^x\), \(\sin x\), \(\cos x\), \(\ln(1+x)\). These appear frequently.
💡 Exam Tip: For area problems, always check if the curve crosses the x-axis in the interval — you may need to split the integral.

SL & HL Content

Power Rule (Derivative)

$$f(x)=x^n\implies f'(x)=nx^{n-1}$$

Power Rule (Integral)

$$\int x^n\,dx=\frac{x^{n+1}}{n+1}+C,\quad n\neq-1$$

Area Under a Curve

$$A=\int_a^b|f(x)|\,dx$$
Split integral if \(f(x)\) changes sign on \([a,b]\)

Derivatives of Trig Functions

$$\frac{d}{dx}(\sin x)=\cos x$$$$\frac{d}{dx}(\cos x)=-\sin x$$

Derivative of \(e^x\) and \(\ln x\)

$$\frac{d}{dx}(e^x)=e^x$$$$\frac{d}{dx}(\ln x)=\frac{1}{x},\quad x>0$$

Chain Rule

$$\frac{dy}{dx}=\frac{dy}{du}\cdot\frac{du}{dx}$$
If \(y=g(f(x))\), then \(y'=g'(f(x))\cdot f'(x)\)

Product Rule

$$(uv)'=u'v+uv'$$

Quotient Rule

$$\left(\frac{u}{v}\right)'=\frac{u'v-uv'}{v^2}$$

Acceleration

$$a(t)=\frac{dv}{dt}=\frac{d^2s}{dt^2}$$

Distance & Displacement

$$\text{Distance}=\int_{t_1}^{t_2}|v(t)|\,dt$$$$\text{Displacement}=\int_{t_1}^{t_2}v(t)\,dt$$

Standard Integrals

$$\int\frac{1}{x}\,dx=\ln|x|+C$$$$\int\sin x\,dx=-\cos x+C$$$$\int\cos x\,dx=\sin x+C$$$$\int e^x\,dx=e^x+C$$

HL Only Content

First Principles

$$f'(x)=\lim_{h\to 0}\frac{f(x+h)-f(x)}{h}$$

Extended Derivatives

$$\frac{d}{dx}(\tan x)=\sec^2 x$$$$\frac{d}{dx}(\sec x)=\sec x\tan x$$$$\frac{d}{dx}(\csc x)=-\csc x\cot x$$$$\frac{d}{dx}(\cot x)=-\csc^2 x$$$$\frac{d}{dx}(a^x)=a^x\ln a$$$$\frac{d}{dx}(\log_a x)=\frac{1}{x\ln a}$$

Inverse Trig Derivatives

$$\frac{d}{dx}(\arcsin x)=\frac{1}{\sqrt{1-x^2}}$$$$\frac{d}{dx}(\arccos x)=-\frac{1}{\sqrt{1-x^2}}$$$$\frac{d}{dx}(\arctan x)=\frac{1}{1+x^2}$$

Extended Integrals

$$\int a^x\,dx=\frac{a^x}{\ln a}+C$$$$\int\frac{1}{a^2+x^2}\,dx=\frac{1}{a}\arctan\!\left(\frac{x}{a}\right)+C$$$$\int\frac{1}{\sqrt{a^2-x^2}}\,dx=\arcsin\!\left(\frac{x}{a}\right)+C$$

Integration by Parts

$$\int u\,dv=uv-\int v\,du$$

Volume of Revolution

$$V_x=\pi\int_a^b y^2\,dx$$$$V_y=\pi\int_c^d x^2\,dy$$

Euler's Method

$$y_{n+1}=y_n+h\cdot f(x_n,y_n)$$$$x_{n+1}=x_n+h$$
\(h\) = step length, \(y_0=y(x_0)\) initial condition

Integrating Factor

$$y'+P(x)y=Q(x)$$$$I(x)=e^{\int P(x)\,dx}$$
Multiply by \(I(x)\): \((I(x)y)'=I(x)Q(x)\)

Maclaurin Series

$$f(x)=\sum_{n=0}^{\infty}\frac{x^n}{n!}f^{(n)}(0)$$

Common Maclaurin Expansions

$$e^x=\sum_{n=0}^{\infty}\frac{x^n}{n!}$$$$\sin x=\sum_{n=0}^{\infty}(-1)^n\frac{x^{2n+1}}{(2n+1)!}$$$$\cos x=\sum_{n=0}^{\infty}(-1)^n\frac{x^{2n}}{(2n)!}$$$$\ln(1+x)=\sum_{n=1}^{\infty}(-1)^{n-1}\frac{x^n}{n}$$

Frequently Asked Questions (FAQs)

1. What is the difference between IB Math AA SL and HL?

IB Math Analysis & Approaches (AA) SL covers core topics: algebra, functions, trigonometry, statistics and calculus at a standard level. HL extends every topic significantly — adding complex numbers, advanced calculus (Maclaurin series, differential equations), proof, and deeper vector geometry. HL also has a longer, more challenging Paper 3.

2. Which formulas are provided in the IB Math AA exam?

The IBO provides an official formula booklet during both Paper 1 and Paper 2. It contains most of the formulas listed here. However, prior learning formulas (basic area, volume, coordinate geometry) are NOT included — you must memorize them. Definitions and derivations are also expected knowledge.

3. How should I use the IB formula booklet effectively?

Practice with the booklet during every mock exam. Know exactly where each formula is located so you don't waste time searching. Annotate your personal copy during revision (not the exam copy). Understand every formula, not just its location — exams test application, not recall.

4. What are the best tips for memorizing key formulas?

Use active recall and spaced repetition. Create flashcards, derive formulas from first principles, and practice applying them in context. Group related formulas (e.g., all differentiation rules together). Teaching formulas to someone else is also highly effective.

5. What is the difference between the formula booklet and this formula sheet?

This interactive sheet includes everything in the official booklet PLUS study notes, descriptions, exam tips, and prior learning formulas that are not in the official booklet. It also categorizes formulas by SL/HL and provides search functionality for quick reference during revision.

6. How should I approach Paper 1 (non-calculator)?

Focus on algebraic manipulation, exact values of trigonometric ratios (0°, 30°, 45°, 60°, 90°), manual differentiation and integration, and working with surds and fractions. Practice mental arithmetic and show all working clearly for method marks.

7. How should I approach Paper 2 (calculator)?

Know your GDC inside out — normal distribution calculations, graphing intersections, numerical integration, and solving equations. Set up problems algebraically first, then use the calculator. Always verify calculator answers make sense in context.

8. What are the most important formulas for SL exams?

Key SL formulas include: quadratic formula, arithmetic/geometric series sums, sine and cosine rules, basic derivatives (\(x^n\), \(\sin x\), \(\cos x\), \(e^x\), \(\ln x\)), chain/product/quotient rules, and probability rules (addition, conditional, binomial distribution).

9. What additional formulas do HL students need to know?

HL students must also master: complex number operations (polar form, De Moivre's), vector cross product and plane equations, integration by parts, volumes of revolution, Maclaurin series, Euler's method, Bayes' theorem, and proof techniques.

10. How are vectors tested in IB Math AA HL?

HL vector questions typically involve: finding angles between lines/planes using dot product, calculating areas using cross product, determining intersections of lines and planes, and finding shortest distances. These often appear as extended-response questions worth 10+ marks.

11. What are common mistakes in calculus questions?

Common errors include: forgetting +C in indefinite integrals, not using the chain rule for composite functions, confusing the product and quotient rules, not splitting integrals when the function changes sign, and incorrect limits of integration for area/volume problems.

12. How do I prepare for Statistics & Probability?

Understand when to use each distribution (binomial vs normal). Practice conditional probability with tree diagrams and two-way tables. For HL, master Bayes' theorem with systematic tree diagrams. Always define your random variable and state the distribution before calculations.

13. What are the best resources alongside this formula sheet?

Recommended resources: IB questionbanks for past paper practice, Revision Village for video explanations, the official IB Mathematics AA guide and formula booklet, and textbooks by Haese or Oxford. Use this formula sheet as a quick reference during revision sessions.

14. How do I use this interactive formula sheet for revision?

Use the search bar to quickly find specific formulas. Filter by SL or HL to focus on your level. Click topic tabs to study one area at a time. Expand the 📘 Study Notes for tips and context. Test yourself by covering formulas and trying to recall them.

15. Tips for the IB Math AA Internal Assessment (IA)?

Choose a topic you're genuinely interested in. Use mathematics beyond the syllabus where possible. Show personal engagement and reflection. Structure clearly: introduction, mathematical exploration, conclusion. Apply formulas from this sheet in real-world contexts to demonstrate understanding.

IB Mathematics: Analysis & Approaches Formula Sheet — Covering all SL & HL topics including Number & Algebra, Functions, Geometry & Trigonometry, Statistics & Probability, and Calculus. Updated for 2026 examinations.
This resource is designed for IB Diploma Programme students preparing for their Mathematics AA examinations.

Explore Our IB Score Calculator 2025 IB Diploma Exam Schedule IB to GPA Calculator 2026 IB Math AI Formula Booklet 2026 IB Math AA Formula Booklet 2026

Why Another Formula Guide?

Back when I wrestled with IB Math AA HL, I carried a dog-eared booklet splattered with latte stains and panic sweat. Problem was, memorising those neat little boxes of symbols never guaranteed I could use them under a ticking exam clock. After tutoring IB kids for five years—and collecting their "wish-I'd-known" confessions—I built this hybrid page:

  • Official booklet (2025 update) in a single click.
  • Bite-size, story-driven explanations so the algebra sticks.

Five Formulas Students Misuse—and How to Nail Them

Syllabus Topic The Classic Slip-Up Fix in One Sentence
Functions Mixing domain and range when defining inverse Always state domain of f = range of f⁻¹—swap them, don't duplicate.
Calculus Forgetting + C after integrating That lone "+ C" has rescued more HL marks than any mnemonic—write it before you simplify.
Statistics Using population σ for sample data If the question says "sample," divide by n – 1, not n.
Vectors Dropping the negative sign in angle formulas Draw the vector tail-to-tail; if the angle exceeds 90°, your cos θ should be negative.
Complex Numbers Converting polar→rectangular with degrees instead of radians Radians live in math mode; hit the ° key only in geometry questions.

Real-World Mini-Stories (Because Symbols Need Context)

The Drone Delivery Route (Vectors)

Zara's CAS-driven drone must drop parcels across Dubai Marina. By feeding waypoints into the calculator she spotted a 12% path overlap—saved the club's competition run.

Coffee-Shop Forecast (Poisson)

A barista used λ = 18 customers/hr to predict wait times before the morning rush. The calculator showed a 9% chance of zero orders in any three-minute window—just enough for a bathroom break.

These quick wins turn those sterile formula boxes into aha! moments you actually remember at 2 a.m.


Break-the-Template Study Hacks

✂️ Rip It, Colour It, Tape It. Cut the booklet into strands by topic, colour-code them, and tape the week's target sheet onto your laptop lid.
🗣️ Teach to an Empty Chair. After solving an integration by parts, explain it aloud to, well, nobody. Your brain hates holes in its own lecture—instant gap-filler.
🎲 Dice Drill. Roll a pair of dice: first die chooses topic (1 = Algebra ... 6 = Probability), second picks question number in the textbook. Zero decision fatigue.

FAQs (Gut-Level Answers)

Do I need to memorise the booklet? No. Know where a formula lives and when to whip it out—speed matters more than rote recall.
HL only: What new formulas show up in 2025? Look for Maclaurin series tweaks and a fresh Chi-squared contingency layout on page 9.

Final Word from a Former IB Survivor

Your booklet is a parachute, not a cheat sheet. Learn how each equation behaves, practise until your GDC muscle memory sings, and the Paper 3 curve won't scare you. If today's tool shaved even five minutes off tomorrow's study session, I've done my job—drop a comment and tell me which formula still haunts you. I read every note (yes, really).