1600SAT Logo
    BlogFlashcardsMethodologyBootcampContactGrab Your Spot — $15

    SAT Math Vocabulary

    Click the card to flip. Master these terms to avoid costly misunderstandings on test day.

    Built for the 2026 Digital SAT

    Every formula and concept tested on the current digital SAT Math section, organized by domain — Algebra, Advanced Math, Problem-Solving & Data Analysis, and Geometry & Trig — so you study exactly what's tested, not what used to be.

    Card 1 of 104Algebra

    Linear Equation

    Click to flip

    An equation in which the highest power of the variable is 1. Its graph is a straight line.

    Example

    y = 3x + 2, 2x - 5 = 11

    SAT Math Glossary

    All terms included in this flashcard deck, organized by domain.

    Algebra

    Linear Equation

    An equation in which the highest power of the variable is 1. Its graph is a straight line.

    Ex:y = 3x + 2, 2x - 5 = 11

    Inequality

    A mathematical statement comparing two expressions using <, >, ≤, or ≥. Solutions form a range of values.

    Ex:2x + 3 > 7 → x > 2

    Coefficient

    A number multiplied by a variable in an algebraic expression.

    Ex:In 5x, 5 is the coefficient.

    Constant

    A fixed value that does not change. A number on its own in an expression.

    Ex:In x + 7, 7 is the constant.

    Slope (m)

    The steepness of a line, calculated as 'rise over run' or the change in y divided by the change in x.

    Ex:m = (y2 - y1) / (x2 - x1)

    Y-intercept

    The point where a line crosses the y-axis, where x = 0. In y = mx + b form, it is b.

    Ex:In y = 2x + 3, the y-intercept is 3.

    Slope-Intercept Form

    A linear equation written as y = mx + b, where m is the slope and b is the y-intercept.

    Ex:y = -2x + 5

    Point-Slope Form

    A linear equation written as y - y1 = m(x - x1), using a known point and slope.

    Ex:y - 4 = 3(x - 1)

    System of Equations

    A set of two or more equations with the same variables. The solution is the point where their graphs intersect.

    Ex:y = 2x and y = x + 1 → solution (1, 2)

    Substitution Method

    Solving a system by solving one equation for a variable and substituting it into the other equation.

    Ex:If y = 2x, substitute into 2x + y = 12 → x = 3.

    Elimination Method

    Solving a system by adding or subtracting equations to eliminate one variable.

    Ex:3x + 2y = 10 and 3x - 2y = 2 → add to get 6x = 12.

    No Solution (System)

    A system where the lines are parallel and never intersect. The equations simplify to a false statement.

    Ex:2x + 3y = 5 and 2x + 3y = 9 → 0 = 4 (false)

    Infinite Solutions

    A system where both equations describe the same line. They simplify to an identity.

    Ex:2x + 4y = 6 and x + 2y = 3 → same line

    Absolute Value

    The distance of a number from zero on the number line, always non-negative.

    Ex:|−5| = 5, |7| = 7

    Compound Inequality

    Two inequalities joined by 'and' or 'or', representing a range or union of ranges.

    Ex:−2 < x ≤ 5

    Integer

    A whole number that can be positive, negative, or zero. It cannot be a fraction or decimal.

    Ex:-3, 0, 4, 15

    Prime Number

    An integer greater than 1 that has only two factors: 1 and itself.

    Ex:2, 3, 5, 7, 11, 13

    Advanced Math

    Quadratic Equation

    A degree-2 equation of the form ax² + bx + c = 0, where a ≠ 0. Its graph is a parabola.

    Ex:x² - 5x + 6 = 0

    Parabola

    The U-shaped graph of a quadratic function. It opens upward if the leading coefficient is positive.

    Ex:y = x² - 4x + 3

    Vertex (Parabola)

    The highest or lowest point on a parabola — the turning point. Found at x = -b/(2a).

    Ex:For y = (x-2)² + 3, the vertex is (2, 3).

    Vertex Form

    A quadratic written as y = a(x - h)² + k, where (h, k) is the vertex.

    Ex:y = 2(x - 1)² - 5 → vertex (1, -5)

    Root / Zero / X-intercept

    The x-values where a function equals zero — where the graph crosses the x-axis.

    Ex:For y = x² - 4, the roots are x = 2 and x = -2.

    Factoring (Quadratics)

    Rewriting a quadratic as a product of two binomials to find its roots.

    Ex:x² + 5x + 6 = (x + 2)(x + 3)

    Discriminant

    The value b² - 4ac inside the quadratic formula. It tells you how many real roots exist.

    Ex:If b²-4ac > 0: two real roots; = 0: one root; < 0: no real roots.

    Quadratic Formula

    x = (-b ± √(b² - 4ac)) / 2a — used to find the roots of any quadratic ax² + bx + c = 0.

    Ex:For x² + 4x - 5 = 0: x = (-4 ± 6)/2 → x = 1 or x = -5

    Exponent

    A small number showing how many times a base is multiplied by itself.

    Ex:2³ = 2 × 2 × 2 = 8

    Power Rule (Exponents)

    When raising a power to another power, multiply the exponents: (x^a)^b = x^(a×b).

    Ex:(x³)² = x⁶

    Product Rule (Exponents)

    When multiplying like bases, add the exponents: x^a × x^b = x^(a+b).

    Ex:x² × x⁵ = x⁷

    Quotient Rule (Exponents)

    When dividing like bases, subtract the exponents: x^a / x^b = x^(a-b).

    Ex:x⁷ / x³ = x⁴

    Negative Exponent

    A negative exponent means reciprocal: x^(-n) = 1/x^n.

    Ex:2⁻³ = 1/8

    Radical (Square Root)

    The √ symbol. √x is the non-negative number whose square is x.

    Ex:√25 = 5

    Rational Exponent

    A fractional exponent representing a root. x^(1/2) = √x, x^(1/3) = ∛x.

    Ex:8^(1/3) = 2

    Rational Expression

    A fraction where the numerator and/or denominator is a polynomial.

    Ex:(x² - 1) / (x + 2)

    Polynomial

    An expression with multiple terms, each a variable raised to a non-negative integer power with a coefficient.

    Ex:3x³ - 2x² + x - 7

    Degree of a Polynomial

    The highest power of the variable in the polynomial.

    Ex:4x³ + 2x - 1 has degree 3.

    Function Notation

    f(x) represents the output of a function for input x. Read as 'f of x.'

    Ex:If f(x) = 3x + 1, then f(2) = 7.

    Domain (Function)

    The set of all possible input values (x-values) for which a function is defined.

    Ex:For f(x) = 1/x, the domain is all reals except x = 0.

    Range (Function)

    The set of all possible output values (y-values) a function can produce.

    Ex:For f(x) = x², the range is y ≥ 0.

    Exponential Growth

    Growth that increases by a constant factor each time period: y = a(b^x), where b > 1.

    Ex:y = 100(1.5^x) — population doubling over time.

    Exponential Decay

    Decrease by a constant factor each time period: y = a(b^x), where 0 < b < 1.

    Ex:y = 200(0.8^x) — value losing 20% per year.

    Asymptote

    A line a graph approaches but never touches. Horizontal asymptotes occur in exponential functions.

    Ex:y = 2^x has a horizontal asymptote at y = 0.

    Problem Solving & Data Analysis

    Ratio

    A comparison of two quantities, often written as a:b or a/b.

    Ex:The ratio of cats to dogs is 3:2.

    Rate

    A ratio comparing two quantities with different units, such as distance per time.

    Ex:55 miles per hour, $3 per pound

    Unit Rate

    A rate expressed per one unit of the denominator quantity.

    Ex:$12 for 3 apples → $4 per apple

    Proportion

    An equation stating two ratios are equal: a/b = c/d.

    Ex:2/3 = x/12 → x = 8

    Cross-Multiplication

    Solving a proportion by multiplying diagonally: if a/b = c/d, then a×d = b×c.

    Ex:2/5 = x/15 → 2×15 = 5x → x = 6

    Percentage

    A part per hundred. To convert a percent to a decimal, divide by 100.

    Ex:45% = 0.45

    Percent Change

    The amount of change divided by the original amount, expressed as a percent.

    Ex:Price goes from $40 to $50 → change = 10/40 = 25% increase

    Percent Increase/Decrease

    Calculates the relative growth or decline from an original value to a new value.

    Ex:From 80 to 60 → 20/80 = 25% decrease

    Mean (Average)

    The sum of all values divided by the number of values.

    Ex:Mean of 2, 4, 6 is (2+4+6)/3 = 4.

    Median

    The middle number in a sorted list. If even count, the average of the two middle numbers.

    Ex:Median of 1, 3, 5, 7, 9 is 5.

    Mode

    The number that appears most frequently in a data set.

    Ex:Mode of 1, 2, 2, 3 is 2.

    Range (Statistics)

    The difference between the maximum and minimum values in a data set.

    Ex:Data: 3, 7, 12 → range = 12 - 3 = 9

    Standard Deviation

    A measure of how spread out numbers are from the mean. Low = clustered; high = spread out.

    Ex:If everyone scores 80, standard deviation = 0.

    Outlier

    A data point significantly different from the rest of the data, either much higher or lower.

    Ex:In {2, 4, 5, 3, 48}, 48 is an outlier.

    Scatterplot

    A graph showing individual data points on two axes, used to observe relationships between variables.

    Ex:Plotting hours studied vs. test scores.

    Line of Best Fit

    A straight line that best represents the trend in a scatterplot of data points.

    Ex:A positive-sloping line through clustered points.

    Correlation

    A statistical relationship between two variables. Positive = both increase; negative = one increases as the other decreases.

    Ex:More study time correlates with higher scores.

    Causation

    When one event directly causes another. Correlation does not imply causation.

    Ex:Ice cream sales and drownings correlate, but one doesn't cause the other.

    Probability

    The likelihood of an event occurring, from 0 (impossible) to 1 (certain).

    Ex:P(flipping heads) = 1/2 = 0.5

    Independent Events

    Events where the outcome of one does not affect the outcome of the other.

    Ex:Flipping a coin and rolling a die.

    Dependent Events

    Events where the outcome of one affects the probability of the other.

    Ex:Drawing two cards from a deck without replacement.

    Conditional Probability

    The probability of an event given that another event has already occurred.

    Ex:P(rain | cloudy sky)

    Expected Value

    The long-run average outcome of a random event, calculated by summing each outcome times its probability.

    Ex:A 50% chance to win $10 and 50% to win $0 → EV = $5

    Margin of Error

    The range above and below a sample statistic that likely contains the true population value.

    Ex:55% ± 3% means the true value is likely between 52% and 58%.

    Two-Way Table

    A table organizing data by two categorical variables, used to analyze relationships.

    Ex:Rows: male/female; Columns: pass/fail.

    Geometry & Trigonometry

    Right Angle

    An angle that measures exactly 90 degrees.

    Ex:The corner of a square forms a 90° angle.

    Complementary Angles

    Two angles whose measures add up to 90 degrees.

    Ex:35° and 55° are complementary.

    Supplementary Angles

    Two angles whose measures add up to 180 degrees.

    Ex:110° and 70° are supplementary.

    Vertical Angles

    Opposite angles formed by two intersecting lines. They are always equal.

    Ex:If two lines cross, the opposite angles are equal.

    Parallel Lines

    Lines in the same plane that never intersect. They have the same slope.

    Ex:Railroad tracks are parallel.

    Perpendicular Lines

    Lines that intersect at a 90-degree angle. Their slopes are negative reciprocals.

    Ex:Slopes 2 and -1/2 are perpendicular.

    Triangle

    A polygon with three sides. The interior angles always sum to 180 degrees.

    Ex:A triangle with angles 60°, 60°, 60°.

    Right Triangle

    A triangle with one 90-degree angle. The other two angles are acute and complementary.

    Ex:A 3-4-5 triangle has a right angle.

    Pythagorean Theorem

    In a right triangle, the square of the hypotenuse equals the sum of the squares of the legs: a² + b² = c².

    Ex:3² + 4² = 9 + 16 = 25 = 5²

    Hypotenuse

    The longest side of a right triangle, always opposite the right angle.

    Ex:In a 3-4-5 right triangle, 5 is the hypotenuse.

    Similar Triangles

    Triangles with the same shape but different sizes. Their corresponding angles are equal and sides are proportional.

    Ex:A triangle with sides 3, 4, 5 is similar to one with sides 6, 8, 10.

    Congruent

    Identical in shape and size. All corresponding sides and angles are equal.

    Ex:Two triangles with sides 3, 4, 5 and 3, 4, 5 are congruent.

    Isosceles Triangle

    A triangle with at least two equal sides. The angles opposite the equal sides are also equal.

    Ex:A triangle with two sides of length 5.

    Equilateral Triangle

    A triangle with all three sides equal. All angles are 60 degrees.

    Ex:A triangle with sides 7, 7, 7 and angles 60°, 60°, 60°.

    Area of a Triangle

    One-half times base times height: A = ½ × b × h.

    Ex:Base 6, height 4 → A = 12.

    Circle

    The set of all points in a plane equidistant from a center point.

    Ex:A round shape with radius r.

    Radius

    The distance from the center of a circle to any point on the circle.

    Ex:A circle with radius 5.

    Diameter

    The distance across a circle through the center. It is twice the radius: d = 2r.

    Ex:If r = 5, then d = 10.

    Circumference

    The perimeter (distance around) a circle: C = 2πr or C = πd.

    Ex:If r = 3, then C = 6π ≈ 18.85.

    Area of a Circle

    A = πr², where r is the radius.

    Ex:If r = 4, then A = 16π ≈ 50.27.

    Arc Length

    The distance along the curved portion of a circle: (central angle / 360) × 2πr.

    Ex:A 90° arc on a circle with r = 6 has length ¼ × 12π = 3π.

    Sector Area

    The area of a pie-slice portion of a circle: (central angle / 360) × πr².

    Ex:A 90° sector on r = 6 → ¼ × 36π = 9π.

    Central Angle

    An angle whose vertex is the center of a circle and whose sides are radii.

    Ex:A 120° angle at the center of a circle.

    Tangent (Geometry)

    A line that touches a circle at exactly one point. It is perpendicular to the radius at that point.

    Ex:A tangent line is perpendicular to the radius at the point of tangency.

    Pi (π)

    The ratio of a circle's circumference to its diameter, approximately 3.14159.

    Ex:π ≈ 3.14

    Rectangle Area

    Length times width: A = l × w.

    Ex:l = 8, w = 3 → A = 24.

    Rectangle Perimeter

    Twice the sum of length and width: P = 2(l + w).

    Ex:l = 8, w = 3 → P = 22.

    Volume of a Rectangular Prism

    Length times width times height: V = l × w × h.

    Ex:l = 4, w = 3, h = 2 → V = 24.

    Volume of a Cylinder

    Base area times height: V = πr²h.

    Ex:r = 3, h = 10 → V = 90π.

    Volume of a Sphere

    V = (4/3)πr³, where r is the radius.

    Ex:If r = 3, then V = (4/3)π(27) = 36π.

    SOHCAHTOA

    A memory aid for right-triangle trig: Sine = Opposite/Hypotenuse, Cosine = Adjacent/Hypotenuse, Tangent = Opposite/Adjacent.

    Ex:sin(θ) = opp/hyp, cos(θ) = adj/hyp, tan(θ) = opp/adj

    Sine (sin)

    In a right triangle, the ratio of the opposite side to the hypotenuse.

    Ex:If opp = 3 and hyp = 5, sin(θ) = 3/5.

    Cosine (cos)

    In a right triangle, the ratio of the adjacent side to the hypotenuse.

    Ex:If adj = 4 and hyp = 5, cos(θ) = 4/5.

    Tangent (Trigonometry)

    In a right triangle, the ratio of the opposite side to the adjacent side.

    Ex:If opp = 3 and adj = 4, tan(θ) = 3/4.

    Radian

    An angle measure based on the radius of a circle. 2π radians = 360 degrees.

    Ex:90° = π/2 radians, 180° = π radians.

    Special Right Triangle (30-60-90)

    A right triangle with angles 30°, 60°, 90°. Side ratios are 1 : √3 : 2 (short leg : long leg : hypotenuse).

    Ex:Short leg 5 → long leg 5√3, hypotenuse 10.

    Special Right Triangle (45-45-90)

    An isosceles right triangle with angles 45°, 45°, 90°. Side ratios are 1 : 1 : √2 (leg : leg : hypotenuse).

    Ex:Each leg 4 → hypotenuse 4√2.

    Pythagorean Triples

    Sets of three integers that satisfy a² + b² = c². Common ones: 3-4-5, 5-12-13, 8-15-17.

    Ex:3² + 4² = 5²

    © 2026 1600sat.online. All rights reserved.