SlideShare a Scribd company logo
1 of 11
Systems of Nonlinear Equations and Their
                      Solutions

A system of two nonlinear equations in two variables contains at least one
equation that cannot be expressed in the form Ax + By = C. Here are two
examples:

                 x2 = 2y + 10                    y = x2 + 3
             3x – y = 9                   x 2 + y2 = 9
A solution to a nonlinear system in two variables is an ordered pair of real
numbers that satisfies all equations in the system. The solution set to the
system is the set of all such ordered pairs.
Example: Solving a Nonlinear System by
  the      Substitution Method
Solve by the substitution method:
                             x–y=3       The graph is a line.
               (x – 2)2 + (y + 3)2 = 4   The graph is a circle.

Solution Graphically, we are finding the intersection of a line and a circle
whose center is at (2, -3) and whose radius measures 2.

Step 1 Solve one of the equations for one variable in terms of the other.
We will solve for x in the linear equation - that is, the first equation. (We
could also solve for y.)
         x–y=3              This is the first equation in the given system.
             x=y+3          Add y to both sides.
Solution
Step 2 Substitute the expression from step 1 into the other equation. We
substitute y + 3 for x in the second equation.

                      x=y +3              ( x – 2)2 + (y + 3)2 = 4
This gives an equation in one variable, namely
                            (y + 3 – 2)2 + (y + 3)2 = 4.
The variable x has been eliminated.
Step 3 Solve the resulting equation containing one variable.
(y + 3 – 2)2 + (y + 3)2 = 4           This is the equation containing one variable.
(y + 1)2 + (y + 3 )2 = 4              Combine numerical terms in the first parentheses.
y2 + 2y + 1 + y2 + 6y + 9 = 4         Square each binomial.
2y2 + 8y + 10 = 4                     Combine like terms on the left.
2y2 + 8y + 6 = 0                      Subtract 4 from both sides and set the quadratic
                                         equation equal to 0.
Solution
 y2 + 4y + 3 = 0                       Simplify by dividing both sides by 2.
 (y + 3)(y + 1) = 0                    Factor.
 y + 3 = 0 or y + 1 = 0                Set each factor equal to 0.
 y = -3     or y = -1                  Solve for y.


Step 4 Back-substitute the obtained values into the
equation from step 1. Now that we have the y-coordin-                            7

ates of the solutions, we back-substitute -3 for y and -1 for                    6
                                                                                 5
                                                                          x–y=3
y in the equation x = y + 3.                                                 4
                                                                                 3
          If y = -3: x = -3 + 3 = 0, so (0, -3) is a solution.                   2
                                                                                 1
          If y = -1: x = -1 + 3 = 2, so (2, -1) is a solution.     -5 -4 -3 -2 -1
                                                                                      (2, -1)
                                                                                       1   2 3 4   5 6   7
                                                                                 -1
                                                                                 -2
                                                                        (0, -3) -3
Step 5 Check the proposed solution in both of the                                -4
                                                                                 -5
system's given equations. Take a moment to show that                             -6
                                                                                 -7
each ordered pair satisfies both equations. The solution
set of the given system is {(0, -3), (2, -1)}.                                   (x – 2)2 + (y + 3)2 = 4
Example: Solving a Nonlinear System by
the      Addition Method
Solve the system:
                          4x2 + y2 = 13 Equation 1.
                           x2 + y2 = 10 Equation 2.
 Solution We can use the same steps that we did when we solved linear
 systems by the addition method.
Step 1 Write both equations in the form Ax2 + By2 = C. Both equations
are already in this form, so we can skip this step.
Step 2 If necessary, multiply either equation or both equations by
appropriate numbers so that the sum of the x2-coefficients or the sum of
the y2-coefficients is 0. We can eliminate y by multiplying Equation 2 by -1.
                                No change.
          4x2 +   y2   =   13                     4x2 + y2   = 13
                                Multiply by -1.
           x2 +   y2   =   10                     -x2 – y2   = -10
Solution
 Steps 3 and 4   Add equations and solve for the remaining variable.
                 4x2 +        y2 =   13
       Add.
                 - x 2 - y 2 = -10
                 3x 2           =    3
                         x2     = 1
                          x     = ±1
Step 5 Back-substitute and find the values for the other variables. We
must back-substitute each value of x into either one of the original equations.
Let's use x2 + y2 = 10, Equation 2. If x = 1,
     12 + y2 = 10            Replace x with 1 in Equation 2.
          y2 = 9             Subtract 1 from both sides.
           y = ±3            Apply the square root method.
