Math Lab

Math Formula Sheet

146+ formulas across 13 topics : from primary-school perimeters to senior-secondary calculus. Bookmark this page; it's a quick reference.

Arithmetic & Number

9 formulas

Percentages, ratios, interest, GCD/LCM : the everyday-money formulas.

Percentage
VI–VIII
p% of n=p100×np\% \text{ of } n = \dfrac{p}{100} \times n
Percentage change
VII
% change=newoldold×100\% \text{ change} = \dfrac{\text{new} - \text{old}}{\text{old}} \times 100
Simple interest
VII–VIII
SI=PRT100SI = \dfrac{P \, R \, T}{100}
Compound interest
VIII
A=P(1+R100)TA = P \left(1 + \dfrac{R}{100}\right)^{T}
Discount
VIII
SP=MP(1d100)\text{SP} = \text{MP} \left(1 - \dfrac{d}{100}\right)
Profit %
VII–VIII
Profit%=SPCPCP×100\text{Profit\%} = \dfrac{\text{SP} - \text{CP}}{\text{CP}} \times 100
EMI
EMI=Pr(1+r)n(1+r)n1\text{EMI} = \dfrac{P \, r (1 + r)^n}{(1 + r)^n - 1}

r = monthly rate, n = months.

GCD × LCM identity
VI
gcd(a,b)lcm(a,b)=ab\gcd(a,b) \cdot \operatorname{lcm}(a,b) = a \cdot b
Ratio split
VI–VII
x:yshares=xx+yT,  yx+yTx : y \Rightarrow \text{shares} = \dfrac{x}{x+y}T,\; \dfrac{y}{x+y}T

Algebraic Identities

11 formulas

The expansions you reach for inside every algebra step.

(a+b)²
VIII
(a+b)2=a2+2ab+b2(a+b)^2 = a^2 + 2ab + b^2
(a−b)²
VIII
(ab)2=a22ab+b2(a-b)^2 = a^2 - 2ab + b^2
a²−b²
VIII
a2b2=(ab)(a+b)a^2 - b^2 = (a-b)(a+b)
(a+b)³
IX
(a+b)3=a3+3a2b+3ab2+b3(a+b)^3 = a^3 + 3a^2 b + 3ab^2 + b^3
(a−b)³
IX
(ab)3=a33a2b+3ab2b3(a-b)^3 = a^3 - 3a^2 b + 3ab^2 - b^3
a³+b³
IX
a3+b3=(a+b)(a2ab+b2)a^3 + b^3 = (a + b)(a^2 - ab + b^2)
a³−b³
IX
a3b3=(ab)(a2+ab+b2)a^3 - b^3 = (a - b)(a^2 + ab + b^2)
Sum a³+b³+c³ (special)
IX
a3+b3+c33abc=(a+b+c)(a2+b2+c2abbcca)a^3 + b^3 + c^3 - 3abc = (a+b+c)(a^2 + b^2 + c^2 - ab - bc - ca)
Quadratic formula
X
x=b±b24ac2ax = \dfrac{-b \pm \sqrt{b^2 - 4ac}}{2a}
Discriminant
X
Δ=b24ac\Delta = b^2 - 4ac
Sum & product of roots
X–XI
α+β=ba,αβ=ca\alpha + \beta = -\dfrac{b}{a},\quad \alpha\beta = \dfrac{c}{a}

Exponents & Logarithms

11 formulas

Laws of indices and logs : the workhorse moves in algebra.

Product rule
VII–VIII
aman=am+na^m \cdot a^n = a^{m+n}
Quotient rule
VII–VIII
aman=amn\dfrac{a^m}{a^n} = a^{m-n}
Power of a power
VIII
(am)n=amn(a^m)^n = a^{mn}
Power of a product
VIII
(ab)n=anbn(ab)^n = a^n b^n
Negative index
VIII
an=1ana^{-n} = \dfrac{1}{a^n}
Zero index
VIII
a0=1(a0)a^0 = 1\quad (a \ne 0)
Fractional index
IX
a1/n=ana^{1/n} = \sqrt[n]{a}
Log product
XI
logb(xy)=logbx+logby\log_b (xy) = \log_b x + \log_b y
Log quotient
XI
logbxy=logbxlogby\log_b \dfrac{x}{y} = \log_b x - \log_b y
Log power
XI
logb(xk)=klogbx\log_b (x^k) = k \, \log_b x
Change of base
XI
logbx=logcxlogcb\log_b x = \dfrac{\log_c x}{\log_c b}

