All 4 units · 28 topics 123 formulas & identities Single-page reference
Formulas at a Glance

SAT Maths — Formula Sheet

Every formula in one page, organised by unit then by topic. Variables defined inline. No worked examples — pure reference for last-minute revision. Use the table of contents to jump to any topic.

Practice MCQs on these formulas All SAT Maths units
Unit 1

Algebra

7 topics · 22 formulas

Topic 1 Linear equations in 1 variable

General solving steps
1. Distribute parentheses 2. Combine like terms 3. Move x-terms to one side, constants to the other 4. Divide by the coefficient of x

Same algebra applies whether the equation has fractions, decimals, or negatives. Multiply through by the LCD to clear fractions.

Topic 2 Linear equations in 2 variables

Slope-intercept form
y = mx + b

m = slope (steepness); b = y-intercept (where the line crosses the y-axis at x = 0).

Standard form
Ax + By = C

Useful for finding intercepts. Set x = 0 for the y-intercept, y = 0 for the x-intercept.

Point-slope form
y − y₁ = m(x − x₁)

Builds a line equation from a known slope m and a single point (x₁, y₁).

Slope from two points
m = (y₂ − y₁) / (x₂ − x₁)

Rise over run. Sign matters — falling line has negative slope.

Topic 3 Systems of linear equations

Solution count by slope comparison
1 solution ⇔ different slopes No solution ⇔ same slope, different y-intercepts (parallel) Infinite ⇔ same slope AND same y-intercept (same line)

First convert each equation to slope-intercept form, then compare. The geometric question — do the lines cross, never meet, or coincide?

Substitution method
Solve one equation for one variable → Substitute into the other → Solve

Best when one equation already has a variable isolated.

Elimination method
Multiply equations so one variable has opposite coefficients → Add to cancel → Solve, back-substitute

Best when neither variable is isolated and you can scale to get matching coefficients.

Topic 4 Linear inequalities

Sign-flip rule
Multiply or divide by NEGATIVE → FLIP the inequality sign

This is the only rule that's different from solving equations. Adding or subtracting — even of negatives — does NOT flip the sign.

Graphing on a number line
Open circle (○): strict < > Closed circle (●): inclusive ≤ ≥

Arrow direction indicates the values that satisfy.

Graphing on the xy-plane
Dashed line: strict < > Solid line: inclusive ≤ ≥ Shade the half-plane where the inequality is true

Quick test: plug (0, 0) into the inequality. If true, shade the side containing the origin; if false, shade the other side.

Topic 5 Interpreting slope & intercept

Slope = rate of change
m = change in y per 1-unit change in x

Always read with units. e.g. dollars per hour, km per minute, cm per week.

y-intercept = starting value
b = value of y when x = 0

In real-world contexts: fixed fee, initial position, base salary, upfront cost.

Topic 6 Rearranging formulas

Temperature conversion
C = (5/9)(F − 32) → F = (9/5)C + 32

Multiply both sides by 9/5, then add 32.

Simple interest
I = Prt → t = I / (Pr) r = I / (Pt) P = I / (rt)

I = interest, P = principal, r = rate, t = time.

Slope-intercept solved for x
y = mx + b → x = (y − b) / m

Subtract b, then divide by m.

Triangle area solved for h
A = (1/2)bh → h = 2A / b

Multiply by 2 to clear the half, then divide by b.

Topic 7 Word problems with linear models

Cost pattern
Total cost = (rate per item) × (number of items) + (fixed fee)

Fixed fee = y-intercept; rate per item = slope. Words like 'per', 'each', 'every' signal a rate; 'flat fee', 'sign-up', 'membership', 'initial' signal a fixed cost.

Distance pattern
Distance = (speed) × (time) + (initial position)

If starting at zero, the simpler form is just d = vt.

Profit pattern
Profit = (price per unit) × (units sold) − (fixed cost)

Break-even point: where profit = 0.

Salary / commission pattern
Pay = (commission per sale) × (sales) + (base pay)

Same shape as cost — base pay is the y-intercept.

Two-plan break-even comparison
Set the two cost equations equal → Solve for the variable

Below break-even one plan wins; above it, the other does. Comparing slopes tells you which is which.

Unit 2

Advanced Math

7 topics · 36 formulas

Topic 1 Quadratic equations

Quadratic formula
x = (−b ± √(b² − 4ac)) / (2a)

Solves any quadratic ax² + bx + c = 0 with a ≠ 0. The ± gives the two roots.

Discriminant
Δ = b² − 4ac Δ > 0 → two distinct real roots Δ = 0 → one repeated (double) root Δ < 0 → no real roots

Tells you the number of real solutions before you bother computing them. Geometrically — how the parabola sits relative to the x-axis.

