Math ClubMath Club
v1 · padrão canônico

Lesson 114 — Eigenvalues and eigenvectors

Invariant directions of a linear transformation: Av = λv. Characteristic polynomial, algebraic and geometric multiplicity. The cornerstone of PageRank, quantum mechanics, and PCA.

Used in: University Linear Algebra (1st year engineering) · Equivalent Lineare Algebra LK German · Equivalent H2 Math Singapore · Advanced Math III Japanese

Av=λv,v0A\vec{v} = \lambda\,\vec{v},\quad \vec{v} \neq \vec{0}
Choose your door

Rigorous notation, full derivation, hypotheses

Rigorous definition

Eigenvalues and eigenvectors

Characteristic equation

Eigenspace and multiplicities

Fundamental properties

General direction (rotates)AvvEigenvector (only stretches)Av = λvv

A general vector rotates under A (yellow arrow deviates). An eigenvector only changes magnitude, remains on the same line (blue arrow).

Solved examples

Exercise list

39 exercises · 9 with worked solution (25%)

Application 18Understanding 7Modeling 7Challenge 4Proof 3
  1. Ex. 114.1Application

    Compute the eigenvalues and eigenvectors of A=(3002)A = \begin{pmatrix} 3 & 0 \\ 0 & 2 \end{pmatrix}.

  2. Ex. 114.2Application

    Compute the eigenvalues of A=(4123)A = \begin{pmatrix} 4 & 1 \\ 2 & 3 \end{pmatrix} and find the corresponding eigenvectors.

  3. Ex. 114.3Application

    Compute the eigenvalues of A=(1221)A = \begin{pmatrix} 1 & 2 \\ 2 & 1 \end{pmatrix}.

  4. Ex. 114.4Application

    Compute the eigenvalues and eigenvectors of A=(0110)A = \begin{pmatrix} 0 & 1 \\ 1 & 0 \end{pmatrix}.

  5. Ex. 114.5Application

    Compute the eigenvalues of A=(4211)A = \begin{pmatrix} 4 & -2 \\ 1 & 1 \end{pmatrix}.

  6. Ex. 114.6ApplicationAnswer key

    Compute the eigenvalues and eigenvectors of A=(5445)A = \begin{pmatrix} 5 & 4 \\ 4 & 5 \end{pmatrix}.

  7. Ex. 114.7ApplicationAnswer key

    Analyze the diagonalizability of A=(2102)A = \begin{pmatrix} 2 & 1 \\ 0 & 2 \end{pmatrix}. Compute algebraic and geometric multiplicity.

  8. Ex. 114.8ApplicationAnswer key

    Compute the eigenvalues of A=(6123)A = \begin{pmatrix} 6 & -1 \\ 2 & 3 \end{pmatrix}.

  9. Ex. 114.9Application

    Compute the eigenvalues of A=(100020003)A = \begin{pmatrix} 1 & 0 & 0 \\ 0 & 2 & 0 \\ 0 & 0 & 3 \end{pmatrix}.

  10. Ex. 114.10ApplicationAnswer key

    Compute the eigenvalues of A=(200130114)A = \begin{pmatrix} 2 & 0 & 0 \\ 1 & 3 & 0 \\ 1 & 1 & 4 \end{pmatrix}.

  11. Ex. 114.11ApplicationAnswer key

    Compute the eigenvalues of A=(0100)A = \begin{pmatrix} 0 & 1 \\ 0 & 0 \end{pmatrix} and determine whether it is diagonalizable.

  12. Ex. 114.12ApplicationAnswer key

    Compute the eigenvalues of A=(111111111)A = \begin{pmatrix} 1 & 1 & 1 \\ 1 & 1 & 1 \\ 1 & 1 & 1 \end{pmatrix}.

  13. Ex. 114.13Application

    If A=(0110)A = \begin{pmatrix} 0 & 1 \\ 1 & 0 \end{pmatrix} has eigenvalues 11 and 1-1, what are the eigenvalues of A10A^{10}? Compute A10A^{10}.

  14. Ex. 114.14Application

    A matrix AA has eigenvalues 22 and 33. What are the eigenvalues of A2+IA^2 + I?

  15. Ex. 114.15Application

    A 3×33 \times 3 matrix has eigenvalues 11, 22, 44. Compute detA\det A and tr(A)\operatorname{tr}(A).

  16. Ex. 114.16Application

    A 2×22 \times 2 matrix has tr(A)=5\operatorname{tr}(A) = 5 and detA=6\det A = 6. Compute the eigenvalues.

  17. Ex. 114.17Application

    Prove that if λ\lambda is an eigenvalue of invertible AA, then 1/λ1/\lambda is an eigenvalue of A1A^{-1}.

  18. Ex. 114.18Application

    Compute the eigenvalues of the rotation matrix Rθ=(cosθsinθsinθcosθ)R_\theta = \begin{pmatrix} \cos\theta & -\sin\theta \\ \sin\theta & \cos\theta \end{pmatrix} for θ(0,π)\theta \in (0, \pi).

  19. Ex. 114.19Understanding

    Explain why a matrix with detA=0\det A = 0 necessarily has 00 as an eigenvalue.

  20. Ex. 114.20Understanding

    Show that AA and ATA^T have the same characteristic polynomial (and therefore the same eigenvalues).

  21. Ex. 114.21Understanding

    If B=P1APB = P^{-1}AP (similar matrices), what can be concluded about the eigenvalues and eigenvectors of AA and BB?

  22. Ex. 114.22Understanding

    If A2=IA^2 = I, what are the only possible eigenvalues of AA?

  23. Ex. 114.23Understanding

    What are the eigenvalues of an orthogonal projection PP (with P2=PP^2 = P)?

  24. Ex. 114.24Understanding

    Prove that eigenvectors of distinct eigenvalues are linearly independent (case of two eigenvectors).

  25. Ex. 114.25Understanding

    Show that real eigenvalues of an orthogonal matrix QQ (with QTQ=IQ^T Q = I) satisfy λ=1|\lambda| = 1.

  26. Ex. 114.26Modeling

    A Markov chain of two regions (Southeast and Northeast) has transition matrix P=(0.70.30.40.6)P = \begin{pmatrix} 0.7 & 0.3 \\ 0.4 & 0.6 \end{pmatrix}. Find the stationary distribution via the eigenvector of λ=1\lambda = 1.

  27. Ex. 114.27ModelingAnswer key

    The Fibonacci sequence is generated by A=(1110)A = \begin{pmatrix} 1 & 1 \\ 1 & 0 \end{pmatrix}. Compute the eigenvalues and explain the growth of the sequence.

  28. Ex. 114.28Modeling

    For the control system x˙=Ax\dot{x} = Ax with A=(2103)A = \begin{pmatrix} -2 & 1 \\ 0 & -3 \end{pmatrix}: verify stability by analyzing the eigenvalues.

  29. Ex. 114.29ModelingAnswer key

    A Hessian matrix at a critical point is H=(2005)H = \begin{pmatrix} -2 & 0 \\ 0 & -5 \end{pmatrix}. Identify the eigenvalues and classify the critical point (maximum/minimum/saddle).

  30. Ex. 114.30Modeling

    For the path graph on 3 nodes (1—2—3), set up the Laplacian L=DWL = D - W, compute the eigenvalues, and identify the number of connected components.

  31. Ex. 114.31Modeling

    Prove that if λ\lambda is an eigenvalue of AA with eigenvector v\vec{v}, then λ+c\lambda + c is an eigenvalue of A+cIA + cI with the same eigenvector v\vec{v}.

  32. Ex. 114.32Modeling

    In finance, the covariance matrix of two identical stocks with variance σ2\sigma^2 and correlation ρ\rho is Σ=σ2(1ρρ1)\Sigma = \sigma^2 \begin{pmatrix} 1 & \rho \\ \rho & 1 \end{pmatrix}. Compute the eigenvalues and interpret.

  33. Ex. 114.33Challenge

    Prove that if λ\lambda is an eigenvalue of AA with eigenvector v\vec{v}, then λk\lambda^k is an eigenvalue of AkA^k for every positive integer kk.

  34. Ex. 114.34Challenge

    Prove that eigenvalues of an idempotent matrix (A2=AA^2 = A) are only 00 or 11.

  35. Ex. 114.35Challenge

    Construct a 2×22 \times 2 matrix with eigenvalues 11 and 1-1 such that (1,1)(1, 1) is an eigenvector of λ=1\lambda = 1 and (1,1)(1, -1) is an eigenvector of λ=1\lambda = -1.

  36. Ex. 114.36ChallengeAnswer key

    Prove that eigenvectors of a symmetric matrix corresponding to distinct eigenvalues are orthogonal.

  37. Ex. 114.37Proof

    Prove that a triangular (upper or lower) matrix has its eigenvalues equal to the elements of the main diagonal.

  38. Ex. 114.38Proof

    Prove (by induction) that eigenvectors corresponding to kk distinct eigenvalues are linearly independent.

  39. Ex. 114.39Proof

    Prove that every real symmetric matrix has only real eigenvalues.

Sources

Updated on 2026-05-11 · Author(s): Clube da Matemática

Found an error? Open an issue on GitHub or submit a PR — open source forever.