Free for students · Ad-free · WCAG 2.1 AA Compliant · Accessibility
Free SAT Math reference

SAT Math Formula Sheet

All 39 formulas you need on test day. The official SAT provides 10 formulas on its reference sheet — the remaining 29 must be memorized. Each card shows the formula, a plain-English explanation, a worked example, and a common mistake to avoid.

10 on reference sheet
29 must memorize

Algebra & Functions

Slope Formula

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

Slope equals rise over run between two points.

Common mistake

Subtracting x values in the wrong order (x1 − x2 instead of x2 − x1).

Memory hook: Rise over Run — go up before you go across.

Slope-Intercept Form

Memorize
y = mx + b

m is the slope; b is the y-intercept.

Common mistake

Confusing m (slope) with b (intercept).

Memory hook: y = mx + b: m is the mover, b is the base.

Point-Slope Form

Memorize
y - y_1 = m(x - x_1)

Used when you know a point and the slope.

Common mistake

Forgetting to negate x₁ and y₁ signs.

Memory hook: You have a point and a slope — plug straight in.

Quadratic Formula

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

Finds the roots of ax² + bx + c = 0.

Common mistake

Forgetting the ±, or dividing only the numerator by 2a.

Memory hook: "x equals negative b, plus or minus the square root of b squared minus 4ac, all over 2a."

Vertex Form

Memorize
y = a(x - h)^2 + k

Vertex is at (h, k); a determines direction and width.

Common mistake

Reading vertex as (−h, k) instead of (h, k).

Memory hook: h and k are the coordinates of the vertex — watch the sign of h.

Discriminant

Memorize
\Delta = b^2 - 4ac

Δ > 0: two real roots. Δ = 0: one root. Δ < 0: no real roots.

Common mistake

Forgetting to multiply 4 × a × c before subtracting.

Memory hook: Discriminant discriminates between root types.

Exponential Growth & Decay

Memorize
y = a(1 \pm r)^t

a = initial value, r = rate, t = time. Use + for growth, − for decay.

Common mistake

Using the decimal rate as a percentage (e.g., entering 5 instead of 0.05).

Memory hook: Start × (1 ± rate) raised to time.

Factor Theorem

Memorize
f(r) = 0 \Leftrightarrow (x - r) \text{ is a factor}

If f(r) = 0, then (x − r) is a factor of f(x).

Common mistake

Confusing roots and factors — a root r gives a factor (x − r).

Memory hook: Zero output → zero factor.

Expressions

Difference of Squares

Memorize
a^2 - b^2 = (a+b)(a-b)

A squared minus B squared factors as (A+B)(A−B).

Common mistake

Trying to factor a sum of squares a² + b² — it does not factor over the reals.

Memory hook: Difference factors, sum does not.

Perfect Square Trinomial

Memorize
(a \pm b)^2 = a^2 \pm 2ab + b^2

Squaring a binomial gives three terms with the middle term 2ab.

Common mistake

Writing (a + b)² = a² + b² — the 2ab middle term is always present.

Memory hook: Square the first, twice the product, square the last.

FOIL Method

Memorize
(a+b)(c+d) = ac + ad + bc + bd

First, Outer, Inner, Last — multiply each term pair.

Common mistake

Missing the Outer or Inner cross-products.

Memory hook: F-O-I-L: First, Outer, Inner, Last.

Statistics & Probability

Mean (Average)

Memorize
\bar{x} = \frac{\sum x_i}{n}

Sum all values, then divide by the count.

Common mistake

Forgetting to include all values when summing.

Memory hook: Mean = total ÷ count.

Median

Memorize
\text{Middle value of sorted data}

Sort the data; the median is the middle value (or average of the two middle values).

Common mistake

Forgetting to sort the data before finding the middle.

Memory hook: Median is the middle of the road.

Interquartile Range (IQR)

Memorize
IQR = Q_3 - Q_1

IQR is the range of the middle 50% of data.

Common mistake

Confusing Q1 and Q3 positions when the dataset has an even count.

Memory hook: IQR spans the middle half — Q3 minus Q1.