(1, 3) and (1, -3) are solutions. If x = -1,
  (-1)2 + y2 = 10            Replace x with -1 in Equation 2.
          y2 = 9             The steps are the same as before.
           y = ±3
(-1, 3) and (-1, -3) are solutions.
Solution
Step 6 Check. Take a moment to show that each of the four ordered pairs
satisfies Equation 1 and Equation 2. The solution set of the given system is
{(1, 3), (1, -3), (-1, 3), (-1, -3)}.


                                         7
                                         6         4x2 + y2 = 13
                                         5
                                         4
                               (-1, 3)   3
                                                  (1, 3)
                                         2
                                                            x2 + y2 = 10
                                         1

                          -5 -4 -3 -2 -1      1    2 3 4     5 6   7
                                        -1
                                         -2
                                         -3
                              (-1, -3)   -4
                                                  (1, -3)
                                         -5
                                         -6
                                         -7
Example: Solving a Nonlinear System by
the      Addition Method
Solve the system:
                         y = x2 + 3 Equation 1 (The graph is a parabola.)
                   x2 + y2 = 9        Equation 2 (The graph is a circle.)

Solution We could use substitution because Equation 1 has y expressed in
terms of x, but this would result in a fourth-degree equation. However, we
can rewrite Equation 1 by subtracting x2 from both sides and adding the
equations to eliminate the x2-terms.

                  -x2 + y      = 3    Subtract x2 from both sides of Equation 1.
                   x2     + y2 = 9    This is Equation 2.
           Add.         y + y2 = 12   Add the equations.
Solution
We now solve this quadratic equation.
       y + y2 = 12
       y2 + y – 12 = 0             Subtract 12 from both circles and get the quadratic
                                        equation equal to 0.
           (y + 4)(y – 3) = 0           Factor.
           y + 4 = 0 or y – 3 = 0       Set each factor equal to 0.
           y = -4     or     y=3        Solve for y.

To complete the solution, we must back-substitute each value of y into either
one of the original equations. We will use y = x2 + 3, Equation 1. First, we
substitute -4 for y.

           -4 = x2 + 3
           -7 = x2                      Subtract 3 from both sides.
Solution
Because the square of a real number cannot be negative, the equation x2 = -7
does not have real-number solutions. Thus, we move on to our other value
for y, 3, and substitute this value into Equation 1.

      y = x2 + 3        This is Equation 1.                                 7
                                                                            6
      3 = x2 + 3        Back-substitute 3 for y.                            5
                                                       y=x +3
                                                          2                 4
      0 = x2            Subtract 3 from both sides.                         3        (0, 3)
      0=x               Solve for x.
                                                                            2
                                                                            1


We showed that if y = 3, then x = 0. Thus, (0, 3) is          -5 -4 -3 -2 -1
                                                                            -1
                                                                            -2
                                                                                 1   2 3 4      5 6   7



the solution. Take a moment to show that (0, 3)                             -3
                                                                            -4
satisfies Equation 1 and Equation 2. The solution                           -5                x2 + y2 = 9
                                                                            -6
set of the given system is {(0, 3)}.                                        -7
Examples
          x + 2y = 0
                                        y = x2 + 5
                                        
Solve: 1.                           3.  2
          ( x − 1) + ( y − 1) = 5
                   2          2
                                         x + y = 25
                                                2
                                       


            3 x 2 + 2 y 2 = 35
            
         2.  2
            
             4 x + 3 y 2 = 48



4. Find the length and width of a rectangle whose
  perimeter is 20 ft. an whose area is 21 sq.ft.

More Related Content

What's hot

What's hot (20)

Module 2 linear functions
Module 2   linear functionsModule 2   linear functions
Module 2 linear functions
 
Inequalities
InequalitiesInequalities
Inequalities
 
Constant-Coefficient Linear Differential Equations
Constant-Coefficient Linear Differential  EquationsConstant-Coefficient Linear Differential  Equations
Constant-Coefficient Linear Differential Equations
 
Sect1 1
Sect1 1Sect1 1
Sect1 1
 
Ma 104 differential equations
Ma 104 differential equationsMa 104 differential equations
Ma 104 differential equations
 
Differential Equation
Differential EquationDifferential Equation
Differential Equation
 
Solving Linear Equations
Solving Linear EquationsSolving Linear Equations
Solving Linear Equations
 
Algebra 1 lessonplan powerpoint
Algebra 1 lessonplan powerpointAlgebra 1 lessonplan powerpoint
Algebra 1 lessonplan powerpoint
 
