Chapter 11: Problem 219
Solve the system of equations by using elimination. $$ \left\\{\begin{array}{l} x^{2}+y^{2}=20 \\ x^{2}-y^{2}=-12 \end{array}\right. $$
Short Answer
Expert verified
The solutions are (2, 4), (2, -4), (-2, 4), (-2, -4).
Step by step solution
01
Label the equations
Label the given equations for easy reference. Equation (1): x^{2}+ y^{2} = 20 Equation (2): x^{2} - y^{2} = -12.
02
Add the equations
Add Equation (1) and Equation (2) to eliminate the y^{2} term.Equation (1) + Equation (2): x^{2} + y^{2} + x^{2} - y^{2} = 20 + (-12) Simplify: 2x^{2} = 8.
03
Solve for x^{2}
Divide both sides of the equation by 2 to solve for x^{2}. 2x^{2} = 8 x^{2} = 4.
04
Find x
Solve for x by taking the square root of both sides. x = pm2.
05
Substitute x back into original equation
Substitute the values of x back into one of the original equations to solve for y. Using Equation (1): 2^{2}+ y^{2} = 20 4+y^{2} = 20 y^{2} = 16 y = pm4. Do the same process with -2.
06
List the solutions
The solutions to the system are the combinations of x and y found: (x, y) = (2, 4), (2, -4), (-2, 4), (-2, -4).
Unlock Step-by-Step Solutions & Ace Your Exams!
-
Full Textbook Solutions
Get detailed explanations and key concepts
-
Unlimited Al creation
Al flashcards, explanations, exams and more...
-
Ads-free access
To over 500 millions flashcards
-
Money-back guarantee
We refund you if you fail your exam.
Over 30 million students worldwide already upgrade their learning with 91Ó°ÊÓ!
Key Concepts
These are the key concepts you need to understand to accurately answer the question.
elimination method
The elimination method is a useful technique for solving systems of equations. It involves combining the equations in a way that eliminates one of the variables, making it easier to solve for the remaining variable. In this exercise, we use elimination to solve for the variables in the system:\[ \begin{cases} x^{2} + y^{2} = 20 \ x^{2} - y^{2} = -12 \end{cases}\]Here is a step-by-step overview:
- First, we label the equations for easy reference:
- Equation (1): \(x^{2} + y^{2} = 20\)
- Equation (2): \(x^{2} - y^{2} = -12\)
- We add Equation (1) and Equation (2):
- \(x^{2} + y^{2} + x^{2} - y^{2} = 20 + (-12)\)
- This simplifies to \(2x^{2} = 8\).
quadratic equations
A quadratic equation is a polynomial equation of degree 2, which means it includes terms up to \(x^2\). In this exercise, we encountered quadratic terms like \(x^{2}\) and \(y^{2}\). After using the elimination method, we reduced our system to:\[2x^{2} = 8\]We divided both sides by 2 to solve for \(x^{2}\):\[x^{2} = 4\]This shows that \(x^{2}\) is 4, which we can solve further by taking the square root. Quadratic equations like these often have two solutions because squaring either a positive or negative number results in the same value. So, \(x^{2} = 4\) has solutions \(x = 2\) and \(x = -2\).
algebraic substitution
Substitution is another technique for solving systems of equations. It involves solving one equation for a variable and then substituting that expression into the other equation. In this exercise, after finding \(x = \pm 2\), we substituted these values back into the original Equation (1) to find \(y\). Let's break it down:
- For \(x = 2\), we substitute into Equation (1):
- \(2^{2} + y^{2} = 20\)
- Simplifying, \(4 + y^{2} = 20\)
- Solving for \(y\), \(y^{2} = 16\)
- So, \(y = \pm 4\)
- This gives solutions \((2, 4)\) and \((2, -4)\).
- We do the same for \(x = -2\) and find the same \( y\) values, \(( -2, 4)\) and \( (-2, -4)\).
square roots
Square roots are a fundamental concept in solving quadratic equations. They reverse the process of squaring a number. In this exercise, after simplifying our equations using elimination and substitution, we had:\[x^{2} = 4\]To solve for \(x\), we took the square root of both sides. Remember, the square root of a number can be both positive and negative because both squared result in the original positive number:
- \( \sqrt{4} = 2\)
- and also \( -\sqrt{4} = -2\)