Determine Eigenvalues, Eigenvectors, Diagonalizable From a Partial Information of a Matrix

Johns Hopkins Linear Algebra Exam Problems and Solutions

Problem 180

Suppose the following information is known about a $3\times 3$ matrix $A$.
\[A\begin{bmatrix}
1 \\
2 \\
1
\end{bmatrix}=6\begin{bmatrix}
1 \\
2 \\
1
\end{bmatrix},
\quad
A\begin{bmatrix}
1 \\
-1 \\
1
\end{bmatrix}=3\begin{bmatrix}
1 \\
-1 \\
1
\end{bmatrix}, \quad
A\begin{bmatrix}
2 \\
-1 \\
0
\end{bmatrix}=3\begin{bmatrix}
1 \\
-1 \\
1
\end{bmatrix}.\]

(a) Find the eigenvalues of $A$.

(b) Find the corresponding eigenspaces.

(c) In each of the following questions, you must give a correct reason (based on the theory of eigenvalues and eigenvectors) to get full credit.
Is $A$ a diagonalizable matrix?
Is $A$ an invertible matrix?
Is $A$ an idempotent matrix?

(Johns Hopkins University Linear Algebra Exam)
 
LoadingAdd to solve later

Sponsored Links


Solution.

(a) Find the eigenvalues of $A$.

From the first and the second equations, we see that $6$ and $3$ are eigenvalues of $A$.
From the second and the third equations, we have
\[A\begin{bmatrix}
1 \\
-1 \\
1
\end{bmatrix}=3\begin{bmatrix}
1 \\
-1 \\
1
\end{bmatrix}=A\begin{bmatrix}
2 \\
-1 \\
0
\end{bmatrix}\] and thus we have
\[\begin{bmatrix}
0 \\
0 \\
0
\end{bmatrix}=A\left( \begin{bmatrix}
1 \\
-1 \\
1
\end{bmatrix}- \begin{bmatrix}
2 \\
-1 \\
0
\end{bmatrix}\right)=A \begin{bmatrix}
-1 \\
0 \\
1
\end{bmatrix}.\] This yields that
\[A\begin{bmatrix}
-1 \\
0 \\
1
\end{bmatrix}=0\begin{bmatrix}
-1 \\
0 \\
1
\end{bmatrix} \tag{*}\] and we conclude that $0$ is an eigenvalue.
Since the size of the matrix $A$ is $3\times 3$, it has at most three eigenvalues. Thus we found them all. Eigenvalues of $A$ are $0, 3, 6$.

(b) Find the corresponding eigenspaces.

From the first equation, the vector $\begin{bmatrix}
1 \\
2 \\
1
\end{bmatrix}$ is an eigenvector corresponding to the eigenvalue $6$.
We also see from the second equation, the vector $\begin{bmatrix}
1 \\
-1 \\
1
\end{bmatrix}$ is an eigenvector corresponding to the eigenvalue $3$.
The equation (*) in the solution (a) also tells us that the vector $\begin{bmatrix}
-1 \\
0 \\
1
\end{bmatrix}$ is an eigenvector corresponding to the eigenvalue $0$.

Note that we have three distinct eigenvalues for $3\times 3$ matrix $A$. So all the algebraic multiplicities for eigenvalues are $1$, hence the geometric multiplicities must be $1$ since the geometric multiplicity is always less than or equal to the algebraic multiplicity.
Therefore, each eigenspace has dimension $1$. We already found a nonzero vector in each eigenspace, and thus the vector is a basis vector for each eigenspace.
We denote $E_{\lambda}$ for the eigenspace for eigenvector $\lambda$. Then we have
\[E_0=\Span\left(\begin{bmatrix}
-1 \\
0 \\
1
\end{bmatrix}\right), \quad
E_3=\Span\left(\begin{bmatrix}
1 \\
-1 \\
1
\end{bmatrix}\right), \quad
E_6=\Span\left(\begin{bmatrix}
1 \\
2 \\
1
\end{bmatrix}\right).\]

(c) Diagonalizable matrix? Invertible matrix? Idempotent matrix?

Since $A$ has three distinct eigenvalues, $A$ is diagonalizable. (Or, algebraic multiplicities are the same as geometric multiplicities.)
Since the matrix $A$ has $0$ as an eigenvalue. Thus $A$ is not invertible.

