📋 Formula sheet

All formulas with illustrations — print and hang on the wall!

📐 Geometry

Area — 2D

A = l · w
Rectangle
lbA = l · b
A = s²
Square
sA = s²
A = (b · h) / 2
Triangle
hgA=g·h/2
A = π · r²
Circle
rA=π·r²
A = (a+b)·h / 2
Trapezoid
abhA=(a+b)·h/2

Volume — 3D

V = l · w · h
Rectangular prism
V = s³
Cube
V = π · r² · h
Cylinder
rhV=π·r²·h
V = (4/3) · π · r³
Sphere
rV=(4/3)·π·r³
V = (1/3)·π·r²·h
Cone
hrV=(1/3)·π·r²·h

Pythagoras

a² + b² = c²
Pythagorean theorem
abca²+b²=c²
c = √(a² + b²)
Find hypotenuse

Trigonometry

sin(θ) = opposite / hypotenuse
Sine
θmot.hos.hyp.
cos(θ) = adjacent / hypotenuse
Cosine
tan(θ) = opposite / adjacent
Tangent
sin²(θ) + cos²(θ) = 1
Pythagorean identity

🔢 Numbers and algebra

Algebraic identities

(a+b)² = a² + 2ab + b²
Square of sum
abab
(a-b)² = a² - 2ab + b²
Square of difference
(a+b)(a-b) = a² - b²
Difference of squares
(a+b)(a-b) = a²-b²-b²Konjugatsetningen

Exponent rules

aᵐ · aⁿ = aᵐ⁺ⁿ
Product rule
222××= 83
aᵐ / aⁿ = aᵐ⁻ⁿ
Quotient rule
(aᵐ)ⁿ = aᵐⁿ
Power of a power
a⁰ = 1
Zero exponent
a⁻ⁿ = 1/aⁿ
Negative exponent
a^(1/n) = ⁿ√a
Fractional exponent

Logarithms

log(a·b) = log(a) + log(b)
Product rule
log(a/b) = log(a) - log(b)
Quotient rule
log(aⁿ) = n · log(a)
Power rule
ln(e) = 1
Natural log

Absolute value

|x| = x if x ≥ 0
Positive value
0-55|-5| = |5| = 5
|x| = -x if x < 0
Negative value

〰️ Functions

Linear function

f(x) = ax + b
a=slope, b=y-intercept
ba=Δy/Δx
a = (y₂-y₁) / (x₂-x₁)
Slope formula

Quadratic function

f(x) = ax² + bx + c
Parabola
toppnullpunkter
x = -b / (2a)
Vertex x
x = (-b ± √(b²-4ac)) / (2a)
Quadratic formula
D = b² - 4ac
Discriminant

Exponential function

f(x) = a · bˣ
Growth/decay
ab>1: vekst
e ≈ 2.71828
Euler's number

∫ Calculus

Differentiation rules

(xⁿ)' = n·xⁿ⁻¹
Power rule
tangentf'(x₀)
(c)' = 0
Constant
(eˣ)' = eˣ
Exponential
(ln x)' = 1/x
Natural log
(sin x)' = cos x
Sine
(cos x)' = -sin x
Cosine
(u·v)' = u'v + uv'
Product rule
(u/v)' = (u'v-uv')/v²
Quotient rule

Integration rules

∫ xⁿ dx = xⁿ⁺¹/(n+1) + C
Power rule
abareal
∫ k dx = kx + C
Constant
∫ eˣ dx = eˣ + C
Exponential
∫ₐᵇ f(x) dx = F(b)-F(a)
Definite integral

📊 Statistics

Measures of centre

x̄ = Σxᵢ / n
Mean
σ = √(Σ(xᵢ-x̄)² / n)
Std deviation
μ68%
z = (x - μ) / σ
Z-score

68-95-99.7 rule

μ ± 1σ → 68%
Within 1σ
μ ± 2σ → 95%
Within 2σ
μ ± 3σ → 99.7%
Within 3σ

Probability

P(A) = favourable / total
Probability
ABA∩B
P(not A) = 1 - P(A)
Complement
0 ≤ P(A) ≤ 1
Always 0-1

🔷 Vectors

Vector operations

|⃗v| = √(x² + y²)
Magnitude
v⃗xy
⃗a + ⃗b = (a₁+b₁, a₂+b₂)
Addition
k · ⃗v = (kx, ky)
Scalar multiplication
⃗a · ⃗b = a₁b₁ + a₂b₂
Dot product
cos θ = (⃗a·⃗b)/(|⃗a||⃗b|)
Angle between vectors