ALGEBRA 1 • SYSTEMS OF EQUATIONS

Solving Linear–Quadratic Systems

Learn to find where lines meet curves by combining algebra and graphing techniques.

Historical Context & Motivation

People have been solving equations for thousands of years, but the idea of combining two different kinds of equations into a single problem — a system of equations — has a rich and fascinating history. Ancient mathematicians in Babylon, Greece, and the Islamic world all contributed pieces of this puzzle. Their work laid the groundwork for what you are about to learn: how to find the exact points where a straight line crosses a curve.

~300 BCE
Euclid & Conic Sections
Greek mathematicians studied circles, parabolas, and ellipses. Euclid's Elements explored where lines meet circles using geometric constructions — no algebra needed.
~825 CE
Al-Khwarizmi's Algebra
The Persian scholar al-Khwarizmi wrote one of the first algebra textbooks. He showed how to solve quadratic equations by completing the square, giving us the word algebra itself (from the Arabic al-jabr).
1637
Descartes Links Algebra & Geometry
René Descartes invented the coordinate plane, allowing every equation to be drawn as a graph. For the first time, solving a system of equations meant finding actual points on a picture.
Modern Era
Common Core Standard A-REI.7
Today, solving linear–quadratic systems is a core algebra skill. Engineers use it to design curved structures, physicists use it to track trajectories, and computer scientists use it for graphics and collision detection.

Here is the central question this lesson answers: if you have a straight line and a curve on the same coordinate plane, how do you find the exact coordinates where they meet? You already know how to solve systems of two linear equations. Now you will level up by replacing one of those lines with a quadratic equation — like a parabola or a circle.

Core Principles & Definitions

Before diving into the method, let's make sure we share the same vocabulary. A linear equation is any equation whose graph is a straight line — something like y = 2x + 1. A quadratic equation includes a squared term (x², y², or both), and its graph is a curve such as a parabola or a circle. When we put one of each together, we get a linear–quadratic system.

📌 Course Placement Note
CCSS A-REI.7 is a High School Algebra standard. It is appropriate for grades 9–12. In many districts it appears in Algebra 2; however, it is included here for accelerated or advanced Algebra 1 courses that extend into linear–quadratic systems. If you are following a standard (non-accelerated) Algebra 1 pathway, check your course scope-and-sequence to confirm this topic is included.
1

Substitution Strategy

Solve the linear equation for one variable (usually y), then plug that expression into the quadratic equation. This turns a two-variable problem into a one-variable problem you already know how to handle.
2

Three Possible Outcomes

A line and a curve can meet at two points, one point (tangent), or no points at all. The discriminant tells you which case you have.
3

Graphical Verification

Always check your algebraic answer by sketching or graphing both equations. The intersection points on the graph should match the (x, y) pairs you found with algebra.
4

Back-Substitution

After you find the x-values, don't forget to substitute each one back into the linear equation to get the matching y-values. You need complete (x, y) pairs.
KEY TAKEAWAY
Think of solving a linear–quadratic system like finding where a straight highway crosses a curved river on a map. Sometimes the highway crosses the river twice (two solutions), sometimes it just touches the river's edge at one spot (one solution), and sometimes the highway runs alongside the river without ever crossing it (no solution). Substitution is your GPS — it gives you the exact coordinates of each crossing.

Visual Explanation — Line Meets Parabola

The diagram below shows the three possible scenarios when a line intersects a parabola. Study each case carefully: the number of intersection points depends on how the line is positioned relative to the curve.

The violet parabola represents a quadratic equation, and the cyan line represents a linear equation. The pink dots mark the intersection points — the solutions to the system. The discriminant of the resulting quadratic tells you which scenario you have.

Notice that in the left panel, the line slices through the parabola at two points, giving us two (x, y) solution pairs. In the center panel, the line barely grazes the curve — it is tangent to the parabola — producing exactly one solution. In the right panel, the line sails above the parabola and never touches it, so the system has no real solutions. You can predict which case applies by looking at the discriminant of the quadratic you get after substitution.

Mathematical Framework — The Substitution Method

Here is the algebraic method step by step. We will use a general example first, then work through specific numbers in Section 6. The key idea is substitution: replace one variable in the quadratic equation with an expression from the linear equation. This reduces the system to a single equation in one variable.

General Setup