Margin of Error

Memorize
ME = z^* \cdot \frac{\sigma}{\sqrt{n}}

Larger sample size shrinks the margin of error.

Common mistake

Dividing by n instead of √n.

Memory hook: Bigger n → smaller spread.

Line of Best Fit

Memorize
\hat{y} = mx + b

A regression line minimising the sum of squared residuals.

Common mistake

Using the line to predict far outside the data range (extrapolation).

Memory hook: Same slope-intercept form — applied to scatter plots.

Basic Probability

Memorize
P(A) = \frac{\text{favorable outcomes}}{\text{total outcomes}}

Probability = favorable ÷ total.

Common mistake

Counting an outcome twice when events overlap.

Memory hook: Favorable over total.

Conditional Probability

Memorize
P(A|B) = \frac{P(A \cap B)}{P(B)}

Probability of A given B has already occurred.

Common mistake

Swapping P(A|B) and P(B|A) — order matters.

Memory hook: Condition restricts the sample space to B.

Percent Change

Memorize
\%\,change = \frac{\text{new} - \text{old}}{\text{old}} \times 100

Positive = increase; negative = decrease.

Common mistake

Dividing by the new value instead of the old value.

Memory hook: Change over original × 100.

Percent Of

Memorize
\text{part} = \frac{\%}{100} \times \text{whole}

Convert the percent to a decimal and multiply by the whole.

Common mistake

Forgetting to convert percent to decimal.

Memory hook: Percent → decimal → multiply.

Proportion

Memorize
\frac{a}{b} = \frac{c}{d} \Rightarrow ad = bc

Cross-multiply to solve for an unknown in a proportion.

Common mistake

Adding instead of cross-multiplying.

Memory hook: Cross-multiply to clear fractions.

Unit Rate

Memorize
\text{rate} = \frac{\text{quantity}_1}{\text{quantity}_2}

Express a ratio as a single unit (e.g., miles per hour).

Common mistake

Inverting the ratio — always check units.

Memory hook: Per = divide.

Geometry

Pythagorean Theorem

On SAT Sheet
a^2 + b^2 = c^2

In a right triangle, the sum of the squares of the legs equals the square of the hypotenuse.

Common mistake

Adding legs then taking one square root, instead of squaring each leg first.

Memory hook: Legs squared, hypotenuse squared — a² + b² = c².

Special Right Triangles

On SAT Sheet
30\text{-}60\text{-}90: x, x\sqrt{3}, 2x \quad 45\text{-}45\text{-}90: x, x, x\sqrt{2}

30-60-90 sides ratio 1:√3:2; 45-45-90 sides ratio 1:1:√2.

Common mistake

Mixing up the 30-60-90 and 45-45-90 ratios.

Memory hook: Half-equilateral = 30-60-90; diagonal of square = 45-45-90.

Triangle Angle Sum

On SAT Sheet
A + B + C = 180^\circ

The three interior angles of any triangle sum to 180°.

Common mistake

Using 360° instead of 180°.

Memory hook: Triangle = 180°, straight line = 180°.

Triangle Area

On SAT Sheet
A = \frac{1}{2}bh

Half base times height (height must be perpendicular to base).

Common mistake

Using a slant side as the height instead of the perpendicular height.

Memory hook: Half of rectangle: ½ × base × height.

Circle Area & Circumference

On SAT Sheet
A = \pi r^2, \quad C = 2\pi r

Area uses radius squared; circumference uses radius (or diameter).

Common mistake

Using diameter instead of radius in the area formula.

Memory hook: Area: π r² — "pie are square." Circumference: 2πr.

Arc Length

On SAT Sheet
\ell = \frac{\theta}{360}\cdot 2\pi r

Arc length is the fraction of the circumference determined by the central angle.

Common mistake

Using θ in radians when the formula requires degrees, or vice versa.

Memory hook: Fraction of the full circle × full circumference.

Sector Area

On SAT Sheet
A_{sector} = \frac{\theta}{360}\cdot \pi r^2

Sector area is the fraction of the circle area determined by the central angle.

