College Algebra

Nonlinear Systems (College Level)

Last updated: March 2026 · Advanced

A nonlinear system is a system of equations where at least one equation is not linear — it contains squared terms, products of variables, or higher-degree expressions. In college algebra, the most important nonlinear systems involve conic sections: circles, parabolas, ellipses, and hyperbolas.

Unlike linear systems, which always have 0, 1, or infinitely many solutions, nonlinear systems can have any number of solutions — 0, 1, 2, 3, 4, or more — depending on how the curves intersect. Analyzing these intersections geometrically while solving them algebraically is the core skill of this topic.

Types of Nonlinear Systems

The table below shows common pairings you will encounter and the maximum number of intersections.

SystemEquation TypesMaximum Intersections
Line + circleLinear + x2+y2=r2x^2 + y^2 = r^22
Line + parabolaLinear + y=ax2+bx+cy = ax^2 + bx + c2
Circle + parabolax2+y2=r2x^2 + y^2 = r^2 + y=ax2+bx+cy = ax^2 + bx + c4
Circle + ellipseTwo degree-2 curves4
Circle + hyperbolaTwo degree-2 curves4
Two parabolasTwo degree-2 curves4

General principle: Two curves of degree mm and nn can intersect in at most m×nm \times n points (by Bezout’s theorem). A line (degree 1) and a conic (degree 2) give at most 1×2=21 \times 2 = 2 intersections. Two conics give at most 2×2=42 \times 2 = 4.

Strategy: Substitution vs. Elimination

  • Substitution works best when one equation is linear or easily solved for one variable. Solve the simpler equation for a variable, then substitute into the other.
  • Elimination works best when both equations have matching quadratic terms (like both containing x2x^2 or both containing y2y^2). Subtract one equation from the other to eliminate the squared term, reducing the system to a simpler one.

Worked Examples

Example 1: Line and Circle

Solve the system:

x2+y2=25x^2 + y^2 = 25

y=x+1y = x + 1

Strategy: The second equation is linear and already solved for yy. Use substitution.

Step 1 — Substitute y=x+1y = x + 1 into the circle 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

Step 2 — Factor:

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

x=4orx=3x = -4 \quad \text{or} \quad x = 3

Step 3 — Find corresponding yy values:

When x=4x = -4: y=4+1=3y = -4 + 1 = -3

When x=3x = 3: y=3+1=4y = 3 + 1 = 4

Answer: (4,3)(-4, -3) and (3,4)(3, 4)

Geometric interpretation: The line y=x+1y = x + 1 cuts through the circle x2+y2=25x^2 + y^2 = 25 at two points.

Verification: At (4,3)(-4, -3): (4)2+(3)2=16+9=25(-4)^2 + (-3)^2 = 16 + 9 = 25 and 3=4+1-3 = -4 + 1. At (3,4)(3, 4): 32+42=9+16=253^2 + 4^2 = 9 + 16 = 25 and 4=3+14 = 3 + 1.

Example 2: Line and Parabola — Tangent Case

Solve the system:

y=x22x+3y = x^2 - 2x + 3

y=2x1y = 2x - 1

Step 1 — Set the expressions for yy equal:

x22x+3=2x1x^2 - 2x + 3 = 2x - 1

x24x+4=0x^2 - 4x + 4 = 0

(x2)2=0(x - 2)^2 = 0

x=2x = 2

Step 2 — Find yy:

y=2(2)1=3y = 2(2) - 1 = 3

Answer: (2,3)(2, 3) — a single solution

The line is tangent to the parabola at this point. The repeated root (double root) is the algebraic signature of tangency. Geometrically, the line touches the parabola at exactly one point without crossing it.

Example 3: Circle and Parabola

Solve the system:

x2+y2=10x^2 + y^2 = 10

y=x22y = x^2 - 2

Step 1 — Substitute y=x22y = x^2 - 2 into the circle equation:

x2+(x22)2=10x^2 + (x^2 - 2)^2 = 10

x2+x44x2+4=10x^2 + x^4 - 4x^2 + 4 = 10

x43x26=0x^4 - 3x^2 - 6 = 0

Step 2 — This is quadratic in x2x^2. Let u=x2u = x^2:

u23u6=0u^2 - 3u - 6 = 0

Using the quadratic formula:

u=3±9+242=3±332u = \frac{3 \pm \sqrt{9 + 24}}{2} = \frac{3 \pm \sqrt{33}}{2}

