Maths Methods
Unit 3 — Calculus, probability, functions reference and solver
Differentiation
Power Rule
d/dx[xⁿ] = nxⁿ⁻¹Chain Rule
d/dx[f(g(x))] = f'(g(x))·g'(x)Product Rule
d/dx[f·g] = f'g + fg'Quotient Rule
d/dx[f/g] = (f'g - fg')/g²Exponential
d/dx[eˣ] = eˣNatural Log
d/dx[ln x] = 1/xSine
d/dx[sin x] = cos xCosine
d/dx[cos x] = -sin xIntegration
Power Rule
∫xⁿ dx = xⁿ⁺¹/(n+1) + C, n ≠ -1Exponential
∫eˣ dx = eˣ + CReciprocal
∫(1/x) dx = ln|x| + CSine
∫sin x dx = -cos x + CCosine
∫cos x dx = sin x + CDefinite Integral
∫ₐᵇ f(x) dx = F(b) - F(a)Probability & Statistics
Pr(A ∪ B)
Pr(A) + Pr(B) - Pr(A ∩ B)Conditional
Pr(A|B) = Pr(A ∩ B) / Pr(B)Normal Distribution
X ~ N(μ, σ²)Standard Normal
Z = (X - μ) / σSample Proportion
p̂ = x/n95% CI
p̂ ± 1.96√(p̂(1-p̂)/n)Functions & Relations
Quadratic Formula
x = (-b ± √(b²-4ac)) / 2aDiscriminant
Δ = b² - 4acInverse Function
f⁻¹(f(x)) = xLogarithm Laws
log(ab) = log a + log b, log(a/b) = log a - log bChange of Base
logₐ b = log b / log a