Common mistake

Forgetting to use the fraction θ/360.

Memory hook: Fraction of circle × full area.

Circle Equation

Memorize
(x - h)^2 + (y - k)^2 = r^2

Center is at (h, k), radius is r.

Common mistake

Reading center as (−h, −k) — the signs inside are subtracted.

Memory hook: Center (h, k), radius r — watch the signs.

Cylinder Volume

On SAT Sheet
V = \pi r^2 h

Volume of a cylinder = base area × height.

Common mistake

Using diameter instead of radius.

Memory hook: Circle base area × height.

Cone Volume

On SAT Sheet
V = \frac{1}{3}\pi r^2 h

A cone holds one-third the volume of a cylinder with the same base and height.

Common mistake

Forgetting the 1/3 factor.

Memory hook: Cone = 1/3 of cylinder.

Sphere Volume

On SAT Sheet
V = \frac{4}{3}\pi r^3

Volume scales with the cube of the radius.

Common mistake

Confusing sphere surface area (4πr²) with sphere volume.

Memory hook: 4/3 π r-cubed.

Distance Formula

Memorize
d = \sqrt{(x_2-x_1)^2 + (y_2-y_1)^2}

Distance between two points using the Pythagorean theorem.

Common mistake

Forgetting to take the square root at the end.

Memory hook: It's just Pythagorean theorem in disguise.

Midpoint Formula

Memorize
M = \left(\frac{x_1+x_2}{2},\, \frac{y_1+y_2}{2}\right)

Average the x-coordinates and average the y-coordinates.

Common mistake

Subtracting instead of adding the coordinates.

Memory hook: Midpoint = average of each coordinate.

Trigonometry

SOH-CAH-TOA

Memorize
\sin\theta = \frac{\text{opp}}{\text{hyp}},\quad \cos\theta = \frac{\text{adj}}{\text{hyp}},\quad \tan\theta = \frac{\text{opp}}{\text{adj}}

Sine = Opposite/Hypotenuse; Cosine = Adjacent/Hypotenuse; Tangent = Opposite/Adjacent.

Common mistake

Swapping opposite and adjacent sides.

Memory hook: SOH-CAH-TOA: Some Old Horses Can Always Hear Their Owners Approaching.

Radian–Degree Conversion

Memorize
\text{radians} = \text{degrees} \times \frac{\pi}{180}

Multiply degrees by π/180 to get radians; multiply radians by 180/π for degrees.

Common mistake

Inverting the conversion factor.

Memory hook: Degrees × (π/180) = radians. Think "divide by 180, multiply by π."

Complementary Angle Trig

Memorize
\sin\theta = \cos(90^\circ - \theta)

Sine and cosine are cofunctions — sin of an angle equals cos of its complement.

Common mistake

Forgetting that complementary angles sum to 90°, not 180°.

Memory hook: Co-sine means complement's sine.

Advanced

Powers of i

Memorize
i^1=i,\; i^2=-1,\; i^3=-i,\; i^4=1

Powers of i cycle every 4: i, −1, −i, 1.

Common mistake

Not reducing the exponent modulo 4 first.

Memory hook: Cycle of 4: i → −1 → −i → 1 → repeat.

Questions

SAT Math formula FAQ

What formulas are on the SAT Math reference sheet?

The official SAT provides 11 formulas: circle area/circumference, rectangle area, triangle area, Pythagorean theorem, special right triangles (30-60-90 and 45-45-90), and volume formulas for box, cylinder, sphere, cone, and pyramid.

Do I need to memorize SAT Math formulas?

The SAT provides a reference sheet, but you must memorize formulas NOT on the sheet, including the quadratic formula, slope formula, percent change formula, and probability rules. Shrutam marks which formulas you must memorize.

What is the quadratic formula for the SAT?

The quadratic formula is x = (-b ± √(b²-4ac)) / 2a. It solves any quadratic equation ax² + bx + c = 0. It is NOT on the SAT reference sheet — you must memorize it.

Ready to practice?

Apply these formulas with SAT Math practice problems by domain, or check your projected score.