banner



How To Find An Inverse Of A Matrix

Inverse of a two×2 Matrix

In this lesson, we are merely going to deal with two×2 foursquare matrices. I take prepared five (5) worked examples to illustrate the procedure on how to solve or find the inverse matrix using the Formula Method.

Simply to provide you with the general idea, ii matrices are inverses of each other if their product is the identity matrix. An identity matrix with a dimension of 2×2 is a matrix with zeros everywhere only with 1's in the diagonal. It looks similar this.

A 2x2 identity matrix with ones in the diagonal. The identity matrix is usually represented by the uppercase letter "I". It has the elements 1 and 0 on the first row, and elements 0 and 1 on the second row.

It is important to know how a matrix and its inverse are related by the result of their production. So then,

  • If a 2×2 matrix A is invertible and is multiplied by its inverse (denoted by the symbol A−1 ), the resulting product is the Identity matrix which is denoted by I. To illustrate this concept, encounter the diagram beneath.
Matrix A when multiplied by its inverse written as A^-1 is equal to the identity matrix I. We can express this is short form as A * A^-1 = I.
  • In fact, I can switch the social club or direction of multiplication between matrices A and A−1, and I would all the same go the Identity matrix I. That means invertible matrices are commutative.
If A is an invertible matrix then A and its inverse, A^-1, are commutative under the operation of matrix multiplication. That means A times A^-1 and A^-1 times A will have the same product which is the identity matrix I. In the equation forms, we can express these algebraic relationships as A*A^-1=I and A^-1*A=I.

How practise we find the inverse of a matrix? The formula is rather simple. Every bit long as you follow it, at that place shouldn't be any trouble. Here we go.

The Formula to Notice the Inverse of a two×ii Matrix

Given the matrix A

Matrix A is a 2 by 2 matrix with entries a and b on its first row, and entries c and d on its second row. We can write this in matrix form as A = [a,b;c,d].

Its inverse is calculated using the formula

The formula to find the inverse of an invertible matrix A involves by first calculating the determinant of matrix A and rearranging matrix A from [a,b;c,d] to [d,-b;-c,a]. Now use the scalar value of 1 over determinant of matrix to multiply the rearranged elements of matrix A which is [d,-b;-c,a]. In compact form, the inverse of matrix A or A^-1 = (1/det A) [d,-b;-c,a].

where\colour{red}{\rm{det }}\,A is read every bit the determinant of matrix A.

A few observations near the formula:

  • Entries \color{blue}a and \color{bluish}d from matrix A are swapped or interchanged in terms of position in the formula.
  • Entries \color{bluish}b and \color{blue}c from matrix A remain in their electric current positions, withal, the signs are reversed. In other words, put negative symbols in front of entries b and c.
  • Since \colour{red}{\rm{det }}\,A is merely a number, then \large{i \over {{\rm{det }}A}} is likewise a number that would serve every bit the scalar multiplier to the matrix
{[d,-b],[-c,a]}

See my carve up lesson on scalar multiplication of matrices.


Examples of How to Notice the Changed of a 2×two Matrix

Example 1: Notice the inverse of the 2×2 matrix beneath, if it exists.

Matrix A is a 2x2 matrix with entries 5 and 2 on the first row, and entries -7 and -3 on the second row. Therefore, A = [5,2;-7,-3].

The formula requires us to find the determinant of the given matrix. Do you remember how to do that? If not, that's okay. Review the formula below on how to solve for the determinant of a 2×2 matrix.

Let matrix A be A = [a,b;c,d] then its determinant is calculated as det A = (a)(d) minus (b)(c)

And then then, the determinant of matrix A is

here's the step by step solution to find the determinant of a 2 by 2 square matrix A with elements 5 and 2 on its first row, and elements -7 and -3 on its second row. det A = det [5,2;-7,-3] = (5)(-3) - (2)(-7) = -15 + 14 = -1. Therefore the determinant of matrix A is negative 1.

