Free interactive reference

IB Math AA SL Formula Booklet

Every Math AA SL formula in one searchable, mobile-friendly, KaTeX-rendered reference with variables and plain-English explanations.

These formulas are rendered as real mathematics rather than images. Read the definition, check every variable, and follow the topic link to see the idea in context. Always confirm the permitted official booklet or sheet for your examination session.

Reference section

A · Number & Algebra

Arithmetic sequences & series

un=u1+(n1)dSn=n2(2u1+(n1)d)=n2(u1+un)u_n=u_1+(n-1)d \qquad S_n=\frac{n}{2}(2u_1+(n-1)d)=\frac{n}{2}(u_1+u_n)

Common difference d = u_2 - u_1. Use the S_n form with u_n directly when the last term is already known — it's usually faster.

unu_n
nth term
u1u_1
first term
dd
common difference
nn
number of terms
SnS_n
sum of the first n terms

Geometric sequences & series

un=u1rn1Sn=u1(rn1)r1=u1(1rn)1ru_n=u_1r^{n-1} \qquad S_n=\frac{u_1(r^n-1)}{r-1}=\frac{u_1(1-r^n)}{1-r}

Common ratio r = u_2/u_1. Use whichever form of S_n avoids a negative denominator.

unu_n
nth term
u1u_1
first term
rr
common ratio
nn
number of terms
SnS_n
sum of the first n terms

Sum to infinity

S=u11r(r<1)S_\infty=\frac{u_1}{1-r} \qquad (|r|<1)

Only exists when the common ratio has magnitude strictly less than 1 — otherwise the series diverges.

SS_\infty
sum to infinity
u1u_1
first term
rr
common ratio, -1<r<1

Compound interest

FV=PV(1+i100)nFV=PV\left(1+\frac{i}{100}\right)^n

If interest is compounded more than once per year, divide i by the number of periods per year and multiply n by that same number.

FVFV
future value
PVPV
present value
ii
interest rate per compounding period (%)
nn
number of compounding periods

Binomial theorem

(a+b)n=r=0n(nr)anrbr(nr)=n!r!(nr)!(a+b)^n=\sum_{r=0}^{n}\binom{n}{r}a^{n-r}b^r \qquad \binom{n}{r}=\frac{n!}{r!(n-r)!}

a is raised to the power (n−r), b to the power r. The general term is useful for finding one specific coefficient without a full expansion.

nn
the power
rr
term index, 0 to n
(nr)\binom{n}{r}
binomial coefficient (also written nCr)

Counting principles

nPr=n!(nr)!nCr=(nr)=n!r!(nr)!{}^nP_r=\frac{n!}{(n-r)!} \qquad {}^nC_r=\binom{n}{r}=\frac{n!}{r!(n-r)!}

Permutations (nPr) count arrangements where order matters; combinations (nCr) count selections where it does not.

nn
total number of distinct objects
rr
number chosen/arranged

Reference section

B · Functions

Quadratic formula & discriminant

x=b±b24ac2aΔ=b24acx=\frac{-b\pm\sqrt{b^2-4ac}}{2a} \qquad \Delta=b^2-4ac

Δ>0: two distinct real roots. Δ=0: one repeated root. Δ<0: no real roots.

a,b,ca,b,c
coefficients of ax²+bx+c=0
Δ\Delta
the discriminant

Vertex of a quadratic

h=b2ak=f(h)h=-\frac{b}{2a} \qquad k=f(h)

Gives the turning point (h,k) of y=ax²+bx+c directly from the general form.

h,kh,k
coordinates of the vertex
a,ba,b
coefficients of the quadratic

Composite & inverse functions

(fg)(x)=f(g(x))f(f1(x))=f1(f(x))=x(f\circ g)(x)=f(g(x)) \qquad f(f^{-1}(x))=f^{-1}(f(x))=x

