Historical Context & Motivation
When you first learned to solve systems of equations, you probably worked with two straight lines and found where they intersect. But the real world is rarely that simple. The path of a basketball follows a curve, not a straight line—and when you need to find where that curved path meets a boundary or another curve, you need a system of polynomial equations. Mathematicians have been tackling these kinds of problems for thousands of years, developing techniques that eventually became the algebra you use today.
Today, systems of polynomial equations appear everywhere: modeling projectile motion, optimizing business revenue, and even in the algorithms behind your phone's GPS. The central question this lesson addresses is: how do you find the points where polynomial curves meet each other or meet lines? On the PSAT, you will encounter these problems primarily as systems pairing a linear equation with a quadratic equation, though the techniques extend to higher-degree polynomials as well.
Core Principles & Definitions
Before diving into solution techniques, let's establish the key ideas. A polynomial equation is an equation involving variables raised to whole-number powers—like x² + 3x − 5 = 0 or y = x³ − 2x. A system of polynomial equations is a set of two or more such equations that must be satisfied simultaneously. A solution to the system is any ordered pair (x, y) that makes every equation in the system true at the same time.
Degree of the System
Number of Solutions
Substitution Strategy
Elimination Strategy
Graphical Interpretation
Visual Explanation
Intersections of a Line and a Parabola
The diagram below shows the three possible outcomes when a line meets a parabola: two intersection points (the line cuts through the parabola), one tangent point (the line just touches the parabola), and no intersection (the line misses entirely). Understanding these cases graphically will help you interpret the discriminant when solving algebraically.
Mathematical Framework
The most common system you will see on the PSAT pairs a linear equation with a quadratic equation. The standard approach is substitution: solve the linear equation for one variable, then replace that variable in the quadratic equation. This produces a single polynomial equation in one variable that you can solve using factoring, the quadratic formula, or completing the square.
Detailed Breakdown — Solution Scenarios
Systems of polynomial equations on the PSAT appear in several configurations. The most common is a linear-quadratic system, but you may also encounter quadratic-quadratic systems where both equations are degree 2. The table below summarizes the key configurations, their maximum number of solutions, and the primary solving strategy for each.
| System Type | Example | Max Solutions | Preferred Strategy |
|---|---|---|---|
| Linear–Linear | y = 2x + 1 and y = −x + 4 | 1 | Substitution or Elimination |
| Linear–Quadratic | y = x + 1 and y = x² − 3 | 2 | Substitution (solve linear for y) |
| Quadratic–Quadratic | y = x² and y = −x² + 4 | 4 | Elimination (subtract equations) |
| Linear–Cubic (rare on PSAT) | y = 2x and y = x³ − x | 3 | Substitution, then factor |
Notice how the process always funnels down to a single-variable equation. Whether you use factoring, the quadratic formula, or even graphing depends on the specific numbers involved. On the PSAT, the numbers are usually chosen so that the quadratic factors neatly—so always try factoring first before reaching for the quadratic formula.
Worked Example
Let's work through a complete example of the type you would see on the PSAT. We'll solve the system step by step and verify our answer.
Comparing Solution Strategies
You have several tools for solving systems of polynomial equations. Each one works best in certain situations. The table below compares the three main strategies so you can choose the fastest path on test day.
| Strategy | Best Used When… | Limitations |
|---|---|---|
| Substitution | One equation is already solved for a variable (e.g., y = mx + b). This is the go-to method for linear-quadratic systems. | Can get messy if neither equation is easily isolable. Requires careful distribution and sign handling. |
| Elimination | Both equations share a common term like y or x² that can cancel. Particularly effective for quadratic-quadratic systems. | Doesn't work well if the equations have very different structures. You may still need substitution after eliminating. |
| Graphing | You need a quick estimate or the question only asks how many solutions exist. Also useful for checking your algebraic answer. | Not precise unless solutions are integers. Time-consuming to draw by hand. Best used with a calculator or as a mental check. |
Connection to Advanced Topics
The techniques you learn here for systems of polynomial equations are a foundation for much more advanced mathematics. In precalculus and calculus, these ideas extend to systems involving exponential, logarithmic, and trigonometric functions. In multivariable calculus, you'll optimize functions subject to constraints—which is essentially solving systems in three or more dimensions. The table below shows how the concepts you're learning now connect to what comes next.
| PSAT / Algebra 2 Concept | Advanced Extension |
|---|---|
| Linear-quadratic system (2 equations, 2 unknowns) | Systems of 3+ equations in 3+ unknowns (linear algebra, matrices) |
| Discriminant to count solutions | Bézout's theorem: max intersections = product of degrees |
| Substitution method | Gröbner bases for solving multivariate polynomial systems |
| Graphical interpretation of solutions | Algebraic geometry: studying solution sets as geometric objects |
You don't need to worry about these advanced topics for the PSAT, but it's worth knowing that the skills you're building—setting equations equal, eliminating variables, and interpreting solutions graphically—are the same core skills used by engineers, economists, and scientists every day. Mastering them now gives you a serious head start.
Practice Problems
Lesson Summary
A system of polynomial equations consists of two or more equations—at least one of which has degree 2 or higher—that must be solved simultaneously. The primary technique is substitution: isolate one variable in the simpler equation, plug that expression into the more complex equation, and solve the resulting single-variable polynomial. For linear-quadratic systems (the most common on the PSAT), this always produces a quadratic equation you can solve by factoring or the quadratic formula.
The discriminant (D = B² − 4AC) tells you the number of solutions without solving: D > 0 means two solutions, D = 0 means one tangent solution, and D < 0 means no real solutions. For quadratic-quadratic systems, use elimination by subtracting one equation from the other to reduce the degree. Always back-substitute your x-values into the simpler original equation to find the corresponding y-values, and verify at least one solution in both equations.