Skip to content
K Knidox Search…
Reference · Formulas

Algebra Formulas

A copy-able sheet — quadratic, special products, factoring, exponent, and logarithm rules.

Click any formula to copy it.

A parabola y = x² − x − 6 — its roots (−2, 3) are where it crosses the x-axis
Parabola y = x squared minus x minus 6 crossing the x-axis at its two roots, x = −2 and x = 3 — the values the quadratic formula returns14−6.25x = −4x = 5

The quadratic formula, x = (−b ± √(b² − 4ac)) / (2a), solves any ax² + bx + c = 0. This sheet also collects the special products, factoring identities, exponent laws (aᵐ · aⁿ = aᵐ⁺ⁿ), and logarithm rules (logₐ(xy) = logₐx + logₐy) you reach for most in algebra.

One sheet for the core of algebra

Most of school and early-college algebra runs on a small set of identities: the quadratic formula, a handful of special products and their reverse (factoring), the laws of exponents, and the rules for logarithms. The panel above groups them so you can filter to the family you need and copy any line straight into your work.

How the families connect

Special products and factoring are the same identities read in opposite directions — expanding (a + b)² gives a² + 2ab + b², and recognising a² − b² lets you factor it back to (a + b)(a − b). Exponent and logarithm rules are likewise mirror images: a logarithm undoes a power, which is why logₐ(xⁿ) = n logₐx follows from (aᵐ)ⁿ = aᵐⁿ.

Quadratic equations

For any equation of the form ax² + bx + c = 0 with a ≠ 0.

QuantityFormulaWhat it gives
Rootsx = (−b ± √(b² − 4ac)) / (2a)The two solutions of ax² + bx + c = 0
DiscriminantΔ = b² − 4acNumber of real roots: 2 if Δ > 0, 1 if Δ = 0, 0 if Δ < 0
Vertex (axis)x = −b / (2a)The x-value of the parabola’s turning point

Laws of exponents

Hold for real bases a, b and exponents m, n (with a ≠ 0 where a appears in a denominator).

RuleIdentity
Product of powersaᵐ · aⁿ = aᵐ⁺ⁿ
Quotient of powersaᵐ / aⁿ = aᵐ⁻ⁿ
Power of a power(aᵐ)ⁿ = aᵐⁿ
Power of a product(ab)ⁿ = aⁿbⁿ
Zero exponenta⁰ = 1 (a ≠ 0)
Negative exponenta⁻ⁿ = 1 / aⁿ
Fractional exponenta^(1/n) = ⁿ√a

Logarithm rules

For base a > 0 with a ≠ 1, and positive arguments x, y.

RuleIdentity
Productlogₐ(xy) = logₐx + logₐy
Quotientlogₐ(x/y) = logₐx − logₐy
Powerlogₐ(xⁿ) = n logₐx
Change of baselogₐx = ln x / ln a
Log of onelogₐ1 = 0
Log of the baselogₐa = 1

The signs that trip people up

The sum of cubes keeps a minus in the middle: a³ + b³ = (a + b)(a² − ab + b²), while the difference of cubes flips both outer signs to a plus in the middle: a³ − b³ = (a − b)(a² + ab + b²). The cube of a difference alternates signs term by term: (a − b)³ = a³ − 3a²b + 3ab² − b³. When a factoring attempt fails, a wrong middle sign is usually why.

What is the quadratic formula?
For ax² + bx + c = 0 with a ≠ 0, the solutions are x = (−b ± √(b² − 4ac)) / (2a). The ± sign gives the two roots, and it works for any quadratic, even when factoring is awkward.
What does the discriminant tell me?
The discriminant Δ = b² − 4ac counts the real roots without solving: Δ > 0 gives two distinct real roots, Δ = 0 gives one repeated root, and Δ < 0 gives no real roots (two complex ones).
How do I factor a sum or difference of cubes?
Use a³ + b³ = (a + b)(a² − ab + b²) and a³ − b³ = (a − b)(a² + ab + b²). The binomial keeps the original sign; the trinomial’s middle term takes the opposite sign, and its outer terms are never squared with a coefficient.
Why is a⁰ equal to 1?
Dividing equal powers gives aᵐ / aᵐ = aᵐ⁻ᵐ = a⁰, and any nonzero value divided by itself is 1, so a⁰ = 1 for every a ≠ 0. The case 0⁰ is left undefined.
When would I use the change-of-base formula?
Use logₐx = ln x / ln a to evaluate a logarithm in an unusual base on a calculator that only offers ln or log₁₀. For example log₂8 = ln 8 / ln 2 = 3.
What is the difference between (a − b)² and (a − b)³?
The square is (a − b)² = a² − 2ab + b², a three-term result. The cube is (a − b)³ = a³ − 3a²b + 3ab² − b³, a four-term result whose signs alternate. Neither equals a² − b² or a³ − b³, which are factoring identities.