System dynamics 3rd edition palm solutions manual
System dynamics 3rd edition palm solutions manualSystem dynamics 3rd edition palm solutions manual
System dynamics 3rd edition palm solutions manual
 
Algebra slideshow
Algebra slideshowAlgebra slideshow
Algebra slideshow
 
Simultaneous equations
Simultaneous equationsSimultaneous equations
Simultaneous equations
 
Automobile 3rd sem aem ppt.2016
Automobile 3rd sem aem ppt.2016Automobile 3rd sem aem ppt.2016
Automobile 3rd sem aem ppt.2016
 
Simultaneous equations (2)
Simultaneous equations (2)Simultaneous equations (2)
Simultaneous equations (2)
 
Chapter 2
Chapter  2Chapter  2
Chapter 2
 
Presentación álgebra
Presentación álgebraPresentación álgebra
Presentación álgebra
 
Multiplying & dividing rational expressions
Multiplying & dividing rational expressionsMultiplying & dividing rational expressions
Multiplying & dividing rational expressions
 
6.2 presentation
6.2 presentation6.2 presentation
6.2 presentation
 
7.3
7.37.3
7.3
 
7.3
7.37.3
7.3
 
Differential equations
Differential equationsDifferential equations
Differential equations
 

Similar to 7.4

Lecture 11 systems of nonlinear equations
Lecture 11 systems of nonlinear equationsLecture 11 systems of nonlinear equations
Lecture 11 systems of nonlinear equationsHazel Joy Chong
 
Linear equation in two variable
Linear equation in two variableLinear equation in two variable
Linear equation in two variableRamjas College
 
Final presentation
Final presentationFinal presentation
Final presentationpaezp
 
Topic 8 (Writing Equations Of A Straight Lines)
Topic 8 (Writing Equations Of A Straight Lines)Topic 8 (Writing Equations Of A Straight Lines)
Topic 8 (Writing Equations Of A Straight Lines)florian Manzanilla
 
Stacks image 1721_36
Stacks image 1721_36Stacks image 1721_36
Stacks image 1721_36Dreams4school
 
Linear systems with 3 unknows
Linear systems with 3 unknowsLinear systems with 3 unknows
Linear systems with 3 unknowsmstf mstf
 
Graphing lines
Graphing linesGraphing lines
Graphing linesdazy1978
 
Business Math Chapter 3
Business Math Chapter 3Business Math Chapter 3
Business Math Chapter 3Nazrin Nazdri
 
pairs of linear equation in two variable
pairs of linear equation in two variablepairs of linear equation in two variable
pairs of linear equation in two variableJashan Kainth
 
January18
January18January18
January18khyps13
 
February 13, 2015
February 13, 2015February 13, 2015
February 13, 2015khyps13
 
Mathematics 8 Systems of Linear Inequalities
Mathematics 8 Systems of Linear InequalitiesMathematics 8 Systems of Linear Inequalities
Mathematics 8 Systems of Linear InequalitiesJuan Miguel Palero
 
Linear equations Class 10 by aryan kathuria
Linear equations Class 10 by aryan kathuriaLinear equations Class 10 by aryan kathuria
Linear equations Class 10 by aryan kathuriaDhiraj Singh
 
January 23
January 23January 23
January 23khyps13
 
7 1solve By Graphing
7 1solve By Graphing7 1solve By Graphing
7 1solve By Graphingtaco40
 
MATHS - Linear equation in two variable (Class - X) Maharashtra Board
MATHS - Linear equation in two variable (Class - X) Maharashtra BoardMATHS - Linear equation in two variable (Class - X) Maharashtra Board
MATHS - Linear equation in two variable (Class - X) Maharashtra BoardPooja M
 

Similar to 7.4 (20)

Lecture 11 systems of nonlinear equations
Lecture 11 systems of nonlinear equationsLecture 11 systems of nonlinear equations
Lecture 11 systems of nonlinear equations
 
Linear equation in two variable
Linear equation in two variableLinear equation in two variable
Linear equation in two variable
 
Final presentation
Final presentationFinal presentation
Final presentation
 
Ml lesson 4 2
Ml lesson 4 2Ml lesson 4 2
Ml lesson 4 2
 
Linear equations
Linear equationsLinear equations
Linear equations
 
Topic 8 (Writing Equations Of A Straight Lines)
Topic 8 (Writing Equations Of A Straight Lines)Topic 8 (Writing Equations Of A Straight Lines)
Topic 8 (Writing Equations Of A Straight Lines)
 