Sequences & Series

8 formulas

Arithmetic and geometric patterns.

AP nth term
X
an=a+(n1)da_n = a + (n-1) d
AP sum
X
Sn=n2(2a+(n1)d)=n2(a+l)S_n = \dfrac{n}{2}\bigl(2a + (n-1)d\bigr) = \dfrac{n}{2}(a + l)
GP nth term
XI
an=arn1a_n = a r^{n-1}
GP sum (r≠1)
XI
Sn=a(rn1)r1S_n = \dfrac{a(r^n - 1)}{r - 1}
Infinite GP (|r|<1)
XI
S=a1rS_\infty = \dfrac{a}{1 - r}
Sum of first n naturals
XI
k=1nk=n(n+1)2\sum_{k=1}^{n} k = \dfrac{n(n+1)}{2}
Sum of first n squares
XI
k=1nk2=n(n+1)(2n+1)6\sum_{k=1}^{n} k^2 = \dfrac{n(n+1)(2n+1)}{6}
Sum of first n cubes
XI
k=1nk3=(n(n+1)2)2\sum_{k=1}^{n} k^3 = \left(\dfrac{n(n+1)}{2}\right)^2

Geometry (2-D)

14 formulas

Lengths, areas, perimeters of plane figures.

Square area
V–VII
A=s2A = s^2
Rectangle area
V–VII
A=lwA = l \cdot w
Triangle area
VI
A=12baseheightA = \dfrac{1}{2} \cdot \text{base} \cdot \text{height}
Heron's formula
IX
A=s(sa)(sb)(sc),  s=a+b+c2A = \sqrt{s(s-a)(s-b)(s-c)},\; s = \tfrac{a+b+c}{2}
Parallelogram
VII
A=bhA = b \cdot h
Trapezium
VIII
A=12(a+b)hA = \dfrac{1}{2}(a + b) \cdot h
Rhombus (diagonals)
VIII
A=12d1d2A = \dfrac{1}{2} d_1 d_2
Circle area
VII
A=πr2A = \pi r^2
Circle circumference
VII
C=2πrC = 2 \pi r
Sector area
X
A=θ360πr2A = \dfrac{\theta}{360^\circ} \, \pi r^2
Arc length
X
=θ3602πr\ell = \dfrac{\theta}{360^\circ} \, 2\pi r
Sum of polygon angles
VIII
(n2)×180(n - 2) \times 180^\circ
Each interior angle (regular)
VIII
(n2)180n\dfrac{(n-2) \cdot 180^\circ}{n}
Pythagoras
VII–IX
a2+b2=c2a^2 + b^2 = c^2

Mensuration (3-D)

14 formulas

Volumes and surface areas of solids.

Cube volume
VIII
V=a3V = a^3
Cube TSA
VIII
S=6a2S = 6a^2
Cuboid volume
VIII
V=lwhV = l \cdot w \cdot h
Cuboid TSA
VIII
S=2(lw+wh+lh)S = 2(lw + wh + lh)
Cylinder volume
IX
V=πr2hV = \pi r^2 h
Cylinder CSA
IX
S=2πrhS = 2 \pi r h
Cylinder TSA
IX
S=2πr(r+h)S = 2\pi r (r + h)
Cone volume
IX
V=13πr2hV = \dfrac{1}{3} \pi r^2 h
Cone CSA
IX
S=πrl,  l=r2+h2S = \pi r l,\; l = \sqrt{r^2 + h^2}
Sphere volume
IX
V=43πr3V = \dfrac{4}{3} \pi r^3
Sphere SA
IX
S=4πr2S = 4 \pi r^2
Hemisphere volume
IX
V=23πr3V = \dfrac{2}{3} \pi r^3
Hemisphere TSA
IX
S=3πr2S = 3 \pi r^2
Frustum of cone V
X
V=πh3 ⁣(r12+r22+r1r2)V = \dfrac{\pi h}{3}\!\bigl(r_1^2 + r_2^2 + r_1 r_2\bigr)

