Comet Interceptor: Solving Linear-Quadratic Systems
A straight path and a curved path can cross zero, one, or two times — substitution finds exactly where.
Where a straight path meets a curved one
Picture a comet racing along a perfectly straight line while a space station follows a curved, parabolic orbit. Do their paths ever cross? If so, where — and how many times? Answering this is exactly what it means to solve a linear-quadratic system: find every point (x, y) that satisfies both equations at once.
From two equations to one
Set the two expressions for y equal, move everything to one side, and you have a standard quadratic equation in x. Factor it (or use the quadratic formula) to find the x-value(s) of every intersection point, then substitute each x back into either original equation to find the matching y-value.
- Set the expressions for y equal: x + 1 = x² − 1.
- Move everything to one side: 0 = x² − x − 2, which factors as 0 = (x − 2)(x + 1).
- So x = 2 or x = −1. Substitute each back into y = x + 1: at x = 2, y = 3; at x = −1, y = 0.
- Set the expressions for y equal: x = x² − 2x.
- Move everything to one side: 0 = x² − 3x, which factors as 0 = x(x − 3).
- So x = 0 or x = 3. Substitute each back into y = x: at x = 0, y = 0; at x = 3, y = 3.
Check your understanding
- A linear-quadratic system asks where a straight line and a parabola meet, which can happen zero, one, or two times.
- Substituting one expression for y into the other collapses the system into a single quadratic equation in x.
- Solve that quadratic (by factoring or the quadratic formula) to get the x-values of every intersection, then find the matching y-values.
- The discriminant of the resulting quadratic predicts the number of intersection points before you finish solving.
- Always verify each solution point in both original equations to catch algebra errors.
🎓 Go deeper: external courses & trusted references
External sites are listed for reference only. This course is independent and has no affiliation with, or endorsement from, the institutions named.