Solving Systems of Nonlinear Equations
A nonlinear system of equations contains two or more equations where at least one equation isn't linear (it might be quadratic, circular, elliptical, etc.). Solving these systems means finding every point that satisfies all equations at once. Since this unit covers conics, you'll most often see systems combining lines, parabolas, circles, and ellipses.
The core methods are graphing, substitution, and elimination. Each works best in different situations, so knowing when to reach for which tool matters just as much as knowing how to use it.
Graphical Intersection for Nonlinear Systems
Graphing gives you a visual picture of how many solutions exist and roughly where they are. Unlike linear systems (which have at most one intersection), nonlinear systems can have zero, one, two, or even more intersection points.
How to use graphing:
- Identify the type of each equation (line, parabola, circle, ellipse, hyperbola) so you know what shape to expect.
- Graph both equations on the same coordinate plane. A graphing calculator or Desmos works well here.
- Locate the points where the curves cross. Each intersection point is a solution to the system.
- Estimate the coordinates of each intersection point from the graph.
- Verify by plugging those coordinates back into both original equations.
Graphing is great for understanding the problem, but it often only gives approximate answers. For exact solutions, you'll need substitution or elimination.

Substitution Method for Nonlinear Systems
Substitution is usually your best bet for nonlinear systems, especially when one equation is already solved for a variable (or can be easily rearranged).
Step-by-step process:
- Isolate a variable in whichever equation makes it easiest. Pick the equation and variable that avoid square roots or fractions when possible.
- Substitute that expression into the other equation. You'll now have one equation with one variable.
- Solve the resulting equation using whatever technique fits (factoring, quadratic formula, etc.).
- Back-substitute each solution into the equation from Step 1 to find the other variable.
- Check every solution pair in both original equations.
Example: Solve the system and .
- The first equation already has isolated, so substitute into the second:
- Simplify:
- Use the quadratic formula:
- Substitute each -value back into to find the corresponding -values.
- Check both pairs in the original equations.
Note that this system produces two solutions, which makes sense visually: a parabola and a line can intersect at zero, one, or two points.

Elimination Method for Nonlinear Systems
Elimination works well when both equations contain the same nonlinear term (like or ) and you can cancel it by adding or subtracting the equations.
Step-by-step process:
- Align matching terms. Look for a squared term (or other nonlinear term) that appears in both equations.
- Multiply one or both equations by constants so that the nonlinear terms have opposite coefficients.
- Add or subtract the equations to eliminate that term. You should now have a simpler equation.
- Solve the simpler equation for the remaining variable.
- Substitute back into either original equation to find the other variable.
- Verify all solution pairs in both original equations.
Example: Solve and .
- Both equations contain . Add them directly:
- Substitute into the first equation: , so .
- Solutions: and .
- Check: Both pairs satisfy ✓ and ✓.
Don't forget the when you take a square root. Missing the negative solution is one of the most common mistakes on these problems.
Choosing the Right Method
| Situation | Best Method |
|---|---|
| One equation is already solved for or | Substitution |
| Both equations share the same squared term | Elimination |
| Equations are complex and you need a quick estimate | Graphing |
| You want to confirm how many solutions exist | Graph first, then solve algebraically |
In practice, you'll often graph first to see what you're dealing with, then use substitution or elimination to get exact answers.
Real-World Applications of Nonlinear Systems
Many applied problems naturally produce nonlinear systems. The setup process is the same as for word problems with linear systems, but the equations involve squared terms or other nonlinear relationships.
General approach:
- Define variables with clear meaning and units (e.g., let = horizontal distance in meters).
- Write two equations based on the relationships described in the problem. These might come from geometry (area, the Pythagorean theorem), physics (projectile motion), or other constraints.
- Solve using substitution or elimination.
- Interpret and filter results. Not every algebraic solution makes sense in context. Negative distances or times, for instance, are usually not valid.
Example: A rectangular garden has a perimeter of 30 feet and an area of 50 square feet. Find its dimensions.
- Let = length and = width.
- Perimeter equation: , which simplifies to .
- Area equation: .
- From the first equation: . Substitute into the second: .
- Expand: , or .
- Factor: , so or .
- The dimensions are 5 ft by 10 ft (both solutions give the same rectangle).