Fiveable

๐Ÿ“Honors Pre-Calculus Unit 9 Review

QR code for Honors Pre-Calculus practice questions

9.3 Systems of Nonlinear Equations and Inequalities: Two Variables

9.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
๐Ÿ“Honors Pre-Calculus
Unit & Topic Study Guides
Pep mascot

Solving Systems of Nonlinear Equations

Pep mascot
more resources to help you study

Solving nonlinear equation systems

A nonlinear system contains at least one equation that isn't a straight line. Think parabolas, circles, ellipses, or any equation where a variable is raised to a power other than 1 (or where variables are multiplied together). The goal is the same as with linear systems: find the ordered pair(s) (x,y)(x, y) that satisfy all equations at once.

Substitution Method

This is usually your go-to approach, especially when one equation is already solved for a variable (or can be easily rearranged).

  1. Isolate one variable in whichever equation makes it easiest (e.g., solve y=x2+1y = x^2 + 1, which is already isolated for yy).
  2. Substitute that expression into the other equation. This gives you a single equation in one variable.
  3. Solve the resulting equation. You may get 0, 1, or multiple solutions depending on the curves involved.
  4. Plug each solution back into the isolation equation from Step 1 to find the corresponding value of the other variable.
  5. Write your answers as ordered pairs and verify them in both original equations.

Example: Solve y=x2y = x^2 and y=x+2y = x + 2. Substitute: x2=x+2โ†’x2โˆ’xโˆ’2=0โ†’(xโˆ’2)(x+1)=0x^2 = x + 2 \rightarrow x^2 - x - 2 = 0 \rightarrow (x-2)(x+1) = 0.

So x=2x = 2 or x=โˆ’1x = -1, giving solutions (2,4)(2, 4) and (โˆ’1,1)(-1, 1).

Elimination Method

Elimination works well when both equations have a matching term you can cancel out, such as x2x^2 or y2y^2.

  1. Multiply one or both equations by constants so that one variable's terms have equal (or opposite) coefficients.
  2. Add or subtract the equations to eliminate that variable.
  3. Solve for the remaining variable.
  4. Substitute back into either original equation to find the other variable.

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

From the second equation, x2=y+5x^2 = y + 5. Substitute into the first: (y+5)+y2=25(y + 5) + y^2 = 25, which simplifies to y2+yโˆ’20=0y^2 + y - 20 = 0. Factor or use the quadratic formula from there.

One thing to watch for: nonlinear systems can have no solution, one solution, or several solutions. A line and a parabola can intersect at 0, 1, or 2 points. Two circles can intersect at 0, 1, or 2 points. Always check how many valid answers you get.

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

Graphing of nonlinear inequalities

Graphing a nonlinear inequality is similar to graphing a linear inequality, but the boundary is a curve instead of a line.

  1. Graph the boundary curve by treating the inequality as an equation (e.g., graph y=x2y = x^2 for the inequality y>x2y > x^2).

    • Use a solid curve for โ‰ค\leq or โ‰ฅ\geq (boundary included).
    • Use a dashed curve for << or >> (boundary not included).
  2. Pick a test point not on the boundary (the origin works if it's not on the curve). Plug it into the inequality.

  3. If the test point satisfies the inequality, shade the region containing that point. If not, shade the opposite side.

For a system of nonlinear inequalities, graph each inequality separately and then identify the overlapping shaded region. That overlap is your solution set.

A few orientation tips:

  • y<x2y < x^2: shade below the parabola (inside the "bowl")
  • y>x2y > x^2: shade above the parabola (outside the "bowl")
  • x2+y2<r2x^2 + y^2 < r^2: shade inside the circle
  • x2+y2>r2x^2 + y^2 > r^2: shade outside the circle
Solving nonlinear equation systems, Systems of Nonlinear Equations and Inequalities: Two Variables ยท Precalculus

Interpretation of nonlinear solutions

Solutions to nonlinear systems have both a geometric and algebraic meaning.

Geometrically, each solution to a system of equations corresponds to an intersection point of the curves on the graph. For a system of inequalities, the solution set is the region where all shaded areas overlap.

Algebraically, each solution is an ordered pair (x,y)(x, y) that makes every equation (or inequality) in the system true when you substitute the values in. Always verify by plugging your answers back into all original equations, since the algebra with nonlinear systems can produce extraneous solutions.

Applications of nonlinear systems

Real-world problems often involve nonlinear relationships. Projectile motion, area constraints, and supply-demand curves are common examples. Here's a general approach:

  1. Identify the unknowns and assign variables.
  2. Translate the problem's conditions into equations or inequalities. Look for squared terms (area, distance formulas) or other nonlinear relationships.
  3. Solve the system using substitution, elimination, or graphing.
  4. Interpret your answers in context. Discard solutions that don't make physical sense (negative lengths, for instance), and include appropriate units (m/sm/s, ft2ft^2, etc.).

Types of nonlinear equations and solution methods

Different types of curves show up in these systems, and recognizing them helps you choose a strategy:

  • Quadratic equations (y=ax2+bx+cy = ax^2 + bx + c) produce parabolas. These are the most common nonlinear equations you'll see in systems.
  • Circles follow the form (xโˆ’h)2+(yโˆ’k)2=r2(x-h)^2 + (y-k)^2 = r^2, where (h,k)(h, k) is the center and rr is the radius.
  • Ellipses and hyperbolas can also appear, following their standard forms.

When deciding between methods:

  • Substitution is best when one equation is easily solved for a single variable.
  • Elimination is best when both equations share a common term like x2x^2 or y2y^2 that you can cancel.
  • Graphing gives a visual estimate and helps you confirm how many solutions to expect, but it's rarely precise enough on its own for exact answers.