SAT MATH • ALGEBRA 2

Systems of Polynomial Equations

Learn to solve systems where at least one equation is a polynomial of degree two or higher.

Historical Context & Motivation

The idea of solving multiple equations at the same time dates back thousands of years. Ancient mathematicians in Babylon, China, and Greece all grappled with problems that required finding values satisfying more than one condition simultaneously. While linear systems were studied first, the need to model curved paths—like the trajectory of a thrown stone or the shape of a field—quickly pushed mathematicians toward polynomial equations of degree two and beyond. On the SAT, systems of polynomial equations appear regularly, testing your ability to combine algebraic techniques you already know in creative ways.

~2000 BCE
Babylonian Quadratics
Babylonian clay tablets show problems involving two unknowns with quadratic relationships, solved using geometric cut-and-paste methods equivalent to modern substitution.
~300 BCE
Greek Conic Sections
Greek mathematicians like Apollonius studied intersections of conic sections (circles, ellipses, parabolas, hyperbolas)—essentially systems of second-degree polynomial equations.
1637
Descartes & Analytic Geometry
René Descartes merged algebra with geometry by introducing coordinate axes, making it possible to visualize polynomial systems as intersecting curves on a graph.
1750s
Bézout's Theorem
Étienne Bézout proved that a system of two polynomial equations of degrees m and n can have at most m × n solutions, establishing a ceiling on intersection points.
Present
SAT & Standardized Testing
Systems of polynomial equations now appear on the SAT, ACT, and college-level exams as a way to assess algebraic reasoning and problem-solving flexibility.

The central question this lesson addresses is: when you have two or more equations—at least one of which involves squared or higher-degree terms—how do you find all the points (x, y) that satisfy every equation at once? Mastering this skill will help you tackle some of the most challenging algebra problems on the SAT.

Core Principles & Definitions

A system of polynomial equations is a set of two or more equations where at least one equation contains a variable raised to a power of 2 or higher. The solutions to the system are all ordered pairs (or ordered triples, in three dimensions) that make every equation in the system true simultaneously. Unlike linear systems—which produce at most one intersection point for two equations in two unknowns—polynomial systems can produce zero, one, or multiple solutions depending on how the curves intersect.

1

Degree of an Equation

The highest power of any variable in a single term. A quadratic has degree 2 (e.g., x² + 3x − 5 = 0), while a cubic has degree 3 (e.g., x³ − 2x = 7).
2

Substitution Method

Solve one equation for one variable, then substitute that expression into the other equation. This reduces the system to a single equation in one unknown.
3

Elimination Method

Add or subtract equations (sometimes after multiplying) to cancel a variable or a higher-degree term, simplifying the system to something more manageable.
4

Number of Solutions

A line and a parabola can meet at 0, 1, or 2 points. Two parabolas can meet at 0, 1, 2, 3, or 4 points. Always check how many solutions are possible.
5

Extraneous Solutions

Algebraic manipulation can introduce false solutions. Always substitute your answers back into the original equations to verify they actually work.
KEY TAKEAWAY
Think of each equation as a road on a map. A linear equation is a straight road, and a polynomial equation is a curved road. Solving a system means finding every intersection—every point where the roads cross. Straight roads cross at most once, but curved roads can weave back and forth and cross each other multiple times. That's why polynomial systems can have more than one solution.

Visual Explanation — Graphing Systems

The most intuitive way to understand systems of polynomial equations is to graph each equation and look for the points where the curves cross. The diagram below shows three common scenarios on the SAT: a line intersecting a parabola at two points, at one point (tangent), and at zero points. Each intersection represents a solution to the system.

Three scenarios when a line meets a parabola. The pink dots mark the solutions; in the tangent case, there is exactly one. The discriminant of the resulting quadratic tells you which case you're in.

In the left panel, the line cuts through the parabola at two distinct points—these represent the two solutions to the system. In the center panel, the line just barely touches the parabola, creating a single tangent point that corresponds to one repeated solution (a discriminant of zero). In the right panel, the line passes above the parabola entirely, meaning the system has no real solutions (a negative discriminant). On the SAT, recognizing these scenarios visually can save you valuable time.

