Question #83505

Check whether or not the matrix A=[1 1 1
0 - 2 2
0 - 2 - 3] is diagonalisable. If it is, find a matrix P, and a matrix D such that P^-1 AP=D. If A is not diagonalisable find AdjkA).

Expert's answer

Answer on Question #83505 – Math – Linear Algebra

Question

Check whether or not the matrix


A=[111022023]A = \left[ \begin{array}{ccc} 1 & 1 & 1 \\ 0 & -2 & 2 \\ 0 & -2 & -3 \end{array} \right]


is diagonalizable. If it is, find a matrix PP, and a matrix DD such that P1AP=DP^{-1}AP = D. If AA is not diagonalizable find AdjAAdjA.

Solution

Matrix AA (3×33 \times 3) is diagonalizable if and only if there is a basis of R3R^3 consisting of eigenvectors of AA. So let's find the eigenvalues and eigenvectors for matrix AA.

To define the eigenvalues, we find the values of λ\lambda which satisfy the characteristic equation of the matrix AA:


det(AλI)=0,\det (A - \lambda I) = 0,


where II is the 3×33 \times 3 identity matrix.

Form the matrix AλIA - \lambda I:


AλI=[1λ1102λ2023λ].A - \lambda I = \left[ \begin{array}{ccc} 1 - \lambda & 1 & 1 \\ 0 & -2 - \lambda & 2 \\ 0 & -2 & -3 - \lambda \end{array} \right].


Calculate det(AλI)\det (A - \lambda I). We define the determinant of a 3×33 \times 3 matrix by the rule:


a11a12a13a21a22a23a31a32a33=a11a22a23a32a33a12a21a23a31a33+a13a21a22a31a32.\left| \begin{array}{ccc} a_{11} & a_{12} & a_{13} \\ a_{21} & a_{22} & a_{23} \\ a_{31} & a_{32} & a_{33} \end{array} \right| = a_{11} \left| \begin{array}{cc} a_{22} & a_{23} \\ a_{32} & a_{33} \end{array} \right| - a_{12} \left| \begin{array}{cc} a_{21} & a_{23} \\ a_{31} & a_{33} \end{array} \right| + a_{13} \left| \begin{array}{cc} a_{21} & a_{22} \\ a_{31} & a_{32} \end{array} \right|.det(AλI)=(1λ)2λ223λ10203λ+102λ02==(1λ)((2λ)(3λ)(2)2)=(1λ)(6+5λ+λ2+4)=(1λ)(λ2+5λ+10)\begin{array}{l} \det (A - \lambda I) = (1 - \lambda) \left| \begin{array}{cc} -2 - \lambda & 2 \\ -2 & -3 - \lambda \end{array} \right| - 1 \left| \begin{array}{cc} 0 & 2 \\ 0 & -3 - \lambda \end{array} \right| + 1 \left| \begin{array}{cc} 0 & -2 - \lambda \\ 0 & -2 \end{array} \right| = \\ = (1 - \lambda) \left((-2 - \lambda) (-3 - \lambda) - (-2) \cdot 2\right) = (1 - \lambda) (6 + 5 \lambda + \lambda^2 + 4) \\ = (1 - \lambda) (\lambda^2 + 5 \lambda + 10) \end{array}


Then find solutions of the characteristic equation det(AλI)=0\det (A - \lambda I) = 0, i.e. solve the equation:


(1λ)(λ2+5λ+10)=0(1 - \lambda) (\lambda^2 + 5 \lambda + 10) = 01λ=0 or λ2+5λ+10=01 - \lambda = 0 \text{ or } \lambda^2 + 5 \lambda + 10 = 0λ1=1\lambda_1 = 1


The quadratic equation λ2+5λ+10=0\lambda^2 + 5\lambda + 10 = 0 has not any real roots, because


Δ=b24ac=2540=15<0.\Delta = b^2 - 4ac = 25 - 40 = 15 < 0.


So we can find only one eigenvector for A. But any basis for R3R^3 consists of three vectors. Therefore, there is no eigenbasis for A, and so the matrix A is not diagonalizable.

Find Adj AA . First, calculate the cofactors of each element.


c11=(1)1+12223=6+4=10,c12=(1)1+20203=0,c _ {1 1} = (- 1) ^ {1 + 1} \left| \begin{array}{c c} - 2 & 2 \\ - 2 & - 3 \end{array} \right| = 6 + 4 = 1 0, c _ {1 2} = (- 1) ^ {1 + 2} \left| \begin{array}{c c} 0 & 2 \\ 0 & - 3 \end{array} \right| = 0,c13=(1)1+30202=0,c21=(1)2+11123=1(3+2)=1,c _ {1 3} = (- 1) ^ {1 + 3} \left| \begin{array}{c c} 0 & - 2 \\ 0 & - 2 \end{array} \right| = 0, \quad c _ {2 1} = (- 1) ^ {2 + 1} \left| \begin{array}{c c} 1 & 1 \\ - 2 & - 3 \end{array} \right| = - 1 (- 3 + 2) = 1,c22=(1)2+21103=3,c23=(1)2+31102=1(2)=2,c _ {2 2} = (- 1) ^ {2 + 2} \left| \begin{array}{c c} 1 & 1 \\ 0 & - 3 \end{array} \right| = - 3, \qquad c _ {2 3} = (- 1) ^ {2 + 3} \left| \begin{array}{c c} 1 & 1 \\ 0 & - 2 \end{array} \right| = - 1 (- 2) = 2,c31=(1)3+11122=2+2=4,c32=(1)3+21102=1(2)=2,c _ {3 1} = (- 1) ^ {3 + 1} \left| \begin{array}{c c} 1 & 1 \\ - 2 & 2 \end{array} \right| = 2 + 2 = 4, c _ {3 2} = (- 1) ^ {3 + 2} \left| \begin{array}{c c} 1 & 1 \\ 0 & 2 \end{array} \right| = - 1 (2) = - 2,c33=(1)3+31102=2.c _ {3 3} = (- 1) ^ {3 + 3} \left| \begin{array}{c c} 1 & 1 \\ 0 & - 2 \end{array} \right| = - 2.


Write the cofactor matrix C:


C=[1000132422],adj A=CT=[1014032022].C = \left[ \begin{array}{c c c} 1 0 & 0 & 0 \\ 1 & - 3 & 2 \\ 4 & - 2 & - 2 \end{array} \right], \text{adj } A = C ^ {T} = \left[ \begin{array}{c c c} 1 0 & 1 & 4 \\ 0 & - 3 & - 2 \\ 0 & 2 & - 2 \end{array} \right].


Answer: AA is not diagonalizable; adjA=[1014032022]adjA = \begin{bmatrix} 10 & 1 & 4 \\ 0 & -3 & -2 \\ 0 & 2 & -2 \end{bmatrix} .

Answer provided by https://www.AssignmentExpert.com

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

LATEST TUTORIALS
APPROVED BY CLIENTS