Consider the system
\(\begin{cases} x^4 + y^4 = 17 \\ x^2 + y^2 = 5 \end{cases}\)
1. Find all real ordered pairs \((x, y)\).
2. How many intersection points do the two graphs have? Briefly justify your answer.
Hints
- Express \(y^2\) in terms of \(x^2\).
- Substitute into the fourth-power equation.
- Treat \(x^2\) as a new variable.
- For each value of \(x^2\), include all possible signs of \(x\) and \(y\).
Solution
1. From the second equation, \(y^2 = 5 - x^2\).
2. Substitute into the first equation: \(x^4 + (5 - x^2)^2 = 17\).
3. Expand and simplify: \(2x^4 - 10x^2 + 8 = 0\), or \(x^4 - 5x^2 + 4 = 0\).
4. Let \(u = x^2\). Then \(u^2 - 5u + 4 = 0\), so \(u = 1\) or \(u = 4\).
5. If \(x^2 = 4\), then \(x = \pm 2\) and \(y^2 = 1\), so \(y = \pm 1\).
6. If \(x^2 = 1\), then \(x = \pm 1\) and \(y^2 = 4\), so \(y = \pm 2\).
7. These choices produce eight ordered pairs, and each ordered pair is one intersection point.
Answer
1. \((2, 1)\), \((2, -1)\), \((-2, 1)\), \((-2, -1)\), \((1, 2)\), \((1, -2)\), \((-1, 2)\), \((-1, -2)\)
2. 8 intersection points