SAT MATH • ALGEBRA 2

Polynomial Equations

Master the techniques for solving polynomial equations that appear throughout the SAT Math section.

Historical Context & Motivation

Long before modern algebra textbooks existed, ancient civilizations were wrestling with the same type of problem you encounter on the SAT: finding unknown values that satisfy a polynomial equation. A polynomial equation is an expression set equal to zero (or another value) that involves a variable raised to whole-number powers. The quest to solve these equations spans thousands of years and has driven some of the most important breakthroughs in mathematics.

~1800 BCE
Babylonian Quadratics
Ancient Babylonian scribes developed methods to solve quadratic equations (degree 2) using geometric cut-and-paste techniques on clay tablets — essentially an early version of "completing the square."
~300 CE
Diophantus & Symbolic Algebra
The Greek mathematician Diophantus introduced abbreviations for unknowns and their powers, moving algebra from purely verbal descriptions toward symbolic notation.
1545
Cardano's Cubic & Quartic Solutions
Gerolamo Cardano published general formulas for solving cubic (degree 3) and quartic (degree 4) polynomial equations, a landmark in algebraic history.
1824
Abel–Ruffini Theorem
Niels Henrik Abel proved that no general formula using radicals exists for polynomials of degree 5 or higher, revealing a fundamental limit to algebraic solutions.
Today
Standardized Testing & Applications
Polynomial equations now appear across science, engineering, and standardized tests like the SAT. The key techniques — factoring, the zero-product property, and the Rational Root Theorem — form the toolkit every test-taker needs.

The central question that drives this lesson is deceptively simple: given a polynomial equation, how do you find all of its solutions? Whether the equation is a neat quadratic that factors in seconds or a third-degree equation that requires strategic thinking, you will need a reliable set of strategies. That is exactly what we build here.

Core Principles & Definitions

Before diving into techniques, let's nail down the key ideas that underpin every polynomial equation problem you will see on the SAT. These principles connect to one another, and understanding each one makes the rest easier to apply.

1

Standard Form

A polynomial equation is written as aₙxn + aₙ₋₁xn−1 + … + a₁x + a₀ = 0. The highest exponent, n, is called the degree of the polynomial.
2

Zero-Product Property

If A × B = 0, then A = 0 or B = 0 (or both). This principle lets you break a factored polynomial into smaller, solvable pieces.
3

Fundamental Theorem of Algebra

A polynomial of degree n has exactly n roots (counting multiplicity and complex roots). On the SAT you typically focus on real roots, but knowing the total count helps you check your work.
4

Roots, Zeros & x-Intercepts

These three terms all describe the same thing: the x-values where the polynomial equals zero. On a graph, they are the points where the curve crosses or touches the x-axis.
5

Factor Theorem

If x = r is a root of a polynomial, then (x − r) is a factor of that polynomial. Conversely, if (x − r) is a factor, then r is a root.
KEY TAKEAWAY
KEY TAKEAWAY

Visualizing Polynomial Roots

One of the most powerful ways to understand polynomial equations is to see what they look like on a coordinate plane. The roots of a polynomial equation are the x-values where the graph crosses or touches the x-axis. The following diagram shows the graph of f(x) = x³ − 4x² + x + 6, which factors as (x + 1)(x − 2)(x − 3). Notice how the curve passes through the three points where f(x) = 0.

The cubic polynomial f(x) = x³ − 4x² + x + 6 crosses the x-axis at three points: x = −1, x = 2, and x = 3. Each crossing corresponds to a factor: (x + 1)(x − 2)(x − 3) = 0.

When a root has a multiplicity greater than one — meaning a factor like (x − r) appears more than once — the graph behaves differently at that root. If the multiplicity is even (2, 4, …), the curve touches the axis and bounces back without crossing. If the multiplicity is odd (1, 3, …), the curve crosses the axis. Recognizing this behavior can help you match a graph to its equation on the SAT.

Mathematical Framework