To find the inverse, I only need to substitute the value of {\rm{det }}A = - 1 into the formula and perform some "reorganization" of the entries, and finally, perform scalar multiplication.

  • Hither goes once again the formula to find the inverse of a 2×2 matrix.
the general formula to find the inverse of matrix A is A^-1 = (1/det A) multiplied as the scalar factor to the matrix with elements d and -b on the first row, and entries -c and on the second row
  • Now, let'southward observe the inverse of matrix A.
A^-1 = (1/-1) times [-3,-2; 7,5] = (-1) times  = [3,2;-7,-5]. So the inverse of matrix A has entries 3 and 2 on the first row and entries -7 and -5 on the second row.

 Let's so cheque if our inverse matrix is correct by performing matrix multiplication of A and A−1  in two means, and see if we're getting the Identity matrix.

this shows that matrix A when multiplied by its inverse A^-1 results to the identity matrix I. in the same manner, when the inverse of matrix A when multiplied to matrix A also gives the identity matrix which means that they are commutative under the operation of matrix multiplication. Therefore, AA^-1 = [5,2;7,-3] [3,2;-7,-5} = [1,0;0,1].
Furthermore when changing the order of multiplication also gives the identity matrix. Thus, A^-1A = [3,2;-7,-5] [5,2;-7,-3] = [1,0;0,1].

Since multiplying both ways generate the Identity matrix, and then we are guaranteed that the inverse matrix obtained using the formula is the correct answer!


Instance 2: Detect the inverse of the ii×2 matrix below, if it exists.

matrix B has elements -3 and 1 on the first row, and has elements 5 and -2 on the second row. We can write this compact form as B = [-3,1;5,-2].

First, observe the determinant of matrix B.

the determinant of matrix B = [-3,1;5,-2] is equal to (-3)(-2) minues (1)(5) = 6 - 5 =1. so the final answer is det B = -1.

Secondly, substitute the value of det B = one into the formula, and so reorganize the entries of matrix B to conform with the formula.

here's the step by step solution to find the inverse of the 2x2 square matrix B. B^-1 = (1/det B) times [d,-b;-c,a] = (1/1) times [-2,-1;-5,-3] =[-2,-1;-5,-3]. So the final is that the inverse of matrix B has -2 and -1 on the first row, and -5 and -3 on the second row.

I will leave it to yous to verify that

this matrix equation illustrates that matrix B multiplied to its inverse, and vice versa, gives the identity matrix I with elements 1 and 0 on the first row, and 0 and 1 on the second row. Therefore, we can write this as B*B^-1 = B^-1*B = [1,0;0,1]

In other words, the matrix product of B and B−1 in either direction yields the Identity matrix.


Instance 3: Find the inverse of the matrix beneath, if it exists.

matrix C is a 2x2 matrix that has an inverse that means it is invertible. matrix C has entries 1 and 2 on its first row, and entries 3 and 4 on its second row

This is a bang-up example because the determinant is neither +1 nor −1 which usually results in an inverse matrix having rational or fractional entries. I must admit that the majority of issues given by teachers to students about the inverse of a 2×2 matrix is like to this.

Step 1: Notice the determinant of matrix C.

  • The formula to notice the determinant
determinant of matrix C is equal to the difference of the product of "a" and "d"; and the product of "b" and "c"
  • Below is the animated solution to calculate the determinant of matrix C
this is an animated GIF solution to find the determinant of matrix C which will be used to find its inverse matrix. det C = det [1,2;3,4] = (1)(4) - (2)(3) = 4 - 6 = -2

Footstep 2: The determinant of matrix C is equal to −two. Plug the value in the formula and then simplify to go the inverse of matrix C.

to find the inverse of 2x2 matrix C, first, we obtain the determinant of matrix C. we found it to be -1/2. now we multiply (-1/2) to the rearranged matrix C we swapped the positions of elements a and d, and get the opposites of elements b and c. we show that C^-1 = (-1/2)*  = [-2,1;3/2,-1/2].

