Given that matrix A has 1has the eigenvalue with the corresponding eigenvector (1,-3) and 5 as the second eigenvalue with (1,1) as the corresponding eigenvector. (I) find the matrix A (Ii) D the diagonal matrix such that P^-1 AP=D
Let
"A=\\begin{pmatrix}\n a & b \\\\\n c & d\n\\end{pmatrix}""\\begin{vmatrix}\n a-\\lambda & b \\\\\n c & d-\\lambda\n\\end{vmatrix}=0"
"(a-\\lambda)(d-\\lambda)-bc=0"
"\\lambda^2-(a+d)\\lambda+ad-bc=0"
"\\lambda_1=1, v_1=\\begin{pmatrix}\n 1 \\\\\n -3\n\\end{pmatrix}"
"\\lambda_2=5, v_1=\\begin{pmatrix}\n 1 \\\\\n 1\n\\end{pmatrix}"
By Vieta Theorem
"ad-bc=1(5)"
"Av_i=\\lambda_iv_i, i=1,2"
"\\begin{pmatrix}\n a-1 & b \\\\\n c & d-1\n\\end{pmatrix}\\begin{pmatrix}\n 1 \\\\\n -3\n\\end{pmatrix}=\\begin{pmatrix}\n 0 \\\\\n 0\n\\end{pmatrix}"
"a-1-3b=0""c-3d+3=0"
"a=3b+1""c=3d-3"
"a-5+b=0""c+d-5=0"
"a=-b+5""c=-d+5"
"3b+1=-b+5=>b=1, a=4"
"3d-3=-d+5=>d=2, c=3"
"A=\\begin{pmatrix}\n 4 & 1 \\\\\n 3 & 2\n\\end{pmatrix}"
"P=\\begin{pmatrix}\n 1 & 1 \\\\\n -3 & 1\n\\end{pmatrix}, P^{-1}=\\begin{pmatrix}\n 0.25 & -0.25 \\\\\n 0.75 & 0.25\n\\end{pmatrix}"
"D=P^{-1}AP"
"D=\\begin{pmatrix}\n 1 & 0 \\\\\n 0 & 5\n\\end{pmatrix}"
Comments
Leave a comment