Solving simultaneous equations using the inverse matrix

Similar documents
Solving simultaneous equations using the inverse matrix

8.2. Solution by Inverse Matrix Method. Introduction. Prerequisites. Learning Outcomes

Equations, Inequalities & Partial Fractions

8.1. Cramer s Rule for Solving Simultaneous Linear Equations. Introduction. Prerequisites. Learning Outcomes. Learning Style

MATRIX ALGEBRA AND SYSTEMS OF EQUATIONS

3.6. Partial Fractions. Introduction. Prerequisites. Learning Outcomes

MATRIX ALGEBRA AND SYSTEMS OF EQUATIONS. + + x 2. x n. a 11 a 12 a 1n b 1 a 21 a 22 a 2n b 2 a 31 a 32 a 3n b 3. a m1 a m2 a mn b m

5.5. Solving linear systems by the elimination method

Question 2: How do you solve a matrix equation using the matrix inverse?

3.1. Solving linear equations. Introduction. Prerequisites. Learning Outcomes. Learning Style

Solving Systems of Linear Equations Using Matrices

Matrices 2. Solving Square Systems of Linear Equations; Inverse Matrices

3.2. Solving quadratic equations. Introduction. Prerequisites. Learning Outcomes. Learning Style

2x + y = 3. Since the second equation is precisely the same as the first equation, it is enough to find x and y satisfying the system

5 Systems of Equations

is identically equal to x 2 +3x +2

Using row reduction to calculate the inverse and the determinant of a square matrix

1 Introduction to Matrices

1.4. Arithmetic of Algebraic Fractions. Introduction. Prerequisites. Learning Outcomes

MATH10212 Linear Algebra. Systems of Linear Equations. Definition. An n-dimensional vector is a row or a column of n numbers (or letters): a 1.

1 Determinants and the Solvability of Linear Systems

Systems of Linear Equations

Typical Linear Equation Set and Corresponding Matrices

is identically equal to x 2 +3x +2

Sequences. A sequence is a list of numbers, or a pattern, which obeys a rule.

Solving Linear Systems, Continued and The Inverse of a Matrix

a 11 x 1 + a 12 x a 1n x n = b 1 a 21 x 1 + a 22 x a 2n x n = b 2.

Solving Systems of Linear Equations

7.4. The Inverse of a Matrix. Introduction. Prerequisites. Learning Style. Learning Outcomes

Linear Programming. March 14, 2014

LS.6 Solution Matrices

Continued Fractions and the Euclidean Algorithm

Row Echelon Form and Reduced Row Echelon Form

SYSTEMS OF EQUATIONS AND MATRICES WITH THE TI-89. by Joseph Collison

Linear Algebra Notes for Marsden and Tromba Vector Calculus

Linear Equations ! $ & " % & " 11,750 12,750 13,750% MATHEMATICS LEARNING SERVICE Centre for Learning and Professional Development

MATHEMATICS FOR ENGINEERS BASIC MATRIX THEORY TUTORIAL 2

Operation Count; Numerical Linear Algebra

University of Lille I PC first year list of exercises n 7. Review

THE DIMENSION OF A VECTOR SPACE

Factoring Quadratic Expressions

Introduction to Matrices for Engineers

3.3. Solving Polynomial Equations. Introduction. Prerequisites. Learning Outcomes

What is Linear Programming?

Solving Systems of Linear Equations

Solutions to Math 51 First Exam January 29, 2015

The Method of Partial Fractions Math 121 Calculus II Spring 2015

Partial Fractions. p(x) q(x)

Chapter 9. Systems of Linear Equations

Linear Algebra Notes

Introduction to Matrix Algebra

Solving Systems of Two Equations Algebraically

160 CHAPTER 4. VECTOR SPACES

Lecture 1: Systems of Linear Equations

DERIVATIVES AS MATRICES; CHAIN RULE

MATH APPLIED MATRIX THEORY

The Characteristic Polynomial

Systems of Equations

Arithmetic and Algebra of Matrices

CURVE FITTING LEAST SQUARES APPROXIMATION

MATHEMATICS FOR ENGINEERING BASIC ALGEBRA

Name: Section Registered In:

FACTORING QUADRATICS and 8.1.2

10.2 Systems of Linear Equations: Matrices

Part 1 Expressions, Equations, and Inequalities: Simplifying and Solving

LINEAR EQUATIONS IN TWO VARIABLES

CHAPTER 2. Eigenvalue Problems (EVP s) for ODE s

Solving Linear Equations - General Equations

Notes on Orthogonal and Symmetric Matrices MENU, Winter 2013

1.2 Solving a System of Linear Equations

Math 2524: Activity 3 (Excel and Matrices, continued) Fall 2002

5.4 Solving Percent Problems Using the Percent Equation

Excel supplement: Chapter 7 Matrix and vector algebra

Linear Programming Notes V Problem Transformations

COLLEGE ALGEBRA 10 TH EDITION LIAL HORNSBY SCHNEIDER 1.1-1

