text
stringlengths
235
3.08k
point P1 and a terminal point P2, and v has an initial point P3 and a terminal point P4. 52. P1 = (βˆ’1, 4), P2 = (3, 1), P3 = (5, 5) and 53. P1 = (6, 11), P2 = (βˆ’2, 8), P3 = (0, βˆ’ 1) and P4 = (9, 2) P4 = (βˆ’8, 2) For the following exercises, use the vectors u = 2i βˆ’ j, v = 4i βˆ’ 3j, and w = βˆ’2i + 5j to evaluate the expression. 54. u βˆ’ v 55. 2v βˆ’ u + w For the following exercises, find a unit vector in the same direction as the given vector. 56. a = 8i βˆ’ 6j 57. b = βˆ’3i βˆ’ j For the following exercises, find the magnitude and direction of the vector. 58. γ€ˆ6, βˆ’2βŒͺ 59. γ€ˆβˆ’3, βˆ’3βŒͺ For the following exercises, calculate u β‹… v. 60. u = βˆ’2i + j and v = 3i + 7j 1 _ 62. Given v = γ€ˆβˆ’3, 4βŒͺ draw v, 2v, and v. 2 61. u = i + 4j and v = 4i + 3j 63. Given the vectors shown in Figure 4, sketch u + v, u βˆ’ v and 3v. u v Figure 4 64. Given initial point P1 = (3, 2) and terminal point P2 = (βˆ’5, βˆ’1), write the vector v in terms of i and j. Draw the points and the vector on the graph. CHAPTER 8 practice test 755 CHAPTeR 8 PRACTICe TeST 1. Assume Ξ± is opposite side a, Ξ² is opposite side b, and Ξ³ is opposite side c. Solve the triangle, if possible, and round each answer to the nearest tenth, given Ξ² = 68Β°, b = 21, c = 16. 3. A pilot flies in a straight path for 2 hours. He then makes a course correction, heading 15Β° to the right of his original course, and flies 1 hour in the new direction. If he maintains a constant speed of 575 miles per hour, how far is he from his starting position? 5. Convert ξ€’ 2, Ο€ __
3 ξ€ͺ to rectangular coordinates. 2. Find the area of the triangle in Figure 1. Round each answer to the nearest tenth. 6.25 5 60Β° 7 Figure 1 4. Convert (2, 2) to polar coordinates, and then plot the point. 6. Convert the polar equation to a Cartesian equation: x2 + y2 = 5y. 7. Convert to rectangular form and graph: r = βˆ’ 3csc ΞΈ. 9. Graph r = 3 + 3cos ΞΈ. 8. Test the equation for symmetry: r = βˆ’ 4sin (2ΞΈ). 10. Graph r = 3 βˆ’ 5sin ΞΈ. 11. Find the absolute value of the complex number 12. Write the complex number in polar form: 4 + i. 5 βˆ’ 9i. 13. Convert the complex number from polar to rectangular form: z = 5cis ξ€’ 2Ο€ ___ ξ€ͺ. 3 Given z1 = 8cis(36Β°) and z2 = 2cis(15Β°), evaluate each expression. 14. z1 z2 15. z1 _ z2 18. Plot the complex number βˆ’5 βˆ’ i in the complex plane. 20. Parameterize (write a parametric equation for) the following Cartesian equation by using x(t) = acos t y2 and y(t) = bsin t: x2 ___ ___ 100 36 = 1. + 16. (z2)3 17. √ β€” z1 19. Eliminate the parameter t to rewrite the following parametric equations as a Cartesian equation: x(t) = t + 1 y(t) = 2t2  21. Graph the set of parametric equations and find the Cartesian equation:  x(t) = βˆ’2sin t y(t) = 5cos t 22. A ball is launched with an initial velocity of 95 feet per second at an angle of 52Β° to the horizontal. The ball is released at a height of 3.5 feet above the ground. a. Find the parametric equations to model the path of the ball. b. Where is the ball after 2 seconds? c. How long is the ball in the air? For the following exercises, use the vectors u = i βˆ’3j and v = 2i + 3j. 23. Find 2u βˆ’ 3v. 24. Calculate u βˆ™ v. 25. Find a unit vector in
the same direction as v. 26. Given vector v has an initial point P1 = (2, 2) and terminal point P2 = (βˆ’1, 0), write the vector v in terms of i and j. On the graph, draw v, and βˆ’ v. 9 Systems of Equations and Inequalities Figure 1 enigma machines like this one, once owned by Italian dictator Benito Mussolini, were used by government and military officials for enciphering and deciphering top-secret communications during World War II. (credit: Dave Addey, Flickr) CHAPTeR OUTlIne 9.1 Systems of linear equations: Two Variables 9.2 Systems of linear equations: Three Variables 9.3 Systems of nonlinear equations and Inequalities: Two Variables 9.4 Partial Fractions 9.5 Matrices and Matrix Operations 9.6 Solving Systems with Gaussian elimination 9.7 Solving Systems with Inverses 9.8 Solving Systems with Cramer's Rule Introduction By 1943, it was obvious to the Nazi regime that defeat was imminent unless it could build a weapon with unlimited destructive power, one that had never been seen before in the history of the world. In September, Adolf Hitler ordered German scientists to begin building an atomic bomb. Rumors and whispers began to spread from across the ocean. Refugees and diplomats told of the experiments happening in Norway. However, Franklin D. Roosevelt wasn’t sold, and even doubted British Prime Minister Winston Churchill’s warning. Roosevelt wanted undeniable proof. Fortunately, he soon received the proof he wanted when a group of mathematicians cracked the β€œEnigma” code, proving beyond a doubt that Hitler was building an atomic bomb. The next day, Roosevelt gave the order that the United States begin work on the same. The Enigma is perhaps the most famous cryptographic device ever known. It stands as an example of the pivotal role cryptography has played in society. Now, technology has moved cryptanalysis to the digital world. Many ciphers are designed using invertible matrices as the method of message transference, as finding the inverse of a matrix is generally part of the process of decoding. In addition to knowing the matrix and its inverse, the receiver must also know the key that, when used with the matrix inverse, will allow the message to be read. In this chapter, we will investigate matrices and their inverses, and various ways to use matrices to solve systems of equations. First,
however, we will study systems of equations on their own: linear and nonlinear, and then partial fractions. We will not be breaking any secret codes here, but we will lay the foundation for future courses. 757 7 58 CHAPTER 9 systems oF eQuations and ineQualities leARnInG OBjeCTIVeS In this section, you will: β€’ Solve systems of equations by graphing. β€’ Solve systems of equations by substitution. β€’ Solve systems of equations by addition. β€’ β€’ Express the solution of a system of dependent equations containing two variables. Identify inconsistent systems of equations containing two variables. 9.1 SYSTeMS OF lIneAR eQUATIOnS: TWO VARIABleS Figure 1 (credit: Thomas SΓΈrenes) A skateboard manufacturer introduces a new line of boards. The manufacturer tracks its costs, which is the amount it spends to produce the boards, and its revenue, which is the amount it earns through sales of its boards. How can the company determine if it is making a profit with its new line? How many skateboards must be produced and sold before a profit is possible? In this section, we will consider linear equations with two variables to answer these and similar questions. Introduction to Systems of equations In order to investigate situations such as that of the skateboard manufacturer, we need to recognize that we are dealing with more than one variable and likely more than one equation. A system of linear equations consists of two or more linear equations made up of two or more variables such that all equations in the system are considered simultaneously. To find the unique solution to a system of linear equations, we must find a numerical value for each variable in the system that will satisfy all equations in the system at the same time. Some linear systems may not have a solution and others may have an infinite number of solutions. In order for a linear system to have a unique solution, there must be at least as many equations as there are variables. Even so, this does not guarantee a unique solution. In this section, we will look at systems of linear equations in two variables, which consist of two equations that contain two different variables. For example, consider the following system of linear equations in two variables. 2x + y = 15 3x βˆ’ y = 5 The solution to a system of linear equations in two variables is any ordered pair that satisfies each equation independently. In this example, the ordered pair (4, 7) is the solution to
the system of linear equations. We can verify the solution by substituting the values into each equation to see if the ordered pair satisfies both equations. Shortly we will investigate methods of finding such a solution if it exists. 2(4) + (7) = 15 True 3(4) βˆ’ (7) = 5 True In addition to considering the number of equations and variables, we can categorize systems of linear equations by the number of solutions. A consistent system of equations has at least one solution. A consistent system is considered to be an independent system if it has a single solution, such as the example we just explored. The two lines have SECTION 9.1 systems oF linear eQuations: two variaBles 759 different slopes and intersect at one point in the plane. A consistent system is considered to be a dependent system if the equations have the same slope and the same y-intercepts. In other words, the lines coincide so the equations represent the same line. Every point on the line represents a coordinate pair that satisfies the system. Thus, there are an infinite number of solutions. Another type of system of linear equations is an inconsistent system, which is one in which the equations represent two parallel lines. The lines have the same slope and different y-intercepts. There are no points common to both lines; hence, there is no solution to the system. types of linear systems There are three types of systems of linear equations in two variables, and three types of solutions. β€’ An independent system has exactly one solution pair (x, y). The point where the two lines intersect is the only solution. β€’ An inconsistent system has no solution. Notice that the two lines are parallel and will never intersect. β€’ A dependent system has infinitely many solutions. The lines are coincident. They are the same line, so every coordinate pair on the line is a solution to both equations. Figure 2 compares graphical representations of each type of system.   7 –, 11   5 5 ο£­ ο£­ –6 –4 –2 y 5 4 3 2 1 0 –1 –2 –3 –4 –5 y 5 4 3 2 1 0 –1 –2 –3 2 4 6 x –6 –4 –2 (–1, –2) 2 4 6 x –6 –4 –2 Figure 2 –4 –5 (1, 21 –2 –3 –4 –5 How To… Given a system of linear
equations and an ordered pair, determine whether the ordered pair is a solution. Independent System Inconsistent System Dependent System 1. Substitute the ordered pair into each equation in the system. 2. Determine whether true statements result from the substitution in both equations; if so, the ordered pair is a solution. Example 1 Determining Whether an Ordered Pair Is a Solution to a System of Equations Determine whether the ordered pair (5, 1) is a solution to the given system of equations. Solution Substitute the ordered pair (5, 1) into both equations. x + 3y = 8 2x βˆ’ 9 = y (5) + 3(1) = 8 8 = 8 2(5) βˆ’ 9 = (1) 1 = 1 True True The ordered pair (5, 1) satisfies both equations, so it is the solution to the system. Analysis We can see the solution clearly by plotting the graph of each equation. Since the solution is an ordered pair that satisfies both equations, it is a point on both of the lines and thus the point of intersection of the two lines. See Figure 3. 7 60 CHAPTER 9 systems oF eQuations and ineQualities y 5 4 3 2 1 –2 –1 –1 –2 –3 –4 –5 x +3y = 8 4 21 3 (5, 1) 5 6 7 8 9 10 x 2x βˆ’ 9 = y Figure 3 Try It #1 Determine whether the ordered pair (8, 5) is a solution to the following system. 5x βˆ’ 4y = 20 2x + 1 = 3y Solving Systems of equations by Graphing There are multiple methods of solving systems of linear equations. For a system of linear equations in two variables, we can determine both the type of system and the solution by graphing the system of equations on the same set of axes. Example 2 Solving a System of Equations in Two Variables by Graphing Solve the following system of equations by graphing. Identify the type of system. Solution Solve the first equation for y. Solve the second equation for y. 2x + y = βˆ’8 x βˆ’ y = βˆ’1 2x + y = βˆ’8 y = βˆ’ 2x βˆ’8 x βˆ’ y = βˆ’1 y = x + 1 Graph both equations on the same set of axes as in Figure 4. y 10 8 6 4 2 –1 –2 –4 –6 –8 –10 y =
βˆ’2x βˆ’8 –5 –4 –3 –2 (βˆ’3, βˆ’2) y = x + 1 21 3 4 5 x Figure 4 SECTION 9.1 systems oF linear eQuations: two variaBles 761 The lines appear to intersect at the point (βˆ’3, βˆ’2). We can check to make sure that this is the solution to the system by substituting the ordered pair into both equations. 2(βˆ’3) + (βˆ’2) = βˆ’8 βˆ’8 = βˆ’8 True (βˆ’3) βˆ’ (βˆ’2) = βˆ’1 βˆ’1 = βˆ’1 True The solution to the system is the ordered pair (βˆ’3, βˆ’2), so the system is independent. Try It #2 Solve the following system of equations by graphing. 2x βˆ’ 5y = βˆ’25 βˆ’4x + 5y = 35 Q & A… Can graphing be used if the system is inconsistent or dependent? Yes, in both cases we can still graph the system to determine the type of system and solution. If the two lines are parallel, the system has no solution and is inconsistent. If the two lines are identical, the system has infinite solutions and is a dependent system. Solving Systems of equations by Substitution Solving a linear system in two variables by graphing works well when the solution consists of integer values, but if our solution contains decimals or fractions, it is not the most precise method. We will consider two more methods of solving a system of linear equations that are more precise than graphing. One such method is solving a system of equations by the substitution method, in which we solve one of the equations for one variable and then substitute the result into the second equation to solve for the second variable. Recall that we can solve for only one variable at a time, which is the reason the substitution method is both valuable and practical. How To… Given a system of two equations in two variables, solve using the substitution method. 1. Solve one of the two equations for one of the variables in terms of the other. 2. Substitute the expression for this variable into the second equation, then solve for the remaining variable. 3. Substitute that solution into either of the original equations to find the value of the first variable. If possible, write the solution as an ordered pair. 4. Check the solution in both equations. Example 3 Solving a System of Equations in Two Variables by Substitution Solve the following system of equations by substitution. Solution First,
we will solve the first equation for y. βˆ’x + y = βˆ’5 2x βˆ’ 5y = 1 βˆ’x + y = βˆ’5 y = x βˆ’ 5 7 62 CHAPTER 9 systems oF eQuations and ineQualities Now we can substitute the expression x βˆ’ 5 for y in the second equation. 2x βˆ’ 5y = 1 2x βˆ’ 5(x βˆ’ 5) = 1 2x βˆ’ 5x + 25 = 1 βˆ’3x = βˆ’24 x = 8 Now, we substitute x = 8 into the first equation and solve for y. βˆ’(8) + y = βˆ’5 y = 3 Our solution is (8, 3). Check the solution by substituting (8, 3) into both equations. βˆ’x + y = βˆ’ 5 βˆ’(8) + (3) = βˆ’ 5 True 2x βˆ’ 5y = 1 2(8) βˆ’ 5(3) = 1 True Try It #3 Solve the following system of equations by substitution. x = y + 3 4 = 3x βˆ’ 2y Q & A… Can the substitution method be used to solve any linear system in two variables? Yes, but the method works best if one of the equations contains a coefficient of 1 or βˆ’1 so that we do not have to deal with fractions. Solving Systems of equations in Two Variables by the Addition Method A third method of solving systems of linear equations is the addition method. In this method, we add two terms with the same variable, but opposite coefficients, so that the sum is zero. Of course, not all systems are set up with the two terms of one variable having opposite coefficients. Often we must adjust one or both of the equations by multiplication so that one variable will be eliminated by addition. How To… Given a system of equations, solve using the addition method. 1. Write both equations with x- and y-variables on the left side of the equal sign and constants on the right. 2. Write one equation above the other, lining up corresponding variables. If one of the variables in the top equation has the opposite coefficient of the same variable in the bottom equation, add the equations together, eliminating one variable. If not, use multiplication by a nonzero number so that one of the variables in the top equation has the opposite coefficient of the same variable in the bottom equation, then add the equations to eliminate the variable. 3. Solve the resulting equation for the remaining variable. 4. Substitute that value into one
of the original equations and solve for the second variable. 5. Check the solution by substituting the values into the other equation. SECTION 9.1 systems oF linear eQuations: two variaBles 763 Example 4 Solving a System by the Addition Method Solve the given system of equations by addition. x + 2y = βˆ’1 βˆ’x + y = 3 Solution Both equations are already set equal to a constant. Notice that the coefficient of x in the second equation, βˆ’1, is the opposite of the coefficient of x in the first equation, 1. We can add the two equations to eliminate x without needing to multiply by a constant. x + 2y = βˆ’ 1 βˆ’x + y = 3 3y = 2 Now that we have eliminated x, we can solve the resulting equation for y. 3y = 2 2 _ y = 3 Then, we substitute this value for y into one of the original equations and solve for x. 2 The solution to this system is ξ€’ βˆ’ 7 ξ€ͺ __ __, 3 3 Check the solution in the first equation. βˆ’x + y = 3 2 __ = 3 βˆ’x + 3 2 _ βˆ’x = 3 βˆ’ 3 7 _ βˆ’ + 2y = βˆ’1 __ __ 3 3 4 βˆ’ 7 __ __ = βˆ’1 + 3 3 βˆ’ 3 __ = βˆ’1 3 βˆ’1 = βˆ’1 True Analysis We gain an important perspective on systems of equations by looking at the graphical representation. See Figure 5 to find that the equations intersect at the solution. We do not need to ask whether there may be a second solution because observing the graph confirms that the system has exactly one solution. x + 2y = βˆ’1 –,7 3 2 3 –6 –5 –4 –3 –2 βˆ’1 –1 –2 –3 –4 –5 21 3 4 5 6 x Figure 5 7 64 CHAPTER 9 systems oF eQuations and ineQualities Example 5 Using the Addition Method When Multiplication of One Equation Is Required Solve the given system of equations by the addition method. 3x + 5y = βˆ’11 x βˆ’ 2y = 11 Solution Adding these equations as presented will not eliminate a variable. However, we see that the first equation has 3x in it and the second equation has x. So if we multiply the second equation by βˆ’3, the x-terms will add to zero. x βˆ’ 2y = 11 βˆ’3(x βˆ’ 2y) = βˆ’3
(11) βˆ’3x + 6y = βˆ’33 Multiply both sides by βˆ’3. Use the distributive property. Now, let’s add them. 3x + 5y = βˆ’11 βˆ’3x + 6y = βˆ’33 11y = βˆ’44 y = βˆ’4 For the last step, we substitute y = βˆ’4 into one of the original equations and solve for x. 3x + 5y = βˆ’ 11 3x + 5( βˆ’ 4) = βˆ’ 11 3x βˆ’ 20 = βˆ’ 11 3x = 9 x = 3 Our solution is the ordered pair (3, βˆ’4). See Figure 6. Check the solution in the original second equation. x βˆ’ 2y = 11 (3) βˆ’ 2( βˆ’ 4) = 3 + 8 11 = 11 True y 6 5 4 3 2 1 –1 –1 –2 –3 –4 –5 –6 –6 –5 –4 –3 –2 21 3 4 5 6 x (3, –4) x βˆ’ 2y = 11 3x + 5y = βˆ’11 Figure 6 2x βˆ’ 7y = 2 3x + y = βˆ’20 Try It #4 Solve the system of equations by addition. Example 6 Using the Addition Method When Multiplication of Both Equations Is Required Solve the given system of equations in two variables by addition. 2x + 3y = βˆ’16 5x βˆ’ 10y = 30 SECTION 9.1 systems oF linear eQuations: two variaBles 765 Solution One equation has 2x and the other has 5x. The least common multiple is 10x so we will have to multiply both equations by a constant in order to eliminate one variable. Let’s eliminate x by multiplying the first equation by βˆ’5 and the second equation by 2. Then, we add the two equations together. βˆ’ 5(2x + 3y) = βˆ’5(βˆ’16) βˆ’ 10x βˆ’ 15y = 80 2(5x βˆ’ 10y) = 2(30) 10x βˆ’ 20y = 60 βˆ’10x βˆ’ 15y = 80 10x βˆ’ 20y = 60 βˆ’35y = 140 y = βˆ’4 Substitute y = βˆ’4 into the original first equation. 2x + 3(βˆ’4) = βˆ’16 2x βˆ’ 12 = βˆ’16 2x = βˆ’4 x = βˆ’2 The solution is (βˆ’2, βˆ’4). Check it in the other equation. See Figure 7.
5x βˆ’ 10y = 30 5(βˆ’2) βˆ’ 10(βˆ’4) = 30 βˆ’10 + 40 = 30 30 = 30 y 5 4 3 2 1 –1 –1 –2 –3 –4 –5 –6 –7 2x + 3y = βˆ’16 –6 –5 –4 –3 –2 (βˆ’2, βˆ’4) 5x βˆ’ 10y = 30 21 3 4 5 6 x Example 7 Using the Addition Method in Systems of Equations Containing Fractions Solve the given system of equations in two variables by addition. Figure 7 x y __ __ = 3 + 6 3 y x __ __ = 1 βˆ’ 4 2 Solution First clear each equation of fractions by multiplying both sides of the equation by the least common denominator. y x __ __ ξ€ͺ = 6(3) + 6 ξ€’ 6 3 2x + y = 18 y x __ __ ξ€ͺ = 4(1) βˆ’ 4 ξ€’ 4 2 2x βˆ’ y = 4 7 66 CHAPTER 9 systems oF eQuations and ineQualities Now multiply the second equation by βˆ’1 so that we can eliminate the x-variable. Add the two equations to eliminate the x-variable and solve the resulting equation. βˆ’1(2x βˆ’ y) = βˆ’1(4) βˆ’2x + y = βˆ’4 Substitute y = 7 into the first equation. 2x + y = 18 βˆ’2x + y = βˆ’4 2y = 14 y = 7 2x + (7) = 18 2x = 11 11 ___ 2 = 5.5 x = The solution is ξ€’ 11, 7 ξ€ͺ. Check it in the other equation. ___ 2 x y __ __ = 1 βˆ’ 2 4 11 _ 7 2 ____ __ βˆ’ = 1 2 4 7 11 __ ___ = 1 βˆ’ 4 4 4 __ = 1 4 Try It #5 Solve the system of equations by addition. 2x + 3y = 8 3x + 5y = 10 Identifying Inconsistent Systems of equations Containing Two Variables Now that we have several methods for solving systems of equations, we can use the methods to identify inconsistent systems. Recall that an inconsistent system consists of parallel lines that have the same slope but different y-intercepts. They will never intersect. When searching for a solution to an inconsistent system, we will come up with a false statement, such as 12 = 0. Example 8 Solving an Inconsistent
System of Equations Solve the following system of equations. x = 9 βˆ’ 2y x + 2y = 13 Solution We can approach this problem in two ways. Because one equation is already solved for x, the most obvious step is to use substitution. x + 2y = 13 (9 βˆ’ 2y) + 2y = 13 9 + 0y = 13 9 = 13 Clearly, this statement is a contradiction because 9 β‰  13. Therefore, the system has no solution. SECTION 9.1 systems oF linear eQuations: two variaBles 767 The second approach would be to first manipulate the equations so that they are both in slope-intercept form. We manipulate the first equation as follows. x = 9 βˆ’ 2y 2y = βˆ’ x + 9 y = βˆ’ 1 9 __ __ x + 2 2 We then convert the second equation expressed to slope-intercept form. x + 2y = 13 2y = βˆ’ x + 13 y = βˆ’ 1 __ x + 2 13 ___ 2 Comparing the equations, we see that they have the same slope but different y-intercepts. Therefore, the lines are parallel and do not intersect. 9 y = βˆ’ 1 __ __ x + 2 2 13 y = βˆ’ 1 ___ __ x + 2 2 Analysis Writing the equations in slope-intercept form confirms that the system is inconsistent because all lines will intersect eventually unless they are parallel. Parallel lines will never intersect; thus, the two lines have no points in common. The graphs of the equations in this example are shown in Figure 812 –10 –8 –6 –4 y 12 10 8 6 4 2 –2 –2 –4 –6 –8 –10 –12 1 y = βˆ’ x + 2 x 13 2 42 6 8 10 12 Try It #6 Solve the following system of equations in two variables. Figure 8 2y βˆ’ 2x = 2 2y βˆ’ 2x = 6 expressing the Solution of a System of Dependent equations Containing Two Variables Recall that a dependent system of equations in two variables is a system in which the two equations represent the same line. Dependent systems have an infinite number of solutions because all of the points on one line are also on the other line. After using substitution or addition, the resulting equation will be an identity, such as 0 = 0. Example 9 Finding a Solution to a Dependent System of Linear Equations Find a solution to the system of equations using the addition method. x + 3y =
2 3x + 9y = 6 Solution With the addition method, we want to eliminate one of the variables by adding the equations. In this case, let’s focus on eliminating x. If we multiply both sides of the first equation by βˆ’3, then we will be able to eliminate the x-variable. 7 68 CHAPTER 9 systems oF eQuations and ineQualities Now add the equations. x + 3y = 2 (βˆ’3)(x + 3y) = (βˆ’3)(2) βˆ’3x βˆ’ 9y = βˆ’ 6 βˆ’3x βˆ’ 9y = βˆ’6 + 3x + 9y = 6 0 = 0 We can see that there will be an infinite number of solutions that satisfy both equations. Analysis before adding. Let’s look at what happens when we convert the system to slope-intercept form. If we rewrote both equations in the slope-intercept form, we might know what the solution would look like x + 3y = 2 3y = βˆ’ x + 2 1 2 __ __ y = βˆ’ x + 3 3 3x + 9y = 6 9y = βˆ’3x + 6 3 6 __ __ y = βˆ’ x + 9 9 2 1 __ __ x + y = βˆ’ 3 3 1 2 ξ€ͺ. See Figure 9. Notice the results are the same. The general solution to the system is ξ€’ x, βˆ’ _ _ x + 3 3 x + 3y = 2 –5 –4 –3 –2 y 5 4 3 2 1 –1 –1 –2 –3 –4 –5 21 3 4 x 5 3x + 9y = 6 Figure 9 Try It #7 Solve the following system of equations in two variables. y βˆ’ 2x = 5 βˆ’3y + 6x = βˆ’15 Using Systems of equations to Investigate Profits Using what we have learned about systems of equations, we can return to the skateboard manufacturing problem at the beginning of the section. The skateboard manufacturer’s revenue function is the function used to calculate the amount of money that comes into the business. It can be represented by the equation R = xp, where x = quantity and p = price. The revenue function is shown in orange in Figure 10. The cost function is the function used to calculate the costs of doing business. It includes fixed costs, such as rent and salaries, and variable costs, such as utilities. The cost function is shown in blue in Figure 10. The x-
axis represents quantity in hundreds of units. The y-axis represents either cost or revenue in hundreds of dollars. SECTION 9.1 systems oF linear eQuations: two variaBles 769 ) 70 60 50 40 30 20 10 0 Profit (7, 33) Cost Break-even Revenue –10 0 5 10 Quantity (in hundreds of units) 15 20 Figure 10 The point at which the two lines intersect is called the break-even point. We can see from the graph that if 700 units are produced, the cost is $3,300 and the revenue is also $3,300. In other words, the company breaks even if they produce and sell 700 units. They neither make money nor lose money. The shaded region to the right of the break-even point represents quantities for which the company makes a profit. The shaded region to the left represents quantities for which the company suffers a loss. The profit function is the revenue function minus the cost function, written as P(x) = R(x) βˆ’ C(x). Clearly, knowing the quantity for which the cost equals the revenue is of great importance to businesses. Example 10 Finding the Break-Even Point and the Profit Function Using Substitution Given the cost function C(x) = 0.85x + 35,000 and the revenue function R(x) = 1.55x, find the break-even point and the profit function. Solution Write the system of equations using y to replace function notation. Substitute the expression 0.85x + 35,000 from the first equation into the second equation and solve for x. y = 0.85x + 35,000 y = 1.55x 0.85x + 35,000 = 1.55x 35,000 = 0.7x 50,000 = x Then, we substitute x = 50,000 into either the cost function or the revenue function. The break-even point is (50,000, 77,500). The profit function is found using the formula P(x) = R(x) βˆ’ C(x). 1.55(50,000) = 77,500 P(x) = 1.55x βˆ’ (0.85x + 35, 000) = 0.7x βˆ’ 35, 000 The profit function is P(x) = 0.7x βˆ’ 35,000. Analysis The cost to produce 50,000 units is $77,500, and the revenue from the sales of 50,000
units is also $77,500. To make a profit, the business must produce and sell more than 50,000 units. See Figure 11. We see from the graph in Figure 12 that the profit function has a negative value until x = 50,000, when the graph crosses the x-axis. Then, the graph emerges into positive y-values and continues on this path as the profit function is a straight line. This illustrates that the break-even point for businesses occurs when the profit function is 0. The area to the left of the break-even point represents operating at a loss. 7 70 CHAPTER 9 systems oF eQuations and ineQualities 100,000 s r a l l o D 80,000 60,000 40,000 20,000 0 0 Profit Break-even point (50,000, 77,500) Cost C(x) = 0.85x + 35,000 Revenue R(x) = 1.55x 40,000 20,000 Quantity Figure 11 60,000 80,000 100,000 60,000 50,000 40,000 30,000 20,000 10,000 0 –10,000 –20,000 –30,000 –40,000 –20,000 –10,000 Profit Profit P(x) = 0.7x βˆ’ 35,000 Break-even point (50,000, 0) 0 10,000 20,000 30,000 60,000 50,000 40,000 Quantity 70,000 80,000 90,000 100,000 110,000 120,000 Figure 12 Example 11 Writing and Solving a System of Equations in Two Variables The cost of a ticket to the circus is $25.00 for children and $50.00 for adults. On a certain day, attendance at the circus is 2,000 and the total gate revenue is $70,000. How many children and how many adults bought tickets? Solution Let c = the number of children and a = the number of adults in attendance. The total number of people is 2,000. We can use this to write an equation for the number of people at the circus that day. c + a = 2,000 The revenue from all children can be found by multiplying $25.00 by the number of children, 25c. The revenue from all adults can be found by multiplying $50.00 by the number of adults, 50a. The total revenue is $70,000. We can use
this to write an equation for the revenue. 25c + 50a = 70,000 We now have a system of linear equations in two variables. c + a = 2,000 25c + 50a = 70,000 In the first equation, the coefficient of both variables is 1. We can quickly solve the first equation for either c or a. We will solve for a. c + a = 2,000 Substitute the expression 2,000 βˆ’ c in the second equation for a and solve for c. a = 2,000 βˆ’ c 25c + 50(2,000 βˆ’ c) = 70,000 25c + 100,000 βˆ’ 50c = 70,000 βˆ’ 25c = βˆ’30,000 c = 1,200 Substitute c = 1,200 into the first equation to solve for a. 1,200 + a = 2,000 a = 800 We find that 1,200 children and 800 adults bought tickets to the circus that day. Try It #8 Meal tickets at the circus cost $4.00 for children and $12.00 for adults. If 1,650 meal tickets were bought for a total of $14,200, how many children and how many adults bought meal tickets? Access these online resources for additional instruction and practice with systems of linear equations. β€’ Solving Systems of equations Using Substitution (http://openstaxcollege.org/l/syssubst) β€’ Solving Systems of equations Using elimination (http://openstaxcollege.org/l/syselim) β€’ Applications of Systems of equations (http://openstaxcollege.org/l/sysapp) SECTION 9.1 section exercises 771 9.1 SeCTIOn exeRCISeS VeRBAl 1. Can a system of linear equations have exactly two solutions? Explain why or why not. 3. If you are solving a break-even analysis and get a negative break-even point, explain what this signifies for the company? 5. Given a system of equations, explain at least two different methods of solving that system. AlGeBRAIC 2. If you are performing a break-even analysis for a business and their cost and revenue equations are dependent, explain what this means for the company’s profit margins. 4. If you are solving a break-even analysis and there is no break-even point, explain what this means for the company. How should they ensure there is a break-even point? For the following
exercises, determine whether the given ordered pair is a solution to the system of equations. 6. 5x βˆ’ y = 4 x + 6y = 2 and (4, 0) 9. βˆ’2x + 5y = 7 7. βˆ’3x βˆ’ 5y = 13 8. 3x + 7y = 1 βˆ’ x + 4y = 10 and (βˆ’6, 1) 2x + 4y = 0 and (2, 3) 10. x + 8y = 43 2x + 9y = 7 and (βˆ’1, 1) 3x βˆ’ 2y = βˆ’1 and (3, 5) For the following exercises, solve each system by substitution. 11. x + 3y = 5 2x + 3y = 4 15. βˆ’2x + 3y = 1.2 βˆ’3x βˆ’ 6y = 1.8 1 1 __ __ y = 16 x + 19. 3 2 1 1 __ __ y = 9 x + 4 6 12. 3x βˆ’ 2y = 18 5x + 10y = βˆ’10 16. x βˆ’ 0.2y = 1 βˆ’10x + 2y = 5 3 1 __ __ y = 11 x + 20. βˆ’ 2 4 1 1 __ __ y = 3 x + βˆ’ 3 8 13. 4x + 2y = βˆ’10 3x + 9y = 0 14. 2x + 4y = βˆ’3.8 9x βˆ’ 5y = 1.3 17. 3 x + 5y = 9 30x + 50y = βˆ’90 18. βˆ’3x + y = 2 12x βˆ’ 4y = βˆ’8 For the following exercises, solve each system by addition. 21. βˆ’2x + 5y = βˆ’42 7x + 2y = 30 22. 6x βˆ’ 5y = βˆ’34 2x + 6y = 4 23. 5x βˆ’ y = βˆ’2.6 βˆ’4x βˆ’ 6y = 1.4 24. 7x βˆ’ 2y = 3 4x + 5y = 3.25 25. βˆ’x + 2y = βˆ’1 5x βˆ’ 10y = 6 26. 7x + 6y = 2 βˆ’28x βˆ’ 24y = βˆ’8 29. βˆ’0.2x + 0.4y = 0.6 x βˆ’ 2y = βˆ’3 30. βˆ’0.1x + 0.2y = 0.6 5x βˆ’ 10y = 1 5 x + 1 __ __ y = 0 27. 4 6
1 1 __ __ y = βˆ’ x βˆ’ 2 8 43 ___ 120 2 1 1 __ __ __ y = x + 28. 9 3 9 1 4 1 __ __ __ y = βˆ’ x + βˆ’ 3 5 2 For the following exercises, solve each system by any method. 31. 5x + 9y = 16 x + 2y = 4 32. 6x βˆ’ 8y = βˆ’0.6 3x + 2y = 0.9 33. 5x βˆ’ 2y = 2.25 7x βˆ’ 4y = 3 34. x βˆ’ y = βˆ’ 5 ___ 12 55 ___ 12 5 __ βˆ’6x + y = 2 55 ___ 2 7 72 CHAPTER 9 systems oF eQuations and ineQualities 7 __ 35. 7x βˆ’ 4y = 6 1 __ 2x + 4y = 3 36. 3x + 6y = 11 2x + 4y = 9 39. 2.2x + 1.3y = βˆ’0.1 4.2x + 4.2y = 2.1 40. 0.1x + 0.2y = 2 0.35x βˆ’ 0.3y = 0 GRAPHICAl 37. 7 __ 3 21 ___ x + 6 1 __ y = 2 x βˆ’ 6 3 ___ 12 βˆ’ y = βˆ’3 1 1 1 __ __ __ y = x + 38. 3 3 2 1 1 3 __ __ __ y = βˆ’ x + 8 4 2 For the following exercises, graph the system of equations and state whether the system is consistent, inconsistent, or dependent and whether the system has one solution, no solution, or infinite solutions. 41. 3x βˆ’ y = 0.6 x βˆ’ 2y = 1.3 44. 3x βˆ’ 5y = 7 x βˆ’ 2y = 3 TeCHnOlOGY 42. βˆ’x + 2y = 4 2x βˆ’ 4y = 1 45. 3x βˆ’ 2y = 5 βˆ’9x + 6y = βˆ’15 43. x + 2y = 7 2x + 6y = 12 For the following exercises, use the intersect function on a graphing device to solve each system. Round all answers to the nearest hundredth. 46. 0.1x + 0.2y = 0.3 βˆ’0.3x + 0.5y = 1 49. 0.15x + 0.27y = 0.39 βˆ’0.34x + 0.56y = 1.8 47. βˆ’
0.01x + 0.12y = 0.62 0.15x + 0.20y = 0.52 50. βˆ’0.71x + 0.92y = 0.13 0.83x + 0.05y = 2.1 48. 0.5x + 0.3y = 4 0.25x βˆ’ 0.9y = 0.46 exTenSIOnS For the following exercises, solve each system in terms of A, B, C, D, E, and F where A – F are nonzero numbers. Note that A β‰  B and AE β‰  BD. 51 52. x + Ay = 1 x + By = 1 53. Ax + y = 0 Bx + y = 1 54. Ax + By = C x + y = 1 55. Ax + By = C Dx + Ey = F ReAl-WORlD APPlICATIOnS For the following exercises, solve for the desired quantity. 56. A stuffed animal business has a total cost of 57. A fast-food restaurant has a cost of production production C = 12x + 30 and a revenue function R = 20x. Find the break-even point. C(x) = 11x + 120 and a revenue function R(x) = 5x. When does the company start to turn a profit? 58. A cell phone factory has a cost of production C(x) = 150x + 10,000 and a revenue function R(x) = 200x. What is the break-even point? 59. A musician charges C(x) = 64x + 20,000, where x is the total number of attendees at the concert. The venue charges $80 per ticket. After how many people buy tickets does the venue break even, and what is the value of the total tickets sold at that point? 60. A guitar factory has a cost of production C(x) = 75x + 50,000. If the company needs to break even after 150 units sold, at what price should they sell each guitar? Round up to the nearest dollar, and write the revenue function. SECTION 9.1 section exercises 773 For the following exercises, use a system of linear equations with two variables and two equations to solve. 61. Find two numbers whose sum is 28 and difference is 13. 63. The startup cost for a restaurant is $120,000, and each meal costs $10 for the restaurant to make.
If each meal is then sold for $15, after how many meals does the restaurant break even? 62. A number is 9 more than another number. Twice the sum of the two numbers is 10. Find the two numbers. 64. A moving company charges a flat rate of $150, and an additional $5 for each box. If a taxi service would charge $20 for each box, how many boxes would you need for it to be cheaper to use the moving company, and what would be the total cost? 65. A total of 1,595 first- and second-year college students gathered at a pep rally. The number of freshmen exceeded the number of sophomores by 15. How many freshmen and sophomores were in attendance? 66. 276 students enrolled in a freshman-level chemistry class. By the end of the semester, 5 times the number of students passed as failed. Find the number of students who passed, and the number of students who failed. 67. There were 130 faculty at a conference. If there were 18 more women than men attending, how many of each gender attended the conference? 68. A jeep and BMW enter a highway running east- west at the same exit heading in opposite directions. The jeep entered the highway 30 minutes before the BMW did, and traveled 7 mph slower than the BMW. After 2 hours from the time the BMW entered the highway, the cars were 306.5 miles apart. Find the speed of each car, assuming they were driven on cruise control. 69. If a scientist mixed 10% saline solution with 60% saline solution to get 25 gallons of 40% saline solution, how many gallons of 10% and 60% solutions were mixed? 70. An investor earned triple the profits of what she earned last year. If she made $500,000.48 total for both years, how much did she earn in profits each year? 71. An investor who dabbles in real estate invested 1.1 million dollars into two land investments. On the first investment, Swan Peak, her return was a 110% increase on the money she invested. On the second investment, Riverside Community, she earned 50% over what she invested. If she earned $1 million in profits, how much did she invest in each of the land deals? 73. If an investor invests $23,000 into two bonds, one that pays 4% in simple interest, and the other paying 2% simple interest, and the investor earns $710.00 annual interest, how
much was invested in each account? 72. If an investor invests a total of $25,000 into two bonds, one that pays 3% simple interest, and the 7 __ % interest, and the investor other that pays 2 8 earns $737.50 annual interest, how much was invested in each account? 74. CDs cost $5.96 more than DVDs at All Bets Are Off Electronics. How much would 6 CDs and 2 DVDs cost if 5 CDs and 2 DVDs cost $127.73? 75. A store clerk sold 60 pairs of sneakers. The high-tops sold for $98.99 and the low-tops sold for $129.99. If the receipts for the two types of sales totaled $6,404.40, how many of each type of sneaker were sold? 76. A concert manager counted 350 ticket receipts the day after a concert. The price for a student ticket was $12.50, and the price for an adult ticket was $16.00. The register confirms that $5,075 was taken in. How many student tickets and adult tickets were sold? 77. Admission into an amusement park for 4 children and 2 adults is $116.90. For 6 children and 3 adults, the admission is $175.35. Assuming a different price for children and adults, what is the price of the child’s ticket and the price of the adult ticket? 7 74 CHAPTER 9 systems oF eQuations and ineQualities leARnInG OBjeCTIVeS In this section, you will: β€’ Solve systems of three equations in three variables. β€’ β€’ Express the solution of a system of dependent equations containing three variables. Identify inconsistent systems of equations containing three variables. 9.2 SYSTeMS OF lIneAR eQUATIOnS: THRee VARIABleS Figure 1 (credit: β€œelembis,” Wikimedia Commons) John received an inheritance of $12,000 that he divided into three parts and invested in three ways: in a money-market fund paying 3% annual interest; in municipal bonds paying 4% annual interest; and in mutual funds paying 7% annual interest. John invested $4,000 more in municipal funds than in municipal bonds. He earned $670 in interest the first year. How much did John invest in each type of fund? Understanding the correct approach to setting up problems such as this one makes finding a solution a matter of following a
pattern. We will solve this and similar problems involving three equations and three variables in this section. Doing so uses similar techniques as those used to solve systems of two equations in two variables. However, finding solutions to systems of three equations requires a bit more organization and a touch of visual gymnastics. Solving Systems of Three equations in Three Variables In order to solve systems of equations in three variables, known as three-by-three systems, the primary tool we will be using is called Gaussian elimination, named after the prolific German mathematician Karl Friedrich Gauss. While there is no definitive order in which operations are to be performed, there are specific guidelines as to what type of moves can be made. We may number the equations to keep track of the steps we apply. The goal is to eliminate one variable at a time to achieve upper triangular form, the ideal form for a three-by-three system because it allows for straightforward back-substitution to find a solution (x, y, z), which we call an ordered triple. A system in upper triangular form looks like the following: Ax + By + Cz = D Ey + Fz = G Hz = K The third equation can be solved for z, and then we back-substitute to find y and x. To write the system in upper triangular form, we can perform the following operations: 1. Interchange the order of any two equations. 2. Multiply both sides of an equation by a nonzero constant. 3. Add a nonzero multiple of one equation to another equation. SECTION 9.2 systems oF linear eQuations: three variaBles 775 The solution set to a three-by-three system is an ordered triple {(x, y, z)}. Graphically, the ordered triple defines the point that is the intersection of three planes in space. You can visualize such an intersection by imagining any corner in a rectangular room. A corner is defined by three planes: two adjoining walls and the floor (or ceiling). Any point where two walls and the floor meet represents the intersection of three planes. number of possible solutions Figure 2 and Figure 3 illustrate possible solution scenarios for three-by-three systems. β€’ Systems that have a single solution are those which, after elimination, result in a solution set consisting of an ordered triple {(x, y, z)}. Graphically, the ordered triple defines a point that is the intersection of three planes in space. β€’ Systems that have an infinite number of solutions
are those which, after elimination, result in an expression that is always true, such as 0 = 0. Graphically, an infinite number of solutions represents a line or coincident plane that serves as the intersection of three planes in space. β€’ Systems that have no solution are those that, after elimination, result in a statement that is a contradiction, such as 3 = 0. Graphically, a system with no solution is represented by three planes with no point in common. Figure 2 ( a)Three planes intersect at a single point, representing a three-by-three system with a single solution. ( b) Three planes intersect in a line, representing a three-by-three system with infinite solutions. (a) (b) (a) (b) (c) Figure 3 All three figures represent three-by-three systems with no solution. ( a) The three planes intersect with each other, but not at a common point. (b) Two of the planes are parallel and intersect with the third plane, but not with each other. ( c) All three planes are parallel, so there is no point of intersection. Example 1 Determining Whether an Ordered Triple Is a Solution to a System Determine whether the ordered triple (3, βˆ’2, 1) is a solution to the system. x + y + z = 2 6x βˆ’ 4y + 5z = 31 5x + 2y + 2z = 13 Solution We will check each equation by substituting in the values of the ordered triple for x, y, and z. x + y + z = 2 (3) + (βˆ’2) + (1) = 2 True 6x βˆ’ 4y + 5z = 31 6(3) βˆ’ 4(βˆ’2) + 5(1) = 31 18 + 8 + 5 = 31 True 7 76 CHAPTER 9 systems oF eQuations and ineQualities 5x + 2y + 2z = 13 5(3) + 2(βˆ’2) + 2(1) = 13 15 βˆ’ 4 + 2 = 13 True The ordered triple (3, βˆ’2, 1) is indeed a solution to the system. How To… Given a linear system of three equations, solve for three unknowns. 1. Pick any pair of equations and solve for one variable. 2. Pick another pair of equations and solve for the same variable. 3. You have created a system of two equations in two unknowns. Solve the resulting two-by
-two system. 4. Back-substitute known variables into any one of the original equations and solve for the missing variable. Example 2 Solving a System of Three Equations in Three Variables by Elimination Find a solution to the following system: x βˆ’ 2y + 3z = 9 βˆ’x + 3y βˆ’ z = βˆ’6 2x βˆ’ 5y + 5z = 17 (1) (2) (3) Solution There will always be several choices as to where to begin, but the most obvious first step here is to eliminate x by adding equations (1) and (2). x βˆ’ 2y + 3z = 9 βˆ’x + 3y βˆ’ z = βˆ’6 y + 2z = 3 (1) (2) (3) The second step is multiplying equation (1) by βˆ’2 and adding the result to equation (3). These two steps will eliminate the variable x. βˆ’2x + 4y βˆ’ 6z = βˆ’18 2x βˆ’ 5y + 5z = 17 βˆ’ y βˆ’ z = βˆ’1 (1) multiplied by βˆ’ 2 (3) (5) In equations (4) and (5), we have created a new two-by-two system. We can solve for z by adding the two equations. y + 2z = 3 βˆ’4) (5) (6) Choosing one equation from each new system, we obtain the upper triangular form: x βˆ’ 2y + 3z = 9 y + 2z = 3 z = 2 (1) (4) (6) Next, we back-substitute z = 2 into equation (4) and solve for y. y + 2(21 Finally, we can back-substitute z = 2 and y = βˆ’1 into equation (1). This will yield the solution for x. x βˆ’ 2(βˆ’1) + 3(2 SECTION 9.2 systems oF linear eQuations: three variaBles 777 The solution is the ordered triple (1, βˆ’1, 2). See Figure 4. (1, βˆ’1, 22 Figure 4 Example 3 Solving a Real-World Problem Using a System of Three Equations in Three Variables In the problem posed at the beginning of the section, John invested his inheritance of $12,000 in three different funds: part in a money-market fund paying 3% interest annually; part in municipal bonds paying 4% annually; and the rest in mutual funds paying 7% annually. John
invested $4,000 more in mutual funds than he invested in municipal bonds. The total interest earned in one year was $670. How much did he invest in each type of fund? Solution To solve this problem, we use all of the information given and set up three equations. First, we assign a variable to each of the three investment amounts: x = amount invested in money-market fund y = amount invested in municipal bonds z = amount invested in mutual funds The first equation indicates that the sum of the three principal amounts is $12,000. x + y + z = 12,000 We form the second equation according to the information that John invested $4,000 more in mutual funds than he invested in municipal bonds. z = y + 4,000 The third equation shows that the total amount of interest earned from each fund equals $670. Then, we write the three equations as a system. 0.03x + 0.04y + 0.07z = 670 x + y + z = 12,000 βˆ’ y + z = 4,000 0.03x + 0.04y + 0.07z = 670 To make the calculations simpler, we can multiply the third equation by 100. Thus, x + y + z = 12,000 βˆ’ y + z = 4,000 3x + 4y + 7z = 67,000 (1) (2) (3) Step 1. Interchange equation (2) and equation (3) so that the two equations with three variables will line up. x + y + z = 12,000 3x + 4y + 7z = 67,000 βˆ’ y + z = 4,000 Step 2. Multiply equation (1) by βˆ’3 and add to equation (2). Write the result as row 2. x + y + z = 12,000 y + 4z = 31,000 βˆ’ y + z = 4,000 7 78 CHAPTER 9 systems oF eQuations and ineQualities Step 3. Add equation (2) to equation (3) and write the result as equation (3). x + y + z = 12,000 y + 4z = 31,000 5z = 35,000 Step 4. Solve for z in equation (3). Back-substitute that value in equation (2) and solve for y. Then, back-substitute the values for z and y into equation (1) and solve for x. 5z =
35,000 z = 7,000 y + 4(7,000) = 31,000 y = 3,000 x + 3,000 + 7,000 = 12,000 x = 2,000 John invested $2,000 in a money-market fund, $3,000 in municipal bonds, and $7,000 in mutual funds. Try It #1 Solve the system of equations in three variables. 2x + y βˆ’ 2z = βˆ’1 3x βˆ’ 3y βˆ’ z = 5 x βˆ’ 2y + 3z = 6 Identifying Inconsistent Systems of equations Containing Three Variables Just as with systems of equations in two variables, we may come across an inconsistent system of equations in three variables, which means that it does not have a solution that satisfies all three equations. The equations could represent three parallel planes, two parallel planes and one intersecting plane, or three planes that intersect the other two but not at the same location. The process of elimination will result in a false statement, such as 3 = 7 or some other contradiction. Example 4 Solving an Inconsistent System of Three Equations in Three Variables Solve the following system. x βˆ’ 3y + z = 4 βˆ’x + 2y βˆ’ 5z = 3 5x βˆ’ 13y + 13z = 8 (1) (2) (3) Solution Looking at the coefficients of x, we can see that we can eliminate x by adding equation (1) to equation (2). x βˆ’ 3y + z = 4 βˆ’x + 2y βˆ’ 5z = 3 βˆ’y βˆ’ 4z = 7 (1) (2) (4) Next, we multiply equation (1) by βˆ’5 and add it to equation (3). βˆ’5x + 15y βˆ’ 5z = βˆ’20 5x βˆ’ 13y + 13z = 8 (1) multiplied by βˆ’5 (3) 2y + 8z = βˆ’12 (5) Then, we multiply equation (4) by 2 and add it to equation (5). βˆ’2y βˆ’ 8z = 14 (4) multiplied by 2 2y + 8z = βˆ’12 0 = 2 (5) SECTION 9.2 systems oF linear eQuations: three variaBles 779 The final equation 0 = 2 is a contradiction, so we conclude that the system of equations in inconsistent and, therefore, has no solution. Analysis In this system, each plane intersects the other two, but not at
the same location. Therefore, the system is inconsistent. Try It #2 Solve the system of three equations in three variables. x + y + z = 2 y βˆ’ 3z = 1 2x + y + 5z = 0 expressing the Solution of a System of Dependent equations Containing Three Variables We know from working with systems of equations in two variables that a dependent system of equations has an infinite number of solutions. The same is true for dependent systems of equations in three variables. An infinite number of solutions can result from several situations. The three planes could be the same, so that a solution to one equation will be the solution to the other two equations. All three equations could be different but they intersect on a line, which has infinite solutions. Or two of the equations could be the same and intersect the third on a line. Example 5 Finding the Solution to a Dependent System of Equations Find the solution to the given system of three equations in three variables. 2x + y βˆ’ 3z = 0 4x + 2y βˆ’ 6z = 0 x βˆ’ y + z = 0 (1) (2) (3) Solution First, we can multiply equation (1) by βˆ’2 and add it to equation (2). βˆ’4x βˆ’ 2y + 6z = 0 equation (1) multiplied by βˆ’2 4x + 2y βˆ’ 6z = 0 (2) 0 = 0 We do not need to proceed any further. The result we get is an identity, 0 = 0, which tells us that this system has an infinite number of solutions. There are other ways to begin to solve this system, such as multiplying equation (3) by βˆ’2, and adding it to equation (1). We then perform the same steps as above and find the same result, 0 = 0. When a system is dependent, we can find general expressions for the solutions. Adding equations (1) and (3), we have We then solve the resulting equation for z. 2x + y βˆ’ 3z = 0 x βˆ’ y + z = 0 3x βˆ’ 2z = 0 3x βˆ’ 2z = 0 3 __ z = x 2 We back-substitute the expression for z into one of the equations and solve for y. 7 80 CHAPTER 9 systems oF eQuations and ineQualities 3 x ξ€ͺ = 0 2x + y βˆ’ 3 ξ€’ __ 2 9 __ x = 0 2x + y βˆ’ 2 9 __ x βˆ’
2x y = 2 5 __ y = x 2 3 5 x ξ€ͺ. In this solution, x can be any real number. The values of y and z are dependent So the general solution is ξ€’ x, __ __ x, 2 2 on the value selected for x. Analysis As shown in Figure 5, two of the planes are the same and they intersect the third plane on a line. The solution set is infinite, as all points along the intersection line will satisfy all three equations. x βˆ’ y + z = 0 βˆ’4x βˆ’ 2y + 6z = 0 4x + 2y βˆ’ 6z = 0 Figure 5 Q & A… Does the generic solution to a dependent system always have to be written in terms of x? No, you can write the generic solution in terms of any of the variables, but it is common to write it in terms of x and if needed x and y. Try It #3 Solve the following system. x + y + z = 7 3x βˆ’ 2y βˆ’ z = 4 x + 6y + 5z = 24 Access these online resources for additional instruction and practice with systems of equations in three variables. β€’ ex 1: System of Three equations with Three Unknowns Using elimination (http://openstaxcollege.org/l/systhree) β€’ ex. 2: System of Three equations with Three Unknowns Using elimination (http://openstaxcollege.org/l/systhelim) SECTION 9.2 section exercises 781 9.2 SeCTIOn exeRCISeS VeRBAl 1. Can a linear system of three equations have exactly 2. If a given ordered triple solves the system of equations, is that solution unique? If so, explain why. If not, give an example where it is not unique. 4. Using the method of addition, is there only one way to solve the system? two solutions? Explain why or why not 3. If a given ordered triple does not solve the system of equations, is there no solution? If so, explain why. If not, give an example. 5. Can you explain whether there can be only one method to solve a linear system of equations? If yes, give an example of such a system of equations. If not, explain why not. AlGeBRAIC For the following exercises, determine whether the ordered triple given is the solution to the system of equations. 6. 2x βˆ’ 6y + 6z = βˆ’12
x + 4y + 5z = βˆ’1 and (0, 1, βˆ’1) βˆ’x + 2y + 3z = βˆ’1 8. 6x βˆ’ 7y + z = 2 βˆ’x βˆ’ y + 3z = 4 and (4, 2, βˆ’6) 2x + y βˆ’ z = 1 10. βˆ’x βˆ’ y + 2z = 3 5x + 8y βˆ’ 3z = 4 and (4, 1, βˆ’7) βˆ’x + 3y βˆ’ 5z = βˆ’5 7. 6x βˆ’ y + 3z = 6 3x + 5y + 2z = 0 and (3, βˆ’3, βˆ’5) x + y = 0 9 and (4, 4, βˆ’1) x βˆ’ y + z = βˆ’1 For the following exercises, solve each system by substitution. 11. 3x βˆ’ 4y + 2z = βˆ’15 2x + 4y + z = 16 2x + 3y + 5z = 20 14. 4x βˆ’ 3y + 5z = 31 βˆ’x + 2y + 4z = 20 x + 5y βˆ’ 2z = βˆ’29 12. 5x βˆ’ 2y + 3z = 20 2x βˆ’ 4y βˆ’ 3z = βˆ’9 x + 6y βˆ’ 8z = 21 15. 5x βˆ’ 2y + 3z = 4 βˆ’4x + 6y βˆ’ 7z = βˆ’1 3x + 2y βˆ’ z = 4 13. 5x + 2y + 4z = 9 βˆ’3x + 2y + z = 10 4x βˆ’ 3y + 5z = βˆ’3 16. 4x + 6y + 9z = 0 βˆ’5x + 2y βˆ’ 6z = 3 7x βˆ’ 4y + 3z = βˆ’3 For the following exercises, solve each system by Gaussian elimination. 17. 2x βˆ’ y + 3z = 17 βˆ’5x + 4y βˆ’ 2z = βˆ’46 2y + 5z = βˆ’7 20. 4x + 6y βˆ’ 2z = 8 6x + 9y βˆ’ 3z = 12 βˆ’2x βˆ’ 3y + z = βˆ’4 23. x + y + z = 14 2y + 3z = βˆ’14 βˆ’16y βˆ’ 24z = βˆ’112 18. 5x βˆ’ 6y + 3z = 50 βˆ’ x + 4y = 10 2x βˆ’ z = 10 21. 2x + 3y βˆ’ 4z = 5 βˆ’3
x + 2y + z = 11 βˆ’x + 5y + 3z = 4 19. 2x + 3y βˆ’ 6z = 1 βˆ’4x βˆ’ 6y + 12z = βˆ’2 x + 2y + 5z = 10 22. 10x + 2y βˆ’ 14z = 8 βˆ’x βˆ’ 2y βˆ’ 4z = βˆ’1 βˆ’12x βˆ’ 6y + 6z = βˆ’12 24. 5x βˆ’ 3y + 4z = βˆ’1 βˆ’4x + 2y βˆ’ 3z = 0 βˆ’x + 5y + 7z = βˆ’11 25. x + y + z = 0 2x βˆ’ y + 3z = 0 x βˆ’ z = 0 7 82 CHAPTER 9 systems oF eQuations and ineQualities 26. 3x + 2y βˆ’ 5z = 6 5x βˆ’ 4y + 3z = βˆ’12 4x + 5yβˆ’2z = 15 27. x + y + z = 0 2x βˆ’ y + 3z = 0 x βˆ’ z = 1 29. 6x βˆ’ 5y + 6z = 38 3 1 1 __ __ __ __ y βˆ’ z = βˆ’74 βˆ’4x βˆ’ 2 3 1 1 __ __ __ z = 0 y + x βˆ’ 32. 4 4 2 1 2 1 __ ___ __ z = βˆ’2 x βˆ’ y + 5 4 10 1 1 1 __ __ __ __ 35. βˆ’ 1 __ 4 4 x βˆ’ 5 __ βˆ’ 1 __ 2 3 βˆ’ 1 __ x βˆ’ 1 __ 3 3 y + 5 __ 2 y + 5 __ 4 y + 1 __ 3 z = βˆ’5 z = 55 ___ 12 z = 5 __ 3 2 1 1 13 __ __ __ ___ z = βˆ’ y + x βˆ’ 30. 5 5 2 10 1 2 7 1 __ __ __ ___ 20 5 1 3 1 __ __ __ __ __ y + 1 __ 33. 4 __ z = 1 5 8 2 x βˆ’ 3 __ y + 1 __ βˆ’ 4 __ 5 4 3 x βˆ’ 7 __ y + 1 __ βˆ’ 2 __ 5 2 8 z = βˆ’5 z = βˆ’8 y + 1 ___ x + 1 ___ 36. 1 ___ 80 40 60 βˆ’ 1 __ y βˆ’ 1 __ x βˆ’ 1 __ 4 3 2 y + 3 ___ x + 3 ___ 3 __ 12 8 16 z = 1 ___ 100 z = βˆ’ 1 __ 5 z = 3 ___ 20 1 1 __ __ y βˆ’ z = βˆ’ 28. 3x βˆ’ 2 2 4x + z = 3
3 5 __ __ βˆ’ __ __ __ __ z = y βˆ’ x βˆ’ 31. βˆ’ 4 2 3 4 1 1 1 __ __ __ __ __ __ __ __ y + 1 __ x βˆ’ 1 __ 34. βˆ’ 1 __ 8 3 3 6 z = βˆ’ 23 ___ x βˆ’ 7 __ y + 1 __ βˆ’ 2 __ 3 3 3 8 y + 5 __ x βˆ’ 5 __ βˆ’ 1 __ z = 0 8 3 6 37. 0.1x βˆ’ 0.2y + 0.3z = 2 0.5x βˆ’ 0.1y + 0.4z = 8 0.7x βˆ’ 0.2y + 0.3z = 8 38. 0.2x + 0.1y βˆ’ 0.3z = 0.2 0.8x + 0.4y βˆ’ 1.2z = 0.1 1.6x + 0.8y βˆ’ 2.4z = 0.2 39. 1.1x + 0.7y βˆ’ 3.1z = βˆ’1.79 2.1x + 0.5y βˆ’ 1.6z = βˆ’0.13 0.5x + 0.4y βˆ’ 0.5z = βˆ’0.07 40. 0.5x βˆ’ 0.5y + 0.5z = 10 0.2x βˆ’ 0.2y + 0.2z = 4 0.1x βˆ’ 0.1y + 0.1z = 2 41. 0.1x + 0.2y + 0.3z = 0.37 0.1x βˆ’ 0.2y βˆ’ 0.3z = βˆ’0.27 0.5x βˆ’ 0.1y βˆ’ 0.3z = βˆ’0.03 42. 0.5x βˆ’ 0.5y βˆ’ 0.3z = 0.13 0.4x βˆ’ 0.1y βˆ’ 0.3z = 0.11 0.2x βˆ’ 0.8y βˆ’ 0.9z = βˆ’0.32 43. 0.5x + 0.2y βˆ’ 0.3z = 1 0.4x βˆ’ 0.6y + 0.7z = 0.8 0.3x βˆ’ 0.1y βˆ’ 0.9z = 0.6 44. 0.3x + 0.3y + 0.5z = 0.6 0.4x + 0.4y + 0.4z = 1.8 0.
4x + 0.2y + 0.1z = 1.6 45. 0.8x + 0.8y + 0.8z = 2.4 0.3x βˆ’ 0.5y + 0.2z = 0 0.1x + 0.2y + 0.3z = 0.6 exTenSIOnS For the following exercises, solve the system for x, y, and z. 46. x + y + z = 3 47. 5x βˆ’ 3y βˆ’ z + 1 _____ 2 = 1 __ 2 + 2z = βˆ’3 6x + y βˆ’ 9 _____ 2 x + 8 _____ 2 βˆ’ 4y + z = 4 48. x + 4 _____ 7 x βˆ’ 2 _____ 4 x + 6 _____ 3 βˆ’ + βˆ’ y βˆ’ 1 _____ 6 y + 1 _____ 8 y + 2 _____ 3 + βˆ’ + z + 2 _____ 3 z + 8 _____ 12 z + 4 _____ _____ 2 x βˆ’ 2 _____ 3 + + y βˆ’ 3 _____ 2 y + 4 _____ 3 + z + 1 _____ 2 + z βˆ’ 3 _____ 3 = 0 = 2 __ 3 + + 49. x βˆ’ 3 _____ 6 x + 2 _____ 4 x + 6 _____ 2 y + 2 _____ 2 y βˆ’ 5 _____ 2 y βˆ’ 3 _____ 2 βˆ’ βˆ’ z βˆ’ 3 _____ 3 z + 4 _____ 50. x βˆ’ 1 ____ 3 + y + 3 _____ 4 + z + 2 _____ 6 = 1 4x + 3y βˆ’ 2z = 11 0.02x + 0.015y βˆ’ 0.01z = 0.065 SECTION 9.2 section exercises 783 ReAl-WORlD APPlICATIOnS 51. Three even numbers sum up to 108. The smaller 3 _ the is half the larger and the middle number is 4 larger. What are the three numbers? 52. Three numbers sum up to 147. The smallest number is half the middle number, which is half the largest number. What are the three numbers? 53. At a family reunion, there were only blood relatives, consisting of children, parents, and grandparents, in attendance. There were 400 people total. There were twice as many parents as grandparents, and 50 more children than parents. How many children, parents, and grandparents were in attendance? 55. Your roommate, Sarah, offered to buy groceries
for you and your other roommate. The total bill was $82. She forgot to save the individual receipts but remembered that your groceries were $0.05 cheaper than half of her groceries, and that your other roommate’s groceries were $2.10 more than your groceries. How much was each of your share of the groceries? 57. Three coworkers work for the same employer. Their jobs are warehouse manager, office manager, and truck driver. The sum of the annual salaries of the warehouse manager and office manager is $82,000. The office manager makes $4,000 more than the truck driver annually. The annual salaries of the warehouse manager and the truck driver total $78,000. What is the annual salary of each of the co-workers? 59. A local band sells out for their concert. They sell all 1,175 tickets for a total purse of $28,112.50. The tickets were priced at $20 for student tickets, $22.50 for children, and $29 for adult tickets. If the band sold twice as many adult as children tickets, how many of each type was sold? 61. Last year, at Haven’s Pond Car Dealership, for a particular model of BMW, Jeep, and Toyota, one could purchase all three cars for a total of $140,000. This year, due to inflation, the same cars would cost $151,830. The cost of the BMW increased by 8%, the Jeep by 5%, and the Toyota by 12%. If the price of last year’s Jeep was $7,000 less than the price of last year’s BMW, what was the price of each of the three cars last year? 54. An animal shelter has a total of 350 animals comprised of cats, dogs, and rabbits. If the number of rabbits is 5 less than one-half the number of cats, and there are 20 more cats than dogs, how many of each animal are at the shelter? 56. Your roommate, John, offered to buy household supplies for you and your other roommate. You live near the border of three states, each of which has a different sales tax. The total amount of money spent was $100.75. Your supplies were bought with 5% tax, John’s with 8% tax, and your third roommate’s with 9% sales tax. The total amount of money spent without taxes is $93.50. If your supplies before tax were $1 more than half
of what your third roommate’s supplies were before tax, how much did each of you spend? Give your answer both with and without taxes. 58. At a carnival, $2,914.25 in receipts were taken at the end of the day. The cost of a child’s ticket was $20.50, an adult ticket was $29.75, and a senior citizen ticket was $15.25. There were twice as many senior citizens as adults in attendance, and 20 more children than senior citizens. How many children, adult, and senior citizen tickets were sold? 60. In a bag, a child has 325 coins worth $19.50. There were three types of coins: pennies, nickels, and dimes. If the bag contained the same number of nickels as dimes, how many of each type of coin was in the bag? 62. A recent college graduate took advantage of his business education and invested in three investments immediately after graduating. He invested $80,500 into three accounts, one that paid 4% simple interest, one that paid 4% simple interest, one that paid 3 1 __ % simple interest, and one that 8 paid 2 1 __ 2 at the end of one year. If the amount of the money invested in the second account was four times the amount invested in the third account, how much was invested in each account? % simple interest. He earned $2,670 interest 7 84 CHAPTER 9 systems oF eQuations and ineQualities 63. You inherit one million dollars. You invest it all in three accounts for one year. The first account pays 3% compounded annually, the second account pays 4% compounded annually, and the third account pays 2% compounded annually. After one year, you earn $34,000 in interest. If you invest four times the money into the account that pays 3% compared to 2%, how much did you invest in each account? 64. You inherit one hundred thousand dollars. You invest it all in three accounts for one year. The first account pays 4% compounded annually, the second account pays 3% compounded annually, and the third account pays 2% compounded annually. After one year, you earn $3,650 in interest. If you invest five times the money in the account that pays 4% compared to 3%, how much did you invest in each account? 65. The top three countries in oil consumption in a certain year are as follows: the United States,
Japan, and China. In millions of barrels per day, the three top countries consumed 39.8% of the world’s consumed oil. The United States consumed 0.7% more than four times China’s consumption. The United States consumed 5% more than triple Japan’s consumption. What percent of the world oil consumption did the United States, Japan, and China consume?[28] 66. The top three countries in oil production in the same year are Saudi Arabia, the United States, and Russia. In millions of barrels per day, the top three countries produced 31.4% of the world’s produced oil. Saudi Arabia and the United States combined for 22.1% of the world’s production, and Saudi Arabia produced 2% more oil than Russia. What percent of the world oil production did Saudi Arabia, the United States, and Russia produce?[29] 67. The top three sources of oil imports for the United States in the same year were Saudi Arabia, Mexico, and Canada. The three top countries accounted for 47% of oil imports. The United States imported 1.8% more from Saudi Arabia than they did from Mexico, and 1.7% more from Saudi Arabia than they did from Canada. What percent of the United States oil imports were from these three countries?[30] 68. The top three oil producers in the United States in a certain year are the Gulf of Mexico, Texas, and Alaska. The three regions were responsible for 64% of the United States oil production. The Gulf of Mexico and Texas combined for 47% of oil production. Texas produced 3% more than Alaska. What percent of United States oil production came from these regions?[31] 69. At one time, in the United States, 398 species of 70. Meat consumption in the United States can be animals were on the endangered species list. The top groups were mammals, birds, and fish, which comprised 55% of the endangered species. Birds accounted for 0.7% more than fish, and fish accounted for 1.5% more than mammals. What percent of the endangered species came from mammals, birds, and fish? broken into three categories: red meat, poultry, and fish. If fish makes up 4% less than one-quarter of poultry consumption, and red meat consumption is 18.2% higher than poultry consumption, what are the percentages of meat consumption?[32] 28 β€œOil reserves, production and consumption in 2001,” accessed April
6, 2014, http://scaruffi.com/politics/oil.html. 29 β€œOil reserves, production and consumption in 2001,” accessed April 6, 2014, http://scaruffi.com/politics/oil.html. 30 β€œOil reserves, production and consumption in 2001,” accessed April 6, 2014, http://scaruffi.com/politics/oil.html. 31 β€œUSA: The coming global oil crisis,” accessed April 6, 2014, http://www.oilcrisis.com/us/. 32 β€œThe United States Meat Industry at a Glance,” accessed April 6, 2014, http://www.meatami.com/ht/d/sp/i/47465/pid/47465. SECTION 9.3 systems oF nonlinear eQuations and ineQualities: two variaBles 785 leARnInG OBjeCTIVeS In this section, you will: β€’ Solve a system of nonlinear equations using substitution. β€’ Solve a system of nonlinear equations using elimination. β€’ Graph a nonlinear inequality. β€’ Graph a system of nonlinear inequalities. 9.3 SYSTeMS OF nOnlIneAR eQUATIOnS AnD IneQUAlITIeS: TWO VARIABleS Halley’s Comet (Figure 1) orbits the sun about once every 75 years. Its path can be considered to be a very elongated ellipse. Other comets follow similar paths in space. These orbital paths can be studied using systems of equations. These systems, however, are different from the ones we considered in the previous section because the equations are not linear. In this section, we will consider the intersection of a parabola and a line, a circle and a line, and a circle and an ellipse. The methods for solving systems of nonlinear equations are similar to those for linear equations. Figure 1 Halley’s Comet (credit: "nASA Blueshift"/Flickr) Solving a System of nonlinear equations Using Substitution A system of nonlinear equations is a system of two or more equations in two or more variables containing at least one equation that is not linear. Recall that a linear equation can take the form Ax + By + C = 0. Any equation that cannot be written in this form in nonlinear. The substitution method we used for linear systems is the
same method we will use for nonlinear systems. We solve one equation for one variable and then substitute the result into the second equation to solve for another variable, and so on. There is, however, a variation in the possible outcomes. Intersection of a Parabola and a Line There are three possible types of solutions for a system of nonlinear equations involving a parabola and a line. possible types of solutions for points of intersection of a parabola and a line Figure 2 illustrates possible solution sets for a system of equations involving a parabola and a line. β€’ No solution. The line will never intersect the parabola. β€’ One solution. The line is tangent to the parabola and intersects the parabola at exactly one point. β€’ Two solutions. The line crosses on the inside of the parabola and intersects the parabola at two points. No solutions y 42 6 8 x –8 –6 –4 6 4 2 –2 –2 –4 –6 –8 (a) One solutions Two solutions 321 4 5 x –2 y 1 –1 –1 –2 –3 –4 –5 –6 (b) Figure 2 y 6 5 4 3 2 1 –3 –2 –1 –1 21 3 4 (c) x 7 86 CHAPTER 9 systems oF eQuations and ineQualities How To… Given a system of equations containing a line and a parabola, find the solution. 1. Solve the linear equation for one of the variables. 2. Substitute the expression obtained in step one into the parabola equation. 3. Solve for the remaining variable. 4. Check your solutions in both equations. Example 1 Solving a System of Nonlinear Equations Representing a Parabola and a Line Solve the system of equations. x βˆ’ y = βˆ’1 y = x 2 + 1 Solution Solve the first equation for x and then substitute the resulting expression into the second equation. Expand the equation and set it equal to zero. x βˆ’ y = βˆ’y βˆ’ 1) 2 + 1 Solve for x. Substitute expression for x. y = (y βˆ’ 1) 2 = ( y 2 βˆ’ 2y + 1) + 1 = y 2 βˆ’ 2y + 2 0 = y 2 βˆ’3y + 2 = (y βˆ’ 2)(y βˆ’ 1) Solving for y gives y = 2 and y = 1. Next, substitute each value for y into the first
equation to solve for x. Always substitute the value into the linear equation to check for extraneous solutions. x βˆ’ y = βˆ’1 x βˆ’ (2) = βˆ’1 x = 1 x βˆ’ (1) = βˆ’1 x = 0 The solutions are (1, 2) and (0, 1), which can be verified by substituting these (x, y) values into both of the original equations. See Figure 31 (1, 2) (0, 1) 1 2 3 4 5 6 x –6 –5 –4 –3 –2 –1 –1 –2 –3 –4 –5 –6 Figure 3 SECTION 9.3 systems oF nonlinear eQuations and ineQualities: two variaBles 787 Q & A… Could we have substituted values for y into the second equation to solve for x in Example 1? Yes, but because x is squared in the second equation this could give us extraneous solutions for x. For y = 1 This gives us the same value as in the solution. For Notice that βˆ’1 is an extraneous solution. Try It #1 Solve the given system of equations by substitution. 3x βˆ’ y = βˆ’2 2 x 2 βˆ’ y = 0 Intersection of a Circle and a Line Just as with a parabola and a line, there are three possible outcomes when solving a system of equations representing a circle and a line. possible types of solutions for the points of intersection of a circle and a line Figure 4 illustrates possible solution sets for a system of equations involving a circle and a line. β€’ No solution. The line does not intersect the circle. β€’ One solution. The line is tangent to the circle and intersects the circle at exactly one point. β€’ Two solutions. The line crosses the circle and intersects it at two points. No solutions One solution Two solutions Figure 4 How To… Given a system of equations containing a line and a circle, find the solution. 1. Solve the linear equation for one of the variables. 2. Substitute the expression obtained in step one into the equation for the circle. 3. Solve for the remaining variable. 4. Check your solutions in both equations. 7 88 CHAPTER 9 systems oF eQuations and ineQualities Example 2 Finding the Intersection of a Circle and a Line by Substitution Find the intersection of the given circle and the given line by substitution. x 2 + y 2 = 5 y = 3x βˆ’ 5 Solution
One of the equations has already been solved for y. We will substitute y = 3x βˆ’ 5 into the equation for the circle. Now, we factor and solve for x. x 2 + (3x βˆ’ 530x + 25 = 5 10 x 2 βˆ’30x + 20 = 0 10( x 2 βˆ’ 3x + 2) = 0 10(x βˆ’ 2)(x βˆ’ 1) = 0 x = 2 x = 1 Substitute the two x-values into the original linear equation to solve for y. y = 3(2)βˆ’5 = 1 y = 3(1)βˆ’5 = βˆ’2 The line intersects the circle at (2, 1) and (1, βˆ’2), which can be verified by substituting these (x, y) values into both of the original equations. See Figure 5. y 5 4 3 2 1 x2 + y2 = 5 –5 –4 –3 –2 0 –1 –1 –2 –3 –4 –5 y = 3x βˆ’ 5 (2, 1) 21 3 4 5 x (1, –2) Figure 5 x 2 + y 2 = 10 x βˆ’ 3y = βˆ’10 Try It #2 Solve the system of nonlinear equations. Solving a System of nonlinear equations Using elimination We have seen that substitution is often the preferred method when a system of equations includes a linear equation and a nonlinear equation. However, when both equations in the system have like variables of the second degree, solving them using elimination by addition is often easier than substitution. Generally, elimination is a far simpler method when the system involves only two equations in two variables (a two-by-two system), rather than a three-by-three system, as there are fewer steps. As an example, we will investigate the possible types of solutions when solving a system of equations representing a circle and an ellipse. SECTION 9.3 systems oF nonlinear eQuations and ineQualities: two variaBles 789 possible types of solutions for the points of intersection of a circle and an ellipse Figure 6 illustrates possible solution sets for a system of equations involving a circle and an ellipse. β€’ No solution. The circle and ellipse do not intersect. One shape is inside the other or the circle and the ellipse are a distance away from the other. β€’ One solution. The circle and ellipse are tangent to each other, and intersect at exactly one point.
β€’ Two solutions. The circle and the ellipse intersect at two points. β€’ Three solutions. The circle and the ellipse intersect at three points. β€’ Four solutions. The circle and the ellipse intersect at four points. No solution One solution Two solutions Three solutions Four solutions Figure 6 Example 3 Solving a System of Nonlinear Equations Representing a Circle and an Ellipse Solve the system of nonlinear equations. x 2 + y 2 = 26 3 x 2 + 25 y 2 = 100 (1) (2) Solution Let’s begin by multiplying equation (1) by βˆ’3, and adding it to equation (2). (βˆ’3)( x 2 + y 2 ) = (βˆ’3)(26) βˆ’3 x 2 βˆ’ 3 y 2 = βˆ’ 78 3 x 2 + 25 y 2 = 100 22 y 2 = 22 After we add the two equations together, we solve for y Substitute y = Β± 1 into one of the equations and solve for x. x 2 + (1) 2 = 26 x 2 + 1 = 26 x 2 = 25 x = Β± √ β€” 25 = Β± 5 x 2 + (βˆ’1) 2 = 26 x 2 + 1 = 26 x 2 = 25 = Β± 5 There are four solutions: (5, 1), (βˆ’5, 1), (5, βˆ’1), and (βˆ’5, βˆ’1). See Figure 7. (βˆ’5, 1) –5 –6 (βˆ’5, βˆ’1) –4 –3 –1 –1 –2 –3 –4 –5 –6 21 3 4 (5, 1) x 5 6 (5, βˆ’1) Figure 7 7 90 CHAPTER 9 systems oF eQuations and ineQualities Try It #3 Find the solution set for the given system of nonlinear equations. 4 x 2 + y 2 = 13 x 2 + y 2 = 10 Graphing a nonlinear Inequality All of the equations in the systems that we have encountered so far have involved equalities, but we may also encounter systems that involve inequalities. We have already learned to graph linear inequalities by graphing the corresponding equation, and then shading the region represented by the inequality symbol. Now, we will follow similar steps to graph a nonlinear inequality so that we can learn to solve systems of nonlinear inequalities. A nonlinear inequality is an inequality containing a nonlinear expression. Graphing a nonlinear inequality is much like graphing a linear inequality. Recall that when the inequality is greater than
, y > a, or less than, y < a, the graph is drawn with a dashed line. When the inequality is greater than or equal to, y β‰₯ a, or less than or equal to, y ≀ a, the graph is drawn with a solid line. The graphs will create regions in the plane, and we will test each region for a solution. If one point in the region works, the whole region works. That is the region we shade. See Figure 8. y > x2 βˆ’ 4 21 3 4 5 6 x –6 –5 –4 –3 –2 –6 –5 –4 –3 –2 y 5 4 3 2 1 0 –1 –1 –2 –3 –4 –5 (a) y β‰₯ x2 βˆ’ 4 21 3 4 5 6 x –6 –5 –4 –3 –2 y 5 4 3 2 1 0 –1 –1 –2 –3 –4 –5 (b) y 5 4 3 2 1 0 –1 –1 –2 –3 –4 –5 (c) y < x2 βˆ’ 4 21 3 4 5 6 x –6 –5 –4 –3 –2 y ≀ x2 βˆ’ 4 21 1 –1 –2 –3 –4 –5 (d) Figure 8 (a) an example of y > a; (b) an example of y β‰₯ a; (c) an example of y < a; (d) an example of y ≀ a How To… Given an inequality bounded by a parabola, sketch a graph. 1. Graph the parabola as if it were an equation. This is the boundary for the region that is the solution set. 2. If the boundary is included in the region (the operator is ≀ or β‰₯), the parabola is graphed as a solid line. 3. If the boundary is not included in the region (the operator is < or >), the parabola is graphed as a dashed line. 4. Test a point in one of the regions to determine whether it satisfies the inequality statement. If the statement is true, the solution set is the region including the point. If the statement is false, the solution set is the region on the other side of the boundary line. 5. Shade the region representing the solution set. Graphing an Inequality for a Parabola Example 4 Graph the inequality y > x 2 + 1. Solution First, graph the corresponding equation y = x 2 + 1.
Since y > x 2 + 1 has a greater than symbol, we draw the graph with a dashed line. Then we choose points to test both inside and outside the parabola. Let’s test the points (0, 2) and (2, 0). One point is clearly inside the parabola and the other point is clearly outside0) 2 + 1 2 > 1 True 0 > (2) 2 + 1 0 > 5 False SECTION 9.3 systems oF nonlinear eQuations and ineQualities: two variaBles 791 The graph is shown in Figure 9. We can see that the solution set consists of all points inside the parabola, but not on the graph itself. y 6 5 4 3 2 1 –6 –5 –4 –3 –2 –1 –1 (0, 2) (2, 0) 4 3 21 x 5 6 Figure 9 Graphing a System of nonlinear Inequalities Now that we have learned to graph nonlinear inequalities, we can learn how to graph systems of nonlinear inequalities. A system of nonlinear inequalities is a system of two or more inequalities in two or more variables containing at least one inequality that is not linear. Graphing a system of nonlinear inequalities is similar to graphing a system of linear inequalities. The difference is that our graph may result in more shaded regions that represent a solution than we find in a system of linear inequalities. The solution to a nonlinear system of inequalities is the region of the graph where the shaded regions of the graph of each inequality overlap, or where the regions intersect, called the feasible region. How To… Given a system of nonlinear inequalities, sketch a graph. 1. Find the intersection points by solving the corresponding system of nonlinear equations. 2. Graph the nonlinear equations. 3. Find the shaded regions of each inequality. 4. Identify the feasible region as the intersection of the shaded regions of each inequality or the set of points common to each inequality. Example 5 Graphing a System of Inequalities Graph the given system of inequalities ≀ 12 Solution These two equations are clearly parabolas. We can find the points of intersection by the elimination process: Add both equations and the variable y will be eliminated. Then we solve for x = 12 3 x 2 = 12 x 2 = 4 x = Β± 2 Substitute the x-values into one of the equations and solve for y. x 2 βˆ’ y = 0 (2
(βˆ’2 92 CHAPTER 9 systems oF eQuations and ineQualities The two points of intersection are (2, 4) and (βˆ’2, 4). Notice that the equations can be rewritten as follows ≀ 12 y ≀ βˆ’ 2 x 2 + 12 Graph each inequality. See Figure 10. The feasible region is the region between the two equations bounded by 2 x 2 + y ≀ 12 on the top and x 2 βˆ’ y ≀ 0 on the bottom. y 14 12 10 8 6 4 2 (–2, 4) (2, 4) –– 12 10 –8 –6 –4 –2 2– 42 6 8 10 12 Figure 10 Try It #4 Graph the given system of inequalities. Access these online resources for additional instruction and practice with nonlinear equations. β€’ Solve a System of nonlinear equations Using Substitution (http://openstaxcollege.org/l/nonlinsub) β€’ Solve a System of nonlinear equations Using elimination (http://openstaxcollege.org/l/nonlinelim) SECTION 9.3 section exercises 793 9.3 SeCTIOn exeRCISeS VeRBAl 1. Explain whether a system of two nonlinear equations can have exactly two solutions. What about exactly three? If not, explain why not. If so, give an example of such a system, in graph form, and explain why your choice gives two or three answers. 3. When you graph a system of inequalities, will there always be a feasible region? If so, explain why. If not, give an example of a graph of inequalities that does not have a feasible region. Why does it not have a feasible region? 5. If you perform your break-even analysis and there is more than one solution, explain how you would determine which x-values are profit and which are not. AlGeBRAIC 2. When graphing an inequality, explain why we only need to test one point to determine whether an entire region is the solution? 4. If you graph a revenue and cost function, explain how to determine in what regions there is profit. For the following exercises, solve the system of nonlinear equations using substitution. 6 10 For the following exercises, solve the system of nonlinear equations using elimination. 11. 4 x 2 βˆ’ 9 y 2 = 36 4 x 2 + 9 y 2 = 36 14 12. x 2 + y 2 = 25 x 2 βˆ’ y 2 = 1 134 y 2 = 25x βˆ’
10 15. x 2 + y 2 + = 2500 y = 2 x 2 1 _ 16 For the following exercises, use any method to solve the system of nonlinear equations. 16. βˆ’2 x 2 + y = βˆ’5 6x βˆ’ y = 9 19 22 17. βˆ’ x 2 + y = 2 βˆ’x + y = 2 20 23 For the following exercises, use any method to solve the nonlinear system. 24 27 30. x 2 + y 2 = 25 x 2 βˆ’ y 2 = 36 25 28. βˆ’ x 2 + y = 2 βˆ’4x + y = βˆ’1 31 18. x 2 + y 2 = 1 y = 20 x 2 βˆ’1 21. 9 x 2 + 25 y 2 = 225 (x βˆ’ 6) 2 + y 2 = 1 26 29. βˆ’ x 2 + y = 2 2y = βˆ’ x 32. 16 x 2 βˆ’ 9 y 2 + 144 = 0 y 2 + x 2 = 16 7 94 CHAPTER 9 systems oF eQuations and ineQualities 33. 3 x 2 βˆ’ y 2 = 12 (x βˆ’ 1) 2 + y 2 = 1 34. 3 x 2 βˆ’ y 2 = 12 (x βˆ’ 1) 2 + y 2 = 4 36. x 2 βˆ’ y 2 βˆ’ 6x βˆ’ 4y βˆ’ 11 = 0 βˆ’ x 2 + y 2 = 5 37. x 2 + y 2 βˆ’ 6y = 7 x 2 + y = 1 35. 3 x 2 βˆ’ y 2 = 12 x 2 + y 2 = 16 38. x 2 + y 2 = 6 xy = 1 GRAPHICAl For the following exercises, graph the inequality. 39. x 2 + y < 9 40. x 2 + y 2 < 4 For the following exercises, graph the system of inequalities. Label all points of intersection. 41. x 2 + y < 1 y > 2x 44. x 2 βˆ’ y 2 > βˆ’4 x 2 + y 2 < 12 42. x 2 + y < βˆ’5 y > 5x + 10 45. x 2 + 3 y 2 > 16 3 x 2 βˆ’ y 2 < 1 exTenSIOnS For the following exercises, graph the inequality. 46. y β‰₯ e x y ≀ ln(x) + 5 47. y ≀ βˆ’log(x) y ≀ e x 43. x 2 + y 2 < 25 3 x 2 βˆ’ y 2 > 12 For the following exercises, find the solutions to the nonlinear equations with two
variables. 48. = 24 + 1 __ y 2 + 4 = 0 4 __ x 2 βˆ’ 2 __ y 2 5 __ x 2 49. 6 __ x 2 1 __ x 2 βˆ’ 1 __ y 2 βˆ’ 6 __ y 2 = 8 = 1 __ 8 50. x 2 βˆ’ xy + y 2 βˆ’2 = 0 x + 3y = 4 51. x 2 βˆ’ xy βˆ’ 2 y 2 βˆ’ 52. x 2 + 4xy βˆ’ TeCHnOlOGY For the following exercises, solve the system of inequalities. Use a calculator to graph the system to confirm the answer. 53. xy < 1 y > √ β€” x 54. x 2 + y < 3 y > 2x ReAl-WORlD APPlICATIOnS For the following exercises, construct a system of nonlinear equations to describe the given behavior, then solve for the requested solutions. 55. Two numbers add up to 300. One number is twice the square of the other number. What are the numbers? 56. The squares of two numbers add to 360. The second number is half the value of the first number squared. What are the numbers? 57. A laptop company has discovered their cost and 58. A cell phone company has the following cost and revenue functions for each day: C(x) = 3 x 2 βˆ’ 10x + 200 and R(x) = βˆ’2 x 2 + 100x + 50. If they want to make a profit, what is the range of laptops per day that they should produce? Round to the nearest number which would generate profit. revenue functions: C(x) = 8 x 2 βˆ’ 600x + 21,500 and R(x) = βˆ’3 x 2 + 480x. What is the range of cell phones they should produce each day so there is profit? round to the nearest number that generates profit. SECTION 9.4 partial Fractions 795 leARnInG OBjeCTIVeS In this section, you will: β€’ Decompose P (x )Q (x ), where Q (x ) has only nonrepeated linear factors. β€’ Decompose P (x )Q (x ), where Q (x ) has repeated linear factors. β€’ Decompose P (x )Q (x ), where Q (x ) has a nonrepeated irreducible quadratic factor. β€’ Decompose P (x )Q (x ), where Q (x ) has a repeated irred
ucible quadratic factor. 9.4 PARTIAl FRACTIOnS Earlier in this chapter, we studied systems of two equations in two variables, systems of three equations in three variables, and nonlinear systems. Here we introduce another way that systems of equations can be utilizedβ€”the decomposition of rational expressions. Fractions can be complicated; adding a variable in the denominator makes them even more so. The methods studied in this section will help simplify the concept of a rational expression. Decomposing Where Q(x ) Has Only nonrepeated linear Factors P(x ) ____ Q(x ) Recall the algebra regarding adding and subtracting rational expressions. These operations depend on finding a common denominator so that we can write the sum or difference as a single, simplified rational expression. In this section, we will look at partial fraction decomposition, which is the undoing of the procedure to add or subtract rational expressions. In other words, it is a return from the single simplified rational expression to the original expressions, called the partial fractions. For example, suppose we add the following fractions: We would first need to find a common denominator, (x + 2)(x βˆ’ 3). Next, we would write each expression with this common denominator and find the sum of the terms. 2 _____ x βˆ’ 3 + βˆ’1 _____ x + 2 x + 2 2 _____ _____ ξ€’ x + 2 x βˆ’ 3 ξ€ͺ + βˆ’1 _____ x + 2 ξ€’ x βˆ’ 3 _____ x βˆ’ 3 ξ€ͺ = 2x + 4 βˆ’ x + 3 ____________ = (x + 2)(x βˆ’ 3) x + 7 ________ x 2 βˆ’ x βˆ’ 6 Partial fraction decomposition is the reverse of this procedure. We would start with the solution and rewrite (decompose) it as the sum of two fractions. x + 7 _______ x 2 βˆ’ x βˆ’ 6 Simplified sum = 2 ____ x βˆ’ 3 + βˆ’1 _____ x + 2 Partial fraction decomposition We will investigate rational expressions with linear factors and quadratic factors in the denominator where the degree of the numerator is less than the degree of the denominator. Regardless of the type of expression we are decomposing, the first and most important thing to do is factor the denominator. When the denominator of the simplified expression contains distinct linear factors, it is likely that each of the original rational expressions, which were added or subtracted, had one
of the linear factors as the denominator. In other words, using the example above, the factors of x 2 βˆ’ x βˆ’ 6 are (x βˆ’ 3)(x + 2), the denominators of the decomposed rational expression. So we will rewrite the simplified form as the sum of individual fractions and use a variable for each numerator. Then, we will solve for each numerator using one of several methods available for partial fraction decomposition. 7 96 CHAPTER 9 systems oF eQuations and ineQualities partial fraction decomposition of : Q(x) has nonrepeated linear factors P(x) ____ Q(x) The partial fraction decomposition of P(x) is less than the degree of Q(x) is P(x) ____ Q(x) when Q(x) has nonrepeated linear factors and the degree of P(x) ____ Q(x) = A 1 __ + ξ€’ a 1 x + b 1 ξ€ͺ A 2 __ + ξ€’ a 2 x + b 2 ξ€ͺ A 3 __ ξ€’ __. ξ€’ a n x + b n ξ€ͺ How To… Given a rational expression with distinct linear factors in the denominator, decompose it. 1. Use a variable for the original numerators, usually A, B, or C, depending on the number of factors, placing each variable over a single factor. For the purpose of this definition, we use A n for each numerator P(x) ____ Q(x) = A 1 __ + ξ€’ a 1 x + b 1 ξ€ͺ A 2 __ ξ€’ __. ξ€’ a n x + b n ξ€ͺ 2. Multiply both sides of the equation by the common denominator to eliminate fractions. 3. Expand the right side of the equation and collect like terms. 4. Set coefficients of like terms from the left side of the equation equal to those on the right side to create a system of equations to solve for the numerators. Example 1 Decomposing a Rational Function with Distinct Linear Factors Decompose the given rational expression with distinct linear factors. 3x ___________ (x + 2)(x βˆ’ 1) Solution We will separate the denominator factors and give each numerator a symbolic label, like A, B, or C. = A ______ (x + 2) 3x ___________ (x + 2)(x βˆ’ 1) +
B _____ (x βˆ’ 1) Multiply both sides of the equation by the common denominator to eliminate the fractions: (x + 2)(x βˆ’ 1) ξ€° 3x __________ (x + 2)(x βˆ’ 1) ξ€² =  (x + 2) (x βˆ’ 1) ξ€° A ______  (x + 2) ξ€² + (x + 2)  (x βˆ’ 1) ξ€° B _____ ξ€²  (x βˆ’ 1) The resulting equation is Expand the right side of the equation and collect like terms. 3x = A(x βˆ’ 1) + B(x + 2) 3x = Ax βˆ’ A + Bx + 2B 3x = (A + B)x βˆ’ A + 2B Set up a system of equations associating corresponding coefficients. Add the two equations and solve for B. 3 = A + B 0 = βˆ’A + 2B 3 = A + B 0 = βˆ’A + 2B 3 = 0 + 3B 1 = B Substitute B = 1 into one of the original equations in the system. 3 = A + 1 2 = A Thus, the partial fraction decomposition is 3x __________ (x + 2)(x βˆ’ 1) = 2 ______ (x + 2) + 1 _____ (x βˆ’ 1) SECTION 9.4 partial Fractions 797 Another method to use to solve for A or B is by considering the equation that resulted from eliminating the fractions and substituting a value for x that will make either the A- or B-term equal 0. If we let x = 1, the A-term becomes 0 and we can simply solve for B. 3x = A(x βˆ’ 1) + B(x + 2) 3(1) = A[(1) βˆ’ 1] + B[(1) + 2] 3 = 0 + 3B 1 = B Next, either substitute B = 1 into the equation and solve for A, or make the B-term 0 by substituting x = βˆ’2 into the equation. 3x = A(x βˆ’ 1) + B(x + 2) 3(βˆ’2) = A[(βˆ’2) βˆ’ 1] + B[(βˆ’2) + 2] βˆ’6 = βˆ’3A + 0 βˆ’6 ___ βˆ’3 = A 2 = A We obtain the same values for A and B using either
method, so the decompositions are the same using either method. 3x ___________ (x + 2)(x βˆ’ 1) = 2 ______ (x + 2) + 1 _____ (x βˆ’ 1) Although this method is not seen very often in textbooks, we present it here as an alternative that may make some partial fraction decompositions easier. It is known as the Heaviside method, named after Charles Heaviside, a pioneer in the study of electronics. Try It #1 Find the partial fraction decomposition of the following expression. x ____________ (x βˆ’ 3)(x βˆ’ 2) Decomposing Where Q(x ) Has Repeated linear Factors P(x ) ____ Q(x ) Some fractions we may come across are special cases that we can decompose into partial fractions with repeated linear factors. We must remember that we account for repeated factors by writing each factor in increasing powers. partial fraction decomposition of : Q(x) has repeated linear factors P(x) ____ Q(x) The partial fraction decomposition of when Q(x) has repeated linear factor occurring n times and the degree of P(x) ____ Q(x) P(x) is less than the degree of Q(x), is A 1 _______ + (ax + b) P(x) ____ Q(x) = A 2 ________ + (ax + b) 2 A 3 ________ (ax + b) 3 + … + A n ________ (ax + b) n Write the denominator powers in increasing order. How To… Given a rational expression with repeated linear factors, decompose it. 1. Use a variable like A, B, or C for the numerators and account for increasing powers of the denominators. P(x) ____ Q(x) = A 1 _______ + (ax + b) A 2 ________ (ax + b) 2 + … + A n ________ (ax + b) n 2. Multiply both sides of the equation by the common denominator to eliminate fractions. 3. Expand the right side of the equation and collect like terms. 4. Set coefficients of like terms from the left side of the equation equal to those on the right side to create a system of equations to solve for the numerators. 7 98 CHAPTER 9 systems oF eQuations and ineQualities Example 2 Decomposing with Repeated Linear Factors Decompose the given rational
expression with repeated linear factors. βˆ’ x 2 + 2x + 4 ___________ x 3 βˆ’ 4 x 2 + 4x Solution The denominator factors are x (x βˆ’ 2) 2. To allow for the repeated factor of (x βˆ’ 2), the decomposition will include three denominators: x, (x βˆ’ 2), and (x βˆ’ 2) 2. Thus, Next, we multiply both sides by the common denominator. βˆ’ x 2 + 2x + 4 __________ x 3 βˆ’ 4 x 2 + 4x = A __ x + B ______ (x βˆ’ 2) + C _______ (x βˆ’ 2) 2 x (x βˆ’ 2) 2 ξ€° βˆ’ x 2 + 2x + 4 ξ€² = ξ€° A __ x + B ______ __________ _______ (x βˆ’ 2) (x βˆ’ 2) 2 x (x βˆ’ 2) 2 βˆ’ x 2 + 2x + 4 = A (x βˆ’ 2) 2 + Bx(xβˆ’2) + Cx + C ξ€² x (x βˆ’ 2) 2 On the right side of the equation, we expand and collect like terms. βˆ’ x 2 + 2x + 4 = A( x 2 βˆ’ 4x + 4) + B( x 2 βˆ’ 2x) + Cx = A x 2 βˆ’ 4Ax + 4A + B x 2 βˆ’ 2Bx + Cx = (A + B) x 2 + ( βˆ’4A βˆ’ 2B + C)x + 4A Next, we compare the coefficients of both sides. This will give the system of equations in three variables: βˆ’ x 2 + 2x + 4 = (A + B) x 2 + (βˆ’4A βˆ’ 2B + C)x + 4A (1) A + B = βˆ’1 βˆ’4A βˆ’ 2B + C = 2 4A = 4 (2) (3) Solving for A, we have Substitute A = 1 into equation (1). 4A = 4 A = 1 A + B = βˆ’1 (1) + B = βˆ’1 B = βˆ’2 Then, to solve for C, substitute the values for A and B into equation (2). βˆ’4A βˆ’ 2B + C = 2 βˆ’4(1) βˆ’ 2(βˆ’2) + C = 2 βˆ’ Thus, βˆ’ x 2 + 2x + 4 __________ x 3 βˆ’ 4 x 2 + 4x = 1 __ x βˆ’ 2 ______
(x βˆ’ 2) + 2 _______ (x βˆ’ 2) 2 Try It #2 Find the partial fraction decomposition of the expression with repeated linear factors. 6x βˆ’ 11 _______ (x βˆ’ 1) 2 SECTION 9.4 partial Fractions 799 Decomposing Where Q(x ) Has a nonrepeated Irreducible Quadratic Factor P(x ) ____ Q(x ) So far, we have performed partial fraction decomposition with expressions that have had linear factors in the denominator, and we applied numerators A, B, or C representing constants. Now we will look at an example where one of the factors in the denominator is a quadratic expression that does not factor. This is referred to as an irreducible quadratic factor. In cases like this, we use a linear numerator such as Ax + B, Bx + C, etc. decomposition of Q(x) has a nonrepeated irreducible quadratic factor P(x) _____ Q(x): The partial fraction decomposition of such that Q(x) has a nonrepeated irreducible quadratic factor and the P(x) ____ Q(x) degree of P(x) is less than the degree of Q(x), is written as P(x) ____ Q(x) = A 1 x + B 1 ______________ ______________ ( ______________ ( ) The decomposition may contain more rational expressions if there are linear factors. Each linear factor will have a different constant numerator: A, B, C, and so on. How To… Given a rational expression where the factors of the denominator are distinct, irreducible quadratic factors, decompose it. 1. Use variables such as A, B, or C for the constant numerators over linear factors, and linear expressions such as A 1 P(x) ____ Q(x, etc., for the numerators of each quadratic factor in the denominator. A 1 x + B 1 _____________ (. Multiply both sides of the equation by the common denominator to eliminate fractions. 3. Expand the right side of the equation and collect like terms. 4. Set coefficients of like terms from the left side of the equation equal to those on the right side to create a system of A n x + B n _____________ ( _____________ ( ______ ax + b + … +
+ + equations to solve for the numerators. Example 3 Decomposing When Q(x) Contains a Nonrepeated Irreducible Quadratic Factor P(x) ____ Q(x) Find a partial fraction decomposition of the given expression. 8 x 2 + 12x βˆ’ 20 ________________ (x + 3)( x 2 + x + 2) Solution We have one linear factor and one irreducible quadratic factor in the denominator, so one numerator will be a constant and the other numerator will be a linear expression. Thus, 8 x 2 + 12xβˆ’20 ________________ (x + 3)( x 2 + x + 2) = A ______ (x + 3) + Bx + C __________ ( x 2 + x + 2) We follow the same steps as in previous problems. First, clear the fractions by multiplying both sides of the equation by the common denominator. (x + 3)( x 2 + x + 2) ξ€° 8 x 2 + 12x βˆ’ 20 ________________ (x + 3)( x 2 + x + 2) ξ€² = ξ€° A ______ (x + 3) + Bx + C __________ ( x 2 + x + 2) ξ€² (x + 3)( x 2 + x + 2) 8 x 2 + 12x βˆ’ 20 = A( x 2 + x + 2) + (Bx + C)(x + 3) 800 CHAPTER 9 systems oF eQuations and ineQualities Notice we could easily solve for A by choosing a value for x that will make the Bx + C term equal 0. Let x = βˆ’3 and substitute it into the equation. 8 x 2 + 12x βˆ’ 20 = A( x 2 + x + 2) + (Bx + C)(x + 3) 8 (βˆ’3) 2 + 12(βˆ’3) βˆ’ 20 = A( (βˆ’3) 2 + (βˆ’3) + 2) + (B(βˆ’3) + C)((βˆ’3) + 3) 16 = 8A A = 2 Now that we know the value of A, substitute it back into the equation. Then expand the right side and collect like terms. 8 x 2 + 12x βˆ’ 20 = 2( x 2 + x + 2) + (Bx + C)(x + 3) 8 x 2 + 12x βˆ’ 20 = 2 x 2 + 2x + 4 + B x 2
+ 3B + Cx + 3C 8 x 2 + 12x βˆ’ 20 = (2 + B) x 2 + (2 + 3B + C)x + (4 + 3C) Setting the coefficients of terms on the right side equal to the coefficients of terms on the left side gives the system of equations. 2 + B = 8 2 + 3B + C = 12 4 + 3C = βˆ’20 (1) (2) (3) Solve for B using equation (1) and solve for C using equation (3). 2 + B = 8 (1) B = 6 4 + 3C = βˆ’20 (3) 3C = βˆ’24 C = βˆ’8 Thus, the partial fraction decomposition of the expression is 8 x 2 + 12x βˆ’ 20 _______________ = (x + 3)( x 2 + x + 2) 2 ______ (x + 3) + 6x βˆ’ 8 __________ ( x 2 + x + 2) Q & A… Could we have just set up a system of equations to solve Example 3? Yes, we could have solved it by setting up a system of equations without solving for A first. The expansion on the right would be: 8 x 2 + 12x βˆ’ 20 = A x 2 + Ax + 2A + B x 2 + 3B + Cx + 3C 8 x 2 + 12x βˆ’ 20 = (A + B) x 2 + (A + 3B + C)x + (2A + 3C) So the system of equations would be: A + B = 8 A + 3B + C = 12 2A + 3C = βˆ’20 Try It #3 Find the partial fraction decomposition of the expression with a nonrepeating irreducible quadratic factor. 5 x 2 βˆ’ 6x + 7 ____________ (x βˆ’ 1)( x 2 + 1) SECTION 9.4 partial Fractions 801 Decomposing Where Q(x ) Has a Repeated Irreducible Quadratic Factor P(x ) ____ Q(x ) Now that we can decompose a simplified rational expression with an irreducible quadratic factor, we will learn how to do partial fraction decomposition when the simplified rational expression has repeated irreducible quadratic factors. The decomposition will consist of partial fractions with linear numerators over each irreducible quadratic factor represented in increasing powers. decomposition of : when Q(x
) has a repeated irreducible quadratic factor P(x) ____ Q(x) P(x) ____ Q(x) of P(x) is less than the degree of Q(x), is The partial fraction decomposition of, when Q(x) has a repeated irreducible quadratic factor and the degree P(x) _____________ n (a x 2 + bx + c) = A 1 x + B 1 ____________ (a x 2 + bx + c) + A 2 x + B 2 _____________ (a x 2 + bx + c) 2 + A 3 x + B 3 _____________ (a x 2 + bx + c _____________ n (a x 2 + bx + c) Write the denominators in increasing powers. How To… Given a rational expression that has a repeated irreducible factor, decompose it. 1. Use variables like A, B, or C for the constant numerators over linear factors, and linear expressions such as, etc., for the numerators of each quadratic factor in the denominator written in increasing powers, such as P(x) ____ Q(x) = A ______ ax + b + A 1 x + B 1 ____________ (a x 2 + bx + c) + A 2 x + B 2 ____________ (a x 2 + bx + c ____________ n (a x 2 + bx + c) 2. Multiply both sides of the equation by the common denominator to eliminate fractions. 3. Expand the right side of the equation and collect like terms. 4. Set coefficients of like terms from the left side of the equation equal to those on the right side to create a system of equations to solve for the numerators. Example 4 Decomposing a Rational Function with a Repeated Irreducible Quadratic Factor in the Denominator Decompose the given expression that has a repeated irreducible factor in the denominator ________________ x ( x 2 + 1) 2 Solution The factors of the denominator are x, ( x 2 + 1), and ( x 2 + 1) 2. Recall that, when a factor in the denominator is a quadratic that includes at least two terms, the numerator must be of the linear form Ax + B. So, let’s begin the decomposition ________________ x ( x 2 +
1) 2 = A __ x + Bx + C _______ ( x 2 + 1) + Dx + E _______ ( x 2 + 1) 2 We eliminate the denominators by multiplying each term by x ( x 2 + 1) 2. Thus) 2 + (Bx + C)(x)( x 2 + 1) + (Dx + E)(x) Expand the right side. Now we will collect like terms( x 4 + 2 x 2 + 1 + Cx + D x 2 + Ex = A x 4 + 2A + Cx + D x 2 + Ex A + B) x 4 + (C) x 3 + (2A + B + D) x 2 + (C + E)x + A 802 CHAPTER 9 systems oF eQuations and ineQualities Set up the system of equations matching corresponding coefficients on each side of the equal sign. A + B = 1 C = 1 2A + 1 A = 1 We can use substitution from this point. Substitute A = 1 into the first equation. Substitute A = 1 and B = 0 into the third equation. 1 + B = 1 B = 0 Substitute C = 1 into the fourth equation. 2(11 1 + E = βˆ’1 E = βˆ’2 Now we have solved for all of the unknowns on the right side of the equal sign. We have A = 1, B = 0, C = 1, D = βˆ’1, and E = βˆ’2. We can write the decomposition as follows ________________ x ( x 2 + 1) 2 = 1 __ x + 1 _______ ( x 2 + 1) βˆ’ x + 2 _______ ( x 2 + 1) 2 Try It #4 Find the partial fraction decomposition of the expression with a repeated irreducible quadratic factor. x 3 βˆ’ 4 x 2 + 9xβˆ’5 ______________ ( x 2 βˆ’2x + 3) 2 Access these online resources for additional instruction and practice with partial fractions. β€’ Partial Fraction Decomposition (http://openstaxcollege.org/l/partdecomp) β€’ Partial Fraction Decomposition With Repeated linear Factors (http://openstaxcollege.org/l/partdecomprlf) β€’ Partial Fraction Decomposition With linear and Quadratic Factors (http://openstaxcollege.org/l/partdecomlqu) SECTION 9.4 section exercises 803
9.4 SeCTIOn exeRCISeS VeRBAl 1. Can any quotient of polynomials be decomposed into at least two partial fractions? If so, explain why, and if not, give an example of such a fraction 2. Can you explain why a partial fraction decomposition is unique? (Hint: Think about it as a system of equations.) 3. Can you explain how to verify a partial fraction decomposition graphically? 4. You are unsure if you correctly decomposed the partial fraction correctly. Explain how you could double check your answer. 5. Once you have a system of equations generated by the partial fraction decomposition, can you explain another method to solve it? For example if you had 7x + 13 ___________ 3 x 2 + 8x + 15 = A _____ x + 1 simplify to 7x + 13 = A(3x + 5) + B(x + 1). Explain how you could intelligently choose an x-value that will eliminate either A or B and solve for A and B. + B ______ 3x + 5, we eventually AlGeBRAIC For the following exercises, find the decomposition of the partial fraction for the nonrepeating linear factors. 6. 5x + 16 ___________ x 2 + 10x + 24 9. 10x + 47 __________ x 2 + 7x + 10 12. x + 1 __________ x 2 + 7x + 10 15. 6x _____ x 2 βˆ’ 4 18. 4x + 3 __________ x 2 + 8x + 15 7. 3x βˆ’ 79 __________ x 2 βˆ’ 5x βˆ’ 24 10. x ____________ 6 x 2 + 25x + 25 13. 5x _ x 2 βˆ’ 9 16. 2x βˆ’ 3 _________ x 2 βˆ’ 6x + 5 19. 3x βˆ’ 1 _________ x 2 βˆ’5x + 6 8. βˆ’x βˆ’ 24 __________ x 2 βˆ’ 2x βˆ’ 24 11. 32x βˆ’ 11 ____________ 20 x 2 βˆ’ 13x + 2 14. 10x ______ x 2 βˆ’ 25 17. 4x βˆ’ 1 _ x 2 βˆ’ x βˆ’ 6 For the following exercises, find the decomposition of the partial fraction for the repeating linear factors. 20. βˆ’5x βˆ’ 19 ________ (x + 4) 2 23. βˆ’24x βˆ’ 27 _________ (4x + 5) 2 26. 5x +
14 ____________ 2 x 2 + 12x + 18 21. x _______ (x βˆ’ 2) 2 24. βˆ’24x βˆ’ 27 _________ (6x βˆ’ 7) 2 22. 7x + 14 _______ (x + 3) 2 25. 5 βˆ’ x _______ (x βˆ’ 7) 2 27. 5 x 2 + 20x + 8 ___________ 2x (x + 1) 2 28. 4 x 2 + 55x + 25 ____________ 5x (3x + 5) 2 29. 54 x 3 + 127 x 2 + 80x + 16 ____________________ 2 x 2 (3x + 2) 2 30. x 3 βˆ’ 5 x 2 + 12x + 144 _________________ x 2 ( x 2 + 12x + 36) 804 CHAPTER 9 systems oF eQuations and ineQualities For the following exercises, find the decomposition of the partial fraction for the irreducible non repeating quadratic factor. 31. 4 x 2 + 6x + 11 _______________ (x + 2)( x 2 + x + 3) 34. x 2 + 3x + 1 ________________ (x + 1)( x 2 + 5x βˆ’ 2) 37. 4 x 2 + 5x + 3 __________ x 3 βˆ’ 1 40. x 2 + 2x + 40 __________ x 3 βˆ’ 125 43. βˆ’2 x 3 βˆ’ 30 x 2 + 36x + 216 ____________________ x 4 + 216x 32. 4 x 2 + 9x + 23 _________________ (x βˆ’ 1)( x 2 + 6x + 11) 33. βˆ’2 x 2 + 10x + 4 ________________ (x βˆ’ 1)( x 2 + 3x + 8) 35. 4 x 2 + 17x βˆ’ 1 ________________ (x + 3)( x 2 + 6x + 1) 36. 4 x 2 ________________ (x + 5)( x 2 + 7x βˆ’ 5) 38. βˆ’5 x 2 + 18x βˆ’ 4 ____________ x 3 + 8 41. 4 x 2 + 4x + 12 ___________ 8 x 3 βˆ’ 27 39. 3 x 2 βˆ’ 7x + 33 ___________ x 3 + 27 42. βˆ’50 x 2 + 5x βˆ’ 3 ____________ 125 x 3 βˆ’ 1 For the following exercises, find the decomposition of the partial fraction for the irreducible repeating quadratic factor. 44. 3 x 3 +
2 x 2 + 14x + 15 _________________ ( x 2 + 4) 2 47. x 2 + 5x + 5 _________ (x + 2) 2 50. 2 x 3 + 11x + 7x + 70 ________________ (2 x 2 + x + 14) 2 53. 2x βˆ’ 9 _______ ( x 2 βˆ’ x) 2 exTenSIOnS 45. 48. x 3 + 6 x 2 + 5x + 9 ______________ ( x 2 + 1) 2 x 3 + 2 x 2 + 4x ___________ ( x 2 + 2x + 9) 2 46. 49 ___________ ( x 2 βˆ’ 3) 2 x 2 + 25 ____________ ( x 2 + 3x + 25) 2 51. 5x + 2 ________ x( x 2 + 4) 2 54. 5 x 3 βˆ’ 2x + 1 __________ ( x 2 + 2x) 2 52 + 6x + 36 ___________________ x( x 2 + 6) 2 For the following exercises, find the partial fraction expansion. 55. x 2 + 4 _______ (x + 1) 3 56. x 3 βˆ’ 4 x 2 + 5x + 4 ______________ (x βˆ’ 2) 3 For the following exercises, perform the operation and then find the partial fraction decomposition. 57. 7 _____ x + 8 + 5 _____ x βˆ’ 2 βˆ’ x βˆ’ 1 __________ x 2 βˆ’6x βˆ’ 16 58. 1 _____ x βˆ’ 4 βˆ’ 3 _____ x + 6 βˆ’ 2x + 7 __________ x 2 + 2x βˆ’ 24 59. 2x ______ x 2 βˆ’ 16 βˆ’ 1βˆ’2x _________ x 2 + 6x + 8 βˆ’ x βˆ’ 5 ______ x 2 βˆ’ 4x SECTION 9.5 matrices and matrix operations 805 leARnInG OBjeCTIVeS In this section, you will: β€’ Find the sum and difference of two matrices. β€’ Find scalar multiples of a matrix. β€’ Find the product of two matrices. 9.5 MATRICeS AnD MATRIx OPeRATIOnS Two club soccer teams, the Wildcats and the Mud Cats, are hoping to obtain new equipment for an upcoming season. Table 1 shows the needs of both teams. Figure 1 (credit: β€œSD Dirk,” Flickr) Goals Balls Jerseys Wildcats 6 30 14 Table 1 Mud Cats 10 24 20 A goal costs
$300; a ball costs $10; and a jersey costs $30. How can we find the total cost for the equipment needed for each team? In this section, we discover a method in which the data in the soccer equipment table can be displayed and used for calculating other information. Then, we will be able to calculate the cost of the equipment. Finding the Sum and Difference of Two Matrices To solve a problem like the one described for the soccer teams, we can use a matrix, which is a rectangular array of numbers. A row in a matrix is a set of numbers that are aligned horizontally. A column in a matrix is a set of numbers that are aligned vertically. Each number is an entry, sometimes called an element, of the matrix. Matrices (plural) are enclosed in [ ] or ( ), and are usually named with capital letters. For example, three matrices named A, B, and C are shown below1 3 0 2 3 1 ξ€² 806 CHAPTER 9 systems oF eQuations and ineQualities Describing Matrices A matrix is often referred to by its size or dimensions: m Γ— n indicating m rows and n columns. Matrix entries are defined first by row and then by column. For example, to locate the entry in matrix A identified as a ij, we look for the entry in row i, column j. In matrix A, shown below, the entry in row 2, column 3 is a 23. A = ξ€° a 11 a 21 a 31 a 12 a 22 a 32 a 13 a 23 a 33 ξ€² A square matrix is a matrix with dimensions n Γ— n, meaning that it has the same number of rows as columns. The 3 Γ— 3 matrix above is an example of a square matrix. A row matrix is a matrix consisting of one row with dimensions 1 Γ— n. [ a 11 a 12 a 13 ] A column matrix is a matrix consisting of one column with dimensions m Γ— 1. a 11 ξ€² ξ€° a 12 a 13 A matrix may be used to represent a system of equations. In these cases, the numbers represent the coefficients of the variables in the system. Matrices often make solving systems of equations easier because they are not encumbered with variables. We will investigate this idea further in the next section, but first we will look at basic matrix operations. matrices A matrix is a rectangular array of numbers that is usually named by a capital letter: A, B, C, and so
on. Each entry in a matrix is referred to as a ij, such that i represents the row and j represents the column. Matrices are often referred to by their dimensions: m Γ— n indicating m rows and n columns. Example 1 Given matrix A: Finding the Dimensions of the Given Matrix and Locating Entries a. What are the dimensions of matrix A? b. What are the entries at a 31 and a 22? 2 ξ€² Solution a. The dimensions are 3 Γ— 3 because there are three rows and three columns. b. Entry a 31 is the number at row 3, column 1, which is 3. The entry a 22 is the number at row 2, column 2, which is 4. Remember, the row comes first, then the column. Adding and Subtracting Matrices We use matrices to list data or to represent systems. Because the entries are numbers, we can perform operations on matrices. We add or subtract matrices by adding or subtracting corresponding entries. In order to do this, the entries must correspond. Therefore, addition and subtraction of matrices is only possible when the matrices have the same dimensions. We can add or subtract a 3 Γ— 3 matrix and another 3 Γ— 3 matrix, but we cannot add or subtract a 2 Γ— 3 matrix and a 3 Γ— 3 matrix because some entries in one matrix will not have a corresponding entry in the other matrix. SECTION 9.5 matrices and matrix operations 807 adding and subtracting matrices Given matrices A and B of like dimensions, addition and subtraction of A and B will produce matrix C or matrix D of the same dimension. A + B = C such that a ij + b ij = c ij A βˆ’ B = D such that a ij βˆ’ b ij = d ij Matrix addition is commutative. It is also associative. A + B = B + A (A + B) + C = A + (B + C) Example 2 Finding the Sum of Matrices Find the sum of A and B, given Solution Add corresponding entries. A = ξ€° a b c d ξ€² and ξ€² Example 3 Adding Matrix A and Matrix B Find the sum of A and B. A = ξ€° 4 1 3 2 ξ€² and B = ξ€° 5 9 ξ€² 0 7 Solution Add corresponding entries. Add the entry in row 1, column 1, a 11, of matrix A to the entry in
row 1, column 1, b 11, of B. Continue the pattern until all entries have been added 10 ξ€² 9 Example 4 Finding the Difference of Two Matrices Find the difference of A and B. A = ξ€° βˆ’2 3 0 1 ξ€² and B = ξ€° 8 1 5 4 ξ€² Solution We subtract the corresponding entries of each matrix. A βˆ’ B = ξ€° βˆ’10 2 ξ€² βˆ’5 βˆ’3 808 CHAPTER 9 systems oF eQuations and ineQualities Example 5 Finding the Sum and Difference of Two 3 x 3 Matrices Given A and B : a. Find the sum. b. Find the difference. A = ξ€° 2 βˆ’10 βˆ’2 14 12 10 4 βˆ’2 2 ξ€² and B = ξ€° 10 βˆ’2 6 0 βˆ’12 βˆ’4 βˆ’5 2 βˆ’2 ξ€² Solution a. Add the corresponding entries. 10 βˆ’2 6 0 βˆ’12 βˆ’4 βˆ’5 2 βˆ’2 ξ€² A + B = ξ€° = ξ€° = ξ€° 10 2 ξ€² + ξ€° 2 βˆ’10 βˆ’2 12 14 βˆ’2 4 2 + 6 βˆ’10 + 10 βˆ’2 βˆ’ 2 14 + 0 12 βˆ’ 12 4 βˆ’ 5 βˆ’2 + 2 8 0 βˆ’4 14 0 βˆ’6 βˆ’1 0 βˆ’0 ξ€² 10 βˆ’ 4 2 βˆ’ 2 ξ€² b. Subtract the corresponding entries. 10 βˆ’2 6 0 βˆ’12 βˆ’4 βˆ’5 2 βˆ’2 ξ€² A βˆ’ B = ξ€° = ξ€° = ξ€° 10 2 ξ€² βˆ’ ξ€° 2 βˆ’10 βˆ’2 12 14 βˆ’2 4 2 βˆ’ 6 βˆ’10 βˆ’ 10 βˆ’2 + 2 12 + 12 14 βˆ’ 0 βˆ’2 βˆ’ 2 4 + 5 βˆ’4 βˆ’20 0 14 9 24 14 βˆ’4 ξ€² 4 10 + 4 2 + 2 ξ€² Try It #1 Add matrix A and matrix B. A = ξ€° 2 1 1 6 0 ξ€² and B = ξ€° 3 1 βˆ’4 βˆ’3 βˆ’2 ξ€² 5 3 Finding Scalar Multiples of a Matrix Besides adding and subtracting whole matrices, there are many situations in which we need to multiply a matrix by a constant called a scalar. Recall that a scalar is a real number quantity that has magnitude, but not direction. For example, time, temperature, and distance are scal
ar quantities. The process of scalar multiplication involves multiplying each entry in a matrix by a scalar. A scalar multiple is any entry of a matrix that results from scalar multiplication. Consider a real-world scenario in which a university needs to add to its inventory of computers, computer tables, and chairs in two of the campus labs due to increased enrollment. They estimate that 15% more equipment is needed in both labs. The school’s current inventory is displayed in Table 2. Lab A Lab B Computers Computer Tables Chairs 15 16 16 Table 2 27 34 34 SECTION 9.5 matrices and matrix operations 809 Converting the data to a matrix, we have C 2013 = ξ€° 15 27 16 34 16 34 ξ€² To calculate how much computer equipment will be needed, we multiply all entries in matrix C by 0.15. We must round up to the next integer, so the amount of new equipment needed is (0.15) C 2013 = ξ€° (0.15)15 (0.15)16 (0.15)16 (0.15)27 (0.15)34 (0.15)34 ξ€² = ξ€° 2.25 4.05 2.4 5.1 2.4 5.1 ξ€² Adding the two matrices as shown below, we see the new inventory amounts. 3 5 3 6 3 6 ξ€² ξ€° This means 15 27 16 34 16 34 ξ€² + ξ€° 3 5 3 6 3 6 ξ€° ξ€² = ξ€° 18 32 19 40 19 40 ξ€² C 2014 = ξ€° 18 32 19 40 19 40 ξ€² Thus, Lab A will have 18 computers, 19 computer tables, and 19 chairs; Lab B will have 32 computers, 40 computer tables, and 40 chairs. scalar multiplication Scalar multiplication involves finding the product of a constant by each entry in the matrix. Given the scalar multiple cA is A = ξ€° a 11 a 21 a 12 ξ€² a 22 cA = c ξ€° = ξ€° a 11 a 21 ca 11 ca 21 a 12 ξ€² a 22 ca 12 ξ€² ca 22 Scalar multiplication is distributive. For the matrices A, B, and C with scalars a and b, a(A + B) = aA + aB (a + b)A = aA + bA Example 6 Multip
lying the Matrix by a Scalar Multiply matrix A by the scalar 3. Solution Multiply each entry in A by the scalar 3. A = ξ€° 8 1 ξ€² 5 4 3A = 24 3 ξ€² 15 12 = ξ€° = ξ€° 810 CHAPTER 9 systems oF eQuations and ineQualities Try It #2 Given matrix B, find βˆ’2B where A = ξ€° 4 1 3 2 ξ€² Example 7 Finding the Sum of Scalar Multiples Find the sum 3A + 2B. Solution First, find 3A, then 2B. A = ξ€° 1 βˆ’2 0 0 βˆ’1 2 3 βˆ’6 4 ξ€² and B = ξ€° βˆ’1 2 1 0 βˆ’3 2 1 βˆ’4 0 ξ€² 3A = ξ€° = ξ€° 2B = ξ€° = ξ€° ξ€² 3 β‹… 1 3(βˆ’2) 3 β‹… 0 3 β‹… 0 3(βˆ’1(βˆ’6) 3 βˆ’6 0 0 βˆ’3 6 12 9 βˆ’18 2(βˆ’12 4 2 2(βˆ’3) 2 β‹… 2 2(βˆ’46 4 0 2 βˆ’8 ξ€² Now, add 3A + 2B. 3A + 2B = ξ€° = ξ€° = ξ€° βˆ’2 4 2 0 βˆ’6 4 0 2 βˆ’8 ξ€² ξ€² + ξ€° 3 βˆ’6 0 0 βˆ’3 6 12 9 βˆ’18 3 βˆ’ 2 βˆ’3 βˆ’ 6 6 + 4 12 + 0 9 + 2 βˆ’18 βˆ’ 8 ξ€² 1 βˆ’2 2 0 βˆ’9 10 12 11 βˆ’26 ξ€² Finding the Product of Two Matrices In addition to multiplying a matrix by a scalar, we can multiply two matrices. Finding the product of two matrices is only possible when the inner dimensions are the same, meaning that the number of columns of the first matrix is equal to the number of rows of the second matrix. If A is an m Γ— r matrix and B is an r Γ— n matrix, then the product matrix AB is an m Γ— n matrix. For example, the product AB is possible because the number of columns in A is the same as the number of rows in B. If the inner dimensions do not match, the product is not defined same We multiply entries of A with entries of B according to a specific pattern
as outlined below. The process of matrix multiplication becomes clearer when working a problem with real numbers. To obtain the entries in row i of AB, we multiply the entries in row i of A by column j in B and add. For example, given matrices A and B, where the dimensions of A are 2 Γ— 3 and the dimensions of B are 3 Γ— 3, the product of AB will be a 2 Γ— 3 matrix. A = ξ€° a 11 a 21 a 12 a 22 a 13 a 23 ξ€² and B = ξ€° b 11 b 21 b 31 b 12 b 22 b 32 b 13 b 23 b 33 ξ€² SECTION 9.5 matrices and matrix operations 811 Multiply and add as follows to obtain the first entry of the product matrix AB. 1. To obtain the entry in row 1, column 1 of AB, multiply the first row in A by the first column in B, and add. [ a 11 a 12 a 13 ] ξ€° b 11 b 21 b 31 ξ€² = a 11 β‹… b 11 + a 12 β‹… b 21 + a 13 β‹… b 31 2. To obtain the entry in row 1, column 2 of AB, multiply the first row of A by the second column in B, and add. [ a 11 a 12 a 13 ] ξ€° b 12 b 22 b 32 ξ€² = a 11 β‹… b 12 + a 12 β‹… b 22 + a 13 β‹… b 32 3. To obtain the entry in row 1, column 3 of AB, multiply the first row of A by the third column in B, and add. [ a 11 a 12 a 13 ] ξ€° b 13 b 23 b 33 ξ€² = a 11 β‹… b 13 + a 12 β‹… b 23 + a 13 β‹… b 33 We proceed the same way to obtain the second row of AB. In other words, row 2 of A times column 1 of B; row 2 of A times column 2 of B; row 2 of A times column 3 of B. When complete, the product matrix will be AB = ξ€° a 11 β‹… b 11 + a 12 β‹… b 21 + a 13 β‹… b 31 a 21 β‹… b 11 + a 22 β‹… b 21 + a 23 β‹… b 31 a 11 β‹… b 12 + a 12 β‹… b 22 + a
13 β‹… b 32 a 21 β‹… b 12 + a 22 β‹… b 22 + a 23 β‹… b 32 a 11 β‹… b 13 + a 12 β‹… b 23 + a 13 β‹… b 33 ξ€² a 21 β‹… b 13 + a 22 β‹… b 23 + a 23 β‹… b 33 properties of matrix multiplication For the matrices A, B, and C the following properties hold. β€’ Matrix multiplication is associative: β€’ Matrix multiplication is distributive: (AB)C = A(BC). C(A + B) = CA + CB, (A + B)C = AC + BC. Note that matrix multiplication is not commutative. Example 8 Multiplying Two Matrices Multiply matrix A and matrix B. ξ€² and B = ξ€° Solution First, we check the dimensions of the matrices. Matrix A has dimensions 2 Γ— 2 and matrix B has dimensions 2 Γ— 2. The inner dimensions are the same so we can perform the multiplication. The product will have the dimensions 2 Γ— 2 We perform the operations outlined previously. AB = ξ€° = ξ€° = ξ€° (5) + 2(7) 1(6) + 2(8) ξ€² 3(5) + 4(7) 3(6) + 4(8) 19 22 ξ€² 43 50 Example 9 Multiplying Two Matrices Given A and B : a. Find AB. b. Find BA. A = ξ€° βˆ’1 2 3 4 0 5 ξ€² and B = ξ€° 5 βˆ’1 βˆ’4 0 2 3 ξ€² 812 CHAPTER 9 systems oF eQuations and ineQualities Solution a. As the dimensions of A are 2 Γ— 3 and the dimensions of B are 3 Γ— 2, these matrices can be multiplied together because the number of columns in A matches the number of rows in B. The resulting product will be a 2 Γ— 2 matrix, the number of rows in A by the number of columns in B. AB = ξ€° βˆ’1 2 3 4 0 5 5 βˆ’1 βˆ’1(5) + 2(βˆ’4) + 3(2) βˆ’1(βˆ’1) + 2(0) + 3(3) 4(βˆ’1) + 0(0) + 5(3) 4(5) + 0(βˆ’4) + 5(2)
ξ€² = ξ€° βˆ’7 10 ξ€² 30 11 b. The dimensions of B are 3 Γ— 2 and the dimensions of A are 2 Γ— 3. The inner dimensions match so the product is defined and will be a 3 Γ— 3 matrix. BA = ξ€° = ξ€° = ξ€° 5 βˆ’1 βˆ’4 0 2 3 ξ€² ξ€° βˆ’1 2 3 4 0 5 ξ€² 5(βˆ’1) + βˆ’1(4) 5(2) + βˆ’1(0) 5(3) + βˆ’1(5) βˆ’4(βˆ’1) + 0(4) βˆ’4(2) + 0(0) βˆ’4(3) + 0(5) 2(βˆ’1) + 3(4) 2(2) + 3(0) 2(3) + 3(5) βˆ’9 10 10 ξ€² 4 βˆ’8 βˆ’12 10 4 21 ξ€² Analysis Notice that the products AB and BA are not equal. AB = ξ€° βˆ’7 10 30 11 ξ€² β‰  ξ€° βˆ’9 10 10 4 βˆ’8 βˆ’12 10 4 21 ξ€² = BA This illustrates the fact that matrix multiplication is not commutative. Q & A… Is it possible for AB to be defined but not BA? Yes, consider a matrix A with dimension 3 Γ— 4 and matrix B with dimension 4 Γ— 2. For the product AB the inner dimensions are 4 and the product is defined, but for the product BA the inner dimensions are 2 and 3 so the product is undefined. Example 10 Using Matrices in Real-World Problems Let’s return to the problem presented at the opening of this section. We have Table 3, representing the equipment needs of two soccer teams. Goals Balls Jerseys Wildcats 6 30 14 Table 3 Mud Cats 10 24 20 We are also given the prices of the equipment, as shown in Table 4. Goals Balls Jerseys Table 4 $300 $10 $30 SECTION 9.5 matrices and matrix operations 813 We will convert the data to matrices. Thus, the equipment need matrix is written as E = ξ€° 6 10 30 24 14 20 ξ€² The cost matrix is written as C = [300 10 30] We perform matrix multiplication to obtain costs for the equipment. CE = [300 10 30] ξ€° 6 10 30 24 14 20 ξ€² = [300(6) + 10(30) + 30(14)
300(10) + 10(24) + 30(20)] = [2,520 3,840] The total cost for equipment for the Wildcats is $2,520, and the total cost for equipment for the Mud Cats is $3,840. How To… Given a matrix operation, evaluate using a calculator. 1. Save each matrix as a matrix variable [A], [B], [C],... 2. Enter the operation into the calculator, calling up each matrix variable as needed. 3. If the operation is defined, the calculator will present the solution matrix; if the operation is undefined, it will display an error message. Example 11 Using a Calculator to Perform Matrix Operations Find AB βˆ’ C given A = ξ€° βˆ’15 25 32 41 βˆ’7 βˆ’28 10 34 βˆ’2 ξ€², B = ξ€° 45 21 βˆ’37 βˆ’24 52 19 6 βˆ’48 βˆ’31 ξ€², and C = ξ€° βˆ’100 βˆ’89 βˆ’98 25 βˆ’56 74 βˆ’67 42 βˆ’75 ξ€². Solution On the matrix page of the calculator, we enter matrix A above as the matrix variable [A], matrix B above as the matrix variable [B], and matrix C above as the matrix variable [C]. On the home screen of the calculator, we type in the problem and call up each matrix variable as needed. The calculator gives us the following matrix. [A]Γ—[B] βˆ’ [C] βˆ’983 βˆ’462 136 1,820 1,897 βˆ’856 βˆ’311 2,032 413 ξ€² ξ€° Access these online resources for additional instruction and practice with matrices and matrix operations. β€’ Dimensions of a Matrix (http://openstaxcollege.org/l/matrixdimen) β€’ Matrix Addition and Subtraction (http://openstaxcollege.org/l/matrixaddsub) β€’ Matrix Operations (http://openstaxcollege.org/l/matrixoper) β€’ Matrix Multiplication (http://openstaxcollege.org/l/matrixmult) 814 CHAPTER 9 systems oF eQuations and ineQualities 9.5 SeCTIOn exeRCISeS VeRBAl 1. Can we add any two matrices together? If so, explain why; if not, explain why not and give an example of two matrices that cannot be added together. 3. Can both the products AB and BA be defined
? If so, explain how; if not, explain why. 5. Does matrix multiplication commute? That is, does AB = BA? If so, prove why it does. If not, explain why it does not. AlGeBRAIC 2. Can we multiply any column matrix by any row matrix? Explain why or why not. 4. Can any two matrices of the same size be multiplied? If so, explain why, and if not, explain why not and give an example of two matrices of the same size that cannot be multiplied together. For the following exercises, use the matrices below and perform the matrix addition or subtraction. Indicate if the operation is undefined 14 22 6 ξ€², C = ξ€° 1 5 8 92 12 6 ξ€², D = ξ€° 10 14 7 2 5 61 ξ€², E = ξ€° 6 12 14 5 ξ€², F = ξ€° 0 9 78 17 15 4 ξ€² 6. A + B 7. C + D 8. A + C 9. B βˆ’ E 10. C + F 11. D βˆ’ B For the following exercises, use the matrices below to perform scalar multiplication. A = ξ€° 4 6 13 12 ξ€², B = ξ€° 3 9 21 12 0 64 ξ€², C = ξ€° 16 3 7 18 90 5 3 29 ξ€², D = ξ€° 18 12 13 8 14 6 7 4 21 ξ€² 12. 5A 13. 3B 14. βˆ’2B 15. βˆ’4C 1 __ 16. C 2 17. 100D For the following exercises, use the matrices below to perform matrix multiplication. A = ξ€° βˆ’8 0 12 ξ€², C = ξ€° 4 10 βˆ’3 12 9 3 1 0 8 βˆ’10 ξ€² 18. AB 19. BC 20. CA 21. BD 22. DC 23. CB For the following exercises, use the matrices below to perform the indicated operation if possible. If not possible, explain why the operation cannot be performed. A = ξ€° 2 βˆ’5 6 7 ξ€², B = ξ€° βˆ’9 6 βˆ’8 7 βˆ’6 βˆ’5 1 0 9 ξ€² 24. A + B βˆ’ C 25. 4A + 5D 26. 2C + B 27. 3D + 4E 28. C βˆ’ 0.5D 29. 100D βˆ’
10E SECTION 9.5 section exercises 815 For the following exercises, use the matrices below to perform the indicated operation if possible. If not possible, explain why the operation cannot be performed. (Hint: A 2 = A β‹… A) A = ξ€° βˆ’10 20 5 25 ξ€², B = ξ€° 40 10 βˆ’20 30 ξ€², C = ξ€° βˆ’1 0 0 βˆ’1 1 0 ξ€² 30. AB 36. C 2 31. BA 37. B 2 A 2 32. CA 38. A 2 B 2 33. BC 34. A 2 35. B 2 39. (AB) 2 40. (BA) 2 For the following exercises, use the matrices below to perform the indicated operation if possible. If not possible, explain why the operation cannot be performed. (Hint: A 2 = A β‹… A2 3 4 βˆ’1 1 βˆ’5 ξ€², C = ξ€° 0.5 0.1 1 0.2 βˆ’0.5 0.3 ξ€², D = ξ€° 1 0 βˆ’1 βˆ’6 7 5 4 2 1 ξ€² 42. BA 43. BD 44. DC 45. D 2 46. A 2 48. (AB)C 49. A(BC) 41. AB 47. D 3 TeCHnOlOGY For the following exercises, use the matrices below to perform the indicated operation if possible. If not possible, explain why the operation cannot be performed. Use a calculator to verify your solution. A = ξ€° βˆ’2 0 9 1 8 βˆ’3 0.5 4 5 ξ€², B = ξ€° 0.5 3 0 βˆ’ ξ€² 50. AB 51. BA 52. CA 53. BC 54. ABC exTenSIOnS For the following exercises, use the matrix below to perform the indicated operation on the given matrix 55. B2 56. B3 57. B4 58. B5 59. Using the above questions, find a formula for Bn. Test the formula for B201 and B202, using a calculator. 816 CHAPTER 9 systems oF eQuations and ineQualities leARnInG OBjeCTIVeS In this section, you will: β€’ Write the augmented matrix of a system of equations. β€’ Write the system of equations from an augmented matrix. β€’ Perform row operations on a matrix. β€’ Solve a system
of linear equations using matrices. 9.6 SOlVInG SYSTeMS WITH GAUSSIAn elIMInATIOn Figure 1 German mathematician Carl Friedrich Gauss (1777–1855). Carl Friedrich Gauss lived during the late 18th century and early 19th century, but he is still considered one of the most prolific mathematicians in history. His contributions to the science of mathematics and physics span fields such as algebra, number theory, analysis, differential geometry, astronomy, and optics, among others. His discoveries regarding matrix theory changed the way mathematicians have worked for the last two centuries. We first encountered Gaussian elimination in Systems of Linear Equations: Two Variables. In this section, we will revisit this technique for solving systems, this time using matrices. Writing the Augmented Matrix of a System of equations A matrix can serve as a device for representing and solving a system of equations. To express a system in matrix form, we extract the coefficients of the variables and the constants, and these become the entries of the matrix. We use a vertical line to separate the coefficient entries from the constants, essentially replacing the equal signs. When a system is written in this form, we call it an augmented matrix. For example, consider the following 2 Γ— 2 system of equations. We can write this system as an augmented matrix: 3x + 4y = 7 4x βˆ’ 2y = 5 3 4 ξ€° 4 βˆ’2 7 ξ€² 5 ∣ We can also write a matrix containing just the coefficients. This is called the coefficient matrix. 3 4 ξ€² ξ€° 4 βˆ’2 SECTION 9.6 solving systems with gaussian elimination 817 A three-by-three system of equations such as has a coefficient matrix and is represented by the augmented matrix 3x βˆ’ 2x βˆ’ 3z = 2 3 βˆ’1 βˆ’1 1 1 0 2 0 βˆ’3 ξ€² ξ€° 3 βˆ’1 βˆ’1 0 5 1 1 0 2 0 βˆ’3 2 ξ€² ξ€° ∣ Notice that the matrix is written so that the variables line up in their own columns: x-terms go in the first column, y-terms in the second column, and z-terms in the third column. It is very important that each equation is written in standard form ax + by + cz = d so that the variables line up. When there is a missing variable term in an equation, the coefficient is 0. How To… Given a system of equations
, write an augmented matrix. 1. Write the coefficients of the x-terms as the numbers down the first column. 2. Write the coefficients of the y-terms as the numbers down the second column. 3. If there are z-terms, write the coefficients as the numbers down the third column. 4. Draw a vertical line and write the constants to the right of the line. Example 1 Writing the Augmented Matrix for a System of Equations Write the augmented matrix for the given system of equations. x + 2y βˆ’ z = 3 2x βˆ’ y + 2z = 6 x βˆ’ 3y + 3z = 4 Solution The augmented matrix displays the coefficients of the variables, and an additional column for the constants. 1 2 βˆ’1 3 2 βˆ’1 2 6 1 βˆ’3 3 4 ξ€² ξ€° ∣ Try It #1 Write the augmented matrix of the given system of equations. 4x βˆ’ 3y = 11 3x + 2y = 4 Writing a System of equations from an Augmented Matrix We can use augmented matrices to help us solve systems of equations because they simplify operations when the systems are not encumbered by the variables. However, it is important to understand how to move back and forth between formats in order to make finding solutions smoother and more intuitive. Here, we will use the information in an augmented matrix to write the system of equations in standard form. 818 CHAPTER 9 systems oF eQuations and ineQualities Example 2 Writing a System of Equations from an Augmented Matrix Form Find the system of equations from the augmented matrix. Solution When the columns represent the variables x, y, and z, 1 βˆ’3 βˆ’5 2 βˆ’5 βˆ’4 βˆ’3 5 4 ξ€° βˆ’2 5 6 ξ€² ∣ 1 βˆ’3 βˆ’5 2 βˆ’5 βˆ’4 βˆ’3 5 4 βˆ’2 5 6 ξ€² β†’ ξ€° x βˆ’ 3y βˆ’ 5z = βˆ’ 2 2x βˆ’ 5y βˆ’ 4z = 5 βˆ’3x + 5y + 4z = 6 ∣ Try It #2 Write the system of equations from the augmented matrix. 1 βˆ’1 1 2 βˆ’1 3 0 1 1 5 1 βˆ’9 ξ€² ξ€° ∣ Performing Row Operations on a Matrix Now that we can write systems of equations in augmented matrix form, we will examine the various row operations that can be performed on a matrix, such as addition, multiplication by a constant, and interchanging rows. Performing
row operations on a matrix is the method we use for solving a system of equations. In order to solve the system of equations, we want to convert the matrix to row-echelon form, in which there are ones down the main diagonal from the upper left corner to the lower right corner, and zeros in every position below the main diagonal as shown. Row-echelon form 1 a b 0 1 d 0 0 1 ξ€² ξ€° We use row operations corresponding to equation operations to obtain a new matrix that is row-equivalent in a simpler form. Here are the guidelines to obtaining row-echelon form. 1. In any nonzero row, the first nonzero number is a 1. It is called a leading 1. 2. Any all-zero rows are placed at the bottom on the matrix. 3. Any leading 1 is below and to the right of a previous leading 1. 4. Any column containing a leading 1 has zeros in all other positions in the column. To solve a system of equations we can perform the following row operations to convert the coefficient matrix to rowechelon form and do back-substitution to find the solution. 1. Interchange rows. (Notation: R i ↔ R j ) 2. Multiply a row by a constant. (Notation: c R i ) 3. Add the product of a row multiplied by a constant to another row. (Notation: R i + c R j ) Each of the row operations corresponds to the operations we have already learned to solve systems of equations in three variables. With these operations, there are some key moves that will quickly achieve the goal of writing a matrix in row-echelon form. To obtain a matrix in row-echelon form for finding solutions, we use Gaussian elimination, a method that uses row operations to obtain a 1 as the first entry so that row 1 can be used to convert the remaining rows. SECTION 9.6 solving systems with gaussian elimination 819 Gaussian elimination The Gaussian elimination method refers to a strategy used to obtain the row-echelon form of a matrix. The goal is to write matrix A with the number 1 as the entry down the main diagonal and have all zeros below. A = ξ€° a 11 a 21 a 31 a 12 a 22 a 32 a 13 a 23 a 33 ξ€² After Gaussian elimination A = ξ€° b 13 b 23 b 12 1 0 1 0
0 1 ξ€² The first step of the Gaussian strategy includes obtaining a 1 as the first entry, so that row 1 may be used to alter the rows below. How To… Given an augmented matrix, perform row operations to achieve row-echelon form. 1. The first equation should have a leading coefficient of 1. Interchange rows or multiply by a constant, if necessary. 2. Use row operations to obtain zeros down the first column below the first entry of 1. 3. Use row operations to obtain a 1 in row 2, column 2. 4. Use row operations to obtain zeros down column 2, below the entry of 1. 5. Use row operations to obtain a 1 in row 3, column 3. 6. Continue this process for all rows until there is a 1 in every entry down the main diagonal and there are only zeros below. 7. If any rows contain all zeros, place them at the bottom. Example 3 Solving a 2 Γ— 2 System by Gaussian Elimination Solve the given system by Gaussian elimination. Solution First, we write this as an augmented matrix. 2x + 3y = 6 x βˆ’ y = 1 __ 2 2 3 ξ€° 1 βˆ’1 2 3 1 _ ξ€² 2 6 ∣ ∣ ∣ ∣ We want a 1 in row 1, column 1. This can be accomplished by interchanging row 1 and row 2. We now have a 1 as the first entry in row 1, column 1. Now let’s obtain a 0 in row 2, column 1. This can be accomplished by multiplying row 1 by βˆ’2, and then adding the result to row 2. βˆ’1 1 _ ξ€² 2 5 0 5 We only have one more step, to multiply row 2 by 1 __. 5 R 2 = R 2 β†’ ξ€° 1 __ 5 Use back-substitution. The second row of the matrix represents y = 1. Back-substitute y = 1 into the first equation. x βˆ’ (1) = 1 __ 2 x = 3 __ 2 1 _ ξ€² 2 1 1 βˆ’1 0 1 The solution is the point ξ€’ 3 __ 2, 1 ξ€ͺ. 820 CHAPTER 9 systems oF eQuations and ineQualities Try It #3 Solve the given system by Gaussian elimination. 4x + 3y = 11 x βˆ’ 3y = βˆ’1 Example 4 Using Gaussian Elimination to Solve
a System of Equations Use Gaussian elimination to solve the given 2 Γ— 2 system of equations. 2x + y = 1 4x + 2y = 6 Solution Write the system as an augmented matrix. 2 1 ξ€° 4 2 1 6 ∣ ξ€² Obtain a 1 in row 1, column 1. This can be accomplished by multiplying the first row by 1 __. 2 Next, we want a 0 in row 2, column 1. Multiply row 1 by βˆ’4 and add row 1 to row 2. R 1 = R 1 β†’ ξ€° 1 __ The second row represents the equation 0 = 4. Therefore, the system is inconsistent and has no solution. Example 5 Solving a Dependent System Solve the system of equations. 3x + 4y = 12 6x + 8y = 24 Solution Perform row operations on the augmented matrix to try and achieve row-echelon form β†’ ξ€° 12 ξ€² 24 βˆ’ 1 __ 2 0 0 6 8 0 ξ€² 24 24 ξ€² 0 The matrix ends up with all zeros in the last row: 0y = 0. Thus, there are an infinite number of solutions and the system is classified as dependent. To find the generic solution, return to one of the original equations and solve for y. 3x + 4y = 12 4y = 12 βˆ’ 3x y = 3 βˆ’ 3 __ x 4 So the solution to this system is ξ€’ x, 3 βˆ’ 3 __ 4 x ξ€ͺ. Example 6 Performing Row Operations on a 3 Γ— 3 Augmented Matrix to Obtain Row-Echelon Form Perform row operations on the given matrix to obtain row-echelon form. Solution The first row already has a 1 in row 1, column 1. The next step is to multiply row 1 by βˆ’2 and add it to row 2. 1 βˆ’3 4 3 2 βˆ’5 6 6 6 βˆ’3 3 4 ξ€² ξ€° ∣ SECTION 9.6 solving systems with gaussian elimination 821 Then replace row 2 with the result. Next, obtain a zero in row 3, column 1. Next, obtain a zero in row 3, column 2. The last step is to obtain a 1 in row 3, column 3. βˆ’3 4 3 0 1 βˆ’2 0 6 βˆ’3 4 3 0 1 βˆ’2 0 0 βˆ’6 16 15 ξ€² 3 4 3 0 1 βˆ’2 0 15 0 0 4 1 __ 3 4 3
βˆ’6 0 1 βˆ’2 21 __ 0 0 1 2 ∣ ∣ ∣ ∣ ξ€² ξ€² Try It #4 Write the system of equations in row-echelon form. x βˆ’ 2y + 3z = 9 βˆ’x + 3y = βˆ’ 4 2x βˆ’ 5y + 5z = 17 Solving a System of linear equations Using Matrices We have seen how to write a system of equations with an augmented matrix, and then how to use row operations and back-substitution to obtain row-echelon form. Now, we will take row-echelon form a step farther to solve a 3 by 3 system of linear equations. The general idea is to eliminate all but one variable using row operations and then backsubstitute to solve for the other variables. Example 7 Solving a System of Linear Equations Using Matrices Solve the system of linear equations using matrices. x βˆ’ y + z = 8 2x + 3y βˆ’ z = βˆ’2 3x βˆ’ 2y βˆ’ 9z = 9 Solution First, we write the augmented matrix. 1 βˆ’1 1 8 ξ€² 2 3 βˆ’1 βˆ’2 3 βˆ’2 βˆ’9 9 ξ€° ∣ βˆ’3 R 1 + R 3 = R 3 β†’ ξ€° Next, we perform row operations to obtain row-echelon form. βˆ’1 1 0 5 βˆ’3 3 βˆ’2 βˆ’9 8 ξ€² βˆ’18 9 ∣ Interchange R 2 and R 3 β†’ ξ€° 1 βˆ’1 1 8 0 1 βˆ’12 βˆ’15 0 5 βˆ’3 βˆ’18 ξ€² The easiest way to obtain a 1 in row 2 of column 1 is to interchange R 2 and R 3. 1 βˆ’1 1 0 5 βˆ’3 0 1 βˆ’12 8 ξ€² βˆ’18 βˆ’15 ∣ 822 Then CHAPTER 9 systems oF eQuations and ineQualities 1 βˆ’1 1 0 1 βˆ’12 0 0 57 The last matrix represents the equivalent system. βˆ’15 57 βˆ’ 1 ___ 57 R 3 = R 3 β†’ ξ€° 1 βˆ’1 1 0 1 βˆ’12 0 0 1 8 ξ€² βˆ’15 βˆ’ 12z = βˆ’15 z = 1 Using back-substitution, we obtain the solution as (4, βˆ’3, 1). Example 8 Solving a Dependent System of Linear Equations Using Matrices Solve the following system of linear equations using matrices. βˆ’x βˆ’ 2y + z =
βˆ’1 2x + 3y = 2 y βˆ’ 2z = 0 Solution Write the augmented matrix. βˆ’1 βˆ’2 1 2 3 0 0 1 βˆ’2 ξ€° βˆ’1 2 0 ξ€² ∣ First, multiply row 1 by βˆ’1 to get a 1 in row 1, column 1. Then, perform row operations to obtain row-echelon form. βˆ’ R 1 β†’ ξ€° βˆ’1 βˆ’2 1 2 3 0 0 1 βˆ’2 βˆ’1 1 0 1 βˆ’2 0 2 3 0 2 βˆ’1 1 0 1 βˆ’2 0 0 βˆ’1 2 0 1 βˆ’2 1 0 0 0 0 ∣ ∣ ξ€² ∣ ∣ ξ€² The last matrix represents the following system. x + 2y βˆ’ z = 1 y βˆ’ 2z = 0 0 = 0 We see by the identity 0 = 0 that this is a dependent system with an infinite number of solutions. We then find the generic solution. By solving the second equation for y and substituting it into the first equation we can solve for z in terms of x. x + 2y βˆ’ z = 1 y = 2z x + 2(2z) βˆ’ z = 1 x + 3z = 1 z = 1 βˆ’ x _____ 3 SECTION 9.6 solving systems with gaussian elimination 823 Now we substitute the expression for z into the second equation to solve for y in terms of x. y βˆ’ 2z = 0 The generic solution is ξ€’ x, 2 βˆ’ 2x ______ 3, 1 βˆ’ x _____ ξ€ͺ. 3 Try It #5 Solve the system using matrices. y βˆ’ 2 ξ€’ 1 βˆ’ x _____ 3 z = 1 βˆ’ x _____ 3 ξ€ͺ = 0 y = 2 βˆ’ 2x ______ 3 x + 4y βˆ’ z = 4 2x + 5y + 8z = 15 x + 3y βˆ’ 3z = 1 Q & A… Can any system of linear equations be solved by Gaussian elimination? Yes, a system of linear equations of any size can be solved by Gaussian elimination. How To… Given a system of equations, solve with matrices using a calculator. 1. Save the augmented matrix as a matrix variable [A], [B], [C], …. 2. Use the ref( function in the calculator, calling up each matrix variable as needed. Example 9 Solving Systems of Equations with Matrices Using a Calculator Solve the system of equations. 5x +
3y + 9z = βˆ’1 βˆ’2x + 3y βˆ’ z = βˆ’2 βˆ’x βˆ’ 4y + 5z = 1 Solution Write the augmented matrix for the system of equations. On the matrix page of the calculator, enter the augmented matrix above as the matrix variable [A]. 5 3 9 βˆ’2 3 βˆ’1 βˆ’1 βˆ’4 5 ξ€° βˆ’1 ξ€² βˆ’2 βˆ’1 ∣ [A] = ξ€° 5 3 9 βˆ’1 βˆ’2 3 βˆ’1 βˆ’2 βˆ’1 βˆ’4 5 1 ξ€² Use the ref( function in the calculator, calling up the matrix variable [A]. ref([A]) Evaluate 13 __ 21 βˆ’ 4 _ 7 βˆ’ 24 ___ 187 + 13 __ 21 z = βˆ’ 4 _ 7 z = βˆ’ 24 ___ 187 Using back-substitution, the solution is ξ€’ 61 ___ 187, βˆ’ 92 ___ 187, βˆ’ 24 ___ ξ€ͺ. 187 824 CHAPTER 9 systems oF eQuations and ineQualities Example 10 Applying 2 Γ— 2 Matrices to Finance Carolyn invests a total of $12,000 in two municipal bonds, one paying 10.5% interest and the other paying 12% interest. The annual interest earned on the two investments last year was $1,335. How much was invested at each rate? Solution We have a system of two equations in two variables. Let x = the amount invested at 10.5% interest, and y = the amount invested at 12% interest. x + y = 12,000 0.105x + 0.12y = 1,335 As a matrix, we have Multiply row 1 by βˆ’0.105 and add the result to row 2. 1 1 ξ€° 0 0.015 Then, 1 1 ξ€° 0.105 0.12 12,000 1,335 ξ€² ∣ ∣ 12,000 ξ€² 75 0.015y = 75 y = 5,000 So 12,000 βˆ’ 5,000 = 7,000. Thus, $5,000 was invested at 12% interest and $7,000 at 10.5% interest. Example 11 Applying 3 Γ— 3 Matrices to Finance Ava invests a total of $10,000 in three accounts, one paying 5% interest, another paying 8% interest, and the third paying 9% interest. The annual interest earned on the three investments last year was $770. The amount invested at 9% was
twice the amount invested at 5%. How much was invested at each rate? Solution We have a system of three equations in three variables. Let x be the amount invested at 5% interest, let y be the amount invested at 8% interest, and let z be the amount invested at 9% interest. Thus, x + y + z = 10,000 0.05x + 0.08y + 0.09z = 770 2x βˆ’ z = 0 As a matrix, we have 1 1 1 0.05 0.08 0.09 2 0 βˆ’1 ξ€° 10, 000 770 ξ€² 0 ∣ Now, we perform Gaussian elimination to achieve row-echelon form. ∣ ∣ βˆ’0.05.03 0.04 2 0 βˆ’1 10,000 270 ξ€² 0 1 ____ 0.03 βˆ’.03 0.04 0 βˆ’2 βˆ’3 10,000 270 ξ€² βˆ’20,000 2 βˆ’3 10,000 9,000 ξ€² βˆ’20,000 10,000 9,000 βˆ’2,000 ξ€² ∣ ∣ The third row tells us βˆ’ 1 __ 3 z = βˆ’2,000; thus z = 6,000. SECTION 9.6 solving systems with gaussian elimination 825 The second row tells us y + 4 __ 3 z = 9,000. Substituting z = 6,000, we get y + 4 __ (6,000) = 9,000 3 y + 8,000 = 9,000 y = 1,000 The first row tells us x + y + z = 10, 000. Substituting y = 1,000 and z = 6,000, we get x + 1,000 + 6,000 = 10,000 x = 3,000 The answer is $3,000 invested at 5% interest, $1,000 invested at 8%, and $6,000 invested at 9% interest. Try It #6 A small shoe company took out a loan of $1,500,000 to expand their inventory. Part of the money was borrowed at 7%, part was borrowed at 8%, and part was borrowed at 10%. The amount borrowed at 10% was four times the amount borrowed at 7%, and the annual interest on all three loans was $130,500. Use matrices to find the amount borrowed at each rate. Access these online resources for additional instruction and practice with solving systems of linear equations using Gaussian elimination. β€’
Solve a System of Two equations Using an Augmented Matrix (http://openstaxcollege.org/l/system2augmat) β€’ Solve a System of Three equations Using an Augmented Matrix (http://openstaxcollege.org/l/system3augmat) β€’ Augmented Matrices on the Calculator (http://openstaxcollege.org/l/augmatcalc) 826 CHAPTER 9 systems oF eQuations and ineQualities 9.6 SeCTIOn exeRCISeS VeRBAl 1. Can any system of linear equations be written as an 2. Can any matrix be written as a system of linear augmented matrix? Explain why or why not. Explain how to write that augmented matrix. equations? Explain why or why not. Explain how to write that system of equations. 3. Is there only one correct method of using row operations on a matrix? Try to explain two different row operations possible to solve the augmented matrix ξ€° 9 3 1 βˆ’2 0 ξ€². 6 ∣ 4. Can a matrix whose entry is 0 on the diagonal be solved? Explain why or why not. What would you do to remedy the situation? 5. Can a matrix that has 0 entries for an entire row have one solution? Explain why or why not. AlGeBRAIC For the following exercises, write the augmented matrix for the linear system. 6. 8x βˆ’ 37y = 8 2x + 12y = 3 9. x + 5y + 8z = 19 12x + 3y = 4 3x + 4y + 9z = βˆ’7 7. 16y = 4 9x βˆ’ y = 2 10. 6x + 12y + 16z = 4 19x βˆ’ 5y + 3z = βˆ’9 x + 2y = βˆ’8 For the following exercises, write the linear system from the augmented matrix. 8. 3x + 2y + 10z = 3 βˆ’6x + 2y + 5z = 13 4x + z = 18 11. ξ€° βˆ’2 5 6 βˆ’18 5 26 ∣ ξ€² 12. ξ€° 3 4 10 17 10 ξ€² 439 ∣ 14. ξ€° 43 8 29 1 βˆ’1 7 5 38 10 0 0 3 ξ€² ∣ 15. ξ€° 4 5 βˆ’2 0 1 58 8 7 βˆ’3 12 2 βˆ’5 ξ€² ∣ For the following exercises, solve
the system by Gaussian elimination. 13. ξ€° 3 2 0 3 ξ€² βˆ’1 βˆ’9 4 βˆ’1 8 8 5 7 ∣ 1 0 16. ξ€° 0 0 20. ξ€° βˆ’2 0 0 2 1 ξ€² βˆ’1 ∣ 3 ξ€² 0 ∣ 1 0 17. ξ€° 1 0 1 ξ€² 2 ∣ 21. 2x βˆ’ 3y = βˆ’ 9 5x + 4y = 58 1 2 18. ξ€° 4 5 3 ξ€² 6 ∣ 22. 6x + 2y = βˆ’4 3x + 4y = βˆ’17 βˆ’1 2 19. ξ€° 4 βˆ’5 βˆ’3 6 ∣ ξ€² 23. 2x + 3y = 12 4x + y = 14 24. βˆ’4x βˆ’ 3y = βˆ’2 3x βˆ’ 5y = βˆ’13 25. βˆ’5x + 8y = 3 10x + 6y = 5 26. 3x + 4y = 12 βˆ’6x βˆ’ 8y = βˆ’24 27. βˆ’60x + 45y = 12 20x βˆ’ 15y = βˆ’4 28. 11x + 10y = 43 15x + 20y = 65 29. 2x βˆ’ y = 2 3x + 2y = 17 30. βˆ’1.06xβˆ’2.25y = 5.51 βˆ’5.03x βˆ’ 1.08y = 5.40 32. 1 __ 4 1 __ 2 x βˆ’ 2 __ y = βˆ’1 3 x + 1 __ y = 3 3 33 31 45 87 ξ€² ξ€° ∣ 34 50 20 βˆ’90 ξ€² ξ€° ∣ x βˆ’ 3 __ 31. 3 __ 5 4 1 x + 2 __ __ 3 4 y = 4 y = 1 35 ξ€² ξ€° ∣ 36. βˆ’0.1 0.3 βˆ’0.1 βˆ’0.4 0.2 0.1 0.6 0.1 0.7 0.2 0.8 βˆ’0.8 ξ€² ξ€° ∣ 39. 2x + 3y + 2z = 1 βˆ’4x βˆ’ 6y βˆ’ 4z = βˆ’2 10x + 15y + 10z = 5 42y βˆ’ z = βˆ’3 x + 1 __ 45. βˆ’ 1 __ 2 2 1 __ x βˆ’ 1 __ 2 2 x + 1 __ 1 __ 5 4 y + 1 __ 7 y + 1 __ 4
y + 1 __ 3 z = βˆ’ 53 ___ 14 z = 3 z = 23 ___ 15 SECTION 9.6 section exercises 827 38. x + y βˆ’ 4z = βˆ’4 5x βˆ’ 3y βˆ’ 2z = 0 2x + 6y + 7z = 30 41. x + 2y βˆ’ z = 1 βˆ’x βˆ’ 2y + 2z = βˆ’2 3x + 6y βˆ’ 3z = 3 x βˆ’ 2 __ 44. 1 __ z = βˆ’ 1 __ 4 3 2 x + 1 __ y = 4 __ 1 __ 7 5 3 z = 2 __ y βˆ’ 1 __ 1 __ 5 9 3 37. βˆ’2x + 3y βˆ’ 2z = 3 4x + 2y βˆ’ z = 9 4x βˆ’ 8y + 2z = βˆ’6 40. x + 2y βˆ’ z = 1 βˆ’x βˆ’ 2y + 2z = βˆ’2 3x + 6y βˆ’ 3z = 5 43. x + y + z = 100 x + 2z = 125 βˆ’y + 2z = 25 46. βˆ’ 1 __ y + 1 __ x βˆ’ 1 __ 4 2 3 1 __ y βˆ’ 1 __ x + 1 __ 7 5 6 βˆ’ 1 __ y + 1 ___ x + 1 __ 10 9 8 z = βˆ’ 29 ___ 6 z = 431 ___ 210 z = βˆ’ 49 ___ 45 exTenSIOnS For the following exercises, use Gaussian elimination to solve the system. 47. x βˆ’ 1 _____ 7 + y βˆ’ 2 _____ 8 + z βˆ’ 3 _____ _____ 3 + 2y + zβˆ’3 ____ 3 = 5 48. x βˆ’ 1 _____ 4 x + 5 _____ 2 + 3z = βˆ’1 βˆ’ y + 1 _____ 4 y + 7 _____ 4 x + y βˆ’ zβˆ’2 ____ 2 + βˆ’ z = 4 = 1 βˆ’ 49. x βˆ’ 3 _____ 4 x + 5 _____ 2 y βˆ’ 1 _____ 3 y + 5 _____ 2 + + + 2z = βˆ’1 z + 5 _____ 2z = 3 51. 50. x βˆ’ 3 _____ 10 x + 5 _____ 4 x βˆ’ 1 _____ 4 + βˆ’ y + 3 _____ 2 y βˆ’ 1 _____ 8 y + 4 _____ 2 + + z = 3 __ 2 + 3z = 3 __ 2 βˆ’ x βˆ’ 3 _____ 4 x + 5 _____ 2 y βˆ’ 1 _____ 3 y + 5 _____ 2 + + +
2z = βˆ’1 z + 5 _____ ReAl-WORlD APPlICATIOnS For the following exercises, set up the augmented matrix that describes the situation, and solve for the desired solution. 52. Every day, a cupcake store sells 5,000 cupcakes in 53. At a competing cupcake store, $4,520 worth of chocolate and vanilla flavors. If the chocolate flavor is 3 times as popular as the vanilla flavor, how many of each cupcake sell per day? 54. You invested $10,000 into two accounts: one that has simple 3% interest, the other with 2.5% interest. If your total interest payment after one year was $283.50, how much was in each account after the year passed? cupcakes are sold daily. The chocolate cupcakes cost $2.25 and the red velvet cupcakes cost $1.75. If the total number of cupcakes sold per day is 2,200, how many of each flavor are sold each day? 55. You invested $2,300 into account 1, and $2,700 into account 2. If the total amount of interest after one year is $254, and account 2 has 1.5 times the interest rate of account 1, what are the interest rates? Assume simple interest rates. 828 CHAPTER 9 systems oF eQuations and ineQualities 56. Bikes’R’Us manufactures bikes, which sell for $250. It costs the manufacturer $180 per bike, plus a startup fee of $3,500. After how many bikes sold will the manufacturer break even? 57. A major appliance store is considering purchasing vacuums from a small manufacturer. The store would be able to purchase the vacuums for $86 each, with a delivery fee of $9,200, regardless of how many vacuums are sold. If the store needs to start seeing a profit after 230 units are sold, how much should they charge for the vacuums? 58. The three most popular ice cream flavors are 59. At an ice cream shop, three flavors are increasing chocolate, strawberry, and vanilla, comprising 83% of the flavors sold at an ice cream shop. If vanilla sells 1% more than twice strawberry, and chocolate sells 11% more than vanilla, how much of the total ice cream consumption are the vanilla, chocolate, and strawberry flavors? in demand. Last year, banana, pumpkin, and rocky road ice cream made
up 12% of total ice cream sales. This year, the same three ice creams made up 16.9% of ice cream sales. The rocky road sales doubled, the banana sales increased by 50%, and the pumpkin sales increased by 20%. If the rocky road ice cream had one less percent of sales than the banana ice cream, find out the percentage of ice cream sales each individual ice cream made last year. 60. A bag of mixed nuts contains cashews, pistachios, and almonds. There are 1,000 total nuts in the bag, and there are 100 less almonds than pistachios. The cashews weigh 3 g, pistachios weigh 4 g, and almonds weigh 5 g. If the bag weighs 3.7 kg, find out how many of each type of nut is in the bag. 61. A bag of mixed nuts contains cashews, pistachios, and almonds. Originally there were 900 nuts in the bag. 30% of the almonds, 20% of the cashews, and 10% of the pistachios were eaten, and now there are 770 nuts left in the bag. Originally, there were 100 more cashews than almonds. Figure out how many of each type of nut was in the bag to begin with. SECTION 9.7 solving systems with inverses 829 leARnInG OBjeCTIVeS In this section, you will: β€’ Find the inverse of a matrix. β€’ Solve a system of linear equations using an inverse matrix. 9.7 SOlVInG SYSTeMS WITH InVeRSeS Nancy plans to invest $10,500 into two different bonds to spread out her risk. The first bond has an annual return of 10%, and the second bond has an annual return of 6%. In order to receive an 8.5% return from the two bonds, how much should Nancy invest in each bond? What is the best method to solve this problem? There are several ways we can solve this problem. As we have seen in previous sections, systems of equations and matrices are useful in solving real-world problems involving finance. After studying this section, we will have the tools to solve the bond problem using the inverse of a matrix. Finding the Inverse of a Matrix We know that the multiplicative inverse of a real number a is a βˆ’1, and a a βˆ’1 = a βˆ’1 a = ξ€’ 1 __ a ξ€ͺ a = 1. For example, 2 βˆ’1 =
1 __ 2 and ξ€’ 1 __ ξ€ͺ 2 = 1. The multiplicative inverse of a matrix is similar in concept, except that the product of matrix A and its 2 inverse A βˆ’1 equals the identity matrix. The identity matrix is a square matrix containing ones down the main diagonal and zeros everywhere else. We identify identity matrices by I n where n represents the dimension of the matrix. The following equations are the identity matrices for a 2 Γ— 2 matrix and a 3 Γ— 3 matrix, respectively ξ€² The identity matrix acts as a 1 in matrix algebra. For example, AI = IA = A. A matrix that has a multiplicative inverse has the properties AA βˆ’1 = I A βˆ’1 A = I A matrix that has a multiplicative inverse is called an invertible matrix. Only a square matrix may have a multiplicative inverse, as the reversibility, AA βˆ’1 = A βˆ’1 A = I, is a requirement. Not all square matrices have an inverse, but if A is invertible, then A βˆ’1 is unique. We will look at two methods for finding the inverse of a 2 Γ— 2 matrix and a third method that can be used on both 2 Γ— 2 and 3 Γ— 3 matrices. the identity matrix and multiplicative inverse The identity matrix, I n, is a square matrix containing ones down the main diagonal and zeros everywhere else ξ€² If A is an n Γ— n matrix and B is an n Γ— n matrix such that AB = BA = I n, then B = A βˆ’1, the multiplicative inverse of a matrix A. 830 CHAPTER 9 systems oF eQuations and ineQualities Example 1 Showing That the Identity Matrix Acts as a 1 Given matrix A, show that AI = IA = A. A = ξ€° 3 4 ξ€² βˆ’2 5 Solution Use matrix multiplication to show that the product of A and the identity is equal to the product of the identity and A. AI = ξ€° 3 4 βˆ’2 5 ξ€² 1 0 ξ€° 0 1 ξ€² = ξ€° AI = ξ€° 1 0 0 1 ξ€² 3 4 ξ€° βˆ’2 β‹… 1 + 5 β‹… 0 βˆ’ β‹… (βˆ’2 β‹… (βˆ’22 5 ξ€² = ξ€° 3 4 βˆ’2 5 ξ€² How To… Given two matrices, show that one is the multiplicative inverse of the other.
1. Given matrix A of order n Γ— n and matrix B of order n Γ— n multiply AB. 2. If AB = I, then find the product BA. If BA = I, then B = A βˆ’1 and A = B βˆ’1. Example 2 Showing That Matrix A Is the Multiplicative Inverse of Matrix B Show that the given matrices are multiplicative inverses of each other. 1 5 βˆ’2 βˆ’9 βˆ’9 βˆ’5 2 1 ξ€², B = ξ€° A = ξ€° ξ€² Solution Multiply AB and BA. If both products equal the identity, then the two matrices are inverses of each other. AB = ξ€° 1 5 βˆ’2 βˆ’9 ξ€² ξ€° βˆ’9 βˆ’5 2 1 ξ€² = ξ€° 1(βˆ’9) + 5(2) 1(βˆ’5) + 5(1) ξ€² βˆ’2(βˆ’9) βˆ’ 9(2) βˆ’2(βˆ’5) βˆ’ 9(1) = ξ€° 1 0 ξ€² 0 1 βˆ’9 βˆ’5 2 1 BA = ξ€° ξ€² ξ€° 1 5 βˆ’2 βˆ’9 ξ€² = ξ€° βˆ’9(1) βˆ’ 5(βˆ’2) βˆ’9(5) βˆ’ 5(βˆ’9) ξ€² 2(1) + 1(βˆ’2) 2(βˆ’5) + 1(βˆ’9) = ξ€° 1 0 0 1 ξ€² A and B are inverses of each other. Try It #1 Show that the following two matrices are inverses of each other. A = ξ€° 1 4 βˆ’1 βˆ’3 ξ€², B = ξ€° βˆ’3 βˆ’4 1 1 ξ€² Finding the Multiplicative Inverse Using Matrix Multiplication We can now determine whether two matrices are inverses, but how would we find the inverse of a given matrix? Since we know that the product of a matrix and its inverse is the identity matrix, we can find the inverse of a matrix by setting up an equation using matrix multiplication. SECTION 9.7 solving systems with inverses 831 Example 3 Finding the Multiplicative Inverse Using Matrix Multiplication Use matrix multiplication to find the inverse of the given matrix. A = ξ€° Solution For this method, we multiply A by a matrix containing unknown constants and set it equal to the identity. 1
βˆ’2 ξ€² 2 βˆ’3 ξ€² Find the product of the two matrices on the left side of the equal sign. ξ€² = ξ€° 1 βˆ’2 ξ€² ξ€° 2 βˆ’ ξ€² = ξ€° Next, set up a system of equations with the entry in row 1, column 1 of the new matrix equal to the first entry of the identity, 1. Set the entry in row 2, column 1 of the new matrix equal to the corresponding entry of the identity, which is 0. ξ€² 1a βˆ’ 2c 1b βˆ’ 2d 2a βˆ’ 3c 2b βˆ’ 3d 1 βˆ’2 ξ€² ξ€° 2 βˆ’3 a b ξ€° c d Using row operations, multiply and add as follows: (βˆ’2) R 1 + R 2 β†’ R 2. Add the equations, and solve for c. 1a βˆ’ 2c = 1 2a βˆ’ 3c = 0 R 1 R 2 Back-substitute to solve for a. 1a βˆ’ 2c = 1 0 + 1c = βˆ’2 c = βˆ’2 a βˆ’ 2(βˆ’23 Write another system of equations setting the entry in row 1, column 2 of the new matrix equal to the corresponding entry of the identity, 0. Set the entry in row 2, column 2 equal to the corresponding entry of the identity. Using row operations, multiply and add as follows: (βˆ’2) R 1 + R 2 = R 2. Add the two equations and solve for d. 1b βˆ’ 2d = 0 2b βˆ’ 3d = 1 R 1 R 2 Once more, back-substitute and solve for b. 1b βˆ’ 2d = 0 0 + 1d = 1 d = 1 b βˆ’ 2(11 = ξ€° βˆ’3 2 ξ€² βˆ’2 1 Finding the Multiplicative Inverse by Augmenting with the Identity Another way to find the multiplicative inverse is by augmenting with the identity. When matrix A is transformed into I, the augmented matrix I transforms into A βˆ’1. For example, given augment A with the identity A = ξ€° 2 1 ξ€² 5 3 832 CHAPTER 9 systems oF eQuations and ineQualities ξ€² Perform row operations with the goal of turning A into the identity. Switch row 1 and row 2. 2. Multiply row 2 by βˆ’2 and add to row 1. 3. Multiply row 1 by
βˆ’2 and add to row 2. 4. Add row 2 to row 1. 5. Multiply row 2 by βˆ’1. The matrix we have found is A βˆ’1 βˆ’2 1 ξ€² 5 βˆ’2 1 0 ξ€° 0 βˆ’1 3 βˆ’1 5 βˆ’2 ξ€² 1 0 ξ€° 0 1 3 βˆ’1 ξ€² βˆ’5 2 ∣ A βˆ’1 = ξ€° 3 βˆ’1 ξ€² βˆ’5 2 Finding the Multiplicative Inverse of 2 Γ— 2 Matrices Using a Formula When we need to find the multiplicative inverse of a 2 Γ— 2 matrix, we can use a special formula instead of using matrix multiplication or augmenting with the identity. If A is a 2 Γ— 2 matrix, such as the multiplicative inverse of A is given by the formula 1 = d βˆ’b 1 ξ€° _______ ad βˆ’ bc βˆ’c a ξ€² where ad βˆ’ bc β‰  0. If ad βˆ’ bc = 0, then A has no inverse. Example 4 Using the Formula to Find the Multiplicative Inverse of Matrix A Use the formula to find the multiplicative inverse of Solution Using the formula, we have A = ξ€° 1 βˆ’2 2 βˆ’3 ξ€² A βˆ’1 = βˆ’3 2 1 ξ€² ξ€° ________________ (1)(βˆ’3) βˆ’ (βˆ’2)(2) βˆ’2 1 = βˆ’3 2 1 ξ€² ξ€° _______ βˆ’3 + 4 βˆ’2 1 βˆ’3 2 ξ€² βˆ’2 1 = ξ€° Analysis We can check that our formula works by using one of the other methods to calculate the inverse. Let’s augment A with the identity. 1 0 ξ€² 0 1 Perform row operations with the goal of turning A into the identity. 1 βˆ’2 ξ€° 2 βˆ’3 ∣ SECTION 9.7 solving systems with inverses 833 1. Multiply row 1 by βˆ’2 and add to row 2. 2. Multiply row 1 by 2 and add to row 1. So, we have verified our original solution. 1 βˆ’2 ξ€° 0 1 1 0 βˆ’2 1 ξ€² 1 0 ξ€° 0 1 βˆ’3 2 βˆ’2 1 ξ€² ∣ ∣ A βˆ’1 = ξ€° βˆ’3 2 ξ€² βˆ’2 1 Try It #2 Use the formula to find the inverse of matrix A. Verify your answer by augmenting with the identity matrix
. A βˆ’1 = ξ€° 1 βˆ’1 2 3 ξ€² Example 5 Finding the Inverse of the Matrix, If It Exists Find the inverse, if it exists, of the given matrix. A = ξ€° 3 6 1 2 ξ€² Solution We will use the method of augmenting with the identity. Switch row 1 and row 2. 2. Multiply row 1 by βˆ’3 and add it to row 2. There is nothing further we can do. The zeros in row 2 indicate that this matrix has no inverse. 1 0 βˆ’3 1 ξ€² Finding the Multiplicative Inverse of 3 Γ— 3 Matrices Unfortunately, we do not have a formula similar to the one for a 2 Γ— 2 matrix to find the inverse of a 3 Γ— 3 matrix. Instead, we will augment the original matrix with the identity matrix and use row operations to obtain the inverse. Given a 3 Γ— 3 matrix augment A with the identity matrix ξ€² To begin, we write the augmented matrix with the identity on the right and A on the left. Performing elementary row operations so that the identity matrix appears on the left, we will obtain the inverse matrix on the right. We will find the inverse of this matrix in the next example. How To… Given a 3 Γ— 3 matrix, find the inverse 1. Write the original matrix augmented with the identity matrix on the right. 2. Use elementary row operations so that the identity appears on the left. 3. What is obtained on the right is the inverse of the original matrix. 4. Use matrix multiplication to show that A A βˆ’1 = I and A βˆ’1 A = I. 834 CHAPTER 9 systems oF eQuations and ineQualities Example 6 Finding the Inverse of a 3 Γ— 3 Matrix Given the 3 Γ— 3 matrix A, find the inverse ξ€² Solution Augment A with the identity matrix, and then begin row operations until the identity matrix replaces A. The matrix on the right will be the inverse of A ξ€² ξ€° ∣ Interchange R 2 and 1 0 1 βˆ’1 1 0 βˆ’1 0 1 1 0 0 βˆ’1 1 0 βˆ’1 0 1 3 βˆ’2 0 βˆ’1 1 0 βˆ’1 0 1 6 βˆ’2 βˆ’3 ξ€² ξ€² Thus, Analysis To prove that B = A βˆ’1, let’s multiply the two matrices together to see if the product equals the identity, if A A βˆ’1 = I and A
βˆ’1 A = I. A βˆ’1 = B = ξ€° βˆ’1 1 0 βˆ’1 0 1 6 βˆ’2 βˆ’1 1 0 βˆ’1 0 1 6 βˆ’2 βˆ’1 1 0 βˆ’1 0 1 6 βˆ’2 βˆ’1 = ξ€° = ξ€° = ξ€° A βˆ’(βˆ’1) + 3(βˆ’1) + 1(6) 2(1) + 3(0) + 1(βˆ’2) 2(0) + 3(1) + 1(βˆ’3) 3(βˆ’1) + 3(βˆ’1) + 1(6) 3(1) + 3(0) + 1(βˆ’2) 3(0) + 3(1) + 1(βˆ’3) 2(βˆ’1) + 4(βˆ’1) + 1(6) 2(1) + 4(0) + 1(βˆ’2) 2(0) + 4(1) + 1(βˆ’3) ξ€² βˆ’1(2) + 1(3) + 0(2) βˆ’1(2) + 0(3) + 1(2) βˆ’1(3) + 1(3) + 0(4) βˆ’1(3) + 0(3) + 1(4) 6(2) + βˆ’2(3) + βˆ’3(2) 6(3) + βˆ’2(3) + βˆ’3(4) 6(1) + βˆ’2(1) + βˆ’3(1) βˆ’1(1) + 1(1) + 0(1) βˆ’1(1) + 0(1) + 1(1) ξ€² SECTION 9.7 solving systems with inverses 835 Try It #3 Find the inverse of the 3 Γ— 3 matrix. A = ξ€° 2 βˆ’17 11 βˆ’1 11 βˆ’7 0 3 βˆ’2 ξ€² Solving a System of linear equations Using the Inverse of a Matrix Solving a system of linear equations using the inverse of a matrix requires the definition of two new matrices: X is the matrix representing the variables of the system, and B is the matrix representing the constants. Using matrix multiplication, we may define a system of equations with the same number of equations as variables as AX = B To solve a system of linear equations using an inverse matrix, let A be the coefficient matrix, let X be the variable matrix, and let B be the constant matrix. Thus, we want to solve
a system AX = B. For example, look at the following system of equations. From this system, the coefficient matrix is The variable matrix is And the constant matrix is Then AX = B looks like Recall the discussion earlier in this section regarding multiplying a real number by its inverse, ( 2 βˆ’1 ) 2 = ξ€’ 1 __ ξ€ͺ 2 = 1. To 2 solve a single linear equation ax = b for x, we would simply multiply both sides of the equation by the multiplicative inverse (reciprocal) of a. Thus, ax = b ξ€’ 1 __ a ξ€ͺ ax = ξ€’ 1 __ a ξ€ͺ b ( a βˆ’1 )ax = ( a βˆ’1 )b [( a βˆ’1 )a]x = ( a βˆ’1 )b 1x = ( a βˆ’1 )b x = ( a βˆ’1 )b The only difference between a solving a linear equation and a system of equations written in matrix form is that finding the inverse of a matrix is more complicated, and matrix multiplication is a longer process. However, the goal is the sameβ€”to isolate the variable. We will investigate this idea in detail, but it is helpful to begin with a 2 Γ— 2 system and then move on to a 3 Γ— 3 system. 836 CHAPTER 9 systems oF eQuations and ineQualities solving a system of equations using the inverse of a matrix Given a system of equations, write the coefficient matrix A, the variable matrix X, and the constant matrix B. Then Multiply both sides by the inverse of A to obtain the solution. AX = B ( A βˆ’1 )AX = ( A βˆ’1 )B [( A βˆ’1 )A]X = ( A βˆ’1 )B IX = ( A βˆ’1 )B X = ( A βˆ’1 )B Q & A… If the coefficient matrix does not have an inverse, does that mean the system has no solution? No, if the coefficient matrix is not invertible, the system could be inconsistent and have no solution, or be dependent and have infinitely many solutions. Example 7 Solving a 2 Γ— 2 System Using the Inverse of a Matrix Solve the given system of equations using the inverse of a matrix. 3x + 8y = 5 4x + 11y = 7 Solution Write the system in terms of a coefficient matrix, a variable matrix, and a constant matrix. Then 11 7 y ξ€² First, we need to calculate A βˆ’1.
Using the formula to calculate the inverse of a 2 by 2 matrix, we have: ξ€² 8 3 ξ€° 4 11 1 = d βˆ’b 1 ξ€² ξ€° _______ ad βˆ’ bc βˆ’c a 11 βˆ’8 ξ€² βˆ’4 3 1 ξ€° ___________ 3(11) βˆ’ 8(4) = = 1 __ ξ€° 1 11 βˆ’8 ξ€² βˆ’4 3 So, 11 βˆ’8 ξ€² βˆ’4 3 Now we are ready to solve. Multiply both sides of the equation by A βˆ’1. A βˆ’1 = ξ€° ( A βˆ’1 )AX = ( A βˆ’1 )B 11 βˆ’8 ξ€² ξ€° βˆ’4 3 3 8 ξ€° 4 11 ξ€² 1 0 ξ€° 0 1 ξ€² The solution is (βˆ’1, 1). ξ€² 11 βˆ’8 5 ξ€² ξ€° βˆ’4 3 7 11(5) + (βˆ’8)7 ξ€² βˆ’4(5) + 3(7) βˆ’1 ξ€² 1 SECTION 9.7 solving systems with inverses 837 Q & A… Can we solve for X by finding the product B A βˆ’1? No, recall that matrix multiplication is not commutative, so A βˆ’1 B β‰  B A βˆ’1. Consider our steps for solving the matrix equation. ( A βˆ’1 )AX = ( A βˆ’1 )B [( A βˆ’1 )A]X = ( A βˆ’1 )B IX = ( A βˆ’1 )B X = ( A βˆ’1 )B Notice in the first step we multiplied both sides of the equation by A βˆ’1, but the A βˆ’1 was to the left of A on the left side and to the left of B on the right side. Because matrix multiplication is not commutative, order matters. Example 8 Solving a 3 Γ— 3 System Using the Inverse of a Matrix Solve the following system using the inverse of a matrix. 5x + 15y + 56z = 35 βˆ’4x βˆ’ 11y βˆ’ 41z = βˆ’26 βˆ’x βˆ’ 3y βˆ’ 11z = βˆ’7 Solution Write the equation AX = B. First, we will find the inverse of A by augmenting with the identity. 1 0 15 βˆ’4 βˆ’11 βˆ’41 0 1 0 βˆ’3 βˆ’1 0 0 βˆ’11 ξ€² 56 0 1 5 Multiply row 1 by 1 __. 5 5 15
56 βˆ’4 βˆ’11 βˆ’41 βˆ’1 βˆ’3 βˆ’11 ξ€² ξ€° 35 ξ€² βˆ’26 βˆ’7 1 1 _ 5 56 __ 5 0 3 0 1 0 βˆ’4 βˆ’11 βˆ’41 βˆ’3 βˆ’1 0 0 βˆ’11 0 1 x ξ€² = ξ€° ξ€° y z ∣ ∣ ∣ ξ€² ξ€² 56 __ 5 1 _ 5 0 0 19 __ 5 4 _ 5 1 0 βˆ’11 1 0 0 1 0 βˆ’1 3 1 βˆ’3 3 1 ξ€° 0 1 0 0 56 __ 5 1 _ 5 0 0 19 __ __ 5 19 __ 5 1 _ 5 βˆ’ 11 _ 5 4 _ 5 1 _ 5 βˆ’ __ 5 19 __ 5 1 βˆ’ 11 _ 5 4 _ 5 1 βˆ’3 0 1 0 5 0 ξ€² ξ€² ∣ ∣ ∣ ξ€° ξ€° ξ€° ξ€° ξ€° Multiply row 1 by 4 and add to row 2. Add row 1 to row 3. Multiply row 2 by βˆ’3 and add to row 1. Multiply row 3 by 5. 838 CHAPTER 9 systems oF eQuations and ineQualities Multiply row 3 by 1 __ 5 and add to row 1. Multiply row 3 by βˆ’ 19 ___ 5 and add to row 2. So, 0 19 __ 5 1 ∣ ∣ βˆ’2 βˆ’2 4 _ 5 1 βˆ’3 1 1 βˆ’19 5 0 ξ€² A βˆ’1 = ξ€° βˆ’2 βˆ’3 1 βˆ’3 1 βˆ’19 1 0 5 ξ€² Multiply both sides of the equation by A βˆ’1. We want A βˆ’1 AX = A βˆ’1 B: βˆ’2 βˆ’3 1 βˆ’3 1 βˆ’19 1 0 5 ξ€² ξ€° ξ€° 5 15 56 βˆ’4 βˆ’11 βˆ’41 βˆ’1 βˆ’3 βˆ’11 x ξ€² ξ€° ξ€² = ξ€° y z βˆ’2 βˆ’3 1 βˆ’3 1 βˆ’19 1 0 5 35 ξ€² ξ€° ξ€² βˆ’26 βˆ’7 Thus, The solution is (1, 2, 0). A βˆ’1 B = ξ€° βˆ’70 + 78βˆ’7 βˆ’105 βˆ’ 26 + 133 35 + 0 βˆ’ 35 ξ€² = ξ€° 1 2 0 ξ€² Try It #4 Solve the system using the inverse of the coefficient matrix. 2
x βˆ’ 17y + 11z = 0 βˆ’x + 11y βˆ’ 7z = 8 3y βˆ’ 2z = βˆ’2 How To… Given a system of equations, solve with matrix inverses using a calculator. 1. Save the coefficient matrix and the constant matrix as matrix variables [A] and [B]. 2. Enter the multiplication into the calculator, calling up each matrix variable as needed. 3. If the coefficient matrix is invertible, the calculator will present the solution matrix; if the coefficient matrix is not invertible, the calculator will present an error message. Example 9 Using a Calculator to Solve a System of Equations with Matrix Inverses Solve the system of equations with matrix inverses using a calculator 2x + 3y + z = 32 3x + 3y + z = βˆ’27 2x + 4y + z = βˆ’2 Solution On the matrix page of the calculator, enter the coefficient matrix as the matrix variable [A], and enter the constant matrix as the matrix variable [B]. [AB] = ξ€° 32 ξ€² βˆ’27 βˆ’2 SECTION 9.7 solving systems with inverses 839 On the home screen of the calculator, type in the multiplication to solve for X, calling up each matrix variable as needed. Evaluate the expression. [A] βˆ’1 Γ— [B] βˆ’59 ξ€² ξ€° βˆ’34 252 Access these online resources for additional instruction and practice with solving systems with inverses. β€’ The Identity Matrix (http://openstaxcollege.org/l/identmatrix) β€’ Determining Inverse Matrices (http://openstaxcollege.org/l/inversematrix) β€’ Using a Matrix equation to Solve a System of equations (http://openstaxcollege.org/l/matrixsystem) 840 CHAPTER 9 systems oF eQuations and ineQualities 9.7 SeCTIOn exeRCISeS VeRBAl 1. In a previous section, we showed that matrix 2. Does every 2 Γ— 2 matrix have an inverse? Explain multiplication is not commutative, that is, AB β‰  BA in most cases. Can you explain why matrix multiplication is commutative for matrix inverses, that is, A βˆ’1 A = A A βˆ’1? why or why not. Explain what condition is necessary for an inverse to exist. 3. Can you explain whether a 2 Γ— 2 matrix with an
4. Can a matrix with an entire column of zeros have an entire row of zeros can have an inverse? inverse? Explain why or why not. 5. Can a matrix with zeros on the diagonal have an inverse? If so, find an example. If not, prove why not. For simplicity, assume a 2 Γ— 2 matrix. AlGeBRAIC In the following exercises, show that matrix A is the inverse of matrix B. 6. A = ξ€° 1 0 βˆ’ __ 35 9. A = ξ€° βˆ’1 βˆ’2 βˆ’1 βˆ’6 βˆ’4 ξ€² 10 __ 2 2 1 βˆ’1 0 1 1 0 βˆ’1 1 ξ€² 12 12 ξ€° ξ€², B = 1 ___ 36 βˆ’6 84 βˆ’6 7 βˆ’26 1 βˆ’1 βˆ’22 5 ξ€² 11 __ 4 6 0 βˆ’2 17 βˆ’3 βˆ’5 βˆ’12 2 4 ξ€² For the following exercises, find the multiplicative inverse of each matrix, if it exists. 13. ξ€° 3 βˆ’2 1 9 ξ€² 17. ξ€° 1 1 ξ€² 2 2 14. ξ€° βˆ’2 2 3 1 ξ€² 18. ξ€° 0 1 1 0 ξ€² 15. ξ€° βˆ’3 7 9 2 ξ€² 16. ξ€° βˆ’4 βˆ’3 ξ€² βˆ’5 8 19. ξ€° 0.5 1.5 ξ€² 1 βˆ’0.5 20. ξ€° 1 0 6 βˆ’2 1 7 3 0 2 ξ€² 21. ξ€° 0 1 βˆ’3 4 1 0 1 0 5 ξ€² 22. ξ€° 1 2 βˆ’1 βˆ’3 4 1 βˆ’2 βˆ’4 βˆ’5 ξ€² 23. ξ€° 1 9 βˆ’3 2 5 6 4 βˆ’2 7 ξ€² 25 26 ξ€² 24. ξ€° 1 βˆ’2 3 βˆ’4 8 βˆ’12 1 4 2 ξ€² SECTION 9.7 section exercises 841 For the following exercises, solve the system using the inverse of a 2 Γ— 2 matrix. 27. 5x βˆ’ 6y = βˆ’61 4x + 3y = βˆ’2 28. 8x + 4y = βˆ’100 3x βˆ’ 4y = 1 29. 3x βˆ’ 2y = 6 βˆ’x + 5y = βˆ’2 30. 5xβˆ’4y = βˆ’5 4x + y = 2.3 31. βˆ’3x βˆ’ 4
y = 9 12x + 4y = βˆ’6 32. βˆ’2x + 3y = 3 ___ 10 βˆ’ x + 5y = 1 __ 2 33. 8 __ y = 2 __ x βˆ’ 4 __ 5 5 5 y = 7 ___ βˆ’ 8 __ x + 1 __ 5 5 10 34. 1 __ 2 1 __ 2 y = βˆ’ 1 __ x + 1 __ 5 4 y = βˆ’ 9 __ x βˆ’ 3 __ 5 4 For the following exercises, solve a system using the inverse of a 3 Γ— 3 matrix. 35. 3x βˆ’ 2y + 5z = 21 5x + 4y = 37 x βˆ’ 2y βˆ’ 5z = 5 36. 4x + 4y + 4z = 40 2x βˆ’ 3y + 4z = βˆ’12 βˆ’x + 3y + 4z = 9 37. 6x βˆ’ 5y βˆ’ z = 31 βˆ’x + 2y + z = βˆ’6 3x + 3y + 2z = 13 38. 6x βˆ’ 5y + 2z = βˆ’4 2x + 5y βˆ’ z = 12 2x + 5y + z = 12 39. 4x βˆ’ 2y + 3z = βˆ’12 2x + 2y βˆ’ 9z = 33 6y βˆ’ 4z = 1 z = 31 ___ 41. 1 __ y + 1 __ x βˆ’ 1 __ 5 5 100 2 z = 7 ___ βˆ’ 3 __ y + 1 __ x βˆ’ 1 __ 4 4 40 2 4 y + 3 __ x βˆ’ 1 __ __ z = 14 βˆ’ 2 2 5 TeCHnOlOGY y + 4z = βˆ’ 41 ___ 2 x βˆ’ 1 __ 40. 1 ___ 5 10 1 __ x βˆ’ 20y + 2 __ z = βˆ’101 5 5 x + 4y βˆ’ 3 ___ 3 ___ 10 10 z = 23 42. 0.1x + 0.2y + 0.3z = βˆ’1.4 0.1x βˆ’ 0.2y + 0.3z = 0.6 0.4y + 0.9z = βˆ’2 For the following exercises, use a calculator to solve the system of equations with matrix inverses. 43. 2x βˆ’ y = βˆ’3 βˆ’x + 2y = 2.3 45. 12.3x βˆ’ 2y βˆ’ 2.5z = 2 36.9x + 7y βˆ’ 7.5z = βˆ’7 8y βˆ’ 5z = βˆ’10 exTenSIOnS x βˆ’ 3 __ y =
βˆ’ 43 ___ 44. βˆ’ 1 __ 20 2 2 y = 31 ___ 5 __ x + 11 ___ 5 4 2 46. 0.5x βˆ’ 3y + 6z = βˆ’0.8 0.7x βˆ’ 2y = βˆ’0.06 0.5x + 4y + 5z = 0 For the following exercises, find the inverse of the given matrix. 47. 51 ξ€² ξ€° 48. ξ€° βˆ’1 0 2 βˆ’3 1 0 ξ€² 492 3 βˆ’5 0 1 1 ξ€² ξ€° 50 ξ€² ξ€° 842 CHAPTER 9 systems oF eQuations and ineQualities ReAl-WORlD APPlICATIOnS For the following exercises, write a system of equations that represents the situation. Then, solve the system using the inverse of a matrix. 52. 2,400 tickets were sold for a basketball game. If the prices for floor 1 and floor 2 were different, and the total amount of money brought in is $64,000, how much was the price of each ticket? 53. In the previous exercise, if you were told there were 400 more tickets sold for floor 2 than floor 1, how much was the price of each ticket? 54. A food drive collected two different types of canned goods, green beans and kidney beans. The total number of collected cans was 350 and the total weight of all donated food was 348 lb, 12 oz. If the green bean cans weigh 2 oz less than the kidney bean cans, how many of each can was donated? 55. Students were asked to bring their favorite fruit to class. 95% of the fruits consisted of banana, apple, and oranges. If oranges were twice as popular as bananas, and apples were 5% less popular than bananas, what are the percentages of each individual fruit? 56. A sorority held a bake sale to raise money and sold brownies and chocolate chip cookies. They priced the brownies at $1 and the chocolate chip cookies at $0.75. They raised $700 and sold 850 items. How many brownies and how many cookies were sold? 58. Anna, Ashley, and Andrea weigh a combined 370 lb. If Andrea weighs 20 lb more than Ashley, and Anna weighs 1.5 times as much as Ashley, how much does each girl weigh? 60. A farmer constructed a chicken coop out of chicken wire, wood, and plywood. The chicken wire cost $2 per square
foot, the wood $10 per square foot, and the plywood $5 per square foot. The farmer spent a total of $51, and the total amount of materials used was 14 ft 2. He used 3 ft 2 more chicken wire than plywood. How much of each material in did the farmer use? 57. A clothing store needs to order new inventory. It has three different types of hats for sale: straw hats, beanies, and cowboy hats. The straw hat is priced at $13.99, the beanie at $7.99, and the cowboy hat at $14.49. If 100 hats were sold this past quarter, $1,119 was taken in by sales, and the amount of beanies sold was 10 more than cowboy hats, how many of each should the clothing store order to replace those already sold? 59. Three roommates shared a package of 12 ice cream bars, but no one remembers who ate how many. If Tom ate twice as many ice cream bars as Joe, and Albert ate three less than Tom, how many ice cream bars did each roommate eat? 61. Jay has lemon, orange, and pomegranate trees in his backyard. An orange weighs 8 oz, a lemon 5 oz, and a pomegranate 11 oz. Jay picked 142 pieces of fruit weighing a total of 70 lb, 10 oz. He picked 15.5 times more oranges than pomegranates. How many of each fruit did Jay pick? SECTION 9.8 solving systems with cramer's rule 843 leARnInG OBjeCTIVeS In this section, you will: β€’ Evaluate 2 Γ— 2 determinants. β€’ Use Cramer’s Rule to solve a system of equations in two variables. β€’ Evaluate 3 Γ— 3 determinants. β€’ Use Cramer’s Rule to solve a system of three equations in three variables. β€’ Know the properties of determinants. 9.8 SOlVInG SYSTeMS WITH CRAMeR'S RUle We have learned how to solve systems of equations in two variables and three variables, and by multiple methods: substitution, addition, Gaussian elimination, using the inverse of a matrix, and graphing. Some of these methods are easier to apply than others and are more appropriate in certain situations. In this section, we will study two more strategies for solving systems of equations. evaluating the Determinant of a 2 Γ— 2 Matrix A determinant is a real number that
can be very useful in mathematics because it has multiple applications, such as calculating area, volume, and other quantities. Here, we will use determinants to reveal whether a matrix is invertible by using the entries of a square matrix to determine whether there is a solution to the system of equations. Perhaps one of the more interesting applications, however, is their use in cryptography. Secure signals or messages are sometimes sent encoded in a matrix. The data can only be decrypted with an invertible matrix and the determinant. For our purposes, we focus on the determinant as an indication of the invertibility of the matrix. Calculating the determinant of a matrix involves following the specific patterns that are outlined in this section. find the determinant of a 2 Γ— 2 matrix The determinant of a 2 Γ— 2 matrix, given is defined as A = ξ€° det(A ξ€² ∣ = ad βˆ’ cb Notice the change in notation. There are several ways to indicate the determinant, including det(A) and replacing the brackets in a matrix with straight lines, ∣ A ∣. Example 1 Finding the Determinant of a 2 Γ— 2 Matrix Find the determinant of the given matrix. Solution A = ξ€° 5 2 βˆ’6 3 det(A) = ∣ 5 2 βˆ’6 3 ξ€² ∣ = 5(3) βˆ’ (βˆ’6)(2) = 27 Using Cramer’s Rule to Solve a System of Two equations in Two Variables We will now introduce a final method for solving systems of equations that uses determinants. Known as Cramer’s Rule, this technique dates back to the middle of the 18th century and is named for its innovator, the Swiss mathematician Gabriel Cramer (1704-1752), who introduced it in 1750 in Introduction Γ  l'Analyse des lignes Courbes algΓ©briques. Cramer’s Rule is a viable and efficient method for finding solutions to systems with an arbitrary number of unknowns, provided that we have the same number of equations as unknowns. 844 CHAPTER 9 systems oF eQuations and ineQualities Cramer’s Rule will give us the unique solution to a system of equations, if it exists. However, if the system has no solution or an infinite number of solutions, this will be indicated by a determinant of zero. To find out if the system is inconsistent or dependent, another
method, such as elimination, will have to be used. To understand Cramer’s Rule, let’s look closely at how we solve systems of linear equations using basic row operations. Consider a system of two equations in two variables1) (2) We eliminate one variable using row operations and solve for the other. Say that we wish to solve for x. If equation (2) is multiplied by the opposite of the coefficient of y in equation (1), equation (1) is multiplied by the coefficient of y in equation (2), and we add the two equations, the variable y will be eliminated. Now, solve for x Multiply R 1 by Multiply R 2 by βˆ’ Similarly, to solve for y, we will eliminate x. Solving for y gives Multiply R 1 by Multiply R 2 by βˆ’ Notice that the denominator for both x and y is the determinant of the coefficient matrix. We can use these formulas to solve for x and y, but Cramer’s Rule also introduces new notation: β€’ D : determinant of the coefficient matrix β€’ D x : determinant of the numerator in the solution of x β€’ D y : determinant of the numerator in the solution of The key to Cramer’s Rule is replacing the variable column of interest with the constant column and calculating the determinants. We can then express x and y as a quotient of two determinants. SECTION 9.8 solving systems with cramer's rule 845 Cramer’s Rule for 2 Γ— 2 systems Cramer’s Rule is a method that uses determinants to solve systems of equations that have the same number of equations as variables. Consider a system of two linear equations in two variables The solution using Cramer’s Rule is given as ; y = =, D β‰  0 If we are solving for x, the x column is replaced with the constant column. If we are solving for y, the y column is replaced with the constant column. Example 2 Using Cramer’s Rule to Solve a 2 Γ— 2 System Solve the following 2 Γ— 2 system using Cramer’s Rule. 12x + 3y = 15 2x βˆ’ 3y = 13 Solution Solve for x. x = = D x _ D βˆ’45 βˆ’ 39 ________ = βˆ’36 βˆ’ 6 βˆ’84 ____ βˆ’42 = 2 y = = D y _ D = 156 βˆ’ 30 ________ βˆ’36 βˆ’ 6 =
βˆ’ 126 ___ 42 = βˆ’3 15 3 13 βˆ’3 _ = 12 3 2 βˆ’3 ∣ ∣ 12 15 2 13 _ 12 3 2 βˆ’3 ∣ ∣ ∣ ∣ ∣ ∣ Solve for y. The solution is (2, βˆ’3). Try It #1 Use Cramer’s Rule to solve the 2 Γ— 2 system of equations. x + 2y = βˆ’11 βˆ’2x + y = βˆ’13 evaluating the Determinant of a 3 Γ— 3 Matrix Finding the determinant of a 2 Γ— 2 matrix is straightforward, but finding the determinant of a 3 Γ— 3 matrix is more complicated. One method is to augment the 3 Γ— 3 matrix with a repetition of the first two columns, giving a 3 Γ— 5 matrix. Then we calculate the sum of the products of entries down each of the three diagonals (upper left to lower right), and subtract the products of entries up each of the three diagonals (lower left to upper right). This is more easily understood with a visual and an example. Find the determinant of the 3 Γ— 3 matrix ξ€² 846 CHAPTER 9 systems oF eQuations and ineQualities 1. Augment A with the first two columns. det(A1 1 4 0 1 0 2 3 βˆ’1 4 2 ∣ ξ€² ∣ 2. From upper left to lower right: Multiply the entries down the first diagonal. Add the result to the product of entries down the second diagonal. Add this result to the product of the entries down the third diagonal. 3. From lower left to upper right: Subtract the product of entries up the first diagonal. From this result subtract the product of entries up the second diagonal. From this result, subtract the product of entries up the third diagonal. det(A) = ∣ a 1 a 2 a 3 The algebra is as follows Example 3 Finding the Determinant of a 3 Γ— 3 Matrix Find the determinant of the 3 Γ— 3 matrix given Solution Augment the matrix with the first two columns and then follow the formula. Thus, = 0(βˆ’1)(1) + 2(1)(4) + 1(3)(0) βˆ’ 4(βˆ’1)(1) βˆ’ 0(1)(0) βˆ’ 1(3)(2 Try It #2 Find the determinant of the 3 Γ— 3 matrix. det(A) = ∣ 1 βˆ’3 7 1 1 1 1 βˆ’2 3 οΏ½