Find eigenvalues and eigenvectors of the matrix $\begin{pmatrix} 1 & 6 & 0 \\ 0 & 2 & 1 \\ 0 & 1 & 2 \end{pmatrix} $
Find eigenvalues and eigenvectors of the matrix $$\begin{pmatrix} 1 & 6 & 0 \\ 0 & 2 & 1 \\ 0 & 1 & 2 \end{pmatrix}. $$
Please show work.
Answer
(i) To find the eigenvalues we should set
\[\text{det}(A-\lambda I)=0.\]
Hence
\[\begin{vmatrix} 1-\lambda & 6 & 0 \\ 0 & 2-\lambda & 1 \\ 0 & 1 & 2-\lambda \end{vmatrix}=(1-\lambda) \begin{vmatrix} 2-\lambda & 1 \\ 1& 2-\lambda \end{vmatrix} \]
\[=(1-\lambda)((2-\lambda)(2-\lambda)-1)=(1-\lambda)(\lambda^2-4\lambda+3)\]
\[=(1-\lambda)(1-\lambda)(\lambda-3)=0\]
\[\Rightarrow \lambda_1=\lambda_2=1, \lambda_3=3.\]
(ii) Next we find the eigenvectors for $\lambda_1=\lambda_2=1$.
\[(A-I)v_1=0 \Rightarrow\]
\[\begin{pmatrix} 0 & 6 & 0 & 0 \\ 0 & 1 & 1 &0 \\ 0 & 1 & 1 & 0 \end{pmatrix} \]
$-R_2+R_3 \rightarrow R_3$ gives
\[\begin{pmatrix} 0 & 6 & 0 & 0 \\ 0 & 1 & 1 &0 \\ 0 & 0 & 0 & 0 \end{pmatrix}. \]
Hence
\[6y=0 \text{and} y+z=0 \Rightarrow y=z=0.\]
$x$ is a free variable, and we can take $x=1$. So there is only one linearly independent eigenvector
\[v= \begin{pmatrix} 1 \\ 0 \\ 0 \end{pmatrix}. \]
(iii) We can similarly compute the eigenvalues for $\lambda_3=3.$. \[(A-I)v_3=0 \Rightarrow\] \[\begin{pmatrix} -2 & 6 & 0 & 0 \\ 0 & -1 & 1 &0 \\ 0 & 1 & -1 & 0 \end{pmatrix} \] $R_2+R_3 \rightarrow R_3$ gives \[\begin{pmatrix} -2 & 6 & 0 & 0 \\ 0 & -1 & 1 &0 \\ 0 & 0 & 0 & 0 \end{pmatrix}. \] Hence \[x=3y \text{and} y=z \Rightarrow y=z=0.\] $z$ is a free variable, and we can take $z=1$. So there is only one linearly independent eigenvector \[v_3= \begin{pmatrix} 3\\ 1 \\ 1\end{pmatrix}. \]
- answered
- 1640 views
- $12.00
Related Questions
- two short Linear Algebra questions
- Linear Algebra - Vectors and Matrices
- Space of matrices with bounded row space
- Prove that $V={(𝑥_1,𝑥_2,⋯,𝑥_n) \in ℝ^n ∣ 𝑥_1+𝑥_2+...+𝑥_{𝑛−1}−2𝑥_𝑛=0}\}$ is a subspace of $\R^n$.
- [Linear Algebra] Diagonalizable operator and Spectrum
- Show that $tr(\sqrt{\sqrt A B \sqrt A})\leq 1$ , where both $A$ and $B$ are positive semidefinite with $tr(A)=tr(B)=1.$
- Linear Algebra Exam
- Closest Points on Two Lines: How to use algebra on equations to isolate unknowns?