Linear vs. Quadratic Systems
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
② No solution
③ Infinite solutions
Scenario ① — One solution (different slopes)
The most common scenario on the SAT. Solve by substitution or elimination; you'll get one $(x, y)$ pair.
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.
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.
- Different slopes → one solution
- Same slope, different y-intercepts → no solution
- Same slope, same y-intercept → infinite solutions
- Find the four sliders for $m_1$, $b_1$, $m_2$, $b_2$ in the panel on the left.
- Drag $m_1$ and $m_2$ to make the slopes match — what happens?
- With the slopes matched, drag $b_1$ to equal $b_2$. Now the lines coincide (infinite solutions).
- Make $m_1$ and $m_2$ different again to return to the one-solution case.
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
② One solution
③ No solution
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.
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.
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.
- $\Delta > 0$ → two intersection points
- $\Delta = 0$ → one intersection point (tangent)
- $\Delta < 0$ → no intersection points
- The blue parabola is $y = x^2$. The red horizontal line is $y = c$.
- Drag the slider for $c$ above $0$ — the line crosses the parabola at two points.
- Drag $c$ down to exactly $0$ — the line just touches the vertex (one point, tangent).
- Drag $c$ below $0$ — the line misses the parabola entirely (no intersection).
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 |