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 ...
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.
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 )2=1. The multiplicative inverse of a matrix is similar in concept, except that the product of matrix A and its 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. [link] and [link] 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
A matrix that has a multiplicative inverse is called an invertible matrix. Only a square matrix may have a multiplicative inverse, as the reversibility, A A −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, 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.
Given matrix A, show that AI=IA=A.
Use matrix multiplication to show that the product of A and the identity is equal to the product of the identity and A.
Given two matrices, show that one is the multiplicative inverse of the other.
- Given matrix A of order n × n and matrix B of order n × n multiply AB.
- If AB=I, then find the product BA. If BA=I, then B= A −1 and A= B −1 .
Show that the given matrices are multiplicative inverses of each other.
Multiply AB and BA. If both products equal the identity, then the two matrices are inverses of each other.
A and B are inverses of each other.
Show that the following two matrices are inverses of each other.
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.
Use matrix multiplication to find the inverse of the given matrix.
For this method, we multiply A by a matrix containing unknown constants and set it equal to the identity.
Find the product of the two matrices on the left side of the equal sign.
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.
Using row operations, multiply and add as follows: (−2) R 1 + R 2 → R 2 . Add the equations, and solve for c.
Back-substitute to solve for a.
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.
Once more, back-substitute and solve for b.
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
Perform row operations with the goal of turning A into the identity.
- Switch row 1 and row 2.
[ 5 3 2 1 | 0 1 1 0 ]
- Multiply row 2 by
−2
and add to row 1.
[ 1 1 2 1 | −2 1 1 0 ]
- Multiply row 1 by
−2
and add to row 2.
[ 1 1 0 −1 | −2 1 5 −2 ]
- Add row 2 to row 1.
[ 1 0 0 −1 | 3 −1 5 −2 ]
- Multiply row 2 by
−1.
[ 1 0 0 1 | 3 −1 −5 2 ]
The matrix we have found is A −1 .
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
where ad−bc≠0. If ad−bc=0, then A has no inverse.
Use the formula to find the multiplicative inverse of
Using the formula, we have
Use the formula to find the inverse of matrix A. Verify your answer by augmenting with the identity matrix.
A −1 =[ 3 5 1 5 − 2 5 1 5 ]
Find the inverse, if it exists, of the given matrix.
We will use the method of augmenting with the identity.
- Switch row 1 and row 2.
[ 1 3 3 6 | 0 1 1 0 ]
- Multiply row 1 by −3 and add it to row 2.
[ 1 2 0 0 | 1 0 −3 1 ]
- There is nothing further we can do. The zeros in row 2 indicate that this matrix has no inverse.
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.
Given a 3 × 3 matrix, find the inverse
- Write the original matrix augmented with the identity matrix on the right.
- Use elementary row operations so that the identity appears on the left.
- What is obtained on the right is the inverse of the original matrix.
- Use matrix multiplication to show that A A −1 =I and A −1 A=I.
Given the 3 × 3 matrix A, find the inverse.
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.
Thus,
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.
- 1 Introduction to Monopolistic Competition and Oligopoly
- 2 Defining Money by Its Functions
- 3 How Government Borrowing Affects Private Saving
- 4 Using the Central Limit Theorem
- 5 Regression (Distance from School)
- 6 Systems of Nonlinear Equations and Inequalities: Two Variables
- 7 Polar Coordinates: Graphs
- 8 Automatic Stabilizers
- 9 Measuring the Size of the Economy: Gross Domestic Product
- 10 Adjusting Nominal Values to Real Values
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.
Perform row operations with the goal of turning A into the identity.
So, we have verified our original solution.