Coordinate Geometry

13 formulas

Distances, lines and conics in the plane.

Distance between points
IX–X
d=(x2x1)2+(y2y1)2d = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2}
Mid-point
X
M=(x1+x22,  y1+y22)M = \left(\dfrac{x_1 + x_2}{2},\; \dfrac{y_1 + y_2}{2}\right)
Section formula (internal)
X
P=(mx2+nx1m+n,  my2+ny1m+n)P = \left(\dfrac{m x_2 + n x_1}{m + n},\; \dfrac{m y_2 + n y_1}{m + n}\right)
Area of a triangle (coordinates)
X
A=12x1(y2y3)+x2(y3y1)+x3(y1y2)A = \tfrac{1}{2}\bigl|x_1(y_2 - y_3) + x_2(y_3 - y_1) + x_3(y_1 - y_2)\bigr|
Slope between points
X–XI
m=y2y1x2x1m = \dfrac{y_2 - y_1}{x_2 - x_1}
Slope–intercept
X–XI
y=mx+cy = mx + c
Point–slope
XI
yy1=m(xx1)y - y_1 = m(x - x_1)
General line
XI
ax+by+c=0ax + by + c = 0
Distance from a point to a line
XI
d=ax0+by0+ca2+b2d = \dfrac{|a x_0 + b y_0 + c|}{\sqrt{a^2 + b^2}}
Circle (centre h, k)
XI
(xh)2+(yk)2=r2(x - h)^2 + (y - k)^2 = r^2
Ellipse
XI
x2a2+y2b2=1\dfrac{x^2}{a^2} + \dfrac{y^2}{b^2} = 1
Parabola
XI
y2=4axy^2 = 4 a x
Hyperbola
XI
x2a2y2b2=1\dfrac{x^2}{a^2} - \dfrac{y^2}{b^2} = 1

Trigonometry

14 formulas

Ratios, identities, addition and multiple-angle formulas.

Reciprocal pair
X
cscθ=1sinθ,  secθ=1cosθ,  cotθ=1tanθ\csc\theta = \dfrac{1}{\sin\theta},\; \sec\theta = \dfrac{1}{\cos\theta},\; \cot\theta = \dfrac{1}{\tan\theta}
Pythagorean identity
X
sin2θ+cos2θ=1\sin^2\theta + \cos^2\theta = 1
Identity 2
X
1+tan2θ=sec2θ1 + \tan^2\theta = \sec^2\theta
Identity 3
X
1+cot2θ=csc2θ1 + \cot^2\theta = \csc^2\theta
Sin(A+B)
XI
sin(A+B)=sinAcosB+cosAsinB\sin(A + B) = \sin A \cos B + \cos A \sin B
Sin(A−B)
XI
sin(AB)=sinAcosBcosAsinB\sin(A - B) = \sin A \cos B - \cos A \sin B
Cos(A+B)
XI
cos(A+B)=cosAcosBsinAsinB\cos(A + B) = \cos A \cos B - \sin A \sin B
Cos(A−B)
XI
cos(AB)=cosAcosB+sinAsinB\cos(A - B) = \cos A \cos B + \sin A \sin B
Tan(A+B)
XI
tan(A+B)=tanA+tanB1tanAtanB\tan(A + B) = \dfrac{\tan A + \tan B}{1 - \tan A \tan B}
Sin 2A
XI
sin2A=2sinAcosA\sin 2A = 2 \sin A \cos A
Cos 2A
XI
cos2A=cos2Asin2A=2cos2A1=12sin2A\cos 2A = \cos^2 A - \sin^2 A = 2\cos^2 A - 1 = 1 - 2\sin^2 A
Tan 2A
XI
tan2A=2tanA1tan2A\tan 2A = \dfrac{2 \tan A}{1 - \tan^2 A}
Sine rule
XI
asinA=bsinB=csinC=2R\dfrac{a}{\sin A} = \dfrac{b}{\sin B} = \dfrac{c}{\sin C} = 2R
Cosine rule
XI
c2=a2+b22abcosCc^2 = a^2 + b^2 - 2ab \cos C

