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.
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
- Isolate a variable in the linear equation (usually $y = mx + d$ or $x = \dots$).
- Substitute this linear expression into the quadratic equation in place of that variable.
- Rearrange all terms to form a single standard quadratic equation: $Ax^2 + Bx + C = 0$.
- Solve for $x$ using factoring or the quadratic formula.
- Back-Substitute each $x$-value into the linear equation to determine its matching $y$-value.
- Write solutions as coordinate pairs: $(x_1, y_1)$ and $(x_2, y_2)$.
Worked Example 1: Solving a Linear-Quadratic System
- Step 1: Set the two expressions for $y$ equal to each other:
- Step 2: Collect all terms on one side:
- Step 3: Factor the quadratic:
- 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 Value | Number of Real Solutions | Geometric Relationship |
|---|---|---|
| $\Delta = B^2 - 4AC > 0$ | $2$ solutions | Line is a secant line intersecting the curve twice |
| $\Delta = B^2 - 4AC = 0$ | $1$ solution | Line is tangent to the curve at exactly one point |
| $\Delta = B^2 - 4AC < 0$ | $0$ solutions | Line 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?
- Step 1: Substitute $y = 2x + k$ into the quadratic:
- Step 2: Set the equation to zero in standard form: Here $A = 1, B = -4, C = k + 1$.
- Step 3: Set the discriminant equal to zero for exactly one solution:
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
- Substitute $y = 3$ directly into the circle equation:
- Apply the square root property:
- The points of intersection are $(5, 3)$ and $(-1, 3)$ ($2$ solutions).
Digital SAT Desmos Graphical Verification Strategy
Desmos handles non-linear systems effortlessly:
- Enter both equations exactly as written:
- Line 1:
y = x^2 - 3x - 4 - Line 2:
y = x + 1
- Line 1:
- Look for Intersections: Desmos automatically computes and highlights intersections with gray dots.
- Click the Dots: Click each gray dot to display the exact coordinates $(5, 6)$ and $(-1, 0)$.
- 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}$).
What are all the intersection points $(x, y)$ of the system consisting of $y = x^2 - 4x + 3$ and $y = 2x - 6$?
For what value of $k$ will the line $y = 4x + k$ intersect the parabola $y = x^2$ at exactly one point?
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?