If $A$ is idempotent matrix, then the eigenvalues of $A$ is either $0$ or $1$. Thus $A$ is not an idempotent matrix.
(For a proof of this fact, see the post Eigenvalues of an idempotent matrix.)


LoadingAdd to solve later

Sponsored Links

More from my site

  • Two Matrices with the Same Characteristic Polynomial. Diagonalize if Possible.Two Matrices with the Same Characteristic Polynomial. Diagonalize if Possible. Let \[A=\begin{bmatrix} 1 & 3 & 3 \\ -3 &-5 &-3 \\ 3 & 3 & 1 \end{bmatrix} \text{ and } B=\begin{bmatrix} 2 & 4 & 3 \\ -4 &-6 &-3 \\ 3 & 3 & 1 \end{bmatrix}.\] For this problem, you may use the fact that both matrices have the same characteristic […]
  • Maximize the Dimension of the Null Space of $A-aI$Maximize the Dimension of the Null Space of $A-aI$ Let \[ A=\begin{bmatrix} 5 & 2 & -1 \\ 2 &2 &2 \\ -1 & 2 & 5 \end{bmatrix}.\] Pick your favorite number $a$. Find the dimension of the null space of the matrix $A-aI$, where $I$ is the $3\times 3$ identity matrix. Your score of this problem is equal to that […]
  • How to Diagonalize a Matrix. Step by Step Explanation.How to Diagonalize a Matrix. Step by Step Explanation. In this post, we explain how to diagonalize a matrix if it is diagonalizable. As an example, we solve the following problem. Diagonalize the matrix \[A=\begin{bmatrix} 4 & -3 & -3 \\ 3 &-2 &-3 \\ -1 & 1 & 2 \end{bmatrix}\] by finding a nonsingular […]
  • Quiz 13 (Part 1) Diagonalize a MatrixQuiz 13 (Part 1) Diagonalize a Matrix Let \[A=\begin{bmatrix} 2 & -1 & -1 \\ -1 &2 &-1 \\ -1 & -1 & 2 \end{bmatrix}.\] Determine whether the matrix $A$ is diagonalizable. If it is diagonalizable, then diagonalize $A$. That is, find a nonsingular matrix $S$ and a diagonal matrix $D$ such that […]
  • Given Graphs of Characteristic Polynomial of Diagonalizable Matrices, Determine the Rank of MatricesGiven Graphs of Characteristic Polynomial of Diagonalizable Matrices, Determine the Rank of Matrices Let $A, B, C$ are $2\times 2$ diagonalizable matrices. The graphs of characteristic polynomials of $A, B, C$ are shown below. The red graph is for $A$, the blue one for $B$, and the green one for $C$. From this information, determine the rank of the matrices $A, B,$ and […]
  • Determine When the Given Matrix InvertibleDetermine When the Given Matrix Invertible For which choice(s) of the constant $k$ is the following matrix invertible? \[A=\begin{bmatrix} 1 & 1 & 1 \\ 1 &2 &k \\ 1 & 4 & k^2 \end{bmatrix}.\]   (Johns Hopkins University, Linear Algebra Exam)   Hint. An $n\times n$ matrix is […]
  • Idempotent (Projective) Matrices are DiagonalizableIdempotent (Projective) Matrices are Diagonalizable Let $A$ be an $n\times n$ idempotent complex matrix. Then prove that $A$ is diagonalizable.   Definition. An $n\times n$ matrix $A$ is said to be idempotent if $A^2=A$. It is also called projective matrix. Proof. In general, an $n \times n$ matrix $B$ is […]
  • Determine Dimensions of Eigenspaces From Characteristic Polynomial of Diagonalizable MatrixDetermine Dimensions of Eigenspaces From Characteristic Polynomial of Diagonalizable Matrix Let $A$ be an $n\times n$ matrix with the characteristic polynomial \[p(t)=t^3(t-1)^2(t-2)^5(t+2)^4.\] Assume that the matrix $A$ is diagonalizable. (a) Find the size of the matrix $A$. (b) Find the dimension of the eigenspace $E_2$ corresponding to the eigenvalue […]

You may also like...

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

More in Linear Algebra
Characteristic Polynomial, Eigenvalues, Diagonalization Problem (Princeton University Exam)

Let \[\begin{bmatrix} 0 & 0 & 1 \\ 1 &0 &0 \\ 0 & 1 & 0 \end{bmatrix}.\] (a) Find...

Close