Sum and product of roots
Sum = −b / a Product = c / a

Quick check after you've found the roots: their sum should equal −b/a and their product c/a.

Completing the square
ax² + bx + c = 0 → (x + b/(2a))² = (b² − 4ac)/(4a²)

Useful when factoring fails and you want a clean square form. Take square root, solve for x.

Topic 2 Quadratic graphs

Vertex form
y = a(x − h)² + k

Vertex at (h, k). Sign of a = direction; |a| = vertical stretch.

Standard form
y = ax² + bx + c

c is the y-intercept (set x = 0). The leading coefficient a controls direction and stretch.

Intercept form
y = a(x − p)(x − q)

x-intercepts directly readable as p and q.

Axis of symmetry
x = −b / (2a)

Vertical line through the vertex. The vertex's y-coordinate comes from plugging this x into the equation.

Direction of opening
a > 0 → opens up (has minimum) a < 0 → opens down (has maximum)

Sign of the leading coefficient is the only thing that matters for direction.

Topic 3 Polynomials

Factor theorem
(x − a) is a factor of P(x) ⇔ P(a) = 0

Equivalently: a is a root iff (x − a) divides the polynomial.

Difference of squares
a² − b² = (a − b)(a + b)

Spot any squared term minus another squared term — instant factoring.

Perfect square trinomial
(a + b)² = a² + 2ab + b² (a − b)² = a² − 2ab + b²

If the middle term is twice the product of the square roots of the outer terms, it's a perfect square.

Sum / difference of cubes
a³ + b³ = (a + b)(a² − ab + b²) a³ − b³ = (a − b)(a² + ab + b²)

SOAP — Same, Opposite, Always Positive — for the sign pattern.

Maximum real zeros
A polynomial of degree n has at most n real zeros.

Tight constraint on what the SAT can ask.

Topic 4 Exponents & radicals

Product rule
x^a · x^b = x^(a+b)

Same base — add exponents.

Quotient rule
x^a / x^b = x^(a−b)

Same base — subtract exponents.

Power of a power
(x^a)^b = x^(ab)

Multiply the exponents.

Power of a product
(xy)^n = x^n · y^n

Distribute the exponent across multiplied factors.

Negative exponent
x^(−n) = 1 / x^n

Flip to the reciprocal.

Fractional exponents
x^(1/n) = ⁿ√x x^(m/n) = (ⁿ√x)^m = ⁿ√(x^m)

Numerator = power; denominator = root. Either order works.

Zero exponent
x⁰ = 1 (for any x ≠ 0)

Common edge case to remember.

Simplify radicals
√(a · b) = √a · √b → √50 = √(25 · 2) = 5√2

Pull out perfect-square factors.

Topic 5 Exponential functions

General form
y = a · b^x

a = starting value (y-intercept at x = 0); b = growth/decay factor per period.

Growth vs decay
b > 1 → exponential growth 0 < b < 1 → exponential decay

Read the percentage from b: b = 1.05 ⇒ +5% per period; b = 0.85 ⇒ −15% per period.

Compound interest
A = P(1 + r)^t

A = amount, P = principal, r = annual interest rate (decimal), t = years compounded annually.

Compound interest (n times per year)
A = P(1 + r/n)^(nt)

n = compounding periods per year (4 = quarterly, 12 = monthly, 365 = daily).

Half-life decay
y = a · (1/2)^(t/T)

T = half-life (the time for the quantity to halve).

Topic 6 Function notation & transformations

Composition
(f ∘ g)(x) = f(g(x))

Apply the inner function first, then feed the result into the outer.

Horizontal shift
y = f(x − h) → shifts RIGHT by h y = f(x + h) → shifts LEFT by h

Counter-intuitive but true: the inside change goes in the OPPOSITE direction.

Vertical shift
y = f(x) + k → shifts UP by k y = f(x) − k → shifts DOWN by k

Outside change does what you expect.

Vertical stretch / compression
y = a · f(x)

|a| > 1 stretches vertically; 0 < |a| < 1 compresses; a < 0 also reflects across the x-axis.

Reflections
y = −f(x) → reflects across x-axis y = f(−x) → reflects across y-axis

Negation outside flips the y-values; negation inside flips the x-values.

Even and odd functions
Even: f(−x) = f(x) (y-axis symmetry) Odd: f(−x) = −f(x) (origin symmetry)

Examples: f(x) = x² is even; f(x) = x³ is odd.

Topic 7 Nonlinear systems

Substitution
Solve one equation for one variable → Plug into the other → Simplify (typically a quadratic) → Solve, then back-substitute

Standard approach when at least one equation isn't linear.

Tangent condition (line + parabola)
Discriminant of the resulting quadratic = 0

