MATH 2 • ALGEBRA & FUNCTIONS

Modeling with Linear-Quadratic Systems — I can model a contextual situation with a system that includes a quadratic relationship and interpret solutions.

Discover how parabolas and lines intersect to solve real-world problems involving projectiles, revenue, and more.

Historical Context & Motivation

Humans have been studying curves and straight lines for thousands of years. Ancient Greek mathematicians explored the properties of conic sections — curves produced by slicing a cone — long before algebra existed. The parabola, one of these conic sections, turned out to describe everything from the arc of a thrown ball to the shape of a satellite dish. Meanwhile, linear relationships have always been the simplest way to model steady, constant-rate change. The real power emerged when mathematicians learned to combine these two types of equations into a single system of equations and find the points where they meet.

~300 BCE
Apollonius Studies Conics
The Greek mathematician Apollonius of Perga wrote an eight-volume treatise on conic sections, formally describing parabolas, ellipses, and hyperbolas.
1637
Descartes Merges Algebra & Geometry
René Descartes published his coordinate system, making it possible to represent geometric curves as algebraic equations and find intersections through calculation.
1687
Newton's Principia
Isaac Newton used quadratic relationships to model projectile motion under gravity, showing that an object's height follows a parabolic path over time.
Modern Era
Systems in Science & Business
Engineers and economists routinely solve linear-quadratic systems to find break-even points, optimal pricing, and collision trajectories.

Today's central question is straightforward: when a real-world situation involves both a constant-rate (linear) relationship and a squared (quadratic) relationship, how do we set up the system, find where the two models agree, and decide what those intersection points actually mean in context?

Core Principles & Definitions

Before you can solve a linear-quadratic system, you need to recognize the building blocks. A linear equation graphs as a straight line and has the general form y = mx + b. A quadratic equation graphs as a parabola and has the general form y = ax² + bx + c. When you pair one of each, you create a linear-quadratic system. The solutions to the system are the points (x, y) that satisfy both equations simultaneously — graphically, these are the places where the line crosses or touches the parabola.

1

Linear Equation

Has the form y = mx + b. Represents a constant rate of change. Graphs as a straight line.
2

Quadratic Equation

Has the form y = ax² + bx + c. Represents an accelerating or decelerating rate of change. Graphs as a parabola.
3

System of Equations

Two or more equations considered together. Solutions must satisfy every equation in the system at the same time.
4

Number of Solutions

A linear-quadratic system can have 0, 1, or 2 solutions — the line can miss the parabola, be tangent to it, or cross it twice.
KEY TAKEAWAY
Think of it like a car driving along a straight highway (the linear equation) and a ball being launched in an arc (the quadratic equation). The solutions to the system are the exact moments and positions where the ball crosses the highway. Sometimes the ball crosses twice, sometimes it just grazes the road, and sometimes it never reaches the road at all.

Visualizing Linear-Quadratic Systems

The diagram below shows three possible scenarios when a line and a parabola share the same coordinate plane. Understanding these visually will help you predict the number of solutions before doing any algebra.

Three cases for a linear-quadratic system: the line (cyan) can cross the parabola (violet) in two places, touch it at exactly one point (tangent), or miss it entirely.

In the left panel, the line cuts through the parabola at two distinct points, giving two solutions. In the center panel, the line just barely touches the curve — it is tangent to the parabola — producing exactly one solution. In the right panel, the line sails past the parabola without ever touching it, so the system has no real solution. Algebraically, the number of solutions is determined by the discriminant of the resulting quadratic after substitution.

Mathematical Framework

To solve a linear-quadratic system algebraically, you use substitution. Because both equations are set equal to y, you set the right-hand sides equal to each other, simplify, and solve the resulting quadratic.