1 Solving LPs: The Simplex Algorithm of George Dantzig

1 Review of Least Squares Solutions to Overdetermined Systems

1.7. Partial Fractions Rational Functions and Partial Fractions. A rational function is a quotient of two polynomials: R(x) = P (x) Q(x).

December 4, 2013 MATH 171 BASIC LINEAR ALGEBRA B. KITCHENS

Partial Fractions. Combining fractions over a common denominator is a familiar operation from algebra:

Chapter 2 Determinants, and Linear Independence

BookTOC.txt. 1. Functions, Graphs, and Models. Algebra Toolbox. Sets. The Real Numbers. Inequalities and Intervals on the Real Number Line

1 Lecture: Integration of rational functions by decomposition

Reduced echelon form: Add the following conditions to conditions 1, 2, and 3 above:

Second Order Linear Nonhomogeneous Differential Equations; Method of Undetermined Coefficients. y + p(t) y + q(t) y = g(t), g(t) 0.

MATH2210 Notebook 1 Fall Semester 2016/ MATH2210 Notebook Solving Systems of Linear Equations... 3

Linear Algebra Review. Vectors

Lecture Notes 2: Matrices as Systems of Linear Equations

Systems of Linear Equations and Inequalities

13 MATH FACTS a = The elements of a vector have a graphical interpretation, which is particularly easy to see in two or three dimensions.

1.5 SOLUTION SETS OF LINEAR SYSTEMS

Indicator 2: Use a variety of algebraic concepts and methods to solve equations and inequalities.

( ) which must be a vector

1.6 The Order of Operations

Reciprocal Cost Allocations for Many Support Departments Using Spreadsheet Matrix Functions

5.04 Principles of Inorganic Chemistry II

SOLVING TRIGONOMETRIC EQUATIONS

LEARNING OBJECTIVES FOR THIS CHAPTER


Lecture 2 Matrix Operations

Transcription:

Solving simultaneous equations using the inverse matrix 8. Introduction The power of matrix algebra is seen in the representation of a system of simultaneous linear equations as a matrix equation. Matrix algebra allows us to write the solution of the system using the inverse matrix of the coefficients. In practice the method is suitable only for small systems. Its main use is the theoretical insight into such problems which it provides. Prerequisites Before starting this Section you should... Learning Outcomes After completing this Section you should be able to... be familiar with the basic rules of matrix algebra be able to evaluate and 3 3 determinants be able to find the inverse of and 3 3 matrices use the inverse matrix of coefficients to solve a system of two linear simultaneous equations use the inverse matrix of coefficients to solve a system of three linear simultaneous equations Recognise and identify cases where there is no unique solution

