The SAT Math section tests whether you understand when and why to use each formula, not just whether you can plug in numbers. The test writers design questions that require you to recognize which mathematical relationship applies, often disguising familiar concepts in unfamiliar contexts.
The SAT provides many formulas in a reference box at the start of each math section. But students who've internalized these formulas solve problems faster and more accurately than those who look them up mid-problem. Don't just memorize these formulas; know what each one measures, when it applies, and how it connects to other concepts. That's what separates a good score from a great one.
Coordinate Geometry Fundamentals
These formulas describe relationships between points on the coordinate plane. They all build on the same idea: using horizontal and vertical distances to calculate geometric properties.
Slope Formula
m=x2โโx1โy2โโy1โโ measures the steepness of a line as rise over run
Positive slopes go upward left-to-right; negative slopes go downward; zero slope means horizontal; undefined slope means vertical
Essential for writing linear equations and determining if lines are parallel (same slope) or perpendicular (negative reciprocal slopes, meaning m1โโ m2โ=โ1)
Distance Formula
d=(x2โโx1โ)2+(y2โโy1โ)2โ calculates straight-line distance between two points
This is derived from the Pythagorean theorem: the distance is the hypotenuse of a right triangle formed by horizontal and vertical legs
Appears in problems asking for lengths of segments, perimeters on coordinate planes, or radius calculations
Midpoint Formula
(2x1โ+x2โโ,2y1โ+y2โโ) finds the exact center between two points
You're just averaging the x-coordinates and y-coordinates separately
Useful for bisecting segments, finding centers of circles, or verifying that a point lies equidistant from two others
Compare: Distance Formula vs. Midpoint Formula: both use the same two points, but distance gives you a single number (length) while midpoint gives you a new coordinate pair (location). If an SAT question asks "how far," use distance; if it asks "where," use midpoint.
Triangle Relationships
Triangles appear constantly on the SAT because they're the building blocks of more complex shapes. Master these formulas, and you'll unlock solutions to problems involving polygons, circles, and coordinate geometry.
Area of a Triangle
A=21โbh where the base and height must be perpendicular to each other
Works for all triangles, not just right triangles. If the height isn't obvious, draw or find the perpendicular height from the base to the opposite vertex.
Often combined with other formulas when triangles are embedded in larger shapes or coordinate problems
Pythagorean Theorem
a2+b2=c2 applies only to right triangles, where c is always the hypotenuse (longest side, opposite the right angle)
Use it to find a missing side length when you know two sides of a right triangle
The foundation for the distance formula. Recognizing this connection helps you see when each applies.
Common Pythagorean triples to memorize: 3-4-5, 5-12-13, 8-15-17, and 7-24-25 (plus their multiples, like 6-8-10)
Special Right Triangle Ratios
30-60-90 triangle: sides in ratio 1:3โ:2. The side opposite 30ยฐ is shortest, opposite 60ยฐ is 3โ times the shortest, and opposite 90ยฐ is twice the shortest.
45-45-90 triangle: sides in ratio 1:1:2โ. The two legs are equal, and the hypotenuse is 2โ times a leg.
These ratios let you find missing sides instantly without the Pythagorean theorem. For example, if the hypotenuse of a 30-60-90 triangle is 10, the short leg is 5 and the longer leg is 53โ.
Compare: Pythagorean Theorem vs. Special Right Triangles: both find missing sides in right triangles, but special triangles give you shortcuts when specific angles appear. If you see 30ยฐ, 60ยฐ, 45ยฐ, or 90ยฐ in a problem, check for special triangle ratios first.
Circle Measurements
Circle formulas connect a circle's radius to its area and perimeter. The radius is your key: if you can find it, you can find everything else.
Area of a Circle
A=ฯr2 measures the space inside the circle
Radius is squared, so doubling the radius quadruples the area. Watch for this relationship in comparison problems.
Often tested alongside sector area, which is a fraction of the full circle: Asectorโ=360ฮธโรฯr2 (where ฮธ is the central angle in degrees)
Circumference of a Circle
C=2ฯr (or equivalently C=ฯd, where d is diameter)
Measures the distance around the circle, like a perimeter
Connects to arc length problems: arcย length=360ฮธโร2ฯr
Compare: Area vs. Circumference: both use ฯ and the radius, but area uses r2 (giving square units) while circumference uses r directly (giving linear units). A common SAT trap is mixing these up when problems mention "around" vs. "inside."
Quadrilateral and 3D Shapes
These formulas extend basic principles to more complex shapes. Notice how they build on simpler concepts: trapezoid area uses triangle logic, and prism volume extends rectangle area into three dimensions.
Area of a Trapezoid
A=21โ(b1โ+b2โ)h averages the two parallel bases, then multiplies by height
Think of it as the area of a rectangle whose width is the average of the two bases
Height must be perpendicular to both bases, not the length of the slanted sides
Volume of a Rectangular Prism
V=lwh (length times width times height), or equivalently, base area times height
This extends to any prism: V=Bh, where B is the area of the base (works for cylinders too, where B=ฯr2)
Essential for word problems involving boxes, rooms, tanks, or any rectangular container
Compare: Trapezoid Area vs. Triangle Area: a trapezoid with one base of length zero becomes a triangle. Notice that 21โ(0+b)h=21โbh. Understanding these connections helps you derive formulas if you forget them.
Algebraic Problem-Solving
These formulas help you solve equations and work with algebraic expressions. They're your tools for finding unknown values when direct calculation isn't possible.
Quadratic Formula
x=2aโbยฑb2โ4acโโ finds solutions to any quadratic equation in the form ax2+bx+c=0
The discriminant (b2โ4ac) reveals the nature of solutions:
Positive โ two real solutions
Zero โ exactly one real solution (a repeated root)
Negative โ no real solutions
Use when factoring is difficult, but try factoring first since it's often faster on a timed test
Probability Formula
P(A)=totalย outcomesfavorableย outcomesโ gives probability as a value between 0 and 1
Identify the sample space carefully. Many errors come from miscounting total outcomes or forgetting to exclude cases.
On the SAT, probability is often presented in two-way frequency tables. Read the row and column headers carefully to make sure you're pulling the right numbers.
Compare: Quadratic Formula vs. Factoring: both solve quadratic equations, but factoring is faster when it works. The quadratic formula always works but takes longer. Scan for easy factors before committing to the formula.
Sequences and Growth Models
These formulas describe patterns and changes over time. Arithmetic sequences grow by addition; geometric sequences grow by multiplication. This fundamental difference determines which formula applies.
Arithmetic Sequence
anโ=a1โ+(nโ1)d finds the nth term using the first term (a1โ) and common difference (d)
This produces linear growth: each term increases by the same amount, and the graph is a straight line
Watch for problems describing constant increases like "adds $50 each month" or "grows by 3 each year"
Geometric Sequence
anโ=a1โโ rnโ1 finds the nth term using the first term (a1โ) and common ratio (r)
This produces exponential growth (or decay): each term is multiplied by the same factor, and the graph is a curve
Look for language like "doubles each day" or "increases by 10% each year"
Exponential Growth/Decay
A=P(1ยฑr)t where P is the initial amount, r is the rate (as a decimal), and t is the number of time periods
Use + for growth, - for decay. Population growth uses +; depreciation uses -.
For example, $1,000 growing at 5% per year for 3 years: A=1000(1.05)3=$1,157.63
Common SAT applications: compound interest, population models, and half-life problems
Compare: Arithmetic vs. Geometric Sequences: if a problem says "increases by 5," that's arithmetic (adding 5 each time). If it says "increases by 5%," that's geometric (multiplying by 1.05 each time). This word-level distinction appears frequently on the SAT.
Quick Reference Table
Concept
Key Formulas
Coordinate Relationships
Slope Formula, Distance Formula, Midpoint Formula
Right Triangle Calculations
Pythagorean Theorem, Special Right Triangles (30-60-90, 45-45-90)
Area Measurements
Triangle Area, Circle Area, Trapezoid Area
Circle Properties
Area of a Circle, Circumference, Sector Area, Arc Length
3D Measurements
Volume of Rectangular Prism (V=lwh), General Prism (V=Bh)
Both the Distance Formula and the Pythagorean Theorem involve squared terms and square roots. How are they mathematically related, and when would you use each one?
You're given a problem where the circumference of a circle is 10ฯ. How would you find the area? Which formulas connect, and what's the key value you need to find first?
A problem states that a population "increases by 15% each year." Would you use the arithmetic sequence formula or the exponential growth formula? What specific value would r be?
If the discriminant b2โ4ac=0, what does that tell you about the quadratic's solutions, and how would this appear if you tried to factor it?
An SAT question shows two points on a coordinate plane and asks three things: the distance between them, the midpoint, and the slope of the line connecting them. Which formula would you use for each, and which two formulas use the exact same input values in different ways?