Nonlinear Systems
What You’ll Learn
Section titled “What You’ll Learn”In this lesson you’ll learn how to solve systems that contain both linear and nonlinear equations, focusing on quadratic-linear systems.
The Concept
Section titled “The Concept”A nonlinear system contains at least one equation that is not linear (usually quadratic, but can be radical, exponential, etc.).
Common case in Algebra 2: one linear equation and one quadratic equation.
Solution methods:
- Substitution: solve the linear equation for one variable and substitute into the quadratic.
- Elimination (sometimes possible after rearranging).
- Graphing: find intersection points visually (useful for checking).
The number of solutions can be 0, 1, or 2 (for quadratic-linear systems). Always check solutions in both original equations.
Worked Example
Section titled “Worked Example”Solve the system:
The graph shows the green line y = x + 1 crossing the blue parabola y = x² − 2x + 3 at two points. The gold dots mark the solutions, the intersection points we need to find algebraically.
Substitution: since both equations equal y, set them equal:
Bring all terms to one side:
Factor:
Find the corresponding y-values using y = x + 1:
- x = 1: y = 1 + 1 = 2 → solution (1, 2)
- x = 2: y = 2 + 1 = 3 → solution (2, 3)
Check both in the quadratic y = x² − 2x + 3:
- (1, 2): 1² − 2(1) + 3 = 1 − 2 + 3 = 2 ✓
- (2, 3): 2² − 2(2) + 3 = 4 − 4 + 3 = 3 ✓
Both solutions are valid.
Real-World Application
Section titled “Real-World Application”Nonlinear systems model many real situations:
- Finding intersection points between a straight road (linear) and a curved path (parabolic)
- Break-even analysis when cost is linear and revenue is quadratic
- Projectile motion intersecting with a straight line (e.g., hitting a target)
- Mixing problems with nonlinear relationships
Example: a company has linear cost and quadratic revenue. Solving the system tells them the exact production levels where they break even.