Question
Question: Let \(A=\left[ \begin{matrix} 2 & 3 \\\ -1 & 2 \\\ \end{matrix} \right]\) and \(f\left( ...
Let A=2 −1 32 and f(x)=x2−4x+7 show that f(A)=0. Use this to find A5.
Solution
To solve this question we should know the concept of matrix. The question has more than one part. Firstly find the value for the function f(A)in which we need to multiply the matrix given in the question and then substitute values in the question given. For multiplication of matrices the number of columns in the first matrix be equal to the number of columns in the second matrix.
Complete step by step answer:
The question ask us to find the value of A5 where is A matrix given which is equal to A=2 −1 32 and the f(A) satisfies the function x2−4x+7.
The function in matrix form could be written as f(A)=A2−4A+7I , Here I is an identity matrix of size same as 2×2. So identity matrix of size 2 can be written as 1 0 01 .
We will find the value of the function for A individually. First we will find the value of A2 which means
⇒A2=2 −1 322 −1 32
On multiplying the matrix together we need to follow certain rules which are the elements in the row of the first matrix should be multiplied to the elements in the column of the second matrix.
=2×2+3×(−1) −1×2+(−1)×2 2×3+3×2(−1)×3+2×2
On multiplying and adding the numbers in the matrix we get:
=4−3 −2−2 6+6−3+4
=1 −4 121
Now we will find the value of 4A which is
=42 −1 32
On multiplying 4 to all the elements given in the matrix we get
=8 −4 128
Now we will calculate the 7I where I is the identity matrix
=71 0 01
=7 0 07
Putting these value in the equationf(A)=A2−4A+7Iwe get
=1 −4 121−8 −4 128+7 0 07
On calculating the matrix we get:
=1−8+7 −4+4 12−121−8+7
=0 0 00
Hence proved that f(A)=0
Now the second part of the question ask us to find the value of A5 . Now A5could be written as the product of A2,A2 and A which mathematically is written as:
A5=A2×A2×A
Now substituting the values of each of the matrix we get:
=A5=1 −4 1211 −4 1212 −1 32
We will multiply the first two matrices first and then will multiply the resultant matrix to the third matrix.
=1×1+12×(−4) −4×1+1×−4 1×12+1×12(−4)×12+1×1
=1−48 −4−4 12+12−48+1
=−47 −8 24−47
Multiplying this term to the matrix A we get:
=−47 −8 24−472 −1 32
On multiplying the matrix we get
=−94−24 −16+47 −141+48−24+(−94)
=−118 +31 −93−118
∴ The value of A5 is −118 +31 −93−118.
Note: Always keep in mind that to multiply the two matrices these conditions should be followed: The number of columns present in the first matrix should be equal to the number of rows present in the second matrix. The matrix address [0,0] means the element which is common in the first row and the first column.