quadratic system of equations is a system containing at least one quadratic equation (with an x² term) paired with a linear equation. Unlike linear systems, quadratic systems are solved using substitution only — not elimination. Substitute the linear equation into the quadratic, simplify to standard form, then solve using factoring, the quadratic formula, or completing the square. Quadratic systems appear in the SAT Math Advanced Math domain.

"Quadratic Systems" Explained

Quadratic Systems: 3 Proven Steps + SAT Examples

A quadratic system pairs at least one quadratic equation (with an x² term) with a linear equation. Unlike linear systems, they’re solved by substitution only, never elimination. The solutions are the points where the parabola and the line intersect. A staple of the SAT “Advanced Math” domain.

Quadratic Systems

DEFINATION

What Is a Quadratic System?

A system in which at least one equation is quadratic (contains an x² term) and at least one is linear. The solution is the set of coordinate pairs (x, y) satisfying both equations at once, the points where the parabola and the line intersect on the coordinate plane. A quadratic system can have 0, 1, or 2 real solutions.

Why substitution, not elimination: adding a linear equation to a quadratic one still leaves an x² term nothing is eliminated. Substitution is the only method that isolates a variable and reduces the system to a single solvable equation. (The discriminant b² - 4ac then tells you how many solutions exist.)

SUBSTITUTION ONLY

How to Solve — The 4-Step Method

Every quadratic system reduces to a single quadratic equation in one variable. Follow the steps in order, the back-substitution step is where most time is saved or lost.

1

Isolate y in the linear equation

y = mx + b

Rearrange so y is alone. If it's already solved for y, go straight to Step 2. Don't isolate y in the quadratic it creates a harder expression.

2

Substitute into the quadratic

ax² + b(mx + b) + c = 0

Replace y in the quadratic with the linear expression. Expand and collect all terms on one side → standard form ax² + bx + c = 0.

3

Solve the quadratic

factor · formula · complete the square

Factor if it factors cleanly; quadratic formula if not; completing the square when instructed. You may get 0, 1, or 2 values of x.

4

Back-substitute to find y

use the LINEAR equation

Put each x into the linear equation (not the quadratic) and write each solution as an ordered pair (x, y).

SAT rule: back-substitute into the linear equation it's always simpler. The quadratic wastes 60–90 seconds and adds error risk.

STEP BY STEP

Quadratic Systems — Three Worked Examples

Basic substitution. Solve y = x² − 3 and y = x + 1.

  1. Linear already isolated: y = x + 1
  2. Substitute: x + 1 = x² − 3
  3. Standard form: x² − x − 4 = 0
  4. Quadratic formula: x = (1 ± √17)/2
  5. Back-substitute into y = x + 1 for each x.

x = (1 ± √17)/2 · y = (3 ± √17)/2 two solutions

Clean factor. Solve y = x² − 2x − 3 and y = 2x − 3.

  1. Linear isolated: y = 2x − 3
  2. Substitute: 2x − 3 = x² − 2x − 3
  3. Standard form: x² − 4x = 0
  4. Factor: x(x − 4) = 0 → x = 0 or x = 4
  5. Back-substitute into y = 2x − 3: x = 0 → y = −3; x = 4 → y = 5

(0, −3) and (4, 5) the two intersection points

SAT discriminant trap. y = x² + 4x + 5 and y = 2x + k. For what k does the system have exactly one solution?

  1. Substitute: 2x + k = x² + 4x + 5
  2. Standard form: x² + 2x + (5 − k) = 0
  3. Exactly one solution → discriminant = 0: b² − 4ac = 0
  4. a = 1, b = 2, c = 5 − k: 4 − 4(5 − k) = 0 → 4 − 20 + 4k = 0 → 4k = 16

k = 4 the line y = 2x + 4 is tangent to the parabola

SAT trap: "exactly one solution" means the discriminant equals zero you can't get there by factoring. Recognizing that is the whole question. Appears about once per Advanced Math section.

ADVANCED MATH DOMAIN

How Quadratic Systems Appear on the SAT

1–2 questions per test in “Advanced Math”, not the most frequent topic, but among the most point-differentiating. Misapplying elimination loses 2–3 questions that can move a score from 620 to 680.

SAT QUESTION TYPE HOW THEY APPEAR FREQUENCY
Solve for intersection points Find the (x, y) pairs where a parabola and line meet full substitution 1 per test
Number of solutions "How many solutions?" discriminant analysis 1 per test
Parameter value (discriminant trap) "For what k does it have exactly one / no solution?" Occasional
Graphical interpretation "Which graph shows no solution?" recognizing no intersection Occasional