The graph of f⁻¹ is the reflection of f's graph in the line y=x. An inverse only exists over the whole domain if f is one-to-one.

fgf\circ g
f composed with g — apply g first
f1f^{-1}
the inverse function of f

Rational function asymptotes

y=ax+bcx+d:x=dc (vertical),y=ac (horizontal)y=\frac{ax+b}{cx+d}: \quad x=-\frac{d}{c}\ (\text{vertical}), \quad y=\frac{a}{c}\ (\text{horizontal})

Vertical asymptote where the denominator is zero; horizontal asymptote from the ratio of leading coefficients.

a,b,c,da,b,c,d
the rational function's coefficients

Reference section

C · Geometry & Trigonometry

Sine rule & cosine rule

asinA=bsinB=csinCa2=b2+c22bccosA\frac{a}{\sin A}=\frac{b}{\sin B}=\frac{c}{\sin C} \qquad a^2=b^2+c^2-2bc\cos A

Sine rule: use with an angle-side opposite pair. Cosine rule: use with SSS or SAS. Watch for the ambiguous case (SSA) with the sine rule.

a,b,ca,b,c
sides, opposite angles A, B, C respectively

Area of a triangle

Area=12absinC\text{Area}=\frac12ab\sin C

C must be the angle included between the two given sides a and b.

a,ba,b
two sides
CC
the angle between them

Radians, arc length & sector area

l=rθA=12r2θl=r\theta \qquad A=\frac12r^2\theta

Both formulas require θ in radians, not degrees. One radian is the angle where arc length equals the radius.

ll
arc length
AA
sector area
rr
radius
θ\theta
angle in radians

Pythagorean identity

sin2θ+cos2θ=1tanθ=sinθcosθ\sin^2\theta+\cos^2\theta=1 \qquad \tan\theta=\frac{\sin\theta}{\cos\theta}

Follows from the unit circle definition. Rearranges to sin²θ=1−cos²θ or cos²θ=1−sin²θ.

θ\theta
any angle

Reference section

D · Statistics & Probability

Mean, variance & standard deviation

xˉ=fixifiσ2=(xixˉ)2nσ=σ2\bar{x}=\frac{\sum f_ix_i}{\sum f_i} \qquad \sigma^2=\frac{\sum(x_i-\bar{x})^2}{n} \qquad \sigma=\sqrt{\sigma^2}

For frequency/grouped data, x_i is the value (or class midpoint) and f_i its frequency.

xˉ\bar{x}
mean
σ\sigma
standard deviation
xix_i
each data value
fif_i
frequency of x_i
nn
number of data points

Effect of a linear transformation

y=ax+b:yˉ=axˉ+bσy=aσxy=ax+b: \quad \bar{y}=a\bar{x}+b \qquad \sigma_y=|a|\sigma_x

A constant shift (b) changes the mean but not the spread. A scale factor (a) changes both — the standard deviation scales by |a|.

a,ba,b
transformation constants
xˉ,σx\bar{x},\sigma_x
original mean and standard deviation

Probability rules