LINEAR-QUADRATIC SYSTEM
y = ax² + bx + c and y = mx + d
a, b, c are the quadratic coefficients; m is the slope and d is the y-intercept of the line.
SUBSTITUTION STEP
ax² + bx + c = mx + d
Set the two expressions for y equal to each other.
STANDARD FORM
ax² + (b − m)x + (c − d) = 0
Move all terms to one side so you have a standard-form quadratic set equal to zero. Solve using factoring, completing the square, or the quadratic formula.
DISCRIMINANT CHECK
D = (b − m)² − 4a(c − d)
If D > 0 → two solutions (line crosses parabola twice). If D = 0 → one solution (tangent). If D < 0 → no real solution (line misses the parabola).
⚠️ Don't Forget the y-values!
After solving for x, always substitute back into the linear equation (it's simpler) to find the corresponding y-values. Each solution is an ordered pair (x, y).

Interpreting Solutions in Context

Finding the intersection points is only half the job. In a modeling problem, you also need to interpret what those points mean. For example, if x represents time in seconds and y represents height in feet, then the intersection (3, 45) tells you that at 3 seconds, both the projectile and the rising platform are 45 feet high. You must also check whether a solution makes sense — negative time or negative prices usually don't belong in a real-world answer.

A ball launched upward (parabola) and a steadily rising platform (line). The two pink intersection points show the moments when the ball and platform are at the same height.
Checklist for interpreting intersection points
What to CheckWhy It Matters
Domain restrictionsTime, distance, and quantity must usually be non-negative. Discard solutions with x < 0 when x represents time.
Range restrictionsHeights and prices can also have upper or lower bounds. A height below ground level might not make sense.
UnitsAlways label your answers. The point (3, 45) means '3 seconds and 45 feet,' not just numbers.
ReasonablenessDoes the answer make sense physically? A rocket that reaches only 2 inches high is probably a calculation error.

Worked Example: Drone vs. Balloon

A drone's altitude (in meters) t seconds after launch is modeled by h = −5t² + 30t. A weather balloon rises at a steady rate, modeled by h = 4t + 5. At what time(s) are the drone and balloon at the same altitude, and what altitude is that?

Solving the Drone-Balloon System
1
Step 1 — Set Up the SystemWrite the two equations: Quadratic (drone): h = −5t² + 30t. Linear (balloon): h = 4t + 5. Both are solved for h, so we can substitute directly.
2
Step 2 — SubstituteSet the two right-hand sides equal: −5t² + 30t = 4t + 5.
3
Step 3 — Rearrange to Standard FormMove all terms to one side: −5t² + 30t − 4t − 5 = 0, which simplifies to −5t² + 26t − 5 = 0. Multiply through by −1 to make the leading coefficient positive: 5t² − 26t + 5 = 0.
5t² − 26t + 5 = 0
4
Step 4 — Solve the QuadraticUse the quadratic formula: t = (26 ± √(676 − 100)) / 10 = (26 ± √576) / 10 = (26 ± 24) / 10. So t = (26 + 24)/10 = 5 or t = (26 − 24)/10 = 0.2.
t = 0.2 seconds or t = 5 seconds
5
Step 5 — Find the HeightsSubstitute each t into the linear equation (simpler). When t = 0.2: h = 4(0.2) + 5 = 5.8 m. When t = 5: h = 4(5) + 5 = 25 m.
Solutions: (0.2, 5.8) and (5, 25)
6
Step 6 — InterpretAt 0.2 seconds after launch, the drone passes the balloon on its way up at an altitude of 5.8 meters. At 5 seconds, the drone crosses the balloon's path again on its way down at 25 meters. Both times are positive, and both heights are positive, so both solutions make physical sense.

Strengths & Limitations of Linear-Quadratic Models

Linear-quadratic systems are powerful modeling tools, but like any model they come with trade-offs. The table below summarizes when they shine and when you might need a more complex approach.

Comparing the strengths and limitations of linear-quadratic systems
StrengthsLimitations
Accurately model projectile motion, area relationships, and revenue functions.Cannot model oscillating behavior (use trigonometric functions) or exponential growth (use exponentials).
Solvable with standard Algebra 1/2 techniques — substitution and the quadratic formula.Real-world situations may involve friction, air resistance, or other factors that make pure quadratic models approximate.
Number of solutions is predictable via the discriminant before full solving.Solutions may fall outside the practical domain (e.g., negative time), requiring contextual judgment.
Visual verification is straightforward — graph both equations and look for intersections.If one equation is not already solved for y, extra algebraic work may be needed before substitution.
KEY TAKEAWAY
A linear-quadratic system is like using two different GPS apps at the same time — one tracks a car on a straight highway (linear) and the other tracks a ball soaring through the air (quadratic). Where both apps report the same coordinates is where the two objects actually meet. The model works great within its range, but don't assume it predicts reality beyond the time frame or distances you started with.

Connection to Advanced Systems

Mastering linear-quadratic systems prepares you for more complex systems you will encounter in later math and science courses. In precalculus, you may solve systems involving two quadratics (quadratic-quadratic systems) or even systems with higher-degree polynomials. In physics, parametric equations describe motion in two dimensions, and in calculus, you will find areas between curves by integrating the difference of two functions — which is essentially the continuous version of finding intersection points.

How this topic connects to future coursework
This CourseWhat Comes Next
Solve y = ax² + bx + c and y = mx + d by substitution.Solve two quadratics simultaneously; use elimination with non-linear systems.
Use the discriminant to predict 0, 1, or 2 solutions.Analyze higher-degree polynomials with Descartes' Rule of Signs and the Fundamental Theorem of Algebra.
Interpret intersection points in context.Find areas between curves, rates of change at intersection points, and optimization.
Graph by hand or with a calculator to verify solutions.Use computer algebra systems and numerical methods for systems that lack closed-form solutions.

The core strategy you are learning now — set two expressions equal, rearrange, and solve — is the same logical structure used in nearly every branch of mathematics. Mastering it here builds a foundation that will serve you through college-level math and beyond.

Practice Problems

PROBLEM 1CONCEPTUAL
A linear-quadratic system has a discriminant value of −12. How many real solutions does the system have? Explain what this means graphically.
PROBLEM 2BASIC CALCULATION
Solve the system: y = x² − 4x + 3 and y = x − 1.
PROBLEM 3INTERMEDIATE
Solve the system: y = 2x² + x − 6 and y = 3x + 2. Verify your answer by checking both solutions in both original equations.
PROBLEM 4APPLIED
A firework's height (in feet) t seconds after launch is modeled by h = −16t² + 128t. A camera drone rises at a constant speed, modeled by h = 20t + 10. At what time(s) is the firework at the same height as the drone? Which solution(s) are physically meaningful, and why?
PROBLEM 5CRITICAL THINKING
A company's revenue (in thousands of dollars) from selling x hundred units is R = −2x² + 20x, and its cost function is C = 4x + 10. The company breaks even where R = C. Find the break-even points. Then explain: if the company currently sells 300 units (x = 3), is it profitable? How do you know from the system's graph?

Lesson Summary

A linear-quadratic system pairs a straight-line equation (y = mx + d) with a parabola equation (y = ax² + bx + c). To solve, use substitution: set the two expressions for y equal, rearrange into standard form, and solve the resulting quadratic by factoring or the quadratic formula. Always substitute your x-values back into the simpler equation to find the corresponding y-values.

The discriminant (D = B² − 4AC, where A, B, C are the rearranged coefficients) tells you the number of solutions before you solve: D > 0 means two solutions, D = 0 means one tangent solution, and D < 0 means no real solution. In modeling contexts, always interpret your answers with units and check that solutions fall within realistic domains — negative time or impossible quantities should be discarded.

Varsity Tutors • Math 2 • Modeling with Linear-Quadratic Systems