MATH 2 • ALGEBRA & FUNCTIONS

Solving Linear-Quadratic Systems Graphically — I can solve a system of a linear and a quadratic equation graphically and interpret intersection points.

Discover how a straight line and a parabola can meet at zero, one, or two points — and what those intersections mean.

Historical Context & Motivation

Long before graphing calculators or computers existed, mathematicians relied on geometric reasoning to solve equations. The idea of representing equations as curves on a coordinate plane dates back to the work of René Descartes in the 1600s, who unified algebra and geometry into a single framework. Once people could draw equations as shapes — lines, parabolas, circles — they realized that finding where two shapes crossed was equivalent to solving a system of equations. This powerful visual insight transformed mathematics and laid the groundwork for much of modern science and engineering.

~300 BCE
Apollonius Studies Conic Sections
The Greek mathematician Apollonius systematically studied parabolas, ellipses, and hyperbolas by slicing cones with planes. These conic sections would later become the quadratic curves we graph today.
1637
Descartes Publishes La Géométrie
René Descartes introduced the Cartesian coordinate system, enabling every algebraic equation to be drawn as a curve on a grid. This invention bridged algebra and geometry permanently.
1700s
Systems of Equations Formalized
Mathematicians began systematically solving systems of equations both algebraically and graphically, recognizing that intersection points represent simultaneous solutions.
1980s–Today
Graphing Technology Arrives
Graphing calculators and software like Desmos made it possible for students to visualize linear-quadratic systems instantly, deepening conceptual understanding alongside algebraic methods.

The central question this lesson addresses is straightforward yet rich: When a line and a parabola are plotted on the same coordinate plane, how many times can they intersect — and what do those intersection points tell us? Understanding the graphical approach builds visual intuition that complements the algebraic techniques you may already know.

Core Principles & Definitions

Before diving into graphing, let's clarify the building blocks. A linear-quadratic system pairs one linear equation (which graphs as a straight line) with one quadratic equation (which graphs as a parabola). When we solve the system, we are looking for every point (x, y) that satisfies both equations simultaneously. Graphically, these shared solutions appear as the points where the line and parabola cross each other.

1

Linear Equation

An equation of the form y = mx + b. Its graph is a straight line with slope m and y-intercept b.
2

Quadratic Equation

An equation of the form y = ax² + bx + c. Its graph is a parabola that opens upward (a > 0) or downward (a < 0).
3

Intersection Point

A coordinate (x, y) where both graphs pass through the same location. Each intersection is a solution to the system.
4

Number of Solutions

A line and parabola can intersect at 0, 1, or 2 points — corresponding to no solution, exactly one solution, or two solutions.
5

Tangent Line

When the line touches the parabola at exactly one point, it is called a tangent line. The system has exactly one solution in this case.
KEY TAKEAWAY
Think of it like a road crossing a hill. The straight road (the line) might cut through the hill at two places, barely graze its peak at one point, or miss it entirely. Each crossing is a solution to the system — a specific location that both the road and the hill share.

Visual Explanation — Three Possible Cases

The diagram below illustrates the three scenarios that can occur when you graph a linear equation and a quadratic equation on the same coordinate plane. Study each panel: in the left graph the line cuts through the parabola at two distinct points, in the center graph the line just touches the parabola at a single point, and in the right graph the line misses the parabola entirely.

Three cases for a linear-quadratic system: two intersection points (left), one tangent point (center), and no intersection (right). The violet curve is the parabola; the cyan line is the linear equation.

Notice that the number of intersection points depends on the relative position and slope of the line compared to the shape of the parabola. If you imagine sliding the line upward from the two-solution position, it would eventually just touch the parabola (one solution) and then float above it (no solution). This visual picture is your most powerful tool: the graph tells you how many solutions exist before you do any algebra.

Mathematical Framework