Alg2 lesson 8-7
Alg2 lesson 8-7Alg2 lesson 8-7
Alg2 lesson 8-7
 
New stack
New stackNew stack
New stack
 
Stacks image 1721_36
Stacks image 1721_36Stacks image 1721_36
Stacks image 1721_36
 
Linear systems with 3 unknows
Linear systems with 3 unknowsLinear systems with 3 unknows
Linear systems with 3 unknows
 
Graphing lines
Graphing linesGraphing lines
Graphing lines
 
Business Math Chapter 3
Business Math Chapter 3Business Math Chapter 3
Business Math Chapter 3
 
pairs of linear equation in two variable
pairs of linear equation in two variablepairs of linear equation in two variable
pairs of linear equation in two variable
 
January18
January18January18
January18
 
February 13, 2015
February 13, 2015February 13, 2015
February 13, 2015
 
Mathematics 8 Systems of Linear Inequalities
Mathematics 8 Systems of Linear InequalitiesMathematics 8 Systems of Linear Inequalities
Mathematics 8 Systems of Linear Inequalities
 
Linear equations Class 10 by aryan kathuria
Linear equations Class 10 by aryan kathuriaLinear equations Class 10 by aryan kathuria
Linear equations Class 10 by aryan kathuria
 
January 23
January 23January 23
January 23
 
7 1solve By Graphing
7 1solve By Graphing7 1solve By Graphing
7 1solve By Graphing
 
MATHS - Linear equation in two variable (Class - X) Maharashtra Board
MATHS - Linear equation in two variable (Class - X) Maharashtra BoardMATHS - Linear equation in two variable (Class - X) Maharashtra Board
MATHS - Linear equation in two variable (Class - X) Maharashtra Board
 

