PSAT MATH • ALGEBRA 2

Polynomial Equations

Master the art of finding solutions to polynomial equations, a critical skill for PSAT success and beyond.

Historical Context & Motivation

Humans have been solving equations for thousands of years. Ancient civilizations needed to calculate areas of land, predict astronomical events, and manage trade — all tasks that required finding unknown values. The study of polynomial equations grew directly from these practical needs, evolving from simple linear and quadratic problems into one of the most important branches of mathematics.

~1800 BCE
Babylonian Quadratics
Babylonian scribes on clay tablets solved quadratic equations using geometric methods. They could find lengths and areas by completing what we now call completing the square, centuries before algebraic notation existed.
~300 CE
Diophantus & Algebraic Notation
The Greek mathematician Diophantus wrote Arithmetica, introducing abbreviations for unknowns and powers. His work laid foundations for expressing polynomial equations symbolically.
1545
Solving Cubics & Quartics
Italian mathematicians Cardano, Tartaglia, and Ferrari published general formulas for solving third-degree (cubic) and fourth-degree (quartic) polynomial equations, extending the quadratic formula to higher degrees.
1824
Abel–Ruffini Theorem
Niels Henrik Abel proved that there is no general formula using radicals for polynomial equations of degree five or higher. This landmark result shaped modern algebra.
Today
Polynomials on the PSAT
Polynomial equations appear throughout standardized tests like the PSAT. You are expected to factor, find roots, and interpret graphs — skills built on thousands of years of mathematical development.

The central question that drives this topic is straightforward: given a polynomial equation, how do we find the values of the variable that make the equation true? These values are called roots (or solutions), and the techniques for finding them are exactly what the PSAT tests you on.

Core Principles & Definitions

Before diving into solving techniques, you need a clear understanding of what polynomial equations are and the vocabulary that surrounds them. A polynomial equation is an equation in which a polynomial expression is set equal to zero (or another polynomial). The expression consists of terms with non-negative integer exponents combined by addition and subtraction.

1

Degree

The degree of a polynomial is the highest power of the variable. For example, 3x4 − 2x + 7 has degree 4. The degree tells you the maximum number of roots the equation can have.
2

Leading Coefficient

The leading coefficient is the number multiplied by the highest-degree term. In 5x³ − x + 1, the leading coefficient is 5. It affects the end behavior of the polynomial's graph.
3

Roots / Zeros

A root (or zero) is a value of x that makes the polynomial equal to zero. Graphically, roots are the x-intercepts where the curve crosses or touches the horizontal axis.
4

Standard Form

A polynomial in standard form is written with terms in descending order of degree: aₙxⁿ + aₙ₋₁xⁿ⁻¹ + … + a₁x + a₀ = 0. Always rearrange to this form before solving.
5

Fundamental Theorem of Algebra

Every polynomial of degree n has exactly n roots when counted with multiplicity (and including complex numbers). For the PSAT, you typically focus on real roots.
KEY TAKEAWAY
KEY TAKEAWAY

Visual Explanation — Graphs of Polynomial Equations

One of the most powerful ways to understand polynomial equations is to look at their graphs. The roots of a polynomial equation correspond to the points where the graph crosses or touches the x-axis. The diagram below shows three polynomial functions of different degrees, each illustrating how the number and behavior of roots change with the degree.

Each highlighted dot marks a root — a point where the curve crosses the x-axis. Notice that a degree-1 polynomial has at most 1 root, degree-2 has at most 2, and degree-3 has at most 3. This pattern generalizes: a degree-n polynomial has at most n real roots.

In the diagram, the cyan line represents a linear equation with exactly one root. The violet parabola shows a quadratic with two roots at x = −2 and x = 2. The pink cubic curve has three roots. On the PSAT, you may be asked to identify the number of roots from a graph, or conversely, to sketch behavior based on a given equation. Understanding this visual connection between factored form and x-intercepts is essential.

Mathematical Framework — Solving Techniques

There are several key techniques for solving polynomial equations, and the PSAT expects you to be fluent with all of them. The foundation of every approach is the Zero Product Property: if a product of factors equals zero, then at least one of the factors must equal zero.

ZERO PRODUCT PROPERTY
If A × B = 0, then A = 0 or B = 0
This property is the reason we factor polynomials — once in factored form, we set each factor equal to zero and solve.
STANDARD FORM OF A POLYNOMIAL EQUATION
aₙxⁿ + aₙ₋₁xⁿ⁻¹ + … + a₁x + a₀ = 0
where aₙ, aₙ₋₁, …, a₀ are real-number coefficients, n is a non-negative integer (the degree), and aₙ ≠ 0.
FACTORED FORM (EXAMPLE: CUBIC)
a(x − r₁)(x − r₂)(x − r₃) = 0
where r₁, r₂, r₃ are the roots of the polynomial. Each factor (x − rₖ) corresponds to one root. Setting each factor to zero gives x = r₁, x = r₂, x = r₃.

Key Solving Strategies

  • Greatest Common Factor (GCF): Always check if all terms share a common factor first. For example, 2x³ − 6x² = 2x²(x − 3) = 0.
  • Factoring Trinomials: For quadratics of the form ax² + bx + c, find two numbers that multiply to ac and add to b.
  • Difference of Squares: a² − b² = (a + b)(a − b). Recognizing this pattern saves time on the PSAT.
  • Grouping: For four-term polynomials, group terms in pairs and factor each pair, then factor out the common binomial.
  • Quadratic Formula: When factoring is difficult, use x = (−b ± √(b² − 4ac)) / (2a) for degree-2 equations.
