Lesson 80: Solving Nonlinear Systems Algebraically
Nonlinear systems often require algebraic methods such as substitution or elimination to find exact solutions. The goal is to reduce the system to a single equation with one variable.
Steps for Solving by Substitution
- Solve one equation for one variable in terms of the other.
- Substitute this expression into the other equation.
- Solve the resulting equation (quadratic or other nonlinear equation).
- Find the other variable by substituting back.
- Check all solutions in the original system.
Examples
Example 1 — Quadratic and Linear:
Solve:
y = x²
y = 2x + 3
Substitute y = x² into y = 2x + 3 → x² = 2x + 3 → x² − 2x − 3 = 0 → (x − 3)(x + 1) = 0 → x = 3, −1
Corresponding y-values: y = 9, 1 → Solutions: (3, 9), (−1, 1)
Example 2 — Circle and Line:
Solve:
x² + y² = 9
y = x + 1
Substitute y = x + 1 → x² + (x + 1)² = 9 → x² + x² + 2x + 1 = 9 → 2x² + 2x − 8 = 0 → x² + x − 4 = 0
Solve: x = [−1 ± √(1 + 16)]/2 = [−1 ± √17]/2 → y = x + 1 → Solutions: ((−1 + √17)/2, (1 + √17)/2), ((−1 − √17)/2, (−1 + √17)/2)
Practice Problems
- Solve: y = x² − 1, y = 2x + 3
- Solve: x² + y² = 16, y = 3x − 2
- Solve: y = −x² + 4, y = x + 1
- Solve: (x − 2)² + (y + 1)² = 25, y = 2x − 3
- Solve: y = x², y = −x + 2
