MATH 2 • ALGEBRA & FUNCTIONS

Solutions in Linear-Quadratic Systems — I can determine when a linear–quadratic system has 0, 1, or 2 real solutions and connect this to graph intersections.

Discover how a line and a parabola can meet zero, one, or two times—and why the discriminant tells you which.

Historical Context & Motivation

For thousands of years, mathematicians have studied the behavior of curves and lines. The ancient Greeks were fascinated by conic sections—the shapes produced when a plane slices through a cone—including the parabola. At the same time, linear relationships were understood intuitively through trade, measurement, and geometry. The question of how these two types of curves intersect became a driving force behind the development of algebra.

When a straight line crosses a curved parabola, something interesting happens: they might cross twice, touch exactly once, or miss each other entirely. Understanding why and when each case occurs became essential for physics, engineering, and economics—anywhere a constant rate of change meets an accelerating one.

~300 BCE
Greek Study of Conics
Apollonius of Perga systematically classified conic sections—parabolas, ellipses, and hyperbolas—laying the geometric groundwork for quadratic curves.
~825 CE
Al-Khwārizmī's Algebra
The Persian mathematician al-Khwārizmī published methods for solving quadratic equations, introducing systematic algebraic techniques that we still use today.
1637
Descartes' Coordinate Plane
René Descartes unified algebra and geometry by introducing the coordinate plane, making it possible to visualize where lines and parabolas intersect as actual points on a graph.
1800s
Discriminant Formalized
Mathematicians formalized the discriminant as a tool for determining the number of real solutions to a quadratic equation, connecting algebraic computation directly to geometric intersection.

This history leads to the central question of our lesson: given a line and a parabola, how many times do they meet, and how can we determine this without graphing? The answer lies in combining substitution with the discriminant—a powerful algebraic shortcut.

Core Principles & Definitions

A linear-quadratic system is a set of two equations: one linear (a straight line) and one quadratic (a parabola). When we solve the system, we are looking for all the points (x, y) that satisfy both equations simultaneously. Graphically, these solutions are the intersection points of the line and the parabola.

1

Two Solutions

The line cuts through the parabola at two distinct points. The discriminant is positive (D > 0).
2

One Solution

The line is tangent to the parabola, touching it at exactly one point. The discriminant equals zero (D = 0).
3

No Solutions

The line and parabola do not intersect at all. The discriminant is negative (D < 0).

The discriminant is the expression b² − 4ac from the quadratic formula. You may already know it from solving single quadratic equations. In a linear-quadratic system, substituting the linear equation into the quadratic one produces a new quadratic equation, and the discriminant of that resulting equation tells you the number of intersection points.

KEY TAKEAWAY
Think of the parabola as a hill and the line as a road. If the road is high enough, it flies over the hill with no contact (0 solutions). If the road just grazes the hilltop, there's one point of contact (1 solution). If the road cuts across the hill, it enters and exits at two points (2 solutions). The discriminant acts like an altitude check—it tells you which scenario you're in before you even draw the picture.

Visual Explanation — Three Cases on the Graph

The diagram below shows all three possible scenarios for a linear-quadratic system on the same set of axes. A single parabola is graphed, and three different lines are drawn: one that misses the parabola entirely, one that touches it at exactly one point, and one that crosses through it at two points. Pay special attention to how each line's position relative to the curve determines the number of solutions.

The purple curve is a parabola. The green line crosses the parabola twice (2 solutions). The yellow line is tangent, touching the parabola at exactly one point (1 solution). The dashed red line passes above the parabola without touching it (0 solutions).

Notice how the line's slope and vertical position determine the outcome. A line that is too high or at the wrong angle misses the parabola entirely. As the line moves closer to the curve, it eventually becomes tangent—just barely touching—and then, if it moves further, it pierces the curve at two points. Each of these geometric scenarios corresponds to a specific algebraic condition involving the discriminant of the resulting quadratic equation.

Mathematical Framework

To solve a linear-quadratic system algebraically, you use substitution. Start with the two equations—one linear and one quadratic—then substitute the linear expression for y into the quadratic equation. This produces a single quadratic equation in x, which you can analyze using the discriminant.

