2. Let A="\\begin{pmatrix}\n - 3 & 1 & 0\\\\\n - 6 & 2 & 0\\\\\n - 3 & 1 & 0 \n\\end{pmatrix}"
a) Find the characteristic polynomial of A and show that the eigenvalues are 0 and - 1
b) Find a basis for each eigenspace of A
c) Explain why is A diagonalisable
d) Find an invertible matrix P and a diagonal matrix D such that A=PDP-1
e) Hence, or otherwise, calculate A2018
a)
Characteristic polynomial
"=(-3-\\lambda)(-2\\lambda+\\lambda^2-0)-(6\\lambda+0)+0"
"=6\\lambda-3\\lambda^2+2\\lambda^2-\\lambda^3-6\\lambda=-\\lambda^3-\\lambda^2"
The characteristic equation of "A" is
"-\\lambda^3-\\lambda^2=0"
The roots are "\\lambda_1=\\lambda_2=0, \\lambda_3=-1."
These are the eigenvalues.
b) Find the eigenvectors.
"\\lambda=-1"
"R_2=R_2-3R_1"
"R_3=R_3-3R_1\/2"
Swap the rows 2 and 3
"R_2=-2R_2"
"R_1=R_1-R_2"
"R_1=R_1\/(-2)"
Solve the matrix equation
If we take "x_3=t," then "x_1=t, x_2=2t."
Thus
"\\vec x=\\begin{pmatrix}\n t\\\\\n 2t\\\\\n t\n\\end{pmatrix}=\\begin{pmatrix}\n 1\\\\\n 2\\\\\n 1\n\\end{pmatrix}t"The null space of this matrix is
"\\lambda=0"
"A-\\lambda I=\\begin{pmatrix}\n - 3 & 1 & 0\\\\\n - 6 & 2 & 0\\\\\n - 3 & 1 & 0 \n\\end{pmatrix}""R_2=R_2-2R_1"
"\\begin{pmatrix}\n - 3 & 1 & 0\\\\\n 0 & 0 & 0\\\\\n - 3 & 1& 0 \n\\end{pmatrix}""R_3=R_3-R_1"
"\\begin{pmatrix}\n - 3 & 1 & 0\\\\\n 0 & 0 & 0\\\\\n 0 & 0& 0 \n\\end{pmatrix}""R_1=R_1\/(-3)"
Solve the matrix equation
If we take "x_2=t,x_3=s," then "x_1=(1\/3)t."
Thus
"\\vec x=\\begin{pmatrix}\n (1\/3)t\\\\\n t\\\\\ns\n\\end{pmatrix}=\\begin{pmatrix}\n 1\/3\\\\\n 1\\\\\n 0\n\\end{pmatrix}t+\\begin{pmatrix}\n 0\\\\\n 0\\\\\n 1\n\\end{pmatrix}s"The null space of this matrix is
Eigenvalue: "\u22121," multiplicity: "1," eigenvector: "\\begin{pmatrix}\n 1\\\\\n 2\\\\\n 1\n\\end{pmatrix}"
Eigenvalue: "0," multiplicity: "2," eigenvectors: "\\begin{pmatrix}\n 1\/3\\\\\n 1\\\\\n 0\n\\end{pmatrix},\\begin{pmatrix}\n 0\\\\\n 0\\\\\n 1\n\\end{pmatrix}"
c) A matrix is diagonalizable if and only of for each eigenvalue the dimension of the eigenspace is equal to the multiplicity of the eigenvalue.
For the eigenvalue "-1" this is trivially true as its multiplicity is only one and we find one nonzero eigenvector associated to it.
For the eigenvector we find two linearly indepedent eigenvectors.
Therefore the matrix "A" is diagonalizable.
d)
Form the matrix "P," whose column "i" is "i"-th eigenvector
Form the diagonal matrix "D" whose element at row "i," column "i" is "i"-th eigenvalue
"\\det P=\\begin{vmatrix}\n 1 & 1\/3 & 0\\\\\n 2 & 1 & 0\\\\\n 1 & 0& 1 \n\\end{vmatrix}=1\\begin{vmatrix}\n 1 & 0 \\\\\n 0 & 1\n\\end{vmatrix}-(1\/3)\\begin{vmatrix}\n 2 & 0 \\\\\n 1 & 1\n\\end{vmatrix}+0"
"=1-2\/3=1\/3\\not=0"
The cofactor matrix is
The adjugate matrix is
The inverse matrix is the adjugate matrix divided by the determinant.
"A=PDP^{-1}"
"=\\begin{pmatrix}\n 1 & 1\/3 & 0\\\\\n 2 & 1 & 0\\\\\n 1 & 0& 1 \n\\end{pmatrix}\\begin{pmatrix}\n(-1)^{2018} & 0& 0\\\\\n 0 & 0 & 0\\\\\n 0 & 0 & 0 \n\\end{pmatrix}\\begin{pmatrix}\n 3 & -1 & 0\\\\\n -6 & 3 & 0\\\\\n -3 & 1 & 1\n\\end{pmatrix}"
"=\\begin{pmatrix}\n 3 & -1 & 0\\\\\n6 & -2 & 0\\\\\n3 & -1 & 0\n\\end{pmatrix}"
Comments
Leave a comment