Exactly one intersection means the line just touches the parabola.

Maximum intersections (line + parabola)
At most 2 points

The substitution always produces a quadratic — at most 2 real roots.

Unit 3

Problem-Solving & Data Analysis

7 topics · 28 formulas

Topic 1 Ratios, rates & proportions

Cross multiplication
a / b = c / d → a · d = b · c

Standard tool for solving any proportion.

Direct vs inverse proportion
Direct: y = kx (both grow together) Inverse: x · y = k (one shrinks as the other grows)

Workforce-time problems are usually inverse: more workers → less time, but workers × time stays constant.

Speed = distance / time
v = d / t d = v · t t = d / v

All three forms come up. Match units carefully.

Unit conversion
Multiply by 1 in disguise: 60 km/h × (1000 m / 1 km) × (1 h / 3600 s) = 16.67 m/s

Build conversion fractions whose value is 1 and chain them so unwanted units cancel.

Topic 2 Percentages

Percent of a number
p% of N = (p / 100) · N

20% of 80 ⇒ 0.20 × 80 = 16.

Percent change
% change = (new − old) / old × 100%

Always divide by the OLD value, not the new one.

Increase by p%
× (1 + p/100)

e.g. up 8% ⇒ multiply by 1.08.

Decrease by p%
× (1 − p/100)

e.g. 25% off ⇒ multiply by 0.75.

Successive percent changes
Multiply the factors — DO NOT add the percentages. +10% then −10% ⇒ 1.10 × 0.90 = 0.99 (net −1%)

Classic SAT trap: equal-and-opposite percent changes don't cancel out.

Recover the original
If new = factor × original → original = new / factor After 25% off, sale = 0.75 × original → original = sale / 0.75

Divide by the multiplier, not by the percent.

Topic 3 Mean, median, mode, range

Mean
mean = (sum of values) / count

Sensitive to outliers — pulled toward extreme values.

Median
Middle value when sorted. Even count: average of the two middle values.

Robust to outliers.

Mode
Most frequently occurring value(s).

Datasets can have one mode, more than one, or none at all.

Range
range = max − min

Simple measure of spread.

Topic 4 Standard deviation & variability

What SD measures
Standard deviation = typical distance of values from the mean.

SD = 0 means every value is identical. The SAT mostly asks comparative questions.

Effect of adding a constant
Add k to every value: mean → mean + k SD → unchanged

Shifting moves the mean but not the spread.

Effect of multiplying by a constant
Multiply every value by k: mean → k · mean SD → |k| · SD

Scaling changes both the centre and the spread proportionally.

Topic 5 Two-way tables & probability

Joint probability
P(A and B) = (cell count) / (grand total)

Both events occurring.

Marginal probability
P(A) = (row or column total) / (grand total)

Total occurrence of one event, regardless of the other.

