[Common Math 1 Part 18] Systems of Quadratic Equations

한국어 버전

In the previous post, we studied cubic and quartic equations by reducing them to lower-degree equations. Now we study systems of quadratic equations: finding ordered pairs that satisfy two equations at the same time.

A system of quadratic equations asks for the intersection points of two graphs. Algebraically, we usually substitute or eliminate to reduce the system to one equation.

1. What does a solution mean?

For

{y=x22xy=x+2\begin{cases} y=x^2-2x\\ y=x+2 \end{cases}

a solution is an ordered pair ((x,y)) satisfying both equations. Graphically, it is an intersection point of the parabola and the line.

2. If one equation is linear, substitute

Since both right sides equal y,

x22x=x+2x^2-2x=x+2

so

x23x2=0.x^2-3x-2=0.

Thus

x=3±172.x=\frac{3\pm\sqrt{17}}{2}.

Substitute into (y=x+2) to get

(3+172,7+172),(3172,7172).\left(\frac{3+\sqrt{17}}{2},\frac{7+\sqrt{17}}{2}\right), \quad \left(\frac{3-\sqrt{17}}{2},\frac{7-\sqrt{17}}{2}\right).

3. If both equations are quadratic, reduce when possible

For

{y=x24x+1y=x2+2x+7\begin{cases} y=x^2-4x+1\\ y=-x^2+2x+7 \end{cases}

set the right sides equal:

x24x+1=x2+2x+7.x^2-4x+1=-x^2+2x+7.

Then

x23x3=0,x^2-3x-3=0,

so

x=3±212.x=\frac{3\pm\sqrt{21}}{2}.

Substitute each value of x into either original equation to find y.

4. Sometimes adding or subtracting is useful

For

{x2+y2=10x2y2=2\begin{cases} x^2+y^2=10\\ x^2-y^2=2 \end{cases}

adding gives (2x^2=12), so (x^2=6). Subtracting gives (2y^2=8), so (y^2=4). Therefore the solutions are

(6,2), (6,2), (6,2), (6,2).(\sqrt6,2),\ (\sqrt6,-2),\ (-\sqrt6,2),\ (-\sqrt6,-2).

5. Common mistakes

  • Do not stop after finding x; the answer is usually an ordered pair.
  • Substitute back to find y.
  • Check the ordered pairs in the original equations.
  • Choose substitution or elimination depending on the form of the system.

6. Practice

Chapter 18 Checkpoint

Check systems of quadratic equations through ordered pairs, graph intersections, substitution, and elimination.

QUIZ
Question 1 / 10 Completed 0 / 10
Progress 0 / 10 0%
Current question Correct Incorrect Pending
Question 1 Multiple choice Pending
[Easy] What does a solution of a system of quadratic equations mean?
Score 0pts · Correct 0/10

7. Summary

A system of quadratic equations is a problem of finding graph intersections by algebra.

💬 댓글

이 글에 대한 의견을 남겨주세요