Eigenvalues and Eigenvectors

25 min
0/4 practice checks

For a square matrix AA, a non-zero vector v\mathbf{v} is an eigenvector with eigenvalue λ\lambda if

Av=λv.A\mathbf{v} = \lambda \mathbf{v}.

The matrix acts on such a vector by pure scaling — no change of direction. Eigenvalues are the roots of the characteristic equation

det(AλI)=0.\det(A - \lambda I) = 0.

Worked example. For A=(2112)A = \begin{pmatrix} 2 & 1 \\ 1 & 2 \end{pmatrix}, det(AλI)=(2λ)21=λ24λ+3=(λ1)(λ3).\det(A - \lambda I) = (2-\lambda)^2 - 1 = \lambda^2 - 4\lambda + 3 = (\lambda - 1)(\lambda - 3). So λ=1\lambda = 1 or λ=3\lambda = 3. For λ=3\lambda = 3, solving (A3I)v=0(A - 3I)\mathbf{v} = 0 gives v=(1,1)\mathbf{v} = (1, 1); for λ=1\lambda = 1, v=(1,1).\mathbf{v} = (1, -1).

What are the eigenvalues of the diagonal matrix (5002)\begin{pmatrix} 5 & 0 \\ 0 & -2 \end{pmatrix}?

Find the largest eigenvalue of A=(2112)A = \begin{pmatrix} 2 & 1 \\ 1 & 2 \end{pmatrix}.

The product of the eigenvalues of a matrix equals its determinant. Find that product for A=(4213)A = \begin{pmatrix} 4 & 2 \\ 1 & 3 \end{pmatrix}.

Which vector is an eigenvector of A=(2112)A = \begin{pmatrix} 2 & 1 \\ 1 & 2 \end{pmatrix} for the eigenvalue λ=3\lambda = 3?