Step three: Check if the computed inverse matrix is correct by performing left and correct matrix multiplication to get the Identity matrix.

C times C^-1 is equal to C^-1 times C which is the identity matrix with entries 1 and 0 on the first row, and 0 and 1 on the second row. this again illustrates that if C is invertible that the product of C and its inverse is always the same even if we change the order of matrix multiplication

Yep, matrix multiplication works in both cases as shown below.

First instance:

C times C^-1 = [1,0;0,1]

Second case:

C^-1 times C is the identity matrix [1,0;0,1]

Example 4: Observe the inverse of the matrix below, if it exists.

matrix D is a 2 by 2 square matrix that contains the elements of 4 and 2 on its first row, and the elements of 2 and 1 on its second row. in compact form, matrix D = [4,2;2,1]

In our previous iii examples, we were successful in finding the inverse of the given ii \times ii matrices. I don't want to give yous the impression that alltwo \times 2 matrices have inverses.

In this example, I want to illustrate when a given ii \times two matrix fails to have an inverse. How does that happen?

If we review the formula again, it is obvious that this situation can occur when the determinant of the given matrix is zero because ane divided by cipher is undefined . And so, an undefined term distributed into each entry of the matrix does non brand any sense.

this shows what happens when the determinant of a 2x2 matrix is zero which means that the matrix doesn't have an inverse since any number divided by zero is undefined

Let's go back to the problem to find the determinant of matrix D.

matrix D is an example where the determinant is zero. matrix D has elements 4 and 2 on its first row, and elements 2 and 1 on its second row. det D = (4)(1) - (2)(2) = 4-4 = 0. Therefore det D = 0 which makes matrix D not to have an inverse matrix, in other words, matrix D is non-invertible matrix

Therefore, the inverse of matrix D does not exist because the determinant of D equals zero. This is our last answer!


Instance 5: Detect the inverse of the matrix below, if it exists.

matrix E has elements 1 and -1 on the first row, and elements 3 and 4 on the second row

Step 1: Discover the determinant of matrix E.

the determinant of matrix E is 7 since det E =(1)(4) - (-1)(3) = 4 - (-3) = 4 + 3 = 7.

Footstep 2: Reorganize the entries of matrix East to conform with the formula, and substitute the solved value of the determinant of matrix E. Distribute the value of \large{ane \over {{\rm{det }}E}} to the entries of matrix East so simplify, if possible.

we have found that the determinant of matrix E is 7. we will use this to find the inverse of the 2x2 matrix E. here's the complete solution. E^-1 = (1/detE) = [d,-b;-c,a] = (1/7) [4,1; -3,1] = .

Step iii: Verify your answer by checking that yous get the Identity matrix in both scenarios.

since the 2x2 matrix E has inverse then we claim that the product of E and its inverse E^-1, and the product of the inverse of E , E^-1, and E is just the identity matrix [1,0;0,1]

First scenario:

matrix E multiplied to its inverse E^-1 = [1,-1;3,4] *  = [1,0;0,1] which is again the identity matrix I

2nd scenario:

E times E^-1 = [1,0; 0,1]

You might also be interested in:

Changed of Absolute Value Function

Inverse of Constant Office

Inverse of Exponential Function

Changed of Linear Function

Inverse of Logarithmic Role

Inverse of Quadratic Function

Changed of Rational Part

Inverse of Square Root Office

Source: https://www.chilimath.com/lessons/advanced-algebra/inverse-of-a-2x2-matrix/

Posted by: jonesaffeekly.blogspot.com

0 Response to "How To Find An Inverse Of A Matrix"

Post a Comment

Iklan Atas Artikel

Iklan Tengah Artikel 1

Iklan Tengah Artikel 2

Iklan Bawah Artikel