QUADRATIC FORMULA
x = (−b ± √(b² − 4ac)) / (2a)
The expression b² − 4ac under the radical is called the discriminant. If it is positive, there are 2 real roots; if zero, there is 1 repeated root; if negative, there are no real roots.

Types of Polynomial Equations & Factoring Flowchart

Polynomial equations are classified by their degree, which determines both their name and the solving strategy you should reach for first. The table below organizes the most common types you will see on the PSAT, along with their typical solving approach.

Classification of polynomial equations by degree
DegreeNameGeneral FormMax Real RootsPrimary Strategy
1Linearax + b = 01Isolate x
2Quadraticax² + bx + c = 02Factor or Quadratic Formula
3Cubicax³ + bx² + cx + d = 03Factor by grouping or GCF
4Quarticax⁴ + bx³ + cx² + dx + e = 04Substitution or grouping
This flowchart guides you through the factoring decision process. Start by setting the equation equal to zero, factor out any GCF, determine the number of terms, apply the appropriate technique, and finish with the Zero Product Property.
PSAT Tip

Worked Example — Solving a Cubic Polynomial Equation

Let's work through a complete example that combines several techniques. This is representative of a medium-difficulty PSAT question.

1
Step 1 — Identify the GCFLook at each term: 2x³, −8x², −10x. Every term contains a factor of 2x. Factor it out from the entire equation.
2x(x² − 4x − 5) = 0
2
Step 2 — Factor the TrinomialNow focus on the quadratic factor x² − 4x − 5. We need two numbers that multiply to −5 and add to −4. Those numbers are −5 and +1 because (−5)(1) = −5 and (−5) + (1) = −4.
2x(x − 5)(x + 1) = 0
3
Step 3 — Apply the Zero Product PropertySet each factor equal to zero and solve. The factor 2 is a constant and never equals zero, so we focus on the three variable factors.
2x = 0 → x = 0; x − 5 = 0 → x = 5; x + 1 = 0 → x = −1
4
Step 4 — State the Solution SetThe equation has three real roots, which matches our expectation for a cubic polynomial (degree 3). Always verify by substituting at least one root back into the original equation.
x = −1, x = 0, or x = 5
5
Step 5 — Verify (x = 5)Substitute x = 5: 2(5)³ − 8(5)² − 10(5) = 2(125) − 8(25) − 50 = 250 − 200 − 50 = 0. ✓ The root checks out.
0 = 0 ✓
KEY TAKEAWAY
STRATEGY RECAP

Strengths & Limitations of Solving Methods

No single method works perfectly for every polynomial equation. Understanding the strengths and limitations of each technique helps you choose the fastest path to the answer on test day. The table below compares the most common methods.

Comparison of polynomial equation solving methods
MethodStrengthsLimitations
Factoring (GCF, grouping, trinomials)Fast and efficient when it works; no calculator needed; directly reveals all rootsOnly works when the polynomial factors "nicely" with integer or simple rational roots
Quadratic FormulaAlways works for degree-2 equations; gives exact answers including irrational rootsOnly applies to quadratics; computation can be slow with large numbers
GraphingVisual confirmation of roots; reveals number of real roots quickly; works for any degreeGives approximate answers; requires a calculator or careful sketching
Rational Root TheoremNarrows down possible rational roots for higher-degree polynomialsOnly finds rational roots; can produce a long list of candidates to test
Synthetic DivisionEfficient way to test possible roots and reduce degree; pairs well with Rational Root TheoremOnly divides by linear factors (x − c); requires a known or guessed root to start
KEY TAKEAWAY
CHOOSING YOUR METHOD

Connection to Advanced Topics

The polynomial equation skills you are building now are the gateway to more advanced mathematical topics. On the PSAT, you may encounter problems that hint at these deeper connections, especially questions about the relationship between roots and coefficients, or about the behavior of polynomial graphs.

How PSAT polynomial skills connect to advanced math
PSAT-Level ConceptAdvanced Extension
Finding real roots by factoringComplex roots and the Fundamental Theorem of Algebra — every degree-n polynomial has exactly n roots in the complex numbers
Discriminant (b² − 4ac) for quadraticsDescartes' Rule of Signs and Sturm's Theorem for counting real roots of higher-degree polynomials
Factored form and x-interceptsVieta's formulas — direct relationships between roots and coefficients (e.g., sum of roots = −b/a)
End behavior of polynomial graphsLimits and asymptotic behavior in calculus; polynomial long division for rational functions
Solving polynomial equationsPolynomial optimization in calculus — finding maxima and minima using derivatives

One particularly useful fact that bridges the PSAT and college math is Vieta's formulas. For a quadratic ax² + bx + c = 0 with roots r₁ and r₂, these formulas tell us that r₁ + r₂ = −b/a and r₁ × r₂ = c/a. This means you can sometimes answer PSAT questions about the sum or product of roots without actually solving the equation. Keep this in your back pocket — it is a powerful time-saver.

Looking Ahead

Practice Problems

Test your understanding with these five problems, ordered from conceptual to challenging. Try each one on paper before checking the answer.

1
A polynomial equation of degree 4 with real coefficients is set equal to zero. What is the maximum number of real roots it can have, and what is the minimum number of real roots it must have?
2
What are the solutions to the equation x² − 9x + 20 = 0?
3
Solve the equation 3x³ + 6x² − 45x = 0.
4
A rectangular garden has a length that is 3 feet more than its width. The area of the garden is 180 square feet. Which of the following gives the correct dimensions of the garden?
5
What are all real solutions to the equation x⁴ − 5x² + 4 = 0?
Varsity Tutors • PSAT Math • Polynomial Equations