SAT Math · Algebra & Advanced Math

Linear vs. Quadratic Systems

SAT-M-SYS-01
Teaching Notes
v1 · 2026.05

A "system" just means two equations sharing the same variables. The question is always: where do the two graphs cross? With linear systems there are three possible answers; with quadratic systems (a line crossing a parabola), the same three answers appear — but the algebra works differently. This note walks through both side by side.

Linear systems — three scenarios

A linear system is just two lines. Two lines in a plane can do exactly three things: cross at one point, run parallel and never cross, or sit on top of each other as the same line. That's the whole story.

① One solution

Different slopes → cross once.

② No solution

Same slope, different intercepts → parallel.

③ Infinite solutions

Same line in disguise → infinitely many.

Scenario ① — One solution (different slopes)

The most common scenario on the SAT. Solve by substitution or elimination; you'll get one $(x, y)$ pair.

EXAMPLE
Solve the system:
$$\begin{aligned} y &= 2x + 1 \\ y &= -x + 4 \end{aligned}$$
Set them equal (since both equal $y$): $2x + 1 = -x + 4$ $3x = 3 \Rightarrow x = 1$ $y = 2(1) + 1 = 3$ Solution: $(1, 3)$. Geometrically, this is the single point where the lines cross.

Scenario ② — No solution (parallel lines)

Same slope, different y-intercepts. The lines run side by side forever and never touch. Algebraically, the variables vanish and you get a false statement.

EXAMPLE
Solve the system:
$$\begin{aligned} y &= 2x + 1 \\ y &= 2x - 3 \end{aligned}$$
Set equal: $2x + 1 = 2x - 3$ $1 = -3$   (impossible) No solution. The lines have the same slope ($2$) but different y-intercepts, so they're parallel.

Scenario ③ — Infinite solutions (same line)

Both equations describe the exact same line, just written differently. Algebraically, the variables vanish and you get a true statement (like $0 = 0$). Every point on the line satisfies both equations.

EXAMPLE
Solve the system:
$$\begin{aligned} y &= 2x + 1 \\ 2y &= 4x + 2 \end{aligned}$$
Divide the second equation by $2$: $y = 2x + 1$ That's the same as the first equation. Infinite solutions.
SAT Shortcut — Detecting Each Scenario
Put both equations in the form $y = mx + b$. Compare slopes and y-intercepts:
  • Different slopes → one solution
  • Same slope, different y-intercepts → no solution
  • Same slope, same y-intercept → infinite solutions
The SAT often asks you to find the value of a constant that produces "no solution" or "infinitely many solutions." Use this comparison directly — don't actually solve.
Try it yourself
  1. Find the four sliders for $m_1$, $b_1$, $m_2$, $b_2$ in the panel on the left.
  2. Drag $m_1$ and $m_2$ to make the slopes match — what happens?
  3. With the slopes matched, drag $b_1$ to equal $b_2$. Now the lines coincide (infinite solutions).
  4. Make $m_1$ and $m_2$ different again to return to the one-solution case.
Notice: Two lines have one solution when slopes differ, no solution when slopes match but intercepts don't, and infinite solutions when both match.

Quadratic systems — three scenarios

A quadratic system here means a line and a parabola. Like two lines, the line-and-parabola pair can intersect at three different counts of points: two, one, or zero. The geometry tells you what to expect; the algebra is always the same — substitute, then check the discriminant of the resulting quadratic.

① Two solutions

Line crosses parabola at two points. Discriminant $> 0$.

② One solution

Line is tangent to parabola — touches once. Discriminant $= 0$.

③ No solution

Line misses the parabola. Discriminant $< 0$.

Scenario ① — Two solutions

The line cuts cleanly through the parabola, crossing it twice. Substitute the line into the parabola, get a quadratic in one variable, and solve.

EXAMPLE
Solve the system:
$$\begin{aligned} y &= x^2 - 2x \\ y &= x \end{aligned}$$
Substitute (since both equal $y$): $x^2 - 2x = x$ $x^2 - 3x = 0$ $x(x - 3) = 0 \Rightarrow x = 0$ or $x = 3$ Plug each back into $y = x$: If $x = 0$, then $y = 0$. If $x = 3$, then $y = 3$. Two solutions: $(0, 0)$ and $(3, 3)$.

Scenario ② — One solution (tangent)

The line just barely touches the parabola at exactly one point. Substituting gives a quadratic with a double root — the discriminant equals zero.

EXAMPLE
Solve the system:
$$\begin{aligned} y &= x^2 \\ y &= 2x - 1 \end{aligned}$$
Substitute: $x^2 = 2x - 1$ $x^2 - 2x + 1 = 0$ $(x - 1)^2 = 0 \Rightarrow x = 1$ (only) $y = 2(1) - 1 = 1$ One solution: $(1, 1)$. The line $y = 2x - 1$ is tangent to the parabola at this point. Notice the discriminant: $b^2 - 4ac = 4 - 4 = 0$.

Scenario ③ — No solution

The line passes entirely above or below the parabola without touching it. Substituting gives a quadratic with a negative discriminant — no real solutions.

EXAMPLE
Solve the system:
$$\begin{aligned} y &= x^2 + 1 \\ y &= -1 \end{aligned}$$
Substitute: $x^2 + 1 = -1$ $x^2 = -2$ No real solution — $x^2$ can't be negative. Geometrically, the parabola's minimum is at $y = 1$, but the line sits at $y = -1$, so they never meet.
SAT Shortcut — The Discriminant Decides
After substituting, you'll always get a quadratic of the form $ax^2 + bx + c = 0$. Check $\Delta = b^2 - 4ac$:
  • $\Delta > 0$ → two intersection points
  • $\Delta = 0$ → one intersection point (tangent)
  • $\Delta < 0$ → no intersection points
SAT problems often ask: "for what value of $c$ does the line $y = mx + c$ intersect the parabola at exactly one point?" Don't try every value — set up the discriminant equal to zero and solve for $c$.
Try it yourself
  1. The blue parabola is $y = x^2$. The red horizontal line is $y = c$.
  2. Drag the slider for $c$ above $0$ — the line crosses the parabola at two points.
  3. Drag $c$ down to exactly $0$ — the line just touches the vertex (one point, tangent).
  4. Drag $c$ below $0$ — the line misses the parabola entirely (no intersection).
Notice: The transition between two solutions and zero solutions happens exactly at the tangent point. That's the geometric meaning of $\Delta = 0$ — the discriminant of the resulting quadratic equals zero precisely when the line is tangent.

Side by side

Both kinds of systems boil down to the same question — how many points do these two graphs share? — but the answer comes from different places algebraically:

Number of solutions Linear system tells you by... Quadratic system tells you by...
Many / Two Different slopes $\Delta > 0$
Exactly one (Always — except parallel/coincident) $\Delta = 0$ (tangent)
None Same slope, different intercepts $\Delta < 0$
Infinite Same slope, same intercept N/A — line and parabola can't be the same curve
Common error
Don't confuse "no solution" with "the variable equals zero." If you get $0 = 5$, that's no solution (a contradiction). If you get $x = 0$, that's a perfectly valid solution where $x$ happens to be zero. Read the result, don't just look for zeros.
SAT-M-SYS-01 · Linear & Quadratic Systems Shu's Tutoring · Notes Library