1. Using the inverse matrix on a system of two equations If we have one linear equation ax b in which the unknown is x and a and b are constants then there are just three possibilities a 0then x b a a 1 b. The equation ax b has a unique solution for x. a 0,b 0then the equation ax b becomes 0 0 and any value of x will do. There are infinitely many solutions to the equation ax b. a 0and b 0then ax b becomes 0 b which is a contradiction. In this case the equation ax b has no solution for x. What happens if we have more than one equation and more than one unknown? In this section we copy the algebraic solution x a 1 b used for a single equation to solve a system of linear equations. As we shall see, this will be a very natural way of solving the system if it is first written in matrix form. Consider the system In matrix form this becomes [ [ [ 3 x1 1 x If A 1 exists then the solution is X A 1 B. x 1 +3x 5 x 1 x 1. 5 1 which is of the form AX B. (compare the solution x a 1 b above) Given the matrix A you about A 1? [ 3 1 find its determinant. What does this tell Now find A 1 since A 0then A 1 exists. A ( ) 1 3 7 To solve the system AX B we use X A 1 B [ 3 1 1 7 [ 3 1 A 1 1 ( 7) HELM (VERSION 1: March 18, 004): Workbook Level 1

[ 3 Solve the system AX B where A 1 [ (i) 5 1 (ii) [ 1 4 (iii) [ 0 0. and B is [ [ 3 (i) X 1 5 7 1 1 [ [ 3 1 (ii) X 1 7 1 4 [ [ 3 0 (iii) X 1 7 1 0 expected. 1 7 1 7 1 7 [ 7 7 [ 14 7 [ 0 0 [ 1 1 [ [ 0 0 1. Hence x 1 1,x 1.. Hence x 1,x 1.. Hence x 1 0, x 0, as might have been. Non-unique solutions The key to obtaining a unique solution of the system AX B is to find A 1. What happens when A 1 does not exist? Consider the system x 1 +3x 5 (i) 4x 1 +6x. (ii) In matrix form this becomes [ 3 4 6 [ x1 x [ 5. Identify the matrix A and hence find A 1. and A 6 4 30. Hence A 1 does not exist. [ 3 4 6 3 HELM (VERSION 1: March 18, 004): Workbook Level 1 A

Looking at the original system we see that equation (ii) is simply equation (i) with all coefficients doubled. In effect we have only one equation for the two unknowns x 1 and x. The equations are consistent but have infinitely many solutions. If we let x assume a particular value, t say, then x 1 must take the value x 1 1 (5 3t) i.e. the solution to the given equations is: x t, x 1 1 (5 3t) For each value of t there are values for x 1 and x which satisfy the original system of equations. For example, if t 1,then x 1,x 1 1,ift 3 then x 3, x 1 7and so on. Now consider the system x 1 +3x 5 (i) 4x 1 +6x 9 (ii) Since the left-hand sides are the same as those in the previous system then A is the same and again A 1 does not exist. There is no unique solution to the equations (i) and (ii). However, if we double equation (i) we obtain 4x 1 +6x, which conflicts with equation (ii). There are thus no solutions to (i) and (ii) and the equations are said to be inconsistent. What can you conclude about the solutions of the systems (i) x 1 x 1 3x 1 6x 3 (ii) 3x 1 + x 7 6x 1 4x 5 First write the systems in matrix form and find A. [ 1 (i) (ii) [ 3 6 3 6 4 x [ x1 x 3 [ 7 5 A 6+60; A 1 + 1 0. [ x1 HELM (VERSION 1: March 18, 004): Workbook Level 1 [ 1 4

Now compare the equations in each system. (i) The second equation is 3 times the first equation. There are infinitely many solutions of the form x t, x 1 1+t where t is arbitrary. (ii) If we multiply the first equation by ( ) we obtain 6x 1 4x 14 which is in conflict with the second equation. The equations are inconsistent and have no solution. 3. Three equations in three unknowns It is much more tedious to use the inverse matrix to solve a system of three equations although in principle, the method is the same as for two equations. Consider the system x 1 x + x 3 3 x 1 + x x 3 5 3x 1 x +x 3 1. We met this system in section 8.1 where we found that A. Hence A 1 exists. Find A 1 by the method of determinants. First form the matrix where each element of A is replaced by its minor. 5 HELM (VERSION 1: March 18, 004): Workbook Level 1

1 7 5 3 1 5 1 3 5 1 1 1 3 1 1 3 1 Now use the 3 3 array of signs to obtain the matrix of cofactors.. 1 1 1 1 1 3 1 3 1 1 1 1 1 1 1 1. 1 7 5 3 1 5 1 3 5 so that we obtain Now transpose this matrix and divide by A to obtain A 1. + + + + + The array of signs is. 1 3 1 7 1 3 5 5 5. Finally, A 1 1 Now use X A 1 B to solve the system of linear equations. 1 3 1 7 1 3 5 5 5 Transposing gives Then x 1 3,x 1,x 3. 3 1 30 0 1 3 5 1 1 3 1 7 1 3 5 5 5 X 1 Comparing this approach to the use of Cramer s rule for three equations in section of section 8.1 we can say that the two methods are both rather tedious. HELM (VERSION 1: March 18, 004): Workbook Level 1 6

Equations with no unique solution If A 0,A 1 does not exist and therefore, early on, it is easy to see that the system of equations has no unique solution. But it is not obvious whether this is because the equations are inconsistent or whether they have infinitely many solutions. Consider the systems (i) x 1 x + x 3 4 x 1 +3x x 3 3 3x 1 +x x 3 7 (ii) x 1 x + x 3 4 x 1 +3x x 3 3 x 1 11x +9x 3 13 In system (i) add the first equation to the second. What does this tell you about the system? x 3 4 x 1 + x 4 x 1 +11 4x 1 15 5x 1 Hence if we give x 1 avalue, t say, then x 11 4t and x 3 15 5t. Thus there is an infinite number of solutions (one for each value of t). The sum is 3x 1 +x x 3 7,which is identical to the third equation. Thus, essentially, there are only two equations x 1 x + x 3 4and 3x 1 +x x 3 7.Now adding these two gives 4x 1 + x 11orx 11 4x 1 and then In system (ii) take the combination 5 times the first equation minus times the second equation. What does this tell you about the system? The combination is x 1 11x +9x 3 14, which conflicts with the third equation. There are thus no solutions. In practice, systems containing three or more linear equations are best solved by the method which we shall introduce in section 8.3. 7 HELM (VERSION 1: March 18, 004): Workbook Level 1

Exercises 1. Solve the following using the inverse matrix approach: (a) x 3y 1 4x + 4y (b) x 5y 4x + y 1. Solve the following equations using matrix methods: (c) 6x y 0 x 4y 1 (a) x 1 + x x 3 0 x 1 + x 3 4 x 1 + x + x 3 0 (b) x 1 x + x 3 1 x 1 + x 3 1 x 1 + x x 3 0 Answers 1. (a) x 1,y0 (b) A 1 does not exist. (c) x 1,y 3. (a) x 1 8,x 3 4, x 3 4 (b) x 3 1 1,x 1,x 3 3 11 HELM (VERSION 1: March 18, 004): Workbook Level 1 8