When you solve a linear-quadratic system graphically, you are finding the x-values where the two equations produce the same y-value. Algebraically, you set the right-hand sides equal and simplify to a single quadratic equation. The discriminant of that resulting quadratic tells you whether the graphs intersect at two points, one point, or not at all.

THE SYSTEM
y = ax² + bx + c and y = mx + d
The first equation is the parabola (a ≠ 0). The second is the line with slope m and y-intercept d.
SET EQUAL TO FIND INTERSECTIONS
ax² + bx + c = mx + d → ax² + (b − m)x + (c − d) = 0
Subtract the linear expression from both sides and combine like terms to get a standard-form quadratic in x.
DISCRIMINANT TEST
D = (b − m)² − 4a(c − d)
If D > 0 → two intersection points (two solutions). If D = 0 → one intersection point (tangent). If D < 0 → no intersection (no real solutions).
💡 Why the Graph Still Matters
Even though the discriminant gives a definitive algebraic answer, a graph lets you see approximate solutions quickly, check your algebra, and understand the geometry of the problem. In real-world applications — trajectory vs. ground, revenue vs. cost — the visual is often the most meaningful representation.

Detailed Breakdown — The Three Cases

Let's look more closely at each case with a concrete system. Consider the parabola y = x² − 2x − 3 and three different lines that illustrate zero, one, and two solutions.

The parabola y = x² − 2x − 3 (violet) is shown with three lines. The cyan line y = x − 1 intersects the parabola at two points: (−1, −2) and (2, 1). The amber dashed line y = −4 is tangent at (1, −4). The red dashed line y = −6 lies below the vertex and has no intersection.
Summary of the three cases for a linear-quadratic system
CaseDiscriminant (D)Number of IntersectionsGraphical Appearance
Two solutionsD > 02Line crosses through the parabola at two distinct points
One solutionD = 01Line is tangent — it just touches the parabola at one point
No solutionD < 00Line and parabola never meet — no real intersection

Worked Example

Let's solve the following system graphically and confirm the results algebraically.

GIVEN SYSTEM
y = x² − 4x + 3 and y = x − 1
The parabola opens upward (a = 1 > 0). The line has slope 1 and y-intercept −1.
Solving y = x² − 4x + 3 and y = x − 1 Graphically
1
Step 1 — Graph the ParabolaRewrite y = x² − 4x + 3 by completing the square: y = (x − 2)² − 1. The vertex is at (2, −1) and the parabola opens upward. Plot the vertex, then find a few more points: when x = 0, y = 3; when x = 1, y = 0; when x = 3, y = 0; when x = 4, y = 3. Sketch the U-shaped curve through these points.
Vertex: (2, −1); x-intercepts: (1, 0) and (3, 0)
2
Step 2 — Graph the LineThe equation y = x − 1 has slope 1 and y-intercept −1. Start at (0, −1) on the y-axis, then go up 1 and right 1 to plot additional points: (1, 0), (2, 1), (3, 2), and so on. Draw a straight line through these points.
Line passes through (0, −1), (1, 0), (2, 1), (3, 2)
3
Step 3 — Identify Intersection Points on the GraphLooking at the graph, the line and the parabola appear to cross at two points. One intersection is at (1, 0) and the other is at (4, 3). Read the coordinates carefully from the grid.
Graphical solutions: (1, 0) and (4, 3)
4
Step 4 — Verify AlgebraicallySet the two equations equal: x² − 4x + 3 = x − 1. Rearrange: x² − 5x + 4 = 0. Factor: (x − 1)(x − 4) = 0, so x = 1 or x = 4. Substitute back into y = x − 1 to get y = 0 and y = 3, respectively.
Confirmed: (1, 0) and (4, 3) ✓
5
Step 5 — Interpret the SolutionsEach intersection point represents an (x, y) pair that satisfies both equations simultaneously. At x = 1, the parabola's height equals the line's height (both equal 0). At x = 4, both equal 3. Between these x-values the parabola dips below the line, and outside them the parabola rises above it.
The system has exactly two solutions.

