Section 4.3 Finding Eigenvectors
Having found the eigenvalues of the example matrix \(A=\begin{pmatrix}1\amp 2\\9\amp 4 \end{pmatrix}\) in the last section to be \(7\) and \(-2\text{,}\) we can now ask what the corresponding eigenvectors are. We must therefore solve the equation
in the two cases \(\lambda=7\) and \(\lambda=-2\text{.}\) In the first case, we have
or equivalently
Thus, we must solve this system of two equations. But we quickly discover that these equations are reduntant, since the first implies \(2y=6x\text{,}\) while the second implies \(3y=9x\text{,}\) which is the same condition. This is a good thing! (Why?)
We conclude that any vector \(\begin{pmatrix}x\\ y \end{pmatrix}\) with \(y=3x\) is an eigenvector of \(A\) with eigenvalue \(7\text{.}\) To check an explicit example, choose any value for \(x\text{,}\) such as \(x=1\text{,}\) yielding the vector
and check by explicit computation that \(Av_7=7v_7\text{,}\) as expected.
Turning to the case \(\lambda=-2\text{,}\) a similar construction yields
or equivalently
and the first equation now yields \(2y=-3x\text{,}\) while the second yields \(6y=-9x\text{.}\) Again, these two equations are redundant; the eigenvectors with eigenvalue \(-2\) satisfy \(y=-\frac32\text{.}\) An explicit example is
and you should again check by explicit computation that \(Av_{-2}=-2v_{-2}\text{.}\)