Question
Question: Let \[A = \left[ {\begin{array}{*{20}{c}} 3&0&3 \\\ 0&3&0 \\\ 3&0&3 \end{array}} \r...
Let A = \left[ {\begin{array}{*{20}{c}}
3&0&3 \\\
0&3&0 \\\
3&0&3
\end{array}} \right]. Then the roots of the equation det(A−λI3)=0 (where I3 is the identity matrix of order 3) are ?
A. 3, 0, 3
B. 0, 3, 6
C. 1, 0, -6
D. 3, 3, 6
Solution
Hint:- We had to only put the value of I3 in the equation det(A−λI3)=0 as I3 is the identity matrix of order 3. And after solving this equation we will get the required value of λ.
Complete step-by-step answer:
Now as we know that the identity matrix has its all diagonal elements equal to 1 and all other elements are equal to 0.
So, the matrix I3 will be an identity matrix of order 3.
So, {I_3} = \left[ {\begin{array}{*{20}{c}}
1&0&0 \\\
0&1&0 \\\
0&0&1
\end{array}} \right]
Now as we know that when we multiply any constant value to any matrix then that value is multiplied with each element of that matrix.
So, \lambda {I_3} = \left[ {\begin{array}{*{20}{c}}
\lambda &0&0 \\\
0&\lambda &0 \\\
0&0&\lambda
\end{array}} \right] (1)
Now, as the order of the matrix A and λI3 is the same (i.e. 3). So, when we subtract these two matrices then each corresponding element will get subtracted.
So, A - \lambda {I_3} = \left[ {\begin{array}{*{20}{c}}
3&0&3 \\\
0&3&0 \\\
3&0&3
\end{array}} \right] - \left[ {\begin{array}{*{20}{c}}
\lambda &0&0 \\\
0&\lambda &0 \\\
0&0&\lambda
\end{array}} \right] = \left[ {\begin{array}{*{20}{c}}
{3 - \lambda }&0&3 \\\
0&{3 - \lambda }&0 \\\
3&0&{3 - \lambda }
\end{array}} \right] (2)
So, now we have to find the determinant of the matrix A−λI3 and put that equal to zero. To find the value of λ.
As we know that if X = \left[ {\begin{array}{*{20}{c}}
a&b;&c; \\\
d&e;&f; \\\
g&h;&i;
\end{array}} \right] is a matrix then the determinant of the matrix X is calculated as,
⇒det(X)=a(e×i−f×h)−b(d×i−f×g)+c(d×h−e×g)
So, now let us find the determinant of the matrix A−λI3.
⇒det(A−λI3)=(3−λ)((3−λ)×(3−λ)−0)−0(0×(3−λ)−0×3)+3(0×0−(3−λ)×3)
⇒det(A−λI3)=(3−λ)3−9(3−λ)=(3−λ)(32+λ2−6λ−9)
⇒det(A−λI3)=(3−λ)(λ2−6λ)=λ(3−λ)(λ−6) -----(3)
So, now as it is given in the question that the det(A−λI3)=0. So, equating equation 3 with zero.
⇒λ(3−λ)(λ−6)=0
So, λ=0,3,6
Hence, the correct option will be B.
Note:- Whenever we come up with this type of problem then we should remember that In is an identity matrix of order n×n, with all its diagonal elements equal to 1 and all other elements equal to zero. And when we multiply any constant term λ with any matrix then each element of the matrix is multiplied by λ. So, first we had to find the value of λI3 and then subtract that with the matrix A to find the value of matrix A – λI3. And then we had to find the determinant formula to find the value of det(A – λI3) and then equate that with zero to find the value of λ. This will be the easiest and efficient way to find the solution of the problem.