u=3+3324.372oru=33321.372u = \frac{3 + \sqrt{33}}{2} \approx 4.372 \quad \text{or} \quad u = \frac{3 - \sqrt{33}}{2} \approx -1.372

Since u=x2u = x^2 must be non-negative, discard u1.372u \approx -1.372.

x2=3+332    x=±3+332±2.091x^2 = \frac{3 + \sqrt{33}}{2} \implies x = \pm\sqrt{\frac{3 + \sqrt{33}}{2}} \approx \pm 2.091

Step 3 — Find yy for each xx:

y=x22=3+3322=1+3322.372y = x^2 - 2 = \frac{3 + \sqrt{33}}{2} - 2 = \frac{-1 + \sqrt{33}}{2} \approx 2.372

Both xx-values give the same yy (since yy depends on x2x^2).

Answer: (3+332,  1+332)\left(\sqrt{\frac{3+\sqrt{33}}{2}},\; \frac{-1+\sqrt{33}}{2}\right) and (3+332,  1+332)\left(-\sqrt{\frac{3+\sqrt{33}}{2}},\; \frac{-1+\sqrt{33}}{2}\right), or approximately (2.091,2.372)(2.091, 2.372) and (2.091,2.372)(-2.091, 2.372).

The circle and parabola intersect at exactly 2 points (both above the xx-axis, symmetric about the yy-axis).

Example 4: Two Conics — Elimination Strategy

Solve the system:

x2+y2=13x^2 + y^2 = 13

x2y2=5x^2 - y^2 = 5

Strategy: Both equations contain x2x^2 and y2y^2. Use elimination.

Step 1 — Add the two equations:

(x2+y2)+(x2y2)=13+5(x^2 + y^2) + (x^2 - y^2) = 13 + 5

2x2=182x^2 = 18

x2=9x^2 = 9

x=±3x = \pm 3

Step 2 — Substitute back to find yy:

From x2+y2=13x^2 + y^2 = 13: 9+y2=139 + y^2 = 13, so y2=4y^2 = 4 and y=±2y = \pm 2.

Answer: (3,2)(3, 2), (3,2)(3, -2), (3,2)(-3, 2), (3,2)(-3, -2) — four solutions.

Geometric interpretation: The first equation is a circle of radius 13\sqrt{13} centered at the origin. The second is a hyperbola x2y2=5x^2 - y^2 = 5. They intersect at four points, one in each quadrant.

Verification: At (3,2)(3, 2): 9+4=139 + 4 = 13 and 94=59 - 4 = 5. The other points check similarly by symmetry.

Example 5: Two Circles

Solve the system:

x2+y2=25x^2 + y^2 = 25

(x4)2+y2=9(x - 4)^2 + y^2 = 9

Step 1 — Expand the second equation:

x28x+16+y2=9x^2 - 8x + 16 + y^2 = 9

Step 2 — Subtract the first equation from the expanded second:

(x28x+16+y2)(x2+y2)=925(x^2 - 8x + 16 + y^2) - (x^2 + y^2) = 9 - 25

8x+16=16-8x + 16 = -16

8x=32-8x = -32

x=4x = 4

Step 3 — Find yy:

From x2+y2=25x^2 + y^2 = 25: 16+y2=2516 + y^2 = 25, so y2=9y^2 = 9 and y=±3y = \pm 3.

Answer: (4,3)(4, 3) and (4,3)(4, -3)

The two circles intersect at two points. Note how elimination reduced a two-conic system to a single linear equation — this always happens when subtracting two equations that both have x2+y2x^2 + y^2 terms.

Example 6: No Real Solutions

Solve the system:

x2+y2=1x^2 + y^2 = 1

y=x2+3y = x^2 + 3

Step 1 — Substitute y=x2+3y = x^2 + 3 into the circle equation:

x2+(x2+3)2=1x^2 + (x^2 + 3)^2 = 1

x2+x4+6x2+9=1x^2 + x^4 + 6x^2 + 9 = 1

x4+7x2+8=0x^4 + 7x^2 + 8 = 0

Step 2 — Let u=x2u = x^2:

u2+7u+8=0u^2 + 7u + 8 = 0

u=7±49322=7±172u = \frac{-7 \pm \sqrt{49 - 32}}{2} = \frac{-7 \pm \sqrt{17}}{2}

u7+4.12321.44oru74.12325.56u \approx \frac{-7 + 4.123}{2} \approx -1.44 \quad \text{or} \quad u \approx \frac{-7 - 4.123}{2} \approx -5.56

