menu

MATH_6: Eigenvalues and Eigenvectors.

Eigenvalues and eigenvectors

1. Definition:

  • If is an matrix, do nonzero vectors x in exist such that x is a scalar multiple of x? The scalar, denoted by , is called an eigenvalue of matrix , and nonzero vector x is called an eigenvector of corresponding to . So we have: xx.

    Let be an matrix. The scalar is called an eigenvalue of if there is a nonzero vector x such that xx.

    The vector x is called an eigenvector of corresponding to .

    • Note: x and cannot be zero.
  • Eigenspaces:

    • If is an matrix with an eigenvalue , then the set of all eigenvectors of , together with the zero vector

      {0} {x: x is an eigenvector of }

      is a subspace of . This subspace is called the eigenspace of .

 

2. Finding eigenvectors and eigenvalues:

  • First, we writing equation xx in the form xx with is the identity matrix. Then we produce

    ()x 0.

  • Note: We can see that: has nonzero solution if and only if the coefficient matrix () is not invertible, it means determinant of () is zero. So we have next theorem.

  • Let be an matrix.

    1. An eigenvalue of is a scalar such that

    ​ det() .

    1. The eigenvectors of is corresponding to are the nonzero solutions of

    ​ ()x0​.

    • The equation det() is called the characteristic equation if . Moreover, when expanded to polynomial form, the polynomial

      is called the characteristic polynomial of .

  • Finding eigenvalues and eigenvectors:

    • Let A be an matrix.

      1. Form the characteristic equation . It will be polynomial equation of degree in the variable .
      2. Find the real roots of the characteristic equation. These are the eigenvalues of .
      3. For each value , find the eigenvectors corresponding to , by solving ()x0.
  • Example: Finding the eigenvalues and corresponding eigenvectors of . What is the dimension of the eigenspace of each eigenvalue?

    • The characteristic polynomial is

    • So, characteristic equation is . So we have only eigenvalue is .

    • To find eigenvectors corresponding of , we find x such that x0.

      • Let x , x. Equation satisfied when . Therefore, x , and not both zero.
    • Because has two linearly independent eigenvectors, the dimension of degree of its eigenspace is .

  • Eigenvalues of triangular matrix:

    • If is an triangular matrix, then its eigenvalues are the entries on its main diagonal.

 

Reference

  1. Elementary Linear Algebra.