4.7 Systems of Linear and Nonlinear Equations

Key Takeaways

  • A system involving a linear equation and a quadratic equation can have 0, 1, or 2 real solutions.
  • Solve linear-quadratic systems by substituting the linear expression for $y$ into the quadratic equation to form $Ax^2 + Bx + C = 0$.
  • The discriminant $\Delta = B^2 - 4AC$ of the combined quadratic equation determines the number of intersection points: $\Delta > 0$ (2 solutions), $\Delta = 0$ (1 solution, tangent), $\Delta < 0$ (0 solutions).
  • Systems involving circles $(x - h)^2 + (y - k)^2 = r^2$ and lines can also be solved by substitution and have at most 2 intersection points.
  • In Desmos, typing both equations directly highlights all intersection points with clickable gray dots showing exact $(x, y)$ coordinates.
Last updated: August 2026

4.7 Systems of Linear and Nonlinear Equations

Quick Summary: A nonlinear system pairs a linear equation with a nonlinear equation (such as a quadratic parabola or circle). Graphically, the solutions to the system are the points of intersection $(x, y)$ between the line and the curve. A linear-quadratic system can have $0$ solutions (no intersection), $1$ solution (tangent line), or $2$ solutions (secant line).


Geometric Configurations of Linear-Nonlinear Systems

   CASE 1: 2 Solutions (Secant)     CASE 2: 1 Solution (Tangent)      CASE 3: 0 Solutions (No Touch)
           y                                y                                y
           |  /                             |                                |        /
           | /  * (x_2, y_2)                |      * Point of                |       / Line
       ----+*-------/---x               ----+-----*-- Tangency -x        ----+------/--------x
           | \     /                        |    / \                         |     /   /\
           |  \   /                         |   /   \                        |    /   /  \
           |   \ /                          |  / Line\                       |       /    \
         Parabola & Line                  Parabola & Line                  Parabola & Line

Solving Linear-Quadratic Systems via Substitution

Step-by-Step Algebraic Protocol

  1. Isolate a variable in the linear equation (usually $y = mx + d$ or $x = \dots$).
  2. Substitute this linear expression into the quadratic equation in place of that variable.
  3. Rearrange all terms to form a single standard quadratic equation: $Ax^2 + Bx + C = 0$.
  4. Solve for $x$ using factoring or the quadratic formula.
  5. Back-Substitute each $x$-value into the linear equation to determine its matching $y$-value.
  6. Write solutions as coordinate pairs: $(x_1, y_1)$ and $(x_2, y_2)$.

Worked Example 1: Solving a Linear-Quadratic System