P(A)=1P(A)P(AB)=P(A)+P(B)P(AB)P(AB)=P(AB)P(B)P(A')=1-P(A) \qquad P(A\cup B)=P(A)+P(B)-P(A\cap B) \qquad P(A|B)=\frac{P(A\cap B)}{P(B)}

For mutually exclusive events, P(A∩B)=0. For independent events, P(A∩B)=P(A)P(B) and P(A|B)=P(A).

A,BA,B
events
AA'
complement of A (not A)

Discrete random variable: expected value

E(X)=xiP(X=xi)E(X)=\sum x_iP(X=x_i)

The long-run average outcome over many repetitions — need not be a value X can actually take.

E(X)E(X)
expected value
xix_i
possible values of X
P(X=xi)P(X=x_i)
probability of each value

Binomial distribution

XB(n,p):P(X=k)=(nk)pk(1p)nkE(X)=npVar(X)=np(1p)X\sim B(n,p): \quad P(X=k)=\binom{n}{k}p^k(1-p)^{n-k} \qquad E(X)=np \qquad \text{Var}(X)=np(1-p)

Requires: fixed number of trials n, independent trials, two outcomes per trial, constant success probability p.

nn
number of trials
pp
probability of success on each trial
kk
number of successes

Normal distribution: standardization

z=xμσz=\frac{x-\mu}{\sigma}

Converts any normal distribution to the standard normal (mean 0, standard deviation 1) for comparison and probability lookup.

zz
standardized score
xx
raw value
μ\mu
population mean
σ\sigma
population standard deviation

Reference section

E · Calculus

Derivative from first principles

f(x)=limh0f(x+h)f(x)hf'(x)=\lim_{h\to0}\frac{f(x+h)-f(x)}{h}

The formal definition of the derivative — the limiting gradient of a secant line as the interval shrinks to zero.

hh
a small change in x, approaching 0

Standard derivatives

ddx(xn)=nxn1ddx(sinx)=cosxddx(cosx)=sinxddx(ex)=exddx(lnx)=1x\frac{d}{dx}(x^n)=nx^{n-1} \qquad \frac{d}{dx}(\sin x)=\cos x \qquad \frac{d}{dx}(\cos x)=-\sin x \qquad \frac{d}{dx}(e^x)=e^x \qquad \frac{d}{dx}(\ln x)=\frac1x

Differentiation is linear — differentiate sums term by term, keeping constant coefficients.

nn
any real exponent, for the power rule

Chain, product & quotient rules

ddxf(g(x))=f(g(x))g(x)(fg)=fg+fg(fg)=fgfgg2\frac{d}{dx}f(g(x))=f'(g(x))g'(x) \qquad (fg)'=f'g+fg' \qquad \left(\frac{f}{g}\right)'=\frac{f'g-fg'}{g^2}

Chain rule: differentiate outside, keep inside, times derivative of inside. Quotient rule order matters: f′g minus fg′, over g squared.

f,gf,g
functions of x

Standard integrals

xndx=xn+1n+1+c (n1)cosxdx=sinx+csinxdx=cosx+cexdx=ex+c1xdx=lnx+c\int x^n\,dx=\frac{x^{n+1}}{n+1}+c\ (n\neq-1) \qquad \int\cos x\,dx=\sin x+c \qquad \int\sin x\,dx=-\cos x+c \qquad \int e^x\,dx=e^x+c \qquad \int\frac1x\,dx=\ln|x|+c

Always include the constant of integration c for an indefinite integral.

cc
constant of integration

Definite integral & area

abf(x)dx=F(b)F(a)where F(x)=f(x)\int_a^b f(x)\,dx=F(b)-F(a) \quad \text{where } F\prime(x)=f(x)

Gives signed area — split at any root of f(x) within [a,b] and take absolute values to find total (unsigned) area.

a,ba,b
limits of integration
FF
an antiderivative of f

Trapezoidal rule

abf(x)dxh2[y0+2(y1++yn1)+yn]\int_a^b f(x)\,dx\approx\frac{h}{2}\left[y_0+2(y_1+\ldots+y_{n-1})+y_n\right]

Overestimates area for concave-up curves, underestimates for concave-down curves. All interior y-values are doubled.

hh
strip width, (b-a)/n
nn
number of strips
y0,,yny_0,\ldots,y_n
function values at each x

Kinematics via calculus

v(t)=s(t)a(t)=v(t)=s(t)v(t)=s\prime(t) \qquad a(t)=v\prime(t)=s\prime\prime(t)

Object at rest when v(t)=0. Total distance (unlike displacement) requires splitting the motion at every point where v=0.

s(t)s(t)
displacement
v(t)v(t)
velocity
a(t)a(t)
acceleration

Reviewed by the Study to Learn editorial team · Updated 2026-07-24