THE SYSTEM
y = ax² + bx + c (quadratic) y = mx + k (linear)
Here a, b, c are the coefficients of the quadratic, and m and k are the slope and y-intercept of the line.
SUBSTITUTION STEP
ax² + bx + c = mx + k
Set the two expressions for y equal to each other. Then rearrange everything to one side to get a standard-form quadratic.
RESULTING QUADRATIC
ax² + (b − m)x + (c − k) = 0
This is the equation whose solutions give the x-coordinates of the intersection points. Let A = a, B = (b − m), and C = (c − k).
THE DISCRIMINANT
D = B² − 4AC = (b − m)² − 4a(c − k)
If D > 0 → 2 real solutions (two intersection points). If D = 0 → 1 real solution (tangent). If D < 0 → 0 real solutions (no intersection).
💡 Why Substitution Works
Both equations equal y, so setting them equal to each other asks: "For which x-values does the parabola have the same height as the line?" Every x that answers this question gives an intersection point. Since the resulting equation is quadratic, there can be at most two such x-values.

Discriminant Breakdown — Classifying Solutions

The discriminant is the single most efficient tool for classifying a linear-quadratic system. Rather than solving the entire system, you can compute one number and immediately know how many solutions exist. The table below summarizes the three cases, and the diagram that follows shows how each case looks both algebraically and graphically.

Summary of discriminant cases for linear-quadratic systems
Discriminant ValueNumber of SolutionsGeometric MeaningAlgebraic Meaning
D > 0 (positive)2Line crosses the parabola at two distinct pointsThe resulting quadratic has two distinct real roots
D = 0 (zero)1Line is tangent to the parabola (touches at one point)The resulting quadratic has one repeated real root
D < 0 (negative)0Line does not touch the parabolaThe resulting quadratic has no real roots (complex only)
This flowchart shows the step-by-step process: substitute, rearrange to standard form, compute the discriminant, and then classify the number of solutions based on whether D is positive, zero, or negative.

A common mistake is to forget to rearrange everything to one side before identifying A, B, and C. Always collect all terms on the left so the right side equals zero. Only then can you correctly identify the coefficients and compute the discriminant. Also remember: the discriminant only tells you how many solutions exist—to find the actual solution points, you still need to solve the quadratic and substitute back.

Worked Example

Let's walk through a complete example, from setting up the system to finding the intersection points and verifying them.

Find the intersection points of y = x² − 2x − 3 and y = x + 1
1
Step 1 — Set the equations equalSince both equations equal y, set the right-hand sides equal to each other: x² − 2x − 3 = x + 1.
2
Step 2 — Rearrange to standard formMove all terms to the left side by subtracting x and 1 from both sides: x² − 2x − 3 − x − 1 = 0, which simplifies to x² − 3x − 4 = 0. Now we have A = 1, B = −3, C = −4.
x² − 3x − 4 = 0
3
Step 3 — Compute the discriminantD = B² − 4AC = (−3)² − 4(1)(−4) = 9 + 16 = 25. Since D = 25 > 0, the system has two real solutions.
D = 25 → two solutions
4
Step 4 — Solve the quadraticFactor: x² − 3x − 4 = (x − 4)(x + 1) = 0. So x = 4 or x = −1. Alternatively, using the quadratic formula: x = (3 ± √25) / 2 = (3 ± 5) / 2, giving x = 4 or x = −1.
x = 4 or x = −1
5
Step 5 — Find the y-valuesSubstitute each x into the linear equation y = x + 1 (the simpler equation). When x = 4: y = 4 + 1 = 5. When x = −1: y = −1 + 1 = 0.
Intersection points: (4, 5) and (−1, 0)
6
Step 6 — Verify (optional but recommended)Check (4, 5) in the quadratic: 4² − 2(4) − 3 = 16 − 8 − 3 = 5 ✓. Check (−1, 0) in the quadratic: (−1)² − 2(−1) − 3 = 1 + 2 − 3 = 0 ✓. Both points satisfy both equations.