Graphical vs. Algebraic Methods

Solving systems graphically and algebraically are complementary strategies. Neither is always "better" — each has strengths in different situations. Knowing when to use which method (or both) is a key part of mathematical thinking.

Comparing graphical and algebraic approaches
FeatureGraphical MethodAlgebraic Method
SpeedQuick sketch gives a rough answer fastRequires careful algebra but gives exact answer
PrecisionApproximate unless intersections fall on grid pointsExact, even for irrational or fractional coordinates
Number of solutionsVisually obvious (0, 1, or 2 crossings)Determined by discriminant calculation
Error riskMis-reading coordinates; inaccurate sketchesSign errors; incorrect factoring
Best forEstimating, checking algebra, building intuitionFinding exact solutions, especially non-integer ones
KEY TAKEAWAY
Think of graphing as using a map and algebra as using GPS coordinates. The map gives you the big picture — which direction to go, how many turns there are — while the GPS gives you the exact address. Good problem solvers use both: sketch the graph first to know what to expect, then confirm with algebra.

Connection to Advanced Topics

The technique of finding intersections graphically extends far beyond lines and parabolas. As you progress in math, you'll encounter systems that pair quadratics with other curves, or even systems of two quadratic equations. The same core idea applies: graph both curves and look for where they cross.

From linear-quadratic systems to more advanced systems
This LessonWhat's Coming Next
Line + parabola (y = ax² + bx + c and y = mx + d)Two quadratics, or line + circle (x² + y² = r²)
At most 2 intersection pointsQuadratic-quadratic systems can have up to 4 intersections
Discriminant of a quadratic determines solution countHigher-degree polynomials use more advanced tests
Graph by hand or with a calculatorGraphing software (Desmos, GeoGebra) becomes essential for complex systems

In precalculus and calculus, you'll use intersections to find areas between curves, optimize quantities, and model real-world phenomena such as projectile motion meeting a sloped surface. The graphical reasoning you build now — understanding what it means for two curves to share a point — is a skill that never goes away.

Practice Problems

PROBLEM 1CONCEPTUAL
A student graphs y = x² and y = 3x − 2 on the same coordinate plane. She sees that the line appears to touch the parabola at exactly one point. What does this tell you about the system, and what is the geometric name for such a line?
PROBLEM 2BASIC CALCULATION
Solve the system y = x² and y = 4 graphically. State how many intersection points there are and give their coordinates.
PROBLEM 3INTERMEDIATE
Solve the system y = −x² + 6x − 5 and y = 2x + 1 graphically. Find the intersection points and verify algebraically.
PROBLEM 4APPLIED
A ball is kicked from the ground and follows the path y = −0.05x² + 2x (where x is horizontal distance in meters and y is height in meters). A ramp rises along y = 0.5x. At what horizontal distances does the ball's path cross the ramp? What do these intersection points mean physically?
PROBLEM 5CRITICAL THINKING
For the parabola y = x² − 2, find the value of k so that the horizontal line y = k is tangent to the parabola. Then explain: for which values of k does y = k intersect the parabola in two points, and for which values does it not intersect at all?

Lesson Summary

A linear-quadratic system pairs a straight line (y = mx + d) with a parabola (y = ax² + bx + c). When both are graphed on the same coordinate plane, they can share zero, one, or two intersection points. Each intersection point is a solution to the system — an (x, y) pair that satisfies both equations simultaneously. A line that touches the parabola at exactly one point is called a tangent line.

The discriminant of the quadratic equation formed by setting the two expressions equal determines the number of solutions: D > 0 means two solutions, D = 0 means one, and D < 0 means none. The graphical method is ideal for estimating solutions and building geometric intuition, while the algebraic method delivers exact coordinates. Using both together — sketch first, solve second — is the strongest approach.

Varsity Tutors • Math 2 • Solving Linear-Quadratic Systems Graphically