Presentation is loading. Please wait.

Presentation is loading. Please wait.

Copyright © 2012 Pearson Education, Inc. Publishing as Addison Wesley CHAPTER 6: Systems of Equations and Matrices 6.1 Systems of Equations in Two Variables.

Similar presentations


Presentation on theme: "Copyright © 2012 Pearson Education, Inc. Publishing as Addison Wesley CHAPTER 6: Systems of Equations and Matrices 6.1 Systems of Equations in Two Variables."— Presentation transcript:

1

2 Copyright © 2012 Pearson Education, Inc. Publishing as Addison Wesley CHAPTER 6: Systems of Equations and Matrices 6.1 Systems of Equations in Two Variables 6.2 Systems of Equations in Three Variables 6.3 Matrices and Systems of Equations 6.4 Matrix Operations 6.5 Inverses of Matrices 6.6 Determinants and Cramer’s Rule 6.7 Systems of Inequalities and Linear Programming 6.8 Partial Fractions

3 Copyright © 2012 Pearson Education, Inc. Publishing as Addison Wesley 6.2 Systems of Equations in Three Variables  Solve systems of linear equations in three variables.  Use systems of three equations to solve applied problems.  Model a situation using a quadratic function.

4 Slide 6.2 - 4 Copyright © 2012 Pearson Education, Inc. Publishing as Addison Wesley Solving Systems of Equations in Three Variables A linear equation in three variables is an equation equivalent to one of the form Ax + By + Cz = D. A, B, C, and D are real numbers and A, B, and C are not 0. A solution of a system of three equations in three variables is an ordered triple that makes all three equations true. Example: The triple (4, 0,  3) is the solution of this system of equations. We can verify this by substituting 4 for x, 0 for y, and  3 for z in each equation. x  2y + 4z =  8 2x + 2y  z = 11 x + y  2z = 10

5 Slide 6.2 - 5 Copyright © 2012 Pearson Education, Inc. Publishing as Addison Wesley Gaussian Elimination An algebraic method used to solve systems in three variables. The original system is transformed to an equivalent one of the form: Ax + By + Cz = D, Ey + Fz = G, Hz = K. Then the third equation is solved for z and back- substitution is used to find y and then x.

6 Slide 6.2 - 6 Copyright © 2012 Pearson Education, Inc. Publishing as Addison Wesley Operations The following operations can be used to transform the original system to an equivalent system in the desired form. 1.Interchange any two equations. 2.Multiply both sides of one of the equations by a nonzero constant. 3.Add a nonzero multiple of one equation to another equation.

7 Slide 6.2 - 7 Copyright © 2012 Pearson Education, Inc. Publishing as Addison Wesley Example Solve the system x + 3y + 2z = 9 x  y + 3z = 16 3x  4y + 2z = 28 Solution: Choose 1 variable to eliminate using 2 different pairs of equations. Let’s eliminate x from equations (2) and (3).

8 Slide 6.2 - 8 Copyright © 2012 Pearson Education, Inc. Publishing as Addison Wesley Example  x  3y  2z =  9 Mult. (1) by  1 x  y + 3z = 16 (2)  4y + z = 7 (4)  3x  9y  6z =  27 Mult. (1) by  3 3x  4y + 2z = 28 (3)  13y  4z = 1 (5)

9 Slide 6.2 - 9 Copyright © 2012 Pearson Education, Inc. Publishing as Addison Wesley Example continued Now we have… x + 3y + 2z = 9 (1)  4y + z = 7 (4)  13y  4z = 1 (5) Next, we multiply equation (4) by 4 to make the z coefficient a multiple of the z coefficient in the equation below it. x + 3y + 2z = 9 (1)  16y + 4z = 28 (6)  13y  4z = 1 (5)

10 Slide 6.2 - 10 Copyright © 2012 Pearson Education, Inc. Publishing as Addison Wesley Example continued Now, we add equations 5 and 6.  13y  4z = 1 (5)  16y + 4z = 28 (6)  29y = 29 Now, we have the system of equations: x + 3y + 2z = 9 (1)  13y  4z = 1 (5)  29y = 29 (7)

11 Slide 6.2 - 11 Copyright © 2012 Pearson Education, Inc. Publishing as Addison Wesley Example continued Next, we solve equation (7) for y:  29y = 29 y =  1 Then, we back-substitute  1 in equation (5) and solve for z.  13(  1)  4z = 1 13  4z = 1  4z =  12 z = 3

