4.5 Systems with a Linear and a Quadratic Equation
Key Takeaways
- A system with one linear and one quadratic equation in two variables can have zero, one, or two real solutions, corresponding to how many times the line meets the parabola.
- Algebraic substitution (solve the linear equation for one variable, substitute into the quadratic) yields exact intersection points when they exist.
- Graphing—by hand or with technology—gives approximate intersections of linear, quadratic, and exponential graphs and supports checking algebraic work.
- In modeling contexts, discard solutions that violate constraints (negative time, impossible quantities) even if they satisfy the equations algebraically.
Systems That Mix Linear and Quadratic Relationships
ETS II.D.2–3 expects candidates to solve systems involving one linear and one quadratic equation in two variables, interpret solutions as intersection points, and use technology to approximate intersections among linear, quadratic, and exponential graphs. These skills sit at the heart of middle school algebra's transition into function thinking.
A solution of such a system is an ordered pair (x, y) that satisfies both equations simultaneously. Graphically, solutions are intersection points of the line and the parabola (or other quadratic curve).
Possible Numbers of Real Intersections
| Geometric situation | Number of real solutions |
|---|---|
| Line misses the parabola | 0 |
| Line tangent to the parabola | 1 (double / repeated root) |
| Line crosses the parabola twice | 2 |
Algebraically, after substitution you obtain a quadratic equation in one variable. The discriminant D = b² − 4ac tells the story: D < 0 → no real intersections; D = 0 → one; D > 0 → two.
Worked Example: Algebraic Substitution
Solve the system:
- y = 2x + 1 (linear)
- y = x² − 3x + 1 (quadratic)
Step 1. Because both expressions equal y, set them equal:
2x + 1 = x² − 3x + 1
Step 2. Bring all terms to one side:
0 = x² − 5x ⇒ x(x − 5) = 0
Step 3. Solutions for x: x = 0 or x = 5.
Step 4. Find corresponding y from the linear equation:
- If x = 0, y = 2(0) + 1 = 1 → (0, 1)
- If x = 5, y = 2(5) + 1 = 11 → (5, 11)
Check in the quadratic: 0² − 3(0) + 1 = 1 and 25 − 15 + 1 = 11. There are two intersection points.
Worked Example: Graphing and Technology Approximation
Consider f(x) = −x + 4 (linear) and g(x) = x² − 2x − 1 (quadratic). To find approximate intersections with a graphing calculator (as on Praxis with the on-screen TI-style tool):
- Enter Y1 = −x + 4 and Y2 = x² − 2x − 1.
- Choose a window that shows both branches of the parabola and the line (for example, X from −3 to 5, Y from −5 to 10).
- Use the intersect feature (CALC → intersect) near each crossing to read approximate coordinates.
Alternatively, substitute: −x + 4 = x² − 2x − 1 ⇒ 0 = x² − x − 5. Then
x = [1 ± √(1 + 20)] / 2 = [1 ± √21] / 2.
Approximate √21 ≈ 4.583, so x ≈ 2.791 and x ≈ −1.791, with corresponding y-values from the linear equation y = −x + 4 of about 1.209 and 5.791. Technology should match these approximations within rounding.
ETS also expects approximating intersections when one function is exponential, for example y = 2ˣ and y = −x + 5. There is typically no elementary closed form; the graphing calculator's intersect command is the intended method. You may also compare tables of values to bracket each crossing before refining with intersect.
Modeling Constraints
Equations may admit mathematically valid solutions that are meaningless in context.
Example. A rocket's height in meters after t seconds is modeled by h = −5t² + 40t. A drone flies at constant height h = 60. Set −5t² + 40t = 60.
Divide by −5: t² − 8t + 12 = 0 ⇒ (t − 6)(t − 2) = 0 ⇒ t = 2 or t = 6.
Both times are nonnegative, so both are plausible: the rocket passes height 60 on the way up and on the way down. If a constraint were "during the first 3 seconds only," then only t = 2 would remain. Always filter algebraic solutions through the model's domain.
Classroom Teaching Scenario: Missing an Intersection
A student graphs y = x + 2 and y = x² − x − 2 on a calculator with window Xmin = 0, Xmax = 5, Ymin = −5, Ymax = 10. The student reports a single intersection near (3.2, 5.2) and concludes the system has one solution.
Algebra check. Set x + 2 = x² − x − 2:
0 = x² − 2x − 4
x = [2 ± √(4 + 16)] / 2 = [2 ± √20] / 2 = 1 ± √5
Approximately x ≈ 3.236 and x ≈ −1.236. Corresponding points are about (3.236, 5.236) and (−1.236, 0.764). Only the positive intersection appears in the student's window.
What went wrong? The restricted viewing window hid the second intersection. The student did not make an algebraic error in counting roots—the technology display was incomplete.
Instructional response: Expand the window to include negative x-values, use the table feature for negative inputs, or solve algebraically first and then verify both points on the graph. Emphasize that a calculator shows only what the window displays.
Praxis Traps
- Stopping after finding one intersection when the quadratic residual has two real roots.
- Confusing tangency (exactly one solution) with "no solution" when a coarse sketch looks like the graphs barely miss.
- Reporting only x-values and forgetting to produce ordered pairs (x, y).
- Accepting a negative length, time, or population from a model without checking constraints.
- Assuming a linear–exponential pair always has exactly one intersection—the number depends on the specific functions and must be checked graphically or numerically.
For Praxis 5164 success, practice both exact substitution and calculator intersection searches, and always ask whether every algebraic solution is context-valid and whether the graph window could be hiding another intersection.
For the system y = 3x − 1 and y = x² − 5x + 7, how many real solutions exist?
A student uses a graphing calculator to find intersections of a line and a parabola but reports only one point. Which explanation is most likely if algebra shows a positive discriminant?
Solve the system y = x + 2 and y = x² − 4 by substitution. Which ordered pair is a solution?
A rocket's height is h = −5t² + 40t meters. A drone flies at h = 60. Solving −5t² + 40t = 60 gives t = 2 and t = 6. If the model is restricted to 0 ≤ t ≤ 3, which conclusion is correct?