Comparing Solution Methods

There are several approaches you can use to solve or analyze a linear-quadratic system. Each has strengths and limitations. The table below compares the three most common strategies: graphing, substitution with full solving, and the discriminant shortcut.

Comparison of approaches to linear-quadratic systems
MethodStrengthsLimitations
GraphingVisual and intuitive; shows all three cases at a glance; useful with graphing calculators or softwareApproximate unless the intersection happens at nice coordinates; time-consuming by hand for precise answers
Substitution (full solve)Gives exact coordinates of intersection points; works for all cases; systematic and reliableRequires more algebraic steps; errors can accumulate; does not immediately tell you the number of solutions
Discriminant checkFastest way to determine the number of solutions; no need to fully solve; useful for quick classification problemsDoes not give you the actual coordinates; you still need substitution to find the points
WHEN TO USE WHICH
If a problem asks "how many solutions," go straight to the discriminant—it's the fastest route. If the problem asks "find the solutions," you need full substitution and solving. If you want to build intuition or check your work, graph it. In practice, the best strategy is often to compute the discriminant first (so you know what to expect), then solve.

Connection to Advanced Systems

The techniques you learn here serve as a foundation for more complex systems of equations. In later courses, you will encounter systems involving two quadratics, higher-degree polynomials, and even circles or other conic sections paired with lines. The core strategy—substitution followed by discriminant analysis—extends naturally to these more advanced scenarios.

Linear-Quadratic vs. Quadratic-Quadratic systems
FeatureLinear-Quadratic SystemQuadratic-Quadratic System
Equations involvedOne line, one parabolaTwo parabolas (or other conics)
Maximum solutions24 (for two conics in general)
Solution methodSubstitution → quadratic in one variableSubstitution or elimination → may yield a quartic
Discriminant useDirectly classifies 0, 1, or 2 solutionsMore complex; may require analyzing multiple stages
Typical coursesMath 2 / Algebra 2Precalculus / College Algebra

You will also see linear-quadratic systems appear in real-world modeling. For example, a projectile's height over time follows a quadratic path, and a drone flying at constant altitude follows a linear path. Determining whether the projectile reaches the drone's altitude is exactly a linear-quadratic system problem. Mastering the discriminant now will prepare you for these applied contexts in physics, engineering, and economics.

Practice Problems

PROBLEM 1CONCEPTUAL
A student graphs y = x² and y = 3 on the same coordinate plane and sees that the line does not touch the parabola. However, another student claims the system has two solutions. Who is correct, and why?
PROBLEM 2BASIC CALCULATION
Determine how many solutions the system y = x² + 2x + 5 and y = 2x + 1 has. Use the discriminant.
PROBLEM 3INTERMEDIATE
Find all solutions to the system y = −x² + 6x − 5 and y = 2x − 2.
PROBLEM 4APPLIED
A firework is launched and its height in meters after t seconds is h = −5t² + 30t. A camera drone hovers at a constant height of h = 40 meters. At how many times does the firework reach the drone's altitude, and when do those moments occur?
PROBLEM 5CRITICAL THINKING
For the system y = x² and y = mx + 4, find the value(s) of m that make the line tangent to the parabola (exactly one solution).

Lesson Summary

A linear-quadratic system pairs a straight line with a parabola, and the solutions are their intersection points. To find how many solutions exist, use substitution to combine the two equations into a single quadratic, then compute the discriminant D = B² − 4AC. If D > 0, the system has two solutions (the line crosses the parabola twice). If D = 0, there is exactly one solution (the line is tangent). If D < 0, there are no real solutions (no intersection).

To find the actual solution points, solve the resulting quadratic (by factoring or the quadratic formula), then substitute each x-value back into the linear equation to get the corresponding y-value. Always verify your answers by plugging the coordinates into both original equations. The discriminant shortcut is especially powerful when a problem only asks for the number of solutions, since you can classify the system without fully solving it.

Varsity Tutors • Math 2 • Solutions in Linear-Quadratic Systems