12 Slide 6.2 - 12 Copyright © 2012 Pearson Education, Inc. Publishing as Addison Wesley Example continued Finally, we substitute  1 for y and 3 for z in equation (1) and solve for x: x + 3(  1) + 2(3) = 9 x  3 + 6 = 9 x = 6 The triple (6,  1, 3) is the solution of this system.

13 Slide 6.2 - 13 Copyright © 2012 Pearson Education, Inc. Publishing as Addison Wesley Graphs The graph of a linear equation in three variables is a plane. Thus the solution set of such a system is the intersection of three planes.

14 Slide 6.2 - 14 Copyright © 2012 Pearson Education, Inc. Publishing as Addison Wesley Application A food service distributor conducted a study to predict fuel usage for new delivery routes, for a particular truck. Use the chart to find the rates of fuel in rush hour traffic, city traffic, and on the highway. 6 3 3 Highway Hours 34186Week 3 2487Week 2 1592Week 1 Total Fuel Used (gal) City Traffic Hours Rush Hour Hours

15 Slide 6.2 - 15 Copyright © 2012 Pearson Education, Inc. Publishing as Addison Wesley Solution 1.Familiarize. We let x, y, and z represent the hours in rush hour traffic, city traffic, and highway, respectively. 2.Translate. We have three equations: 2x + 9y + 3z = 15 (1) 7x + 8y + 3z = 24 (2) 6x + 18y + 6z = 34 (3) 3.Carry Out. We will solve this system by eliminating z from equations (2) and (3).  2x  9y  3z =  15 Mult. (1) by  1 7x + 8y + 3z = 24 (2) 5x  y = 9 (4)

16 Slide 6.2 - 16 Copyright © 2012 Pearson Education, Inc. Publishing as Addison Wesley Solution continued Next, we can solve for x:  4x  18y  6z =  30 Mult. (1) by  2 6x + 18y + 6z = 34 (3) 2x = 4 x = 2 Next, we can solve for y by substituting 2 for x in equation (4): 5(2)  y = 9 y = 1 Finally, we can substitute 2 for x and 1 for y in equation (1) to solve for z: 2(2) + 9(1) + 3z = 15 4 + 9 + 3z = 15 3z = 2 z = Solving the system we get (2, 1, ).

17 Slide 6.2 - 17 Copyright © 2012 Pearson Education, Inc. Publishing as Addison Wesley Solution continued 4. Check: Substituting 2 for x, 1 for y, and for z, we see that the solution makes each of the three equations true. 5. State: In rush hour traffic the distribution truck uses fuel at a rate of 2 gallons per hour. In city traffic, the same truck uses 1 gallon of fuel per hour. In highway traffic, the same truck used gallon of fuel per hour.

18 Slide 6.2 - 18 Copyright © 2012 Pearson Education, Inc. Publishing as Addison Wesley Mathematical Models and Applications Recall that when we model a situation using a linear function f(x) = mx + b, we need to know two data points in order to determine m and b. For a quadratic model, f(x) = ax 2 + bc + c we need three data points in order to determine a, b, and c.

19 Slide 6.2 - 19 Copyright © 2012 Pearson Education, Inc. Publishing as Addison Wesley Example The table below lists sales of winter sports equipment, apparel, and accessories in November in three recent years. Use the data to find a quadratic function that gives the snow-sports sales as a function of the number of years after 2006. Then use the function to estimate snow-sports sales in 2009.

20 Slide 6.2 - 20 Copyright © 2012 Pearson Education, Inc. Publishing as Addison Wesley Solution Let x = the number of years after 2006 s(x) = snow-sports sales x = 0 corresponds to 2006 x = 1 corresponds to 2007 x = 2 corresponds to 2008 Use three data points. (0, 296), (1, 423), and (2, 402) to find a, b, and c.

21 Slide 6.2 - 21 Copyright © 2012 Pearson Education, Inc. Publishing as Addison Wesley Solution Now have a system of three equations in the variables a, b, and c. Solving the system, we get: Estimate sales in 2009, we find f(3).


Download ppt "Copyright © 2012 Pearson Education, Inc. Publishing as Addison Wesley CHAPTER 6: Systems of Equations and Matrices 6.1 Systems of Equations in Two Variables."

Similar presentations


Ads by Google