Learn how to solve systems involving linear and quadratic equations, and interpret their solutions graphically.
A system consisting of one linear equation and one quadratic equation.
Example: Solve y = x² - 2x + 1 and y = 2x - 3
1. Substitute: 2x - 3 = x² - 2x + 1
2. Rearrange: x² - 4x + 4 = 0
3. Solve: (x - 2)² = 0 → x = 2
4. Find y: y = 2(2) - 3 = 1
5. Solution: (2, 1) [one solution]
The solutions represent points of intersection between the line and parabola.
When the resulting quadratic equation has a negative discriminant (b² - 4ac < 0).
Example: y = x² + 1 and y = x - 2
Substitute: x - 2 = x² + 1 → x² - x + 3 = 0
Discriminant: (-1)² - 4(1)(3) = -11 < 0
No real solutions (graphs don't intersect)
A system of equations is given by y = x² - 4x + 5 and y = x + 1. What are the solutions to this system?
Follow these steps:
Step-by-Step Solution:
1. Set equal: x² - 4x + 5 = x + 1
2. Rearrange: x² - 5x + 4 = 0
3. Factor: (x - 1)(x - 4) = 0
4. Solutions: x = 1 and x = 4
5. Find y-values:
For x=1: y = 1 + 1 = 2 → (1, 2)
For x=4: y = 4 + 1 = 5 → (4, 5)
6. Verify both points satisfy both equations
The correct answer is A) (1, 2) and (4, 5).