Mathematical Framework

The most common SAT scenario pairs a linear equation with a quadratic equation. The standard approach is substitution: solve the linear equation for one variable, plug that expression into the quadratic, and solve the resulting single-variable quadratic. Below are the key equations and formulas you'll use.

GENERAL LINEAR-QUADRATIC SYSTEM
y = mx + b and y = ax² + bx + c
Here m is the slope and b (first equation) is the y-intercept of the line; a, b, c (second equation) define the parabola.
SUBSTITUTION RESULT
ax² + bx + c = mx + b₀ → ax² + (b − m)x + (c − b₀) = 0
Setting the two expressions for y equal eliminates y and produces a single quadratic in x. Solve this using factoring, completing the square, or the quadratic formula.
QUADRATIC FORMULA
x = (−B ± √(B² − 4AC)) / (2A)
Where A, B, and C are the coefficients of the combined quadratic from the substitution step. The expression under the radical, B² − 4AC, is the discriminant. If positive → 2 solutions; if zero → 1 solution; if negative → 0 real solutions.
QUADRATIC-QUADRATIC SYSTEM
y = a₁x² + b₁x + c₁ and y = a₂x² + b₂x + c₂
For two quadratics, set them equal: (a₁ − a₂)x² + (b₁ − b₂)x + (c₁ − c₂) = 0. If a₁ = a₂, this reduces to a linear equation in x, giving at most one intersection.

Method Comparison & Strategy Selection

On the SAT, you need to choose the most efficient solving method quickly. The three primary strategies for polynomial systems are substitution, elimination, and graphing. The diagram below provides a decision flowchart to help you pick the right strategy based on the structure of the problem.

Strategy decision flowchart for solving systems of polynomial equations. Start at the top and follow the arrows based on the form of your equations.
Comparison of solving methods for polynomial systems
MethodBest When...Watch Out For
SubstitutionOne equation is already solved for y (or x), making it easy to plug in.Distribute carefully; sign errors are common when substituting into quadratics.
EliminationBoth equations have the same structure (e.g., both are y = quadratic), so setting them equal cancels y.After finding x, remember to back-substitute into either original equation to find y.
GraphingA question asks for the number of solutions rather than exact values, or you have a graphing calculator available.Graph scaling can make intersections hard to find; always confirm algebraically if exact values are needed.

Worked Example

Let's solve a system that mirrors a typical SAT problem. Find all solutions to the system: y = x² − 4x + 3 and y = 2x − 5.

Solving a Linear-Quadratic System
1
Step 1 — Set the Equations EqualSince both equations equal y, we set the right sides equal to each other: x² − 4x + 3 = 2x − 5. This eliminates y and gives us a single equation in x.
2
Step 2 — Move All Terms to One SideSubtract 2x and add 5 to both sides: x² − 4x + 3 − 2x + 5 = 0, which simplifies to: x² − 6x + 8 = 0.
x² − 6x + 8 = 0
3
Step 3 — Factor the QuadraticWe need two numbers that multiply to 8 and add to −6. Those numbers are −2 and −4. So the equation factors as (x − 2)(x − 4) = 0.
x = 2 or x = 4
4
Step 4 — Back-Substitute to Find yPlug each x-value into the simpler equation, y = 2x − 5. When x = 2: y = 2(2) − 5 = −1. When x = 4: y = 2(4) − 5 = 3.
(2, −1) and (4, 3)
5
Step 5 — Verify in the Original QuadraticCheck (2, −1): y = (2)² − 4(2) + 3 = 4 − 8 + 3 = −1 ✓. Check (4, 3): y = (4)² − 4(4) + 3 = 16 − 16 + 3 = 3 ✓. Both solutions are confirmed.
Solutions verified: (2, −1) and (4, 3)
💡 SAT TIP
When the SAT asks "how many solutions does this system have?" you often don't need to solve the whole problem. Just compute the discriminant (B² − 4AC) of the resulting quadratic. Positive → 2 solutions, zero → 1, negative → 0. This can save you over a minute per problem.