Calculus

15 formulas

Limits, derivatives, integrals.

Limit (sin x)/x
XI
limx0sinxx=1\lim_{x \to 0} \dfrac{\sin x}{x} = 1
Limit (1 − cos x)/x²
XI
limx01cosxx2=12\lim_{x \to 0} \dfrac{1 - \cos x}{x^2} = \dfrac{1}{2}
Definition of derivative
XI
f(x)=limh0f(x+h)f(x)hf'(x) = \lim_{h \to 0} \dfrac{f(x+h) - f(x)}{h}
Power rule
XI–XII
ddxxn=nxn1\dfrac{d}{dx} x^n = n x^{n-1}
Sin / Cos / Tan derivatives
XI–XII
(sinx)=cosx,  (cosx)=sinx,  (tanx)=sec2x(\sin x)' = \cos x,\; (\cos x)' = -\sin x,\; (\tan x)' = \sec^2 x
Exponential / log
XII
(ex)=ex,  (lnx)=1x(e^x)' = e^x,\; (\ln x)' = \dfrac{1}{x}
Product rule
XI
(uv)=uv+uv(uv)' = u' v + u v'
Quotient rule
XII
(uv)=uvuvv2\left(\dfrac{u}{v}\right)' = \dfrac{u' v - u v'}{v^2}
Chain rule
XII
ddxf(g(x))=f(g(x))g(x)\dfrac{d}{dx} f(g(x)) = f'(g(x)) \cdot g'(x)
Integral x^n
XII
xndx=xn+1n+1+C(n1)\int x^n \, dx = \dfrac{x^{n+1}}{n+1} + C \quad (n \ne -1)
Integral 1/x
XII
1xdx=lnx+C\int \dfrac{1}{x}\, dx = \ln |x| + C
Integral sin / cos
XII
sinxdx=cosx+C,  cosxdx=sinx+C\int \sin x \, dx = -\cos x + C,\; \int \cos x \, dx = \sin x + C
Integral e^x
XII
exdx=ex+C\int e^x \, dx = e^x + C
Definite integral (FTC)
XII
abf(x)dx=F(b)F(a)\int_a^b f(x) \, dx = F(b) - F(a)
Integration by parts
XII
udv=uvvdu\int u \, dv = u v - \int v \, du

Vectors & 3-D Geometry

10 formulas

Dot product, cross product and lines/planes in space.

Magnitude
XII
a=a12+a22+a32|\vec a| = \sqrt{a_1^2 + a_2^2 + a_3^2}
Unit vector
XII
a^=aa\hat a = \dfrac{\vec a}{|\vec a|}
Dot product
XII
ab=a1b1+a2b2+a3b3=abcosθ\vec a \cdot \vec b = a_1 b_1 + a_2 b_2 + a_3 b_3 = |\vec a||\vec b| \cos\theta
Cross product magnitude
XII
a×b=absinθ|\vec a \times \vec b| = |\vec a||\vec b| \sin\theta
Projection of a on b
XII
projba=abb2b\text{proj}_{\vec b}\vec a = \dfrac{\vec a \cdot \vec b}{|\vec b|^2}\, \vec b
Distance between two points
XII
d=(x2x1)2+(y2y1)2+(z2z1)2d = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2 + (z_2 - z_1)^2}
Direction cosines
XII
l2+m2+n2=1l^2 + m^2 + n^2 = 1
Line vector form
XII
r=a+tb\vec r = \vec a + t \vec b
Plane equation (normal form)
XII
rn^=d\vec r \cdot \hat n = d
Distance from point to plane
XII
d=ax0+by0+cz0+d0a2+b2+c2d = \dfrac{|a x_0 + b y_0 + c z_0 + d_0|}{\sqrt{a^2 + b^2 + c^2}}

Statistics & Probability

12 formulas

Central tendency, dispersion and probability rules.