{y=x23x4y=x+1\begin{cases} y = x^2 - 3x - 4 \\ y = x + 1 \end{cases}

  • Step 1: Set the two expressions for $y$ equal to each other: x23x4=x+1x^2 - 3x - 4 = x + 1
  • Step 2: Collect all terms on one side: x24x5=0x^2 - 4x - 5 = 0
  • Step 3: Factor the quadratic: (x5)(x+1)=0    x=5orx=1(x - 5)(x + 1) = 0 \implies x = 5 \quad \text{or} \quad x = -1
  • Step 4: Back-substitute into the linear equation $y = x + 1$:
    • For $x = 5$: $y = 5 + 1 = 6 \implies (5, 6)$
    • For $x = -1$: $y = -1 + 1 = 0 \implies (-1, 0)$

The solutions to the system are $(5, 6)$ and $(-1, 0)$.


Determining the Number of Solutions via the Discriminant

When a linear-quadratic system is combined into $Ax^2 + Bx + C = 0$, the discriminant $\Delta = B^2 - 4AC$ dictates the number of intersection points:

Discriminant ValueNumber of Real SolutionsGeometric Relationship
$\Delta = B^2 - 4AC > 0$$2$ solutionsLine is a secant line intersecting the curve twice
$\Delta = B^2 - 4AC = 0$$1$ solutionLine is tangent to the curve at exactly one point
$\Delta = B^2 - 4AC < 0$$0$ solutionsLine does not intersect the curve

Worked Example 2: Finding a Parameter for Tangency (1 Solution)

Problem: For what value of $k$ does the system below have exactly one real solution? {y=2x+ky=x2+6x1\begin{cases} y = 2x + k \\ y = -x^2 + 6x - 1 \end{cases}

  • Step 1: Substitute $y = 2x + k$ into the quadratic: 2x+k=x2+6x12x + k = -x^2 + 6x - 1
  • Step 2: Set the equation to zero in standard form: x24x+(k+1)=0x^2 - 4x + (k + 1) = 0 Here $A = 1, B = -4, C = k + 1$.
  • Step 3: Set the discriminant equal to zero for exactly one solution: Δ=B24AC=0\Delta = B^2 - 4AC = 0 (4)24(1)(k+1)=0(-4)^2 - 4(1)(k + 1) = 0 164k4=016 - 4k - 4 = 0 124k=0    4k=12    k=312 - 4k = 0 \implies 4k = 12 \implies k = 3

Systems Involving Circles and Lines

A line can also intersect a circle $(x - h)^2 + (y - k)^2 = r^2$ at $0, 1,$ or $2$ points.

Worked Example 3: Circle-Line Intersection

{(x2)2+(y+1)2=25y=3\begin{cases} (x - 2)^2 + (y + 1)^2 = 25 \\ y = 3 \end{cases}

  • Substitute $y = 3$ directly into the circle equation: (x2)2+(3+1)2=25(x - 2)^2 + (3 + 1)^2 = 25 (x2)2+42=25(x - 2)^2 + 4^2 = 25 (x2)2+16=25    (x2)2=9(x - 2)^2 + 16 = 25 \implies (x - 2)^2 = 9
  • Apply the square root property: x2=±3    x=2±3x - 2 = \pm 3 \implies x = 2 \pm 3 x=5orx=1x = 5 \quad \text{or} \quad x = -1
  • The points of intersection are $(5, 3)$ and $(-1, 3)$ ($2$ solutions).

Digital SAT Desmos Graphical Verification Strategy

Desmos handles non-linear systems effortlessly:

  1. Enter both equations exactly as written:
    • Line 1: y = x^2 - 3x - 4
    • Line 2: y = x + 1
  2. Look for Intersections: Desmos automatically computes and highlights intersections with gray dots.
  3. Click the Dots: Click each gray dot to display the exact coordinates $(5, 6)$ and $(-1, 0)$.
  4. Check the Question Prompt: Ensure you provide what the question specifically requests (e.g., the $x$-value, the $y$-value, $x_1 + x_2$, or $xy$).

Common Pitfalls & Exam Traps

  • Pairing the wrong $x$ and $y$ values: When you obtain $x = 5$ and $x = -1$, calculate $y(5)$ and $y(-1)$ individually. Never mix the coordinates into $(5, 0)$ or $(-1, 6)$.
  • Back-substituting into the quadratic instead of the linear: Back-substituting into the linear equation $y = mx + b$ is faster and eliminates potential extraneous arithmetic.
  • Misinterpreting "single solution" in context: A single solution to a linear-quadratic system means the line is tangent to the curve ($B^2 - 4AC = 0$).
  • Missing second intersection on circles: For circle equations $(x - h)^2 + (y - k)^2 = r^2$, remember that solving $(x - h)^2 = c$ yields two distinct $x$-values ($\pm \sqrt{c}$).
Test Your Knowledge

What are all the intersection points $(x, y)$ of the system consisting of $y = x^2 - 4x + 3$ and $y = 2x - 6$?

A
B
C
D
Test Your Knowledge

For what value of $k$ will the line $y = 4x + k$ intersect the parabola $y = x^2$ at exactly one point?

A
B
C
D
Test Your Knowledge

A circle is defined by the equation $(x - 2)^2 + (y + 1)^2 = 25$, and a line is defined by $y = 3$. How many points of intersection do the circle and the line share?

A
B
C
D