Both values of uu are negative. Since u=x2u = x^2 must be non-negative, there are no real solutions.

Geometric interpretation: The parabola y=x2+3y = x^2 + 3 has its vertex at (0,3)(0, 3), which is already outside the unit circle x2+y2=1x^2 + y^2 = 1. The curves never intersect.

Analyzing the Number of Solutions

Before solving algebraically, you can estimate the number of solutions by thinking about the geometry:

  • Line + circle: 0 solutions (line misses), 1 solution (tangent), or 2 solutions (secant)
  • Two circles: 0 solutions (separate or one inside the other), 1 solution (internally or externally tangent), 2 solutions (intersecting), or infinitely many (identical circles)
  • Circle + parabola: 0, 1, 2, 3, or 4 solutions depending on relative position and size

The discriminant of the resulting polynomial tells you how many real solutions exist:

  • Positive discriminant: two distinct real roots (from that factor)
  • Zero discriminant: one repeated real root (tangency)
  • Negative discriminant: no real roots (curves miss each other)

Real-World Application: GPS-Style Positioning

GPS positioning uses a system of equations involving circles (or, in 3D, spheres). If a receiver picks up signals from three towers at known locations, the distances from each tower define three circles:

(x2)2+(y1)2=18(x - 2)^2 + (y - 1)^2 = 18

(x8)2+(y1)2=18(x - 8)^2 + (y - 1)^2 = 18

(x5)2+(y7)2=9(x - 5)^2 + (y - 7)^2 = 9

Subtracting the first equation from the second eliminates the quadratic terms:

(x8)2(x2)2=0(x-8)^2 - (x-2)^2 = 0

x216x+64x2+4x4=0x^2 - 16x + 64 - x^2 + 4x - 4 = 0

12x+60=0    x=5-12x + 60 = 0 \implies x = 5

Subtracting the first from the third and substituting x=5x = 5:

(55)2+(y7)2(52)2(y1)2=918(5-5)^2 + (y-7)^2 - (5-2)^2 - (y-1)^2 = 9 - 18

y214y+499y2+2y1=9y^2 - 14y + 49 - 9 - y^2 + 2y - 1 = -9

12y+39=9-12y + 39 = -9

12y=48    y=4-12y = -48 \implies y = 4

The receiver is at position (5,4)(5, 4). This technique of eliminating quadratics by subtraction is exactly the same method used in Example 5 above — scaled up to real engineering applications.

Common Mistakes

  1. Forgetting negative roots. When you get x2=9x^2 = 9, both x=3x = 3 and x=3x = -3 are solutions. Each xx-value may produce one or two yy-values, so check all combinations.
  2. Dropping extraneous solutions — or keeping them. When you square both sides or substitute, you may introduce extraneous solutions. Always verify every candidate in both original equations.
  3. Using linear methods on nonlinear systems. Standard elimination (adding/subtracting equations) works for matching quadratic terms but does not eliminate squared terms when the quadratic parts differ. Plan your approach based on the structure of the equations.
  4. Not recognizing “quadratic in disguise.” An equation like x43x26=0x^4 - 3x^2 - 6 = 0 is quadratic in u=x2u = x^2. Missing this substitution makes the problem much harder.

Practice Problems

Problem 1: Solve x2+y2=20x^2 + y^2 = 20 and y=x+2y = x + 2.

Substitute y=x+2y = x + 2 into the circle:

x2+(x+2)2=20x^2 + (x+2)^2 = 20

x2+x2+4x+4=20x^2 + x^2 + 4x + 4 = 20

2x2+4x16=02x^2 + 4x - 16 = 0

x2+2x8=0x^2 + 2x - 8 = 0

(x+4)(x2)=0(x+4)(x-2) = 0

x=4x = -4 gives y=2y = -2. x=2x = 2 gives y=4y = 4.

Answer: (4,2)(-4, -2) and (2,4)(2, 4)

Verification: (4)2+(2)2=16+4=20(-4)^2 + (-2)^2 = 16 + 4 = 20 and 22+42=4+16=202^2 + 4^2 = 4 + 16 = 20.

Problem 2: Solve y=x2y = x^2 and y=2x+3y = 2x + 3.

Set equal: x2=2x+3x^2 = 2x + 3, so x22x3=0x^2 - 2x - 3 = 0.

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

x=3x = 3 gives y=9y = 9. x=1x = -1 gives y=1y = 1.