IT'S ALL ABOUT THE DISCRIMINANT

2, 1, or 0 Solutions

How many times the line meets the parabola, set by the discriminant of the quadratic you get after substituting.

2 solutions
1 (tangent)
0 solutions
2

Two Solutions

discriminant > 0

The line crosses the parabola at two distinct points. The quadratic factors into two real roots.

1

One Solution

discriminant = 0

The line is tangent it touches the parabola at exactly one point. The discriminant-trap questions live here.

0

No Solution

discriminant < 0

The line misses the parabola entirely. No real intersection the quadratic has no real roots.

AVOID THESE

4 Common Quadratic-System Mistakes

Using Elimination Instead of Substitution

Adding or subtracting a quadratic and a linear equation never cancels the x² term it just makes another quadratic.

Fix: when one equation has x², always substitute. Elimination can't reduce a quadratic to a linear equation.

Skipping Standard Form

Trying to factor before moving all terms to one side. Factoring and the formula only work on ax² + bx + c = 0.

Fix: after substituting, immediately set the equation equal to zero and write standard form explicitly.

Back-Substituting Into the Quadratic

Putting x back into the quadratic to find y a much harder calculation with more error risk.

Fix: always back-substitute into the linear equation. Same y, one step instead of three, 45–60 seconds saved.

Reporting One Solution Instead of Two

Finding the first x, writing one pair, and stopping missing the second intersection.

Fix: count your x values first. Two roots → back-substitute both → write both ordered pairs.

TRY THESE

Practice Problems

Work each one, then reveal the answer to check yourself.

FACTOR

Solve: y = x² − 1 and y = x + 1.

x + 1 = x² − 1 → x² − x − 2 = 0 → (x−2)(x+1) = 0 → x = 2 or −1. Into y = x+1: (2, 3) and (−1, 0).

FACTOR

Solve: y = x² + 2x − 8 and y = x − 2.

x − 2 = x² + 2x − 8 → x² + x − 6 = 0 → (x+3)(x−2) = 0 → x = −3 or 2. Into y = x−2: (2, 0) and (−3, −5).

COUNT

y = x² + 3 and y = x − 1. How many solutions does this system have?

x − 1 = x² + 3 → x² − x + 4 = 0. Discriminant = (−1)² − 4(1)(4) = 1 − 16 = −15 < 0 → zero real solutions.

DISCRIMINANT (SAT)

y = x² − 6x + 9 and y = kx − 5. For what value of k does this system have exactly one solution?

kx − 5 = x² − 6x + 9 → x² − (6+k)x + 14 = 0. One solution → (6+k)² − 4(14) = 0 → (6+k)² = 56 → k = −6 ± √56 = −6 ± 2√14. (Two k-values give tangency.)

Quadratic Systems — FAQ

A system where at least one equation is quadratic (has an x² term) and at least one is linear. The solutions are the coordinate pairs (x, y) satisfying both at once where the parabola and line intersect. It can have 0, 1, or 2 real solutions, unlike a linear system (0, 1, or infinitely many). Tested in Florida Algebra 2 (MAFS.912.A-REI.7) and the SAT Advanced Math domain.

By substitution, not elimination. Four steps: (1) isolate y in the linear equation; (2) substitute that into the quadratic; (3) rearrange to standard form (ax² + bx + c = 0) and solve by factoring, the quadratic formula, or completing the square; (4) back-substitute each x into the linear equation for the y values. Write each solution as (x, y).

Elimination works on linear systems because combining two linear equations yields another linear equation. Adding a quadratic and a linear equation leaves the x² term nothing is eliminated. Substitution is the only method that reduces the system to a single solvable equation. It's the key procedural distinction between linear and quadratic systems.

0, 1, or 2 real solutions. Two means the line crosses the parabola twice (discriminant > 0); one means it's tangent (discriminant = 0); zero means it misses entirely (discriminant < 0). The discriminant b² − 4ac of the post-substitution quadratic decides. SAT questions often ask for parameter values that produce a specific count deliberate discriminant use.

Yes Algebra 2 and SAT Advanced Math, including the substitution method, discriminant analysis, and the parameter-value trap questions on the digital SAT. We diagnose where errors happen (method confusion, standard-form setup, back-substitution) before building a targeted plan. Most students improve in Algebra 2 and Advanced Math within 3–4 sessions. Book a free math assessment to start.

KEEP EXPLORING

Related Algebra Concepts

SAT Advanced Math Giving You Trouble?

Book a free math assessment and get a personalized Digital SAT plan built around your gaps.