Conditional probability
P(A | B) = (cell count) / (B's row or column total)

Read 'probability of A given B'. The 'given' restricts the denominator.

Independent events
P(A and B) = P(A) · P(B)

Definition: outcome of one doesn't affect the other.

Topic 6 Scatter plots & best-fit lines

Residual
residual = observed y − predicted y

Positive: point above the best-fit line. Negative: below.

Best-fit line minimises
∑ (residual)² (sum of squared residuals)

Least-squares regression is the standard fit.

Correlation coefficient r
Range: −1 ≤ r ≤ +1 |r| near 1 → strong linear pattern |r| near 0 → weak / no linear pattern

Correlation ≠ causation. Two variables varying together aren't necessarily linked by cause-and-effect.

Topic 7 Sampling, surveys & inference

Margin of error and sample size
Margin of error ∝ 1 / √n

Quadrupling the sample roughly halves the margin of error.

Sample proportion
p̂ = (count of successes) / (sample size)

Estimate of the true population proportion.

Confidence interval (intuitive)
estimate ± margin of error

e.g. 55% ± 3% means the true value is most likely between 52% and 58%.

What designs justify what claims
Random SAMPLING → generalise to the population (correlation only) Random ASSIGNMENT → cause-and-effect (in a controlled experiment)

Sampling answers 'about whom can I make claims?'; assignment answers 'can I claim cause?'

Unit 4

Geometry & Trigonometry

7 topics · 37 formulas

Topic 1 Lines & angles

Supplementary vs complementary
Supplementary: sum = 180° (straight line) Complementary: sum = 90° (right angle)

C for 'corner' = 90°. S for 'straight' = 180°.

Vertical angles
Vertical angles are CONGRUENT (equal in measure).

Formed by two intersecting lines, opposite each other.

Linear pair
Two adjacent angles whose non-shared sides form a straight line. Always supplementary.

Sum to 180°.

Parallel lines cut by a transversal
Corresponding angles → congruent Alternate interior angles → congruent Same-side interior → supplementary

Memorise these three patterns — they unlock most parallel-line angle chases.

Topic 2 Triangles & similarity

Angle Sum
a + b + c = 180°

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

Exterior Angle Theorem
exterior angle = sum of the two REMOTE interior angles

(Equivalently: 180° − adjacent interior angle.)

30-60-90 triangle
Sides in ratio 1 : √3 : 2 (opposite 30° : 60° : 90°)

Hypotenuse = 2 × shorter leg. Longer leg = shorter leg × √3.

45-45-90 triangle
Sides in ratio 1 : 1 : √2

Isosceles right triangle. Hypotenuse = leg × √2.

Similar triangles
Linear ratio: a : b Area ratio: a² : b² Volume ratio: a³ : b³

When two figures are similar, areas scale as the square and volumes as the cube of the linear ratio.

Triangle area
A = (1/2) · base · height

Height is the perpendicular distance from the chosen base to the opposite vertex.

Topic 3 Pythagoras & distance

Pythagorean theorem
a² + b² = c²

c = hypotenuse (the side opposite the right angle); a, b = the two legs.

Distance formula
d = √((x₂ − x₁)² + (y₂ − y₁)²)

Pythagoras applied to coordinates: Δx and Δy are the legs of a right triangle whose hypotenuse is the distance.

Common Pythagorean triples
3-4-5 5-12-13 8-15-17 7-24-25 …and any multiple (e.g. 6-8-10, 9-12-15)

Recognising these saves time — no need to compute square roots.

Topic 4 Circles

Circumference
C = 2πr = πd

Where d = 2r is the diameter.

Area
A = πr²

Standard area of a circle.

Arc length
L = (θ / 360°) · 2πr (θ in degrees)

A central angle of θ sweeps out a fraction θ / 360 of the circumference.

Sector area
A_sector = (θ / 360°) · πr²

Same fraction of the full area.

Inscribed Angle Theorem
inscribed angle = (1/2) × central angle (when both subtend the same arc)

An angle vertex on the circle is half of the corresponding angle vertex at the centre.

Equation of a circle
(x − h)² + (y − k)² = r²

Centre (h, k), radius r.

Topic 5 Right-triangle trig

SOH
sin θ = opposite / hypotenuse

SOH — Sine = Opposite over Hypotenuse.

CAH
cos θ = adjacent / hypotenuse

CAH — Cosine = Adjacent over Hypotenuse.

TOA
tan θ = opposite / adjacent

TOA — Tangent = Opposite over Adjacent.

Tangent in terms of sin and cos
tan θ = sin θ / cos θ

Useful when you only know sin and cos.

Pythagorean identity
sin²θ + cos²θ = 1

Holds for any angle — directly from the Pythagorean theorem on the unit circle.

Complementary-angle identity
sin θ = cos(90° − θ) cos θ = sin(90° − θ)

The two acute angles in a right triangle are complementary, and they swap their opposite/adjacent roles.

Topic 6 Volume & surface area

Rectangular prism
V = lwh SA = 2(lw + lh + wh)

Box: length × width × height.

Cube (special case)
V = s³ SA = 6s²

All edges equal length s. 6 identical square faces.

Cylinder
V = πr²h Lateral SA = 2πrh Total SA = 2πr² + 2πrh

Lateral (the curved side) plus the two circular caps.

Cone
V = (1/3)πr²h

Exactly one-third the volume of a cylinder with the same r and h.

Sphere
V = (4/3)πr³ SA = 4πr²

Surface area is 4× the area of one of its great circles.

Topic 7 Coordinate geometry

Slope
m = (y₂ − y₁) / (x₂ − x₁)

Rise over run. Sign matters.

Midpoint
M = ((x₁ + x₂) / 2, (y₁ + y₂) / 2)

Average the x's and average the y's.

Distance
d = √((x₂ − x₁)² + (y₂ − y₁)²)

Pythagoras on coordinates.

Parallel lines
Equal slopes: m₁ = m₂

Different y-intercepts (otherwise they're the same line).

Perpendicular lines
Slopes are negative reciprocals: m₁ · m₂ = −1 e.g. slope 4 ⇒ perpendicular slope −1/4

Exception: a horizontal line (slope 0) is perpendicular to a vertical line (undefined slope).

Special slopes
Horizontal line (y = k): slope = 0 Vertical line (x = h): slope = undefined

Vertical lines have zero run, so the slope formula divides by zero.

Equation of a circle
(x − h)² + (y − k)² = r²

Same form as in the Circles topic — centre (h, k), radius r.

↑ Top