Math Reference Sheet- Essential Formulas and Rules
Why You Need This Math Reference Sheet
Math tests don't wait for you to "figure it out." You either know the formula or you don't. This reference sheet gives you the formulas and rules you actually need, organized so you can find them fast.
Bookmark this page. Use it during homework. Drill these into your memory for exams.
Basic Arithmetic Formulas
These are the foundation. If these feel shaky, fix that now before anything else.
Order of Operations (PEMDAS/BODMAS)
Parentheses → Exponents → Multiplication/Division → Addition/Subtraction
Calculate left to right for multiplication/division and addition/subtraction. Nothing else.
Percentage Calculations
- Find X% of Y: (X ÷ 100) × Y
- What percent is X of Y: (X ÷ Y) × 100
- Percentage increase: ((New − Old) ÷ Old) × 100
- Percentage decrease: ((Old − New) ÷ Old) × 100
Exponent Rules
- am × an = am+n
- am ÷ an = am-n
- (am)n = am×n
- a0 = 1 (when a ≠ 0)
- a-n = 1 ÷ an
Square Root Basics
√(a × b) = √a × √b
√(a ÷ b) = √a ÷ √b
√a2 = |a| (the absolute value)
Algebra Essentials
Factoring Formulas
- Difference of squares: a² − b² = (a + b)(a − b)
- Perfect square trinomials: a² + 2ab + b² = (a + b)²
- a² − 2ab + b² = (a − b)²
- Sum of cubes: a³ + b³ = (a + b)(a² − ab + b²)
- Difference of cubes: a³ − b³ = (a − b)(a² + ab + b²)
Quadratic Formula
For ax² + bx + c = 0:
x = (−b ± √(b² − 4ac)) ÷ 2a
The discriminant (b² − 4ac) tells you what you're dealing with:
- Positive = two real solutions
- Zero = one repeated solution
- Negative = no real solutions
Slope and Linear Equations
Slope formula: m = (y₂ − y₁) ÷ (x₂ − x₁)
Point-slope form: y − y₁ = m(x − x₁)
Slope-intercept form: y = mx + b (m = slope, b = y-intercept)
Standard form: Ax + By = C
Logarithm Rules
- logb(xy) = logbx + logby
- logb(x ÷ y) = logbx − logby
- logb(xn) = n × logbx
- logb(b) = 1
- logb(1) = 0
- logb(bn) = n
The change of base formula: logbx = (logax) ÷ (logab)
Geometry Formulas
2D Shapes
| Shape | Area | Perimeter |
|---|---|---|
| Rectangle | l × w | 2l + 2w |
| Triangle | ½bh | a + b + c |
| Circle | πr² | 2πr |
| Parallelogram | bh | 2a + 2b |
| Trapezoid | ½(a + b)h | all four sides |
3D Shapes
| Shape | Surface Area | Volume |
|---|---|---|
| Cube (side s) | 6s² | s³ |
| Rectangular Prism | 2lw + 2lh + 2wh | l × w × h |
| Sphere | 4πr² | (4 ÷ 3)πr³ |
| Cylinder | 2πr² + 2πrh | πr²h |
| Cone | πr² + πr√(r² + h²) | (1 ÷ 3)πr²h |
Pythagorean Theorem
a² + b² = c²
c is always the hypotenuse (longest side, opposite the right angle). This only works for right triangles.
Trigonometry Basics
Sine, Cosine, Tangent
For a right triangle with angle θ:
- sin(θ) = opposite ÷ hypotenuse
- cos(θ) = adjacent ÷ hypotenuse
- tan(θ) = opposite ÷ adjacent
Remember it as SOH CAH TOA.
Reciprocal Trig Functions
- csc(θ) = 1 ÷ sin(θ) = hypotenuse ÷ opposite
- sec(θ) = 1 ÷ cos(θ) = hypotenuse ÷ adjacent
- cot(θ) = 1 ÷ tan(θ) = adjacent ÷ opposite
Pythagorean Identities
- sin²(θ) + cos²(θ) = 1
- 1 + tan²(θ) = sec²(θ)
- 1 + cot²(θ) = csc²(θ)
Special Angles (Radians)
| Angle | sin | cos | tan |
|---|---|---|---|
| 0° (0) | 0 | 1 | 0 |
| 30° (π÷6) | 1÷2 | √3÷2 | 1÷√3 |
| 45° (π÷4) | √2÷2 | √2÷2 | 1 |
| 60° (π÷3) | √3÷2 | 1÷2 | √3 |
| 90° (π÷2) | 1 | 0 | undefined |
Law of Sines and Cosines
Law of Sines: a ÷ sin(A) = b ÷ sin(B) = c ÷ sin(C)
Use this when you know two angles and one side, or two sides and an angle opposite one of them.
Law of Cosines: c² = a² + b² − 2ab·cos(C)
Use this when you know all three sides and want to find an angle, or two sides and the angle between them.
Calculus Fundamentals
Derivative Rules
- Power rule: d÷dx(xⁿ) = n·xn-1
- Constant rule: d÷dx(c) = 0
- Constant multiple: d÷dx(c·f(x)) = c·f'(x)
- Sum rule: d÷dx(f + g) = f' + g'
- Product rule: d÷dx(f·g) = f'g + fg'
- Quotient rule: d÷dx(f÷g) = (f'g − fg') ÷ g²
- Chain rule: d÷dx(f(g(x))) = f'(g(x))·g'(x)
Derivatives of Common Functions
- d÷dx(sin x) = cos x
- d÷dx(cos x) = −sin x
- d÷dx(tan x) = sec² x
- d÷dx(eˣ) = eˣ
- d÷dx(ln x) = 1 ÷ x
- d÷dx(aˣ) = aˣ · ln a
Integral Rules
- Power rule: ∫xⁿ dx = (xn+1 ÷ (n + 1)) + C (n ≠ −1)
- Constant: ∫c dx = cx + C
- Sum rule: ∫(f + g) dx = ∫f dx + ∫g dx
- u-substitution: Reverse of chain rule
- Integration by parts: ∫u dv = uv − ∫v du
Common Integrals
- ∫sin x dx = −cos x + C
- ∫cos x dx = sin x + C
- ∫eˣ dx = eˣ + C
- ∫(1 ÷ x) dx = ln|x| + C
- ∫sec² x dx = tan x + C
Statistics Basics
Measures of Central Tendency
- Mean: Sum of all values ÷ number of values
- Median: Middle value when data is ordered (or average of two middle values)
- Mode: Most frequent value
Variance and Standard Deviation
Population variance (σ²): Σ(x − μ)² ÷ N
Sample variance (s²): Σ(x − x̄)² ÷ (n − 1)
Standard deviation: √variance
Use sample variance (÷ n−1) when working with sample data. Use population variance (÷ N) when you have every data point.
Z-Scores
z = (x − μ) ÷ σ
A z-score tells you how many standard deviations a value is from the mean. Positive = above mean. Negative = below mean.
Probability Rules
- Complement: P(not A) = 1 − P(A)
- Addition (OR): P(A or B) = P(A) + P(B) − P(A and B)
- Multiplication (AND): P(A and B) = P(A) × P(B|A)
- Independence: If A and B are independent, P(A and B) = P(A) × P(B)
How to Use This Reference Sheet Effectively
Having this list doesn't help if you can't access it when you need it.
Step 1: Identify Your Gaps
Go through each section. Mark what you know cold. Mark what you sort of remember. Mark what looks completely foreign. Focus your study time on the foreign and sort-of sections.
Step 2: Practice the Derivations
Don't just memorize. Understand why the quadratic formula works. Derive the Pythagorean identities from sin² + cos² = 1. The formulas stick longer when you understand them.
Step 3: Drill Until It's Automatic
For exams, you need these accessible without thinking. Flashcards work. Repetition works. Practice problems work. Pick your method and put in the reps.
Step 4: Check Your Work
Plug answers back into the original equation. Use the discriminant to verify quadratic solutions. Check that your trig answer is in the right quadrant. Small checks catch big mistakes.
Quick Reference Comparison
| Topic | Key Formula | When to Use |
|---|---|---|
| Slope | (y₂ − y₁) ÷ (x₂ − x₁) | Find line steepness between two points |
| Pythagorean | a² + b² = c² | Right triangle side lengths |
| Quadratic | (−b ± √(b² − 4ac)) ÷ 2a | Solve any quadratic equation |
| Derivative | n·xn-1 | Find rate of change |
| Integral | xn+1 ÷ (n + 1) | Find area under a curve |
| Z-score | (x − μ) ÷ σ | Compare values across different scales |
This covers the formulas you'll encounter most often in algebra through introductory calculus and statistics. Work through the sections relevant to your current coursework. The rest will be here when you need it.