Essential Algebra Formulas- Quick Reference Guide
Essential Algebra Formulas You Actually Need
Here's the deal. Algebra is all about memorizing formulas and knowing when to use them. This guide cuts the nonsense and gives you every formula you need in one place. Bookmark this page. You'll be back.
Basic Properties of Algebra
These are the foundation. If you don't know these, nothing else makes sense.
Commutative Property
- a + b = b + a (addition)
- a × b = b × a (multiplication)
Associative Property
- (a + b) + c = a + (b + c)
- (a × b) × c = a × (b × c)
Distributive Property
a(b + c) = ab + ac
This one comes up constantly. Practice expanding and factoring with it until it's automatic.
Identity and Inverse Properties
- Identity: a + 0 = a and a × 1 = a
- Additive Inverse: a + (−a) = 0
- Multiplicative Inverse: a × (1/a) = 1
Exponent Rules
Exponents trip up a lot of people. Memorize these cold.
- am × an = am+n
- am ÷ an = am−n
- (am)n = amn
- a0 = 1 (when a ≠ 0)
- a−n = 1/an
- (ab)n = anbn
- (a/b)n = an/bn
Factoring Formulas
These are the ones teachers love to test. Know both the expanded and factored forms.
- 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²)
The Quadratic Formula
For any quadratic equation ax² + bx + c = 0 where a ≠ 0:
x = (−b ± √(b² − 4ac)) / 2a
The part under the square root (b² − 4ac) is called the discriminant. It tells you what kind of solutions you get:
- Positive: Two real solutions
- Zero: One repeated solution
- Negative: Two complex solutions
Factoring Quadratics Quick Method
If the quadratic doesn't factor nicely, use the formula above. But when it does factor, look for two numbers that:
- Multiply to give c
- Add to give b
That's it. If those numbers exist, you can factor it.
Systems of Equations
Two equations, two unknowns. You have three ways to solve them.
Substitution Method
- Solve one equation for one variable
- Substitute that into the other equation
- Solve for the remaining variable
- Back-substitute to find the first variable
Elimination Method
- Multiply equations by constants if needed
- Add or subtract equations to eliminate one variable
- Solve for the remaining variable
- Substitute back to find the first variable
When to Use Which
Elimination works best when coefficients are already set up or can be matched easily. Substitution works best when one variable is already isolated or has a coefficient of 1.
Linear Inequalities
Same process as equations, but with one critical difference.
When you multiply or divide both sides by a negative number, flip the inequality sign.
That's the mistake everyone makes. Don't make it.
- a < b means a is less than b
- a ≤ b means a is less than or equal to b
- a > b means a is greater than b
- a ≥ b means a is greater than or equal to b
Absolute Value Equations
|x| = a means x = a or x = −a (when a ≥ 0)
|x| = |y| means x = y or x = −y
For |x| + |y| = something, solve by testing regions on a number line. It's tedious but straightforward.
Functions Basics
f(x) is function notation. It means "plug x into the function f."
- Domain: All possible input values
- Range: All possible output values
- f(g(x)): Composite function. Apply g first, then f
- f−1(x): Inverse function. Swaps domain and range
Slope and Line 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
Parallel lines: Same slope
Perpendicular lines: Slopes are negative reciprocals (m₁ × m₂ = −1)
Distance and Midpoint
Distance formula: d = √[(x₂ − x₁)² + (y₂ − y₁)²]
Midpoint formula: M = ((x₁ + x₂)/2, (y₁ + y₂)/2)
Quick Reference Table
| Formula Type | Formula | When to Use |
|---|---|---|
| Quadratic Solutions | x = (−b ± √(b²−4ac))/2a | Solving ax² + bx + c = 0 |
| Difference of Squares | a² − b² = (a+b)(a−b) | Factoring expressions with two squared terms |
| Perfect Square | (a ± b)² = a² ± 2ab + b² | Completing the square, factoring |
| Slope | m = (y₂−y₁)/(x₂−x₁) | Finding steepness of a line |
| Distance | d = √[(x₂−x₁)²+(y₂−y₁)²] | Finding distance between two points |
| Exponent Product | am × an = am+n | Multiplying same-base exponents |
| Exponent Quotient | am ÷ an = am−n | Dividing same-base exponents |
How to Use This Guide
Here's what you actually do:
- Identify the problem type. Is it a quadratic? A system? Just simplify an expression?
- Find the matching formula. Use the table or scan the sections above.
- Plug in the values. Don't try to do it in your head. Write it out.
- Simplify step by step. One operation at a time. No skipping steps.
- Check your answer. Plug it back into the original equation. Does it work?
That's the whole process. Students who struggle usually skip step 1. They see numbers and start calculating without knowing what they're solving for.
Common Mistakes to Avoid
- Forgetting to distribute when multiplying expressions
- Dropping negative signs when moving terms across the equals sign
- Flipping the inequality when multiplying/dividing by negatives
- Confusing addition with multiplication in exponent rules
- Not checking if the quadratic formula is even needed (factoring might be faster)