Mean (raw)
VII–IX
xˉ=1ni=1nxi\bar x = \dfrac{1}{n}\sum_{i=1}^{n} x_i
Mean (frequency)
IX–X
xˉ=fixifi\bar x = \dfrac{\sum f_i x_i}{\sum f_i}
Median (odd n)
VIII–IX
M=x(n+1)/2M = x_{(n+1)/2}
Median (grouped)
X
M=L+(n2Ff)hM = L + \left(\dfrac{\tfrac{n}{2} - F}{f}\right) h
Mode (grouped)
X
Mo=L+(f1f02f1f0f2)hMo = L + \left(\dfrac{f_1 - f_0}{2f_1 - f_0 - f_2}\right) h
Variance
XI
σ2=1n(xixˉ)2\sigma^2 = \dfrac{1}{n}\sum (x_i - \bar x)^2
Std. deviation
XI
σ=σ2\sigma = \sqrt{\sigma^2}
Probability of an event
IX–XI
P(E)=favourabletotalP(E) = \dfrac{\text{favourable}}{\text{total}}
Addition rule
XI
P(AB)=P(A)+P(B)P(AB)P(A \cup B) = P(A) + P(B) - P(A \cap B)
Conditional probability
XII
P(AB)=P(AB)P(B)P(A \mid B) = \dfrac{P(A \cap B)}{P(B)}
Bayes' theorem
XII
P(AiB)=P(BAi)P(Ai)jP(BAj)P(Aj)P(A_i \mid B) = \dfrac{P(B \mid A_i) P(A_i)}{\sum_j P(B \mid A_j) P(A_j)}
Binomial probability
XII
P(X=k)=(nk)pk(1p)nkP(X = k) = \binom{n}{k} p^k (1-p)^{n-k}

Matrices & Determinants

8 formulas

Common operations and 2×2 / 3×3 shortcuts.

2×2 determinant
XII
det(abcd)=adbc\det\begin{pmatrix} a & b \\ c & d \end{pmatrix} = ad - bc
2×2 inverse
XII
M1=1adbc(dbca)M^{-1} = \dfrac{1}{ad - bc}\begin{pmatrix} d & -b \\ -c & a \end{pmatrix}
Adjoint identity
XII
Aadj(A)=det(A)IA \cdot \operatorname{adj}(A) = \det(A) \, I
Cramer's rule (2×2)
XII
x=DxD,y=DyDx = \dfrac{D_x}{D},\quad y = \dfrac{D_y}{D}
Property: row swap
XII
det changes sign on row swap\det \text{ changes sign on row swap}
Property: scalar multiply row
XII
detkdet if a row is multiplied by k\det \to k \cdot \det \text{ if a row is multiplied by } k
Transpose product
XII
(AB)T=BTAT(AB)^{T} = B^{T} A^{T}
Inverse product
XII
(AB)1=B1A1(AB)^{-1} = B^{-1} A^{-1}

Permutations, Combinations & Binomial

7 formulas

Counting arrangements and the binomial theorem.

Factorial
XI
n!=n(n1)21,  0!=1n! = n \cdot (n - 1) \cdots 2 \cdot 1,\; 0! = 1
Permutation P(n,r)
XI
nPr=n!(nr)!{}^nP_r = \dfrac{n!}{(n - r)!}
Combination C(n,r)
XI
(nr)=n!r!(nr)!\binom{n}{r} = \dfrac{n!}{r!\, (n - r)!}
Pascal's identity
XI
(nr)=(n1r)+(n1r1)\binom{n}{r} = \binom{n-1}{r} + \binom{n-1}{r-1}
Binomial theorem
XI
(a+b)n=r=0n(nr)anrbr(a + b)^n = \sum_{r=0}^{n} \binom{n}{r} a^{n-r} b^{r}
Sum of binomial coeffs
XI
r=0n(nr)=2n\sum_{r=0}^{n} \binom{n}{r} = 2^n
Middle term (even n)
XI
Tn/2+1=(nn/2)an/2bn/2T_{n/2 + 1} = \binom{n}{n/2}\, a^{n/2} b^{n/2}

Need to see the formula in action?

Most formulas above have a matching interactive lab : open one and pull the sliders to watch it work.

Open all labs →