Solving polynomial equations on the SAT relies on a handful of interconnected formulas and properties. Let's lay them out clearly so you can see how each tool works and when to reach for it.

GENERAL POLYNOMIAL FORM
aₙxⁿ + aₙ₋₁xⁿ⁻¹ + … + a₁x + a₀ = 0
Here, n is the degree, aₙ is the leading coefficient (aₙ ≠ 0), and a₀ is the constant term. All exponents are non-negative integers.
QUADRATIC FORMULA
x = (−b ± √(b² − 4ac)) / (2a)
For any equation ax² + bx + c = 0, this formula gives both solutions. The expression under the square root, b² − 4ac, is called the discriminant. If it is positive, there are two real roots; if zero, one repeated real root; if negative, no real roots.
RATIONAL ROOT THEOREM
Possible rational roots = ± (factors of a₀) / (factors of aₙ)
This theorem narrows down which rational numbers to test as potential roots of a polynomial with integer coefficients. Once you find one root, you can factor it out and reduce the degree of the polynomial.
REMAINDER / FACTOR THEOREM
f(r) = 0 ⟺ (x − r) is a factor of f(x)
If you substitute a value r into the polynomial and get zero, then (x − r) divides the polynomial evenly. You can use synthetic division or polynomial long division to carry out the factoring.
SAT Strategy Tip

Solution Methods & Classification

Different polynomial equations call for different strategies. The degree of the polynomial, the structure of its terms, and the numbers involved all influence which method is most efficient. The diagram below maps out a decision tree to help you choose the right approach.

This decision tree guides you through choosing a solution strategy. Start at the top: set the equation equal to zero, check for a GCF, determine the degree, and then apply the appropriate method. Every path eventually leads to listing all solutions.
Summary of polynomial types by degree
DegreeNameMax Real RootsPrimary Method
1Linear1Isolate x
2Quadratic2Factor, complete the square, or quadratic formula
3Cubic3Rational Root Theorem + synthetic division → quadratic
4Quartic4Grouping, substitution, or Rational Root Theorem

For the SAT, the vast majority of polynomial equations you encounter will be degree 2 or degree 3. Degree-4 equations do appear, but they are almost always solvable by factoring by grouping or by making a clever substitution (such as letting u = x² to turn a quartic into a quadratic in u).

Worked Example

Let's walk through a complete SAT-style problem step by step. This example involves a cubic polynomial, so we will need to combine the Rational Root Theorem with synthetic division.

1
Step 1 — Identify Possible Rational RootsThe constant term is 6 and the leading coefficient is 2. By the Rational Root Theorem, the possible rational roots are ± (factors of 6) / (factors of 2). Factors of 6: 1, 2, 3, 6. Factors of 2: 1, 2. So the candidates are ±1, ±2, ±3, ±6, ±½, ±³⁄₂.
Candidates: ±1, ±2, ±3, ±6, ±½, ±³⁄₂
2
Step 2 — Test CandidatesSubstitute x = 3 into the polynomial: 2(3)³ − 3(3)² − 11(3) + 6 = 2(27) − 3(9) − 33 + 6 = 54 − 27 − 33 + 6 = 0. Since f(3) = 0, x = 3 is a root and (x − 3) is a factor.
First root: x = 3
3
Step 3 — Synthetic Division by (x − 3)Divide 2x³ − 3x² − 11x + 6 by (x − 3) using synthetic division. Bring down the 2. Multiply 2 × 3 = 6, add to −3 to get 3. Multiply 3 × 3 = 9, add to −11 to get −2. Multiply −2 × 3 = −6, add to 6 to get 0. The quotient is 2x² + 3x − 2.
Quotient: 2x² + 3x − 2
4
Step 4 — Factor the QuadraticNow solve 2x² + 3x − 2 = 0. We need two numbers that multiply to 2 × (−2) = −4 and add to 3. Those numbers are 4 and −1. Rewrite the middle term: 2x² + 4x − x − 2 = 0. Group: 2x(x + 2) − 1(x + 2) = 0. Factor: (2x − 1)(x + 2) = 0.
Factors: (2x − 1)(x + 2) = 0
5
Step 5 — Apply Zero-Product PropertySet each factor equal to zero. From 2x − 1 = 0 we get x = ½. From x + 2 = 0 we get x = −2. Combined with our earlier root, the complete solution set is:
x = −2, x = ½, x = 3
Quick Check

