Fiveable

📈College Algebra Unit 11 Review

QR code for College Algebra practice questions

11.3 Systems of Nonlinear Equations and Inequalities: Two Variables

11.3 Systems of Nonlinear Equations and Inequalities: Two Variables

Written by the Fiveable Content Team • Last updated August 2025
Written by the Fiveable Content Team • Last updated August 2025
📈College Algebra
Unit & Topic Study Guides

Solving Systems of Nonlinear Equations

A nonlinear system of equations is a system where at least one equation isn't a straight line. Think circles, parabolas, ellipses, or any curve paired with another equation. Solving these systems means finding every point where the graphs intersect.

The same core methods you've used for linear systems (substitution, elimination, graphing) still apply here, but the algebra gets more involved, and you can end up with zero, one, two, or even more solutions.

Substitution Method

Substitution tends to be the go-to approach for nonlinear systems, especially when one equation is already solved (or easily solved) for a variable.

  1. Isolate one variable in whichever equation makes it easiest.
  2. Substitute that expression into the other equation.
  3. Solve the resulting single-variable equation. Since the system is nonlinear, this often means solving a quadratic (or higher-degree) equation, so expect to factor or use the quadratic formula.
  4. Back-substitute each solution into the isolation equation to find the corresponding value of the other variable.
  5. Write your solutions as ordered pairs and check them in both original equations.

Example: Solve y=x+1y = x + 1 and x2+y2=25x^2 + y^2 = 25.

Substitute y=x+1y = x + 1 into the second equation: x2+(x+1)2=25x^2 + (x+1)^2 = 25 x2+x2+2x+1=25x^2 + x^2 + 2x + 1 = 25 2x2+2x24=02x^2 + 2x - 24 = 0

x2+x12=0x^2 + x - 12 = 0

(x+4)(x3)=0(x+4)(x-3) = 0

So x=4x = -4 or x=3x = 3. Back-substituting: (4,3)(-4, -3) and (3,4)(3, 4).

Elimination Method

Elimination works well when both equations contain the same nonlinear term (like x2x^2 or y2y^2) and you can cancel it out by adding or subtracting.

  1. Multiply one or both equations by constants so that one variable's terms will cancel.
  2. Add or subtract the equations to eliminate that variable.
  3. Solve the resulting equation for the remaining variable.
  4. Substitute back into either original equation to find the other variable.
  5. Check all solutions in both original equations.

Example: Solve x2+y2=25x^2 + y^2 = 25 and x2y=5x^2 - y = 5.

The second equation gives x2=y+5x^2 = y + 5. Substituting into the first: (y+5)+y2=25(y + 5) + y^2 = 25, which simplifies to y2+y20=0y^2 + y - 20 = 0. You could also subtract equations directly if the terms line up. Either way, you're reducing the system to one variable.

Solving nonlinear equation systems, OpenAlgebra.com: Free Algebra Study Guide & Video Tutorials: Solving Nonlinear Systems

Graphing Method

Plot both equations and look for intersection points. This is most useful for estimating solutions or confirming algebraic answers visually. A line and a parabola can intersect at 0, 1, or 2 points. Two conics (circles, ellipses, hyperbolas) can intersect at up to 4 points.

How Many Solutions Can You Get?

Unlike linear systems (which give 0, 1, or infinitely many solutions), nonlinear systems have more possibilities:

  • No solution: The graphs never intersect (e.g., a small circle entirely inside a larger one with no contact).
  • One solution: The graphs touch at exactly one point (e.g., a line tangent to a circle).
  • Two or more solutions: Common when a line crosses a parabola or two conics overlap at multiple points.
  • Infinitely many solutions: The equations describe the same curve.

Always expect multiple solutions and solve completely. Don't stop after finding one value of xx.

Solving nonlinear equation systems, OpenAlgebra.com: Free Algebra Study Guide & Video Tutorials: Solving Nonlinear Systems

Graphing and Applying Systems of Nonlinear Inequalities

A system of nonlinear inequalities asks: where on the coordinate plane do all the inequalities hold true at the same time? The answer is a region, not a set of points.

How to Graph Nonlinear Inequalities

  1. Replace the inequality with an equals sign and graph the boundary curve (parabola, circle, etc.).

    • Use a dashed curve for strict inequalities (<< or >>) because points on the boundary aren't included.
    • Use a solid curve for inclusive inequalities (\leq or \geq).
  2. Pick a test point not on the boundary (the origin (0,0)(0, 0) is convenient if it's not on the curve). Plug it into the original inequality.

    • If the test point satisfies the inequality, shade the side of the curve that contains it.
    • If it doesn't, shade the opposite side.
  3. Repeat for every inequality in the system.

  4. The solution region is where all the shaded areas overlap. Only that overlapping region satisfies every inequality simultaneously.

For y>f(x)y > f(x), you shade above the curve. For y<f(x)y < f(x), you shade below. But when the boundary isn't a function (like a circle x2+y29x^2 + y^2 \leq 9), the test-point method is more reliable than trying to remember "above" or "below."

Solving Application Problems

Real-world problems involving nonlinear systems follow a consistent process:

  1. Define your variables clearly (what does xx represent? what does yy represent?).

  2. Translate the given information into equations or inequalities. Look for relationships like area (xy=kxy = k), distance (x2+y2=r2x^2 + y^2 = r^2), or cost/revenue curves.

  3. Solve the system algebraically or graph the inequality system.

  4. Interpret your answer in context:

    • For equations, solutions are specific values (a price of $12 and a quantity of 50 units, for instance).
    • For inequalities, the solution is a range of acceptable values (all combinations of length and width that keep area under 200 square feet, for example).
  5. Reject nonsensical solutions. If the problem involves physical quantities, negative values for length or time don't make sense, even if the algebra produces them.