LINEAR EQUATION
y = mx + b
m = slope, b = y-intercept. This equation is already solved for y, which makes substitution straightforward.
QUADRATIC EQUATION (PARABOLA)
y = ax² + bx + c
a, b, and c are constants. This is the standard form of a parabola. The quadratic could also be a circle (x² + y² = r²) or another curve with squared terms.

The Substitution Step

SUBSTITUTE y FROM THE LINE INTO THE CURVE
mx + b = ax² + bx + c → ax² + (b − m)x + (c − b) = 0
Set the two expressions for y equal. Rearrange so one side is zero. Now you have a quadratic in x that you can solve with factoring, the quadratic formula, or completing the square.
DISCRIMINANT — HOW MANY SOLUTIONS?
D = B² − 4AC
Where A, B, C are the coefficients of your resulting quadratic. If D > 0 → two intersection points. If D = 0 → one point (tangent). If D < 0 → no real intersection.
💡 Circle Equations Are Different
When the quadratic equation is a circle (like x² + y² = r²), neither equation is solved for y in a simple way. Start by solving the linear equation for y (or x), then substitute into the circle equation. You'll still end up with a one-variable quadratic.

Detailed Breakdown — Line Meets Circle

The CCSS standard specifically mentions the system y = −3x and x² + y² = 3. This is a line-and-circle system. Let's visualize this specific example and study how it works before we solve it formally in the next section.

The violet circle shows x² + y² = 3 (centered at the origin with radius √3 ≈ 1.73). The cyan line shows y = −3x, a steep line through the origin. They cross at two pink intersection points that lie on both graphs simultaneously.

Why does this system have exactly two solutions? The line y = −3x passes through the center of the circle (the origin), so it must cross the circle in two places — once entering and once exiting. If the line were farther away from the center, it might only touch the circle at one point or miss it entirely.

Common quadratic equation types you may encounter in linear–quadratic systems
Quadratic TypeGeneral FormTypical Shape
Parabola (opens up/down)y = ax² + bx + cU-shape or upside-down U
Parabola (opens left/right)x = ay² + by + cSideways U-shape
Circlex² + y² = r²Round, centered at origin

Worked Example — The Standard Problem from A-REI.7

Let's solve the exact example from the Common Core standard: find the points of intersection between the line y = −3x and the circle x² + y² = 3.

Finding Intersection Points: y = −3x and x² + y² = 3
1
Step 1 — Identify the Linear and Quadratic EquationsLinear equation: y = −3x (this is already solved for y). Quadratic equation: x² + y² = 3 (a circle with center at the origin and radius √3).
2
Step 2 — Substitute the Linear Expression into the QuadraticReplace y in the circle equation with (−3x): x² + (−3x)² = 3. Simplify the squared term: x² + 9x² = 3.
10x² = 3
3
Step 3 — Solve for xDivide both sides by 10: x² = 3/10. Take the square root of both sides. Remember, squaring produces two roots (positive and negative): x = ±√(3/10).
x = √(3/10) ≈ 0.5477 or x = −√(3/10) ≈ −0.5477
4
Step 4 — Back-Substitute to Find yPlug each x-value back into y = −3x. For x = √(3/10): y = −3 × √(3/10) = −3√(3/10) ≈ −1.6432. For x = −√(3/10): y = −3 × (−√(3/10)) = 3√(3/10) ≈ 1.6432.
Solutions: (√(3/10), −3√(3/10)) and (−√(3/10), 3√(3/10))
5
Step 5 — Verify Both SolutionsCheck by substituting each solution into the original circle equation. For (√(3/10), −3√(3/10)): (3/10) + 9(3/10) = 3/10 + 27/10 = 30/10 = 3. ✓ The same check works for the other point. Both solutions satisfy both equations, so we are done.
Final Answer: The two intersection points are (√(3/10), −3√(3/10)) and (−√(3/10), 3√(3/10)), or approximately (0.548, −1.643) and (−0.548, 1.643).
📝 Simplifying Radicals (Optional)
You can also write √(3/10) as √30 / 10 by rationalizing the denominator — multiplying the numerator and denominator inside the radical by 10 to remove the fraction. Both forms represent the same value. Your teacher may prefer one form over the other.

Algebraic vs. Graphical Methods — Strengths & Limitations

Standard A-REI.7 asks you to solve these systems both algebraically and graphically. Each method has its strengths. Here is how they compare.