7.4

  • 1. Systems of Nonlinear Equations and Their Solutions A system of two nonlinear equations in two variables contains at least one equation that cannot be expressed in the form Ax + By = C. Here are two examples: x2 = 2y + 10 y = x2 + 3 3x – y = 9 x 2 + y2 = 9 A solution to a nonlinear system in two variables is an ordered pair of real numbers that satisfies all equations in the system. The solution set to the system is the set of all such ordered pairs.
  • 2. Example: Solving a Nonlinear System by the Substitution Method Solve by the substitution method: x–y=3 The graph is a line. (x – 2)2 + (y + 3)2 = 4 The graph is a circle. Solution Graphically, we are finding the intersection of a line and a circle whose center is at (2, -3) and whose radius measures 2. Step 1 Solve one of the equations for one variable in terms of the other. We will solve for x in the linear equation - that is, the first equation. (We could also solve for y.) x–y=3 This is the first equation in the given system. x=y+3 Add y to both sides.
  • 3. Solution Step 2 Substitute the expression from step 1 into the other equation. We substitute y + 3 for x in the second equation. x=y +3 ( x – 2)2 + (y + 3)2 = 4 This gives an equation in one variable, namely (y + 3 – 2)2 + (y + 3)2 = 4. The variable x has been eliminated. Step 3 Solve the resulting equation containing one variable. (y + 3 – 2)2 + (y + 3)2 = 4 This is the equation containing one variable. (y + 1)2 + (y + 3 )2 = 4 Combine numerical terms in the first parentheses. y2 + 2y + 1 + y2 + 6y + 9 = 4 Square each binomial. 2y2 + 8y + 10 = 4 Combine like terms on the left. 2y2 + 8y + 6 = 0 Subtract 4 from both sides and set the quadratic equation equal to 0.
  • 4. Solution y2 + 4y + 3 = 0 Simplify by dividing both sides by 2. (y + 3)(y + 1) = 0 Factor. y + 3 = 0 or y + 1 = 0 Set each factor equal to 0. y = -3 or y = -1 Solve for y. Step 4 Back-substitute the obtained values into the equation from step 1. Now that we have the y-coordin- 7 ates of the solutions, we back-substitute -3 for y and -1 for 6 5 x–y=3 y in the equation x = y + 3. 4 3 If y = -3: x = -3 + 3 = 0, so (0, -3) is a solution. 2 1 If y = -1: x = -1 + 3 = 2, so (2, -1) is a solution. -5 -4 -3 -2 -1 (2, -1) 1 2 3 4 5 6 7 -1 -2 (0, -3) -3 Step 5 Check the proposed solution in both of the -4 -5 system's given equations. Take a moment to show that -6 -7 each ordered pair satisfies both equations. The solution set of the given system is {(0, -3), (2, -1)}. (x – 2)2 + (y + 3)2 = 4
  • 5. Example: Solving a Nonlinear System by the Addition Method Solve the system: 4x2 + y2 = 13 Equation 1. x2 + y2 = 10 Equation 2. Solution We can use the same steps that we did when we solved linear systems by the addition method. Step 1 Write both equations in the form Ax2 + By2 = C. Both equations are already in this form, so we can skip this step. Step 2 If necessary, multiply either equation or both equations by appropriate numbers so that the sum of the x2-coefficients or the sum of the y2-coefficients is 0. We can eliminate y by multiplying Equation 2 by -1. No change. 4x2 + y2 = 13 4x2 + y2 = 13 Multiply by -1. x2 + y2 = 10 -x2 – y2 = -10
  • 6. Solution Steps 3 and 4 Add equations and solve for the remaining variable. 4x2 + y2 = 13 Add. - x 2 - y 2 = -10 3x 2 = 3 x2 = 1 x = ±1 Step 5 Back-substitute and find the values for the other variables. We must back-substitute each value of x into either one of the original equations. Let's use x2 + y2 = 10, Equation 2. If x = 1, 12 + y2 = 10 Replace x with 1 in Equation 2. y2 = 9 Subtract 1 from both sides. y = ±3 Apply the square root method. (1, 3) and (1, -3) are solutions. If x = -1, (-1)2 + y2 = 10 Replace x with -1 in Equation 2. y2 = 9 The steps are the same as before. y = ±3 (-1, 3) and (-1, -3) are solutions.
  • 7. Solution Step 6 Check. Take a moment to show that each of the four ordered pairs satisfies Equation 1 and Equation 2. The solution set of the given system is {(1, 3), (1, -3), (-1, 3), (-1, -3)}. 7 6 4x2 + y2 = 13 5 4 (-1, 3) 3 (1, 3) 2 x2 + y2 = 10 1 -5 -4 -3 -2 -1 1 2 3 4 5 6 7 -1 -2 -3 (-1, -3) -4 (1, -3) -5 -6 -7
  • 8. Example: Solving a Nonlinear System by the Addition Method Solve the system: y = x2 + 3 Equation 1 (The graph is a parabola.) x2 + y2 = 9 Equation 2 (The graph is a circle.) Solution We could use substitution because Equation 1 has y expressed in terms of x, but this would result in a fourth-degree equation. However, we can rewrite Equation 1 by subtracting x2 from both sides and adding the equations to eliminate the x2-terms. -x2 + y = 3 Subtract x2 from both sides of Equation 1. x2 + y2 = 9 This is Equation 2. Add. y + y2 = 12 Add the equations.
  • 9. Solution We now solve this quadratic equation. y + y2 = 12 y2 + y – 12 = 0 Subtract 12 from both circles and get the quadratic equation equal to 0. (y + 4)(y – 3) = 0 Factor. y + 4 = 0 or y – 3 = 0 Set each factor equal to 0. y = -4 or y=3 Solve for y. To complete the solution, we must back-substitute each value of y into either one of the original equations. We will use y = x2 + 3, Equation 1. First, we substitute -4 for y. -4 = x2 + 3 -7 = x2 Subtract 3 from both sides.
  • 10. Solution Because the square of a real number cannot be negative, the equation x2 = -7 does not have real-number solutions. Thus, we move on to our other value for y, 3, and substitute this value into Equation 1. y = x2 + 3 This is Equation 1. 7 6 3 = x2 + 3 Back-substitute 3 for y. 5 y=x +3 2 4 0 = x2 Subtract 3 from both sides. 3 (0, 3) 0=x Solve for x. 2 1 We showed that if y = 3, then x = 0. Thus, (0, 3) is -5 -4 -3 -2 -1 -1 -2 1 2 3 4 5 6 7 the solution. Take a moment to show that (0, 3) -3 -4 satisfies Equation 1 and Equation 2. The solution -5 x2 + y2 = 9 -6 set of the given system is {(0, 3)}. -7
  • 11. Examples x + 2y = 0   y = x2 + 5  Solve: 1.  3.  2 ( x − 1) + ( y − 1) = 5 2 2  x + y = 25 2   3 x 2 + 2 y 2 = 35  2.  2   4 x + 3 y 2 = 48 4. Find the length and width of a rectangle whose perimeter is 20 ft. an whose area is 21 sq.ft.