Comparing Solution Strategies

Each solution method has strengths and limitations. Knowing which to choose — especially under time pressure on the SAT — can save you precious minutes. The table below compares the most common approaches.

Comparison of polynomial equation solution methods
MethodBest ForLimitations
Direct FactoringQuadratics with integer roots; polynomials with obvious GCFs or groupingsNot all polynomials factor neatly over the integers
Quadratic FormulaAny quadratic, especially those with irrational or complex rootsOnly works for degree 2; more time-consuming than factoring if factors exist
Rational Root Theorem + Synthetic DivisionCubics and quartics with integer coefficientsRequires trial-and-error; can be slow if the first rational root is not obvious
Substitution (e.g., u = x²)Quartics in "quadratic form" like x⁴ − 5x² + 4 = 0Only applies to special structures; must back-substitute for x
Graphing / TechnologyEstimating roots or checking answers on calculator-allowed sectionsDoesn't give exact answers; not always permitted on the SAT
KEY TAKEAWAY
KEY TAKEAWAY

Connections to Advanced Topics

The polynomial equation skills you build for the SAT form the foundation for several more advanced mathematical ideas. Understanding where these concepts lead can deepen your intuition and motivate mastery of the basics. The table below highlights connections between what you learn now and what you may encounter in college-level math.

From SAT fundamentals to advanced mathematics
SAT-Level ConceptAdvanced ExtensionWhat Changes
Finding real rootsComplex roots and the Complex Number PlaneYou allow roots to be complex numbers (a + bi), so every degree-n polynomial always has exactly n roots
Factoring by groupingPolynomial long division and partial fractions (Calculus)Factoring becomes a prerequisite for integration techniques
Zeros and x-interceptsEigenvalues of matrices (Linear Algebra)Finding zeros of a "characteristic polynomial" reveals key properties of a matrix
Discriminant (b² − 4ac)Nature of critical points in CalculusThe second derivative test generalizes the idea of the discriminant to classify maxima and minima

You don't need to worry about these advanced topics for the SAT. However, it's worth knowing that the skills you practice here — methodical factoring, recognizing polynomial structure, and applying the zero-product property — are not just test tricks. They are foundational habits of algebraic thinking that carry forward through calculus, linear algebra, and beyond.

Practice Problems

Test your understanding with these five problems, arranged from conceptual to challenging. Try each one on your own before reading the answer.

PROBLEM 1CONCEPTUAL
A polynomial of degree 4 has four distinct roots at x = −3, x = 0, x = 2, and x = 5. Since the polynomial has degree 4 and exactly four distinct roots, what is the multiplicity of each root, and how many times does the graph cross the x-axis?
PROBLEM 2BASIC CALCULATION
What is the sum of all solutions to x³ − 4x² + 4x = 0?
PROBLEM 3INTERMEDIATE
Solve: 2x⁴ − 10x² + 8 = 0
4
A rectangular box has a square base with side length x cm and a height of (5 − x) cm. If the volume of the box is 12 cm³, what is the value of x? (Assume x > 0 and 5 − x > 0.) Note: Choice A (x = 1) results from computing only x(5 − x) instead of x²(5 − x). Choice C (x = 3) results from correctly setting up x²(5 − x) but solving for a volume of 18 instead of 12. Choice D (x = 4) results from ignoring the constraint 5 − x > 0 and forcing a larger base, yielding x²(5 − x) = 16 × 1 = 16 ≠ 12.
5
The polynomial p(x) = x³ + ax² + bx − 12 has roots at x = 1 and x = −3, where a and b are constants. What is the value of a + b?
Varsity Tutors • SAT Math • Polynomial Equations