Answer: (3,9)(3, 9) and (1,1)(-1, 1)

Verification: 9=329 = 3^2 and 9=2(3)+39 = 2(3)+3. Also 1=(1)21 = (-1)^2 and 1=2(1)+31 = 2(-1)+3.

Problem 3: Solve x2+y2=25x^2 + y^2 = 25 and x2+(y3)2=16x^2 + (y-3)^2 = 16.

Expand the second: x2+y26y+9=16x^2 + y^2 - 6y + 9 = 16.

Subtract the first: (x2+y26y+9)(x2+y2)=1625(x^2 + y^2 - 6y + 9) - (x^2 + y^2) = 16 - 25

6y+9=9    y=3-6y + 9 = -9 \implies y = 3

From x2+9=25x^2 + 9 = 25: x2=16x^2 = 16, so x=±4x = \pm 4.

Answer: (4,3)(4, 3) and (4,3)(-4, 3)

Problem 4: Solve x2+y2=5x^2 + y^2 = 5 and x2y=1x^2 - y = 1.

From the second equation: y=x21y = x^2 - 1. Substitute:

x2+(x21)2=5x^2 + (x^2 - 1)^2 = 5

x2+x42x2+1=5x^2 + x^4 - 2x^2 + 1 = 5

x4x24=0x^4 - x^2 - 4 = 0

Let u=x2u = x^2: u2u4=0u^2 - u - 4 = 0

u=1±1+162=1±172u = \frac{1 \pm \sqrt{1 + 16}}{2} = \frac{1 \pm \sqrt{17}}{2}

u=1+1722.561u = \frac{1 + \sqrt{17}}{2} \approx 2.561 (valid) or u=11721.561u = \frac{1 - \sqrt{17}}{2} \approx -1.561 (rejected, since u=x20u = x^2 \geq 0)

x=±1+172±1.601x = \pm\sqrt{\frac{1 + \sqrt{17}}{2}} \approx \pm 1.601

y=x21=1+1721=1+1721.561y = x^2 - 1 = \frac{1 + \sqrt{17}}{2} - 1 = \frac{-1 + \sqrt{17}}{2} \approx 1.561

Answer: (1+172,  1+172)\left(\sqrt{\frac{1+\sqrt{17}}{2}},\;\frac{-1+\sqrt{17}}{2}\right) and (1+172,  1+172)\left(-\sqrt{\frac{1+\sqrt{17}}{2}},\;\frac{-1+\sqrt{17}}{2}\right)

Problem 5: How many solutions does x2+y2=4x^2 + y^2 = 4 and y=x2+5y = x^2 + 5 have? Explain without solving.

The circle x2+y2=4x^2 + y^2 = 4 has radius 2, centered at the origin. Its highest point is (0,2)(0, 2).

The parabola y=x2+5y = x^2 + 5 has its vertex at (0,5)(0, 5), which is already above the top of the circle. Since the parabola opens upward from y=5y = 5 and the circle’s highest yy-value is 2, the curves never intersect.

Answer: Zero solutions. The parabola sits entirely above the circle.

Problem 6: Solve x2y2=7x^2 - y^2 = 7 and x2+y2=25x^2 + y^2 = 25.

Add the equations: 2x2=322x^2 = 32, so x2=16x^2 = 16 and x=±4x = \pm 4.

From x2+y2=25x^2 + y^2 = 25: 16+y2=2516 + y^2 = 25, so y2=9y^2 = 9 and y=±3y = \pm 3.

Answer: (4,3)(4, 3), (4,3)(4, -3), (4,3)(-4, 3), (4,3)(-4, -3) — four solutions.

Key Takeaways

  • Nonlinear systems involve at least one equation that is not a line — typically conics (circles, parabolas, ellipses, hyperbolas)
  • Two degree-2 curves can intersect in at most 4 points; a line and a conic intersect in at most 2 points
  • Use substitution when one equation is linear or easily solved for a variable
  • Use elimination (adding or subtracting equations) when both have matching quadratic terms — this can reduce the problem to a linear equation
  • A quartic equation x4+bx2+c=0x^4 + bx^2 + c = 0 is “quadratic in disguise” — use the substitution u=x2u = x^2
  • Always check for negative values of x2x^2 or y2y^2 — these must be discarded (no real solutions from that branch)
  • Verify all solutions in both original equations to catch extraneous results or missed cases

Return to College Algebra for more topics in this section.

Last updated: March 29, 2026