Cheat Sheet

Algebra Formulas

A printable, searchable reference of every algebra formula a high-school or first-year college student needs — from linear equations through logarithms, with one-line usage notes so you know when to apply each. Each formula links through to AI-Math's free step-by-step solver so you can plug in your own numbers.

Linear equations

Slope-intercept form

y=mx+by = mx + b

Plot a line when you know its slope mm and y-intercept bb.

Point-slope form

yy1=m(xx1)y - y_1 = m(x - x_1)

Build a line from any one point and the slope.

Slope between two points

m=y2y1x2x1m = \frac{y_2 - y_1}{x_2 - x_1}

Compute slope when two points are given.

Quadratic equations

Standard form

ax2+bx+c=0ax^2 + bx + c = 0

Recognise a quadratic; a0a\neq 0.

Quadratic formula

x=b±b24ac2ax = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}

Always solves any quadratic — use when factoring is unclear.

Discriminant

Δ=b24ac\Delta = b^2 - 4ac

Tells you root nature: Δ>0\Delta>0 two real, =0=0 repeated, <0<0 complex.

Sum and product of roots

x1+x2=ba,x1x2=cax_1 + x_2 = -\frac{b}{a},\quad x_1 x_2 = \frac{c}{a}

Verify factoring without solving.

Exponents

Product of powers

aman=am+na^m \cdot a^n = a^{m+n}

Same base — add the exponents.

Power of a power

(am)n=amn(a^m)^n = a^{mn}

Multiply nested exponents.

Negative exponent

an=1ana^{-n} = \frac{1}{a^n}

Move base across the fraction bar to flip sign.

Zero exponent

a0=1(a0)a^0 = 1\quad (a \neq 0)

Anything to the zero is 1.

Logarithms

Definition

logab=c    ac=b\log_a b = c \iff a^c = b

Logarithm is the inverse of exponentiation.

Product rule

loga(xy)=logax+logay\log_a(xy) = \log_a x + \log_a y

Convert product inside log to sum of logs.

Change of base

logab=logcblogca\log_a b = \frac{\log_c b}{\log_c a}

Compute any log using a calculator that only has log10\log_{10} or ln\ln.

Polynomial identities

Difference of squares

a2b2=(ab)(a+b)a^2 - b^2 = (a-b)(a+b)

Most common factoring shortcut — recognise instantly.

Perfect square

(a±b)2=a2±2ab+b2(a \pm b)^2 = a^2 \pm 2ab + b^2

Expand or recognise to factor in one step.

Sum/difference of cubes

a3±b3=(a±b)(a2ab+b2)a^3 \pm b^3 = (a \pm b)(a^2 \mp ab + b^2)

Less common but appears in standardised tests.

Try the formulas in our free solvers

  • /solver/algebra/quadratic
  • /solver/algebra/factoring
  • /solver/algebra/linear
  • /solver/algebra/polynomial