AAMathNote

Eigenvalue and Eigenvector

Yun-Hao Lee, Cheng-Han Huang

Credit: Burak Kebapci from Pexels


1. Eigenvalue and Eigenvector

Definition 1.1. Let A n×n, then a nonzero vector v n is called an eigenvector if there exist a λ , which is called eigenvalue, such that

Av = λv.

In general, real-valued matrices may have complex eigenvalues, but for symmetric real-valued matrices, the eigenvalues are also real-valued. The following theorem will give more information about it.

Theorem 1.2 (Spectral Decomposition Theorem). Let A n×n be symmetric. Then there exists an orthogonal matrix U n×n and a diagonal matrix D = diag[λ1,λ2,...,λn] such that

UT AU = D

Theorem 1.3. Trace and determinant are invariant values under linear transformation. For any A n×n, trace and determinants of A can be expressed as

tr(A) = i=1nλ ianddet(A) = i=1nλ i

Definition 1.4. For a symmetric matrix A n×n, the Rayleigh quotient is defined by

RA(x) = xT Ax xT x for anyx0

Theorem 1.5. Let A n×n, then

λmin(A) RA(x) λmax(A)for anyx0

Proof. By spectral decomposition theorem, there exist an orthogonal matrix U n×n and a diagonal matrix D = diag[λ1,λ2,...,λn] such that UT AU = D. Without loss of generality, may assume that λ1 λ2 ... λn, then λ1 = λmax and λn = λmin. Now let x = Uy, y = [y1,y2,..,yn]T and note that U is nonsingular since U is orthogonal, then

xT Ax xT x = yT UT AUy yT UT Uy = yT Dy yT y = i=1nλiyi2 i=1nyi2

Hence

λn = λn i=1nyi2 i=1nyi2 =minx0xT Ax xT x xT Ax xT x maxx0xT Ax xT x = λ1 i=1nyi2 i=1nyi2 = λ1

Lemma 1.6. Let A n×n be symmetric. Then

  • minx0RA(x) = λmin(A) and eigenvectors of A corresponding to the minimal eigenvalue minimize RA(x).
  • maxx0RA(x) = λmax(A) and eigenvectors of A corresponding to the maximal eigenvalue minimize RA(x).

Reference:

  • Beck, A. (2014). Introduction to nonlinear optimization: Theory, algorithms, and applications with MATLAB. Society for Industrial and Applied Mathematics.

Copyright© 2022 - AAMathNote
Powered by w3.css