Free interactive reference

IB Math AA HL Formula Booklet

A searchable IB Math AA HL formula booklet with core and higher-level formulas, definitions, annotations, and clear KaTeX typesetting.

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

Extended binomial series

(1+x)n=1+nx+n(n1)2!x2+n(n1)(n2)3!x3+(x<1)(1+x)^n=1+nx+\frac{n(n-1)}{2!}x^2+\frac{n(n-1)(n-2)}{3!}x^3+\ldots \quad (|x|<1)

Valid for any real n (not just positive integers), but only converges for |x|<1. Manipulate expressions into the form (1+x)^n first if needed.

nn
any real exponent
xx
requires |x|<1 for convergence

Complex numbers: polar/Euler form

z=r(cosθ+isinθ)=reiθz=r=a2+b2z=r(\cos\theta+i\sin\theta)=re^{i\theta} \qquad |z|=r=\sqrt{a^2+b^2}

Converts Cartesian a+bi to polar/Euler form. Multiplying multiplies moduli and adds arguments; dividing divides moduli and subtracts arguments.

zz
a complex number
rr
modulus, |z|
θ\theta
argument, arg(z)
a,ba,b
real and imaginary parts

De Moivre's theorem & nth roots

[r(cosθ+isinθ)]n=rn(cosnθ+isinnθ)z1/n=r1/ncis(θ+2kπn)[r(\cos\theta+i\sin\theta)]^n=r^n(\cos n\theta+i\sin n\theta) \qquad z^{1/n}=r^{1/n}\,\text{cis}\left(\frac{\theta+2k\pi}{n}\right)

Every non-zero complex number has exactly n distinct nth roots, evenly spaced by angle 2π/n, for k = 0, 1, ..., n-1.

rr
modulus
θ\theta
argument
nn
the power (or root)
kk
root index, 0 to n-1

Sum & product of polynomial roots

α+β+γ=baαβ+βγ+γα=caαβγ=da\alpha+\beta+\gamma=-\frac{b}{a} \qquad \alpha\beta+\beta\gamma+\gamma\alpha=\frac{c}{a} \qquad \alpha\beta\gamma=-\frac{d}{a}

For a cubic ax³+bx²+cx+d=0 with roots α, β, γ. Signs alternate with each successive symmetric function.

a,b,c,da,b,c,d
the cubic's coefficients
α,β,γ\alpha,\beta,\gamma
the three roots

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

Compound & double angle identities

sin(A±B)=sinAcosB±cosAsinBcos(2θ)=cos2θsin2θ=2cos2θ1=12sin2θ\sin(A\pm B)=\sin A\cos B\pm\cos A\sin B \qquad \cos(2\theta)=\cos^2\theta-\sin^2\theta=2\cos^2\theta-1=1-2\sin^2\theta

The three forms of cos(2θ) are equivalent via the Pythagorean identity — choose whichever is convenient.

A,BA,B
two angles
θ\theta
a single angle, for the double-angle forms

Reciprocal trig functions

secθ=1cosθcscθ=1sinθcotθ=1tanθ1+tan2θ=sec2θ\sec\theta=\frac{1}{\cos\theta} \qquad \csc\theta=\frac{1}{\sin\theta} \qquad \cot\theta=\frac{1}{\tan\theta} \qquad 1+\tan^2\theta=\sec^2\theta

sec pairs with cos, csc pairs with sin — the letter association is easy to swap by mistake.

θ\theta
any angle where the function is defined

Vectors: magnitude, scalar & vector product

v=v12+v22+v32uv=uvcosθu×v=uvsinθ|\vec{v}|=\sqrt{v_1^2+v_2^2+v_3^2} \qquad \vec{u}\cdot\vec{v}=|\vec{u}||\vec{v}|\cos\theta \qquad |\vec{u}\times\vec{v}|=|\vec{u}||\vec{v}|\sin\theta

The scalar product returns a number (zero exactly when perpendicular); the vector product returns a vector perpendicular to both, with magnitude equal to the area of the parallelogram they span.