Common Strengths & Pitfalls

Understanding where students typically succeed and where they stumble can help you avoid common mistakes on test day. The table below contrasts the strengths of mastering polynomial systems with the most frequent pitfalls that cause lost points.

Strengths vs. Pitfalls in solving polynomial systems
Strength (If You Master This...)Common Pitfall (Watch Out For...)
You can solve any linear-quadratic or quadratic-quadratic system the SAT throws at you.Forgetting to move ALL terms to one side before factoring, leaving a non-zero right side.
Using the discriminant lets you quickly determine the number of solutions without full computation.Mixing up coefficients from the original equations when forming the combined quadratic.
Back-substitution into the simpler equation reduces arithmetic errors.Finding x-values only and forgetting to compute the corresponding y-values for full ordered-pair solutions.
Verification catches errors before you bubble in the wrong answer.Accepting extraneous solutions without checking them in both original equations.
KEY TAKEAWAY
Think of solving a polynomial system like unlocking a combination lock with two dials. Each equation restricts where the dials can land, and only specific positions satisfy both at the same time. The most reliable way to avoid errors is to always verify your solutions in both original equations—like double-checking that your combo actually opens the lock.

Connection to Advanced Mathematics

The techniques you're learning here form the foundation for much more advanced mathematics you may encounter in college courses. Systems of polynomial equations are at the heart of algebraic geometry, a field that studies the shapes and properties of solution sets to polynomial equations. Engineers use these ideas to design curved surfaces, economists use them to find market equilibria, and computer scientists use them in graphics and robotics.

How SAT concepts scale to advanced math
SAT-Level ConceptAdvanced Extension
Solving a line-parabola system by substitutionSolving systems of polynomial equations using Gröbner bases in algebraic geometry
Using the discriminant to count solutionsBézout's theorem: two curves of degrees m and n intersect in at most m × n points (counting multiplicity)
Graphing two curves to find intersectionsStudying intersections of higher-dimensional surfaces (algebraic varieties) in multivariable calculus
Checking for extraneous solutionsAnalyzing multiplicity and tangency conditions in differential geometry

Even if you don't plan to study pure mathematics, the problem-solving mindset you develop here—breaking a complex system into manageable pieces, choosing the right strategy, and verifying your work—will serve you in virtually every STEM field. For now, mastering polynomial systems gives you a powerful tool for the hardest algebra questions on the SAT.

Practice Problems

PROBLEM 1CONCEPTUAL
A system consists of a line y = 3x + 1 and a parabola y = x² + 2x − 4. Without solving, how many solutions can this system have at most, and what algebraic tool would you use to determine the exact number?
PROBLEM 2BASIC CALCULATION
Solve the system: y = x² − 1 and y = 3x − 1.
PROBLEM 3INTERMEDIATE
Solve the system: y = 2x² + x − 6 and y = x² + 3x + 2.
PROBLEM 4APPLIED
A ball is launched straight up from a 10-foot platform. Its height in feet after t seconds is h = −16t² + 48t + 10. A drone hovers along the path h = 20t + 10. At what times do the ball and drone reach the same height, and what is that height?
PROBLEM 5CRITICAL THINKING
For what value(s) of k does the system y = x² + 2x + k and y = 4x − 1 have exactly one solution? Explain your reasoning using the discriminant.

Lesson Summary

A system of polynomial equations pairs two or more equations—at least one of degree 2 or higher—and asks for all ordered pairs that satisfy every equation simultaneously. The primary solving strategies are substitution (isolate one variable and plug in) and elimination (set equal expressions equal to cancel a variable). After substitution or elimination, you typically arrive at a quadratic equation that you solve by factoring or by using the quadratic formula.

The discriminant (B² − 4AC) is your fastest tool for determining the number of solutions: positive means two, zero means one (tangent), and negative means none. A line and a parabola can meet at 0, 1, or 2 points; two parabolas can meet at up to 4 points. Always verify your solutions by substituting back into both original equations to catch arithmetic errors and extraneous solutions.

Varsity Tutors • SAT Math • Systems of Polynomial Equations