Numbers of the form a + bi where i = √(-1)
i² = -1(a+bi) + (c+di) = (a+c) + (b+d)i(a+bi)(c+di) = (ac-bd) + (ad+bc)i
|z| = √(a² + b²) (Modulus)arg(z) = tan⁻¹(b/a) (Argument)
z = r(cosθ + i sinθ)z = r cis θ
(cosθ + i sinθ)^n = cos(nθ) + i sin(nθ)
(A + B)ᵀ = Aᵀ + Bᵀ(AB)ᵀ = BᵀAᵀ(A⁻¹)ᵀ = (Aᵀ)⁻¹
|A| = ad - bc (2×2)
A⁻¹ = adj(A) / |A|
System of linear equations solved using determinants.
D = b² - 4acSum of roots = -b/aProduct of roots = c/a
1, ω, ω²ω = (-1 + i√3)/21 + ω + ω² = 0
Roots satisfy: xⁿ + aₙ₋₁xⁿ⁻¹ + ... + a₀ = 0
aₙ = a + (n-1)dSₙ = n/2 [2a + (n-1)d]
aₙ = arⁿ⁻¹Sₙ = a(rⁿ - 1)/(r-1) (r ≠ 1)S∞ = a/(1-r) (|r| < 1)
Reciprocals form AP.
If one task can be done in m ways and another in n ways, together: m × n ways.
nPₙ = n!nPᵣ = n!/(n-r)!
nCᵣ = n!/(r!(n-r)!)nCᵣ = nCₙ₋ᵣ
(x + a)ⁿ = Σ nCᵣ xⁿ⁻ᵣ aᵣGeneral Term: Tᵣ₊₁ = nCᵣ xⁿ⁻ᵣ aᵣ
sin²θ + cos²θ = 11 + tan²θ = sec²θ1 + cot²θ = cosec²θ
sin(A±B) = sinA cosB ± cosA sinBcos(A±B) = cosA cosB ∓ sinA sinBtan(A±B) = (tanA ± tanB)/(1 ∓ tanA tanB)
2 sinA cosB = sin(A+B) + sin(A-B)2 cosA cosB = cos(A+B) + cos(A-B)
sin(θ/2) = ±√((1-cosθ)/2)cos(θ/2) = ±√((1+cosθ)/2)
lim(x→0) sinx/x = 1lim(x→0) (eˣ - 1)/x = 1lim(x→0) (1+x)^(1/x) = elim(x→∞) (1+1/x)^x = e
0/0, ∞/∞, 0×∞, ∞-∞, 0⁰, ∞⁰
f'(x) = lim(h→0) [f(x+h) - f(x)]/h
d/dx (c) = 0d/dx (xⁿ) = nxⁿ⁻¹d/dx (uv) = u'v + uv'd/dx (u/v) = (u'v - uv')/v²
d/dx [f(g(x))] = f'(g(x)) × g'(x)
d/dx (sinx) = cosxd/dx (cosx) = -sinxd/dx (tanx) = sec²x
d/dx (eˣ) = eˣd/dx (lnx) = 1/x