PCAL 11 Solving by Elimination
PCAL 11 Solving by Elimination
PCAL 11 Solving by Elimination
Lesson 6.2
Solving a System of Nonlinear Equations by
Elimination
Contents
Introduction 1
Learning Objectives 2
Warm Up 2
Key Points 13
Challenge Yourself 15
Bibliography 17
Introduction
Have you ever used a navigation software application while traveling? Navigation software
applications may show you where you are on the map, the shortest route to your destination,
and even the approximate time it will take to reach your destination. The global positioning
system (GPS) is responsible for this useful technology. GPS works through the triangulation
of signals. Each GPS satellite may detect that you are somewhere in a circle. If the signals from
different satellites around the earth are combined, they will be able to detect your exact
location. GPS is a real-life application of systems of equations.
Learning Objectives
DepEd Competency
In this lesson, you should be able to do the
Determine the solutions of
following:
systems of nonlinear equations
● Recall the concept of systems of nonlinear
using techniques such as
equations. substitution, elimination, and
● Solve a system of nonlinear equations by graphing***
elimination. (STEM_PC11AG-If-g-1).
Warm Up
Substitution 10 minutes
In this activity, the students will recall how to solve systems of nonlinear equations by
substitution.
Materials
● pen
● paper
Procedure
1. Solve the following systems of nonlinear equations using substitution.
𝑥+4=𝑦
a. { 2
𝑥 = 𝑦−2
(𝑥 − 1)2 + (𝑦 − 3)2 = 4
b. {
−(𝑥 − 1)2 + 𝑦 2 = 5
Guide Questions
1. What are the graphs of the four equations in the two systems?
2. What are the similar terms of the equations in each system?
3. How do you solve a system of nonlinear equations using substitution?
(𝑥 − 1)2 + (𝑦 − 3)2 = 4
{
−(𝑥 − 1)2 + 𝑦 2 =5
Notice that both equations contain the expression (𝑥 − 1)2 . We can eliminate this expression
by adding the two equations.
The resulting equation is (𝑦 − 3)2 + 𝑦 2 = 9. This is a quadratic equation in one variable. Let
us solve for 𝑦.
(𝑦 − 3)2 + 𝑦 2 = 9
𝑦 2 − 6𝑦 + 9 + 𝑦 2 = 9
2𝑦 2 − 6𝑦 = 0
2𝑦(𝑦 − 3) = 0
2𝑦 = 0
𝑦=0
𝑦−3=0
𝑦=3
Substitute the values of 𝑦 in each of the given equation. Note that if 𝑦 = 0, the equation
−(𝑥 − 1)2 + 𝑦 2 = 5 will not have a real value for 𝑥. However, when 𝑦 = 3, we will get 𝑥 = −1
and 𝑥 = 3. Therefore, there are two real solutions to the system, which are (−𝟏, 𝟑) and (𝟑, 𝟑).
Let’s Practice!
Example 1
Solve the system of nonlinear equations below using elimination.
𝑥2 + 𝑦 = 2
{ 2
−𝑥 + 3𝑦 = 2
Solution
Step 1: Add the two equations to eliminate the variable 𝑥.
𝑥2 + 𝑦 = 2
{ 2
−𝑥 + 3𝑦 = 2
0 + 4𝑦 = 4
4𝑦 = 4
𝑦=1
You may use any of the equations in the system to find the value of 𝑥. Here,
we use the first equation in the given system.
𝑥2 + 𝑦 = 2
𝑥2 + 1 = 2
𝑥2 = 1
√𝑥 2 = ±√1
𝑥 = ±1
Therefore, the real solutions of the system are (−𝟏, 𝟏) and (𝟏, 𝟏).
1 Try It!
Solve the system of nonlinear equations below using elimination.
𝑥 2 + 3𝑦 = 1
{ 2
−𝑥 + 2𝑦 = −26
Remember
In finding the value of the other variable, you may use any of the two
equations in the system.
(𝑦 − 4)2 + 𝑥 2 = 3
{
(𝑦 − 4)2 + 2𝑥 2 = 6
Solution
Step 1: Get the difference between the two equations to eliminate the variable 𝑦.
−𝑥 2 = −3
𝑥2 = 3
√𝑥 2 = ±√3
𝑥 = ±√3
You may use any of the equations in the system to find the value of 𝑦. Here,
we use the first equation in the given system.
(𝑦 − 4)2 + 𝑥 2 = 3
2
(𝑦 − 4)2 + (±√3) = 3
(𝑦 − 4)2 + 3 = 3
(𝑦 − 4)2 = 0
𝑦−4=0
𝑦=4
2 Try It!
Solve the system of nonlinear equations below using elimination.
𝑥 2 + (𝑦 + 3)2 = 25
{ 2
2𝑥 + (𝑦 + 3)2 = 25
Example 3
Solve the system of nonlinear equations below using elimination.
𝑥 2 − 2𝑦 = 4
{
−2𝑥 + 𝑦 = −4
Solution
Step 1: Multiply both sides of the second equation by 2.
−2𝑥 + 𝑦 = −4
2(−2𝑥 + 𝑦) = −4(2)
−4𝑥 + 2𝑦 = −8
Multiplying both sides of the second equation by 2 will allow us to eliminate the
variable 𝑦. Note that multiplying 2 on both sides of the second equation will not
change the equality and the graph of the equation.
𝑥 2 − 2𝑦 = 4
{
−4𝑥 + 2𝑦 = −8
𝑥 2 − 4𝑥 = −4
𝑥 2 − 4𝑥 + 4 = 0
(𝑥 − 2)(𝑥 − 2) = 0
𝑥−2=0
𝑥=2
You may use any of the equations in the system to find the value of 𝑦. Here,
we use the second equation in the given system.
−2𝑥 + 𝑦 = −4
−2(2) + 𝑦 = −4
−4 + 𝑦 = −4
𝑦=0
3 Try It!
Solve the system of nonlinear equations below using elimination.
𝑦 2 − 2𝑥 = 4
{
𝑦+ 𝑥=2
Example 4
Solve the system of nonlinear equations below using elimination.
(𝑥 + 7)2 + 𝑦 2 =8
{
3(𝑥 + 7)2 + 2(𝑦 + 3)2 = 14
Solution
Step 1: Multiply both sides of the first equation by 3.
(𝑥 + 7)2 + 𝑦 2 = 8
3[(𝑥 + 7)2 + 𝑦 2 ] = 8(3)
3(𝑥 + 7)2 + 3𝑦 2 = 24
Multiplying both sides of the first equation by 3 will allow us to eliminate the
variable 𝑥. Note that multiplying 3 on both sides of the first equation will not
change the equality and the graph of the equation.
3(𝑥 + 7)2 + 3𝑦 2 = 24
{ 2 2
3(𝑥 + 7) + 2(𝑦 + 3) = 14
3𝑦 2 − 2(𝑦 + 3)2 = 10
3𝑦 2 − 2(𝑦 2 + 6𝑦 + 9) = 10
3𝑦 2 − 2𝑦 2 − 12𝑦 − 18 − 10 = 0
𝑦 2 − 12𝑦 − 28 = 0
(𝑦 + 2)(𝑦 − 14) = 0
𝑦+2=0
𝑦 = −2
𝑦 − 14 = 0
𝑦 = 14
You may use any of the equations in the system to find the value of 𝑥.
Find 𝑥 when 𝑦 = −2. Here, we use the first equation in the system.
(𝑥 + 7)2 + 𝑦 2 = 8
(𝑥 + 7)2 + (−2)2 = 8
𝑥 2 + 14𝑥 + 49 + 4 − 8 = 0
𝑥 2 + 14𝑥 + 45 = 0
(𝑥 + 9)(𝑥 + 5) = 0
𝑥+5=0
𝑥 = −5
(𝑥 + 7)2 + 𝑦 2 = 8
(𝑥 + 7)2 + 142 = 8
𝑥 2 + 14𝑥 + 49 + 196 − 8 = 0
𝑥 2 + 14𝑥 + 237 = 0
−14 ± √142 − 4(1)(237)
𝑥=
2(1)
−14 ± √−752
𝑥=
2
−14 ± 4𝑖 √47
𝑥=
2
𝑥 = −7 ± 2𝑖√47
Therefore, the real solutions to the system are (−𝟗, −𝟐) and (−𝟓, −𝟐), while the complex
solutions are (−7 + 2𝑖√47, 14) and (−7 − 2𝑖 √47, 14). However, in the context of graphing, we
will not consider the complex solutions since these points are not possible to graph on a
Cartesian plane.
4 Try It!
Solve the system of nonlinear equations below using elimination.
𝑥 2 + 2(𝑦 − 2)2 = 9
{ 2
6𝑥 − (𝑦 − 2)2 = 2
1. (−1, 1)
2. (1, 1)
3. (0, 1)
4. (−1, −1)
5. (−1, 0)
𝑦 − 𝑥2 = 0
1. {
𝑦 + 𝑥2 = 0
𝑥 2 + 𝑦 2 = 25
2. { 2
𝑥 − 𝑦 2 = 25
𝑦−𝑥 =0
3. {
𝑦 − 𝑥 2 = −6
(𝑦 − 2)2 − 3𝑥 = 16
4. {
(𝑦 − 2)2 + (𝑥 − 10) = 6
(𝑥 + 2)2 + (𝑦 − 2)2 = 1
5. {
(𝑥 + 2)2 + 𝑦 = 3
2𝑥 2 + 𝑦 2 = 24
6. { 2
𝑥 − 𝑦 2 = −12
3𝑥 2 + 2𝑦 = 26
7. { 2
5𝑥 + 7𝑦 = 3
𝑦 = 𝑥2 − 3
8. { 2
𝑥 + 𝑦2 = 9
𝑥2 + 𝑦 2 = 9
9. {
𝑦 = 𝑥2 − 9
𝑥2 + 𝑦 2 = 1
10. {
𝑥 − 𝑦2 = 1
Challenge Yourself
1. How many real solutions can a system consisting of a line and a circle have?
2. Rhea says that a system of equations consisting of a parabola and a circle can have
more than two real solutions. Is she correct? Explain.
3. What is wrong with the solution to the system below?
𝑥 2 + 𝑦 2 = 12
{𝑥 2 𝑦 2
+ =1
4 12
Solution:
Step 1: Multiply the second equation by 12.
𝑥2 𝑦 2
12 ( + ) = 12(1)
4 12
3𝑥 2 + 𝑦 2 = 12
4. The sum of the squares of two positive numbers is 29, while the difference of their
squares is 21. What are the two numbers?
5. A system of nonlinear equations consists of two equations whose graphs are shown
below. Determine its solution.
Bibliography
Barnett, Raymond, Michael Ziegler, Karl Byleen, and David Sobecki. College Algebra with
Trigonometry. Boston: McGraw Hill Higher Education, 2008.
Bittinger, Marvin L., Judith A. Beecher, David J. Ellenbogen, and Judith A. Penna. Algebra and
Trigonometry: Graphs and Models. 4th ed. Boston: Pearson/Addison Wesley, 2009.
Blitzer, Robert. Algebra and Trigonometry. 3rd ed. Upper Saddle River, New Jersey:
Pearson/Prentice Hal, 2007.
Larson, Ron. College Algebra with Applications for Business and the Life Sciences. Boston:
MA:Houghton Mifflin, 2009.
Safier, Fred. Schaum’s Outlines of Precalculus. New York, N.Y: McGraw-Hill, 2013.
Simmons, George F. Calculus with Analytic Geometry. 2nd ed. New York: McGraw-Hill, 1996.