SMC
Solutions
Cheat Sheets
Calculators
Upgrade
Math Cheat Sheets
Quick reference guides for algebra, calculus, trigonometry, and more
Search
All
Algebra
Calculus
Trigonometry
Geometry
Statistics
📐
Algebra Formulas
12 formulas
▾
Quadratic
Quadratic Formula
x = (−b ± √(b²−4ac)) / 2a
Discriminant
Δ = b² − 4ac
Vertex Form
y = a(x−h)² + k
Factoring
Difference of Squares
a²−b² = (a−b)(a+b)
Perfect Square
(a+b)² = a²+2ab+b²
Sum of Cubes
a³+b³ = (a+b)(a²−ab+b²)
Diff of Cubes
a³−b³ = (a−b)(a²+ab+b²)
Exponents & Logs
Product Rule
aᵐ · aⁿ = aᵐ⁺ⁿ
Power Rule
(aᵐ)ⁿ = aᵐⁿ
Log Product
log(ab) = log a + log b
Change of Base
logₐb = log b / log a
🖨 Print
📋 Copy
∂
Derivatives Cheat Sheet
14 formulas
▾
Basic Rules
Power Rule
d/dx[xⁿ] = n·xⁿ⁻¹
Constant Rule
d/dx[c] = 0
Product Rule
(fg)′ = f′g + fg′
Quotient Rule
(f/g)′ = (f′g − fg′) / g²
Chain Rule
d/dx[f(g(x))] = f′(g(x))·g′(x)
Trig Derivatives
sin(x)
d/dx[sin x] = cos x
cos(x)
d/dx[cos x] = −sin x
tan(x)
d/dx[tan x] = sec²x
sec(x)
d/dx[sec x] = sec x·tan x
Exponential & Log
eˣ
d/dx[eˣ] = eˣ
aˣ
d/dx[aˣ] = aˣ·ln a
ln(x)
d/dx[ln x] = 1/x
logₐ(x)
d/dx[logₐ x] = 1/(x·ln a)
🖨 Print
📋 Copy
∫
Integration Formulas
12 formulas
▾
Basic Integrals
Power Rule
∫xⁿ dx = xⁿ⁺¹/(n+1) + C
Constant
∫a dx = ax + C
1/x
∫(1/x) dx = ln|x| + C
eˣ
∫eˣ dx = eˣ + C
aˣ
∫aˣ dx = aˣ/ln(a) + C
Trig Integrals
sin(x)
∫sin x dx = −cos x + C
cos(x)
∫cos x dx = sin x + C
sec²(x)
∫sec²x dx = tan x + C
sec(x)tan(x)
∫sec x·tan x dx = sec x + C
Integration Techniques
By Parts
∫u dv = uv − ∫v du
Substitution
∫f(g(x))g′(x)dx = ∫f(u)du
🖨 Print
📋 Copy
∿
Trigonometry Identities
16 formulas
▾
Pythagorean Identities
Basic
sin²θ + cos²θ = 1
Tangent form
1 + tan²θ = sec²θ
Cotangent form
1 + cot²θ = csc²θ
Double Angle
sin(2θ)
sin 2θ = 2 sin θ cos θ
cos(2θ)
cos 2θ = cos²θ − sin²θ
tan(2θ)
tan 2θ = 2tan θ / (1−tan²θ)
Sum & Difference
sin(A±B)
sin A·cos B ± cos A·sin B
cos(A±B)
cos A·cos B ∓ sin A·sin B
tan(A±B)
(tan A ± tan B)/(1 ∓ tan A·tan B)
Unit Circle Values
sin 0°
0
sin 30°
1/2
sin 45°
√2/2
sin 60°
√3/2
sin 90°
1
🖨 Print
📋 Copy
△
Geometry Formulas
18 formulas
▾
2D Shapes
Circle Area
A = πr²
Circle Circumf.
C = 2πr
Rectangle Area
A = l × w
Triangle Area
A = ½ × b × h
Trapezoid Area
A = ½(a+b) × h
Ellipse Area
A = π × a × b
3D Shapes
Sphere Volume
V = (4/3)πr³
Sphere Surface
SA = 4πr²
Cylinder Volume
V = πr²h
Cylinder Surface
SA = 2πr(r+h)
Cone Volume
V = (1/3)πr²h
Cube Volume
V = s³
Theorems
Pythagorean
a² + b² = c²
Distance Formula
d = √((x₂−x₁)²+(y₂−y₁)²)
Midpoint
M = ((x₁+x₂)/2, (y₁+y₂)/2)
Slope
m = (y₂−y₁)/(x₂−x₁)
🖨 Print
📋 Copy
📊
Statistics & Probability
14 formulas
▾
Descriptive Statistics
Mean
x̄ = (Σx) / n
Variance
σ² = Σ(xᵢ − x̄)² / n
Std Deviation
σ = √(Σ(xᵢ−x̄)²/n)
Z-Score
z = (x − μ) / σ
Probability
Basic Prob.
P(A) = favorable / total
Complement
P(A′) = 1 − P(A)
Addition Rule
P(A∪B) = P(A)+P(B)−P(A∩B)
Multiplication
P(A∩B) = P(A)·P(B|A)
Bayes' Theorem
P(A|B) = P(B|A)P(A)/P(B)
Combinatorics
Permutation
P(n,r) = n! / (n−r)!
Combination
C(n,r) = n! / (r!(n−r)!)
🖨 Print
📋 Copy
⊞
Linear Algebra
10 formulas
▾
Matrix Operations
Determinant 2×2
|A| = ad − bc
Inverse 2×2
A⁻¹ = (1/|A|)[[d,−b],[−c,a]]
Transpose
(Aᵀ)ᵢⱼ = Aⱼᵢ
Dot Product
a·b = |a||b|cos θ
Cross Product
|a×b| = |a||b|sin θ
Eigenvalues
Definition
Av = λv
Char. Equation
det(A − λI) = 0
🖨 Print
📋 Copy
lim
Limits & L'Hôpital
8 formulas
▾
Limit Laws
Sum
lim[f±g] = lim f ± lim g
Product
lim[f·g] = lim f · lim g
Quotient
lim[f/g] = lim f / lim g
L'Hôpital
lim f/g = lim f′/g′ (if 0/0)
Special Limits
sin(x)/x
lim(x→0) sin(x)/x = 1
(1+1/n)ⁿ
lim(n→∞)(1+1/n)ⁿ = e
eˣ−1/x
lim(x→0)(eˣ−1)/x = 1
🖨 Print
📋 Copy