u,v\vec{u},\vec{v}
vectors
θ\theta
angle between them

Vector equation of a line

r=a+td\vec{r}=\vec{a}+t\vec{d}

a is a known point on the line, d is a direction vector (not unique — any scalar multiple works), t is a scalar parameter.

r\vec{r}
position vector of a general point on the line
a\vec{a}
a known point
d\vec{d}
direction vector
tt
parameter

Equation of a plane

n(ra)=0orn1x+n2y+n3z=d\vec{n}\cdot(\vec{r}-\vec{a})=0 \quad \text{or} \quad n_1x+n_2y+n_3z=d

n is a normal vector to the plane, found via the cross product of two direction vectors within the plane.

n\vec{n}
normal vector
a\vec{a}
a known point on the plane
dd
constant, found from n · a (the dot product of the normal vector and a known point)

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

Bayes' theorem

P(AB)=P(BA)P(A)P(B)P(B)=P(BA)P(A)+P(BA)P(A)P(A|B)=\frac{P(B|A)P(A)}{P(B)} \qquad P(B)=P(B|A)P(A)+P(B|A')P(A')

Reverses a conditional probability — use a tree diagram to organise the known probabilities before applying the formula.

A,BA,B
events
AA'
complement of A

Linear combinations of random variables

E(aX+b)=aE(X)+bVar(aX+b)=a2Var(X)Var(X±Y)=Var(X)+Var(Y) (X,Y independent)E(aX+b)=aE(X)+b \qquad \text{Var}(aX+b)=a^2\text{Var}(X) \qquad \text{Var}(X\pm Y)=\text{Var}(X)+\text{Var}(Y)\ (X,Y\text{ independent})

Variance scales by a², not a. Variances add for both sums AND differences of independent variables — never subtract them.

a,ba,b
constants
X,YX,Y
independent random variables

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

Derivatives of further functions

ddx(secx)=secxtanxddx(arcsinx)=11x2ddx(arctanx)=11+x2\frac{d}{dx}(\sec x)=\sec x\tan x \qquad \frac{d}{dx}(\arcsin x)=\frac{1}{\sqrt{1-x^2}} \qquad \frac{d}{dx}(\arctan x)=\frac{1}{1+x^2}

Combine with the chain rule for composite versions, e.g. d/dx[arctan(kx)] = k/(1+k²x²).

xx
the variable

Integration by parts

udv=uvvdu\int u\,dv=uv-\int v\,du

Choose u to simplify on differentiation (LIATE order: Log, Inverse trig, Algebraic, Trig, Exponential); dv should be easy to integrate.

u,vu,v
the two chosen parts of the product

Volume of revolution

V=πab[f(x)]2dxV=\pi\int_a^b[f(x)]^2\,dx

Disc method for rotation about the x-axis. Do not forget to square f(x) before integrating.

f(x)f(x)
the function being rotated
a,ba,b
limits of integration

Differential equations & Euler's method

1g(y)dy=f(x)dx(separable ODE)yn+1=yn+hf(xn,yn) (Euler’s method)\int\frac{1}{g(y)}\,dy=\int f(x)\,dx \quad \text{(separable ODE)} \qquad y_{n+1}=y_n+h\cdot f(x_n,y_n)\ \text{(Euler's method)}

Separation of variables solves dy/dx=f(x)g(y) exactly. Euler's method numerically approximates a solution using small steps h.

hh
Euler step size
f(xn,yn)f(x_n,y_n)
gradient at the current approximated point

Maclaurin series

f(x)=f(0)+f(0)x+f(0)2!x2+f(0)3!x3+f(x)=f(0)+f'(0)x+\frac{f''(0)}{2!}x^2+\frac{f'''(0)}{3!}x^3+\ldots

Standard series worth memorising: e^x, sin x, cos x (see topic notes). Most accurate near x=0.

f(n)(0)f^{(n)}(0)
the nth derivative of f evaluated at x=0

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