Comparison of algebraic and graphical approaches to solving linear–quadratic systems
FeatureAlgebraic (Substitution)Graphical
PrecisionExact answers, including irrational numbers like √(3/10)Approximate — limited by graph resolution and reading accuracy
Number of solutionsThe discriminant tells you exactly how many solutions existVisual check — you can see 0, 1, or 2 intersection points
Conceptual understandingShows how equations relate through manipulationBuilds strong visual intuition for what 'solution' means
SpeedModerate — requires careful algebraFast with graphing technology; slow by hand
Error riskSign errors and squaring mistakes are commonHard to read exact values from a graph
KEY TAKEAWAY
The best strategy is to use both methods together. Graph the system first to get a quick visual estimate — this tells you how many solutions to expect and roughly where they are. Then use algebra to pin down the exact coordinates. Think of graphing as a map overview and algebra as turn-by-turn GPS directions: you need the map to see the big picture, and the GPS to arrive at the precise location.

Connection to Advanced Topics

The substitution technique you just learned is a stepping stone to more advanced topics. In Algebra 2, Precalculus, and beyond, you will encounter systems that pair different types of curves together. The same core idea — substitution to reduce the number of variables — scales up beautifully.

How A-REI.7 skills connect to future math courses. Items marked 'optional enrichment' go beyond standard Algebra 1 scope.
What You Learn Now (A-REI.7)Where It Leads
Line meets parabola (y = mx + b and y = ax² + bx + c)Algebra 2 and Precalculus: finding where lines and curves meet, maximizing or minimizing quantities
Line meets circle (y = mx + b and x² + y² = r²)Algebra 2: other conic sections such as ellipses and hyperbolas, and their intersections with lines (optional enrichment topic)
Discriminant determines number of solutionsAlgebra 2 and beyond: when the discriminant is negative, solutions involve square roots of negative numbers — a topic explored in more advanced courses (optional enrichment topic)
Two equations, two unknownsPrecalculus and beyond: systems of nonlinear equations with more variables — a topic for future courses (optional enrichment topic)

In real-world applications, linear–quadratic systems appear whenever a constant-rate process meets a curved boundary. For example, an engineer might calculate where a straight laser beam hits a curved mirror, or a game developer might check if a moving character (traveling in a straight line) has collided with a circular obstacle. The algebra is the same as what you practiced in this lesson.

Practice Problems

PROBLEM 1CONCEPTUAL
A line and a parabola are graphed on the same coordinate plane. The line does not touch or cross the parabola at any point. What does this tell you about the discriminant of the quadratic equation you would get after substitution? Explain in 1–2 sentences.
PROBLEM 2BASIC CALCULATION
Solve the system: y = x + 1 and y = x². Find all (x, y) solution pairs.
PROBLEM 3INTERMEDIATE
Solve the system: y = 2x + 3 and y = x² + x − 1. Determine whether there are 0, 1, or 2 solutions before solving.
PROBLEM 4APPLIED
A ball is launched upward and follows the path y = −x² + 6x (where x is horizontal distance in meters and y is height in meters). A ramp is modeled by the line y = 2x. At what points does the ball's path intersect the ramp?
PROBLEM 5CRITICAL THINKING
For what value(s) of k does the line y = kx have exactly one intersection point with the circle x² + y² = 9? Is it even possible, given that the line passes through the center of the circle? Explain your reasoning.

Lesson Summary

A linear–quadratic system pairs a straight-line equation with a curved equation (parabola or circle). To solve it algebraically, you use substitution: solve the linear equation for one variable, plug that expression into the quadratic equation, and solve the resulting one-variable quadratic equation using factoring, the quadratic formula, or completing the square. Don't forget to back-substitute each x-value into the linear equation to find the corresponding y-value.

The discriminant (D = B² − 4AC) tells you how many solutions to expect: D > 0 means two intersection points, D = 0 means one tangent point, and D < 0 means no real solution. Always verify your algebraic answers by graphing both equations and confirming that the intersection points match. This two-method approach — algebra for precision, graphing for confirmation — is the heart of CCSS A-REI.7. Note: This standard is part of the High School Algebra standards and is most appropriate for grades 9–12, typically appearing in Algebra 2 or an accelerated Algebra 1 course.

Varsity Tutors • Algebra 1 • Solving Linear–Quadratic Systems