consider vectors with special properties with respect to a matrix,
develop a method for finding these vectors, and
discover a property of the set of these vectors.
We have considered matrices as transformations: they map vectors to new vectors. We are looking for vectors whose direction is not changed.
Subsection5.1.1Motivation
Guido is sailing with intended velocity \(\vec{x}\text{.}\) The effect of the wind on him is given by \(A\vec{x}\text{.}\) Find directions (\(\vec{x}\)) Guido can sail so that the wind is either directly at his back (helping him), or directly in his face (suggesting he turn around).
Because the vector is the same on both sides and \(\lambda\) is just a scalar, this equation says that the matrix does not change the direction of the vector. Note in this illustration \(\lambda\) indicates the magnitude of help; it is positive for a tailwind or negative for a headwind.
Solutions for \(A\) are \([-1,3]^T\) and \([2,1]^T\text{.}\) Note
Note because scale does not matter if \(\vec{x}\) is a solution then so is \(c\vec{x}\text{.}\) If \(T\) is the linear transformation with matrix \(A\) these are vectors that are mapped onto the same line. View the results in the following images. For example \([6,3]^T\) also works.
If we apply this transformation to an image, points on these two vectors will be stretched but not rotated while the rest may also rotate.
Original image
Transformed image
Figure5.1.1.Illustration of limited effect of transformation on its eigenvectors
Definition5.1.2.Eigenvectors and Eigenvalues.
A vector \(\vec{x}\) is an \textit{eigenvector} of a matrix \(M\) if and only if \(A\vec{x}=\lambda\vec{x}\) for some number \(\lambda\) called the corresponding eigenvalue.
Subsection5.1.2Method
First note the following, algebraic re-arrangement of the eigenvector definition.