8.8 Eigenvalue Problem

INTRODUCTION

If A is an n × n matrix and K is an n × 1 matrix (column vector), then the product AK is defined and is another n × 1 matrix. It is important in many applications to determine whether there exist nonzero n × 1 matrices K such that the product vector AK is a constant multiple λ of K itself. The problem of solving AK = λK for nonzero vectors K is called the eigenvalue problem for the matrix A.

A Definition

The foregoing introductory remarks are summarized in the next definition.

DEFINITION 8.8.1 Eignvalues and Eigenvectors

Let A be an n × n matrix. A number λ is said to be an eigenvalue of A if there exists a nonzero solution vector K of the linear system

AK = λK. (1)

The solution vector K is said to be an eigenvector corresponding to the eigenvalue λ.

The word eigenvalue is a combination of German and English terms adapted from the German word Eigenwert, which, translated literally, is proper value. Eigenvalues and eigenvectors are also called characteristic values and characteristic vectors, respectively.

Gauss–Jordan elimination introduced in Section 8.2 can be used to find the eigenvectors of a square matrix A.

EXAMPLE 1 Verification of an Eigenvector

Verify that K = is an eigenvector of the 3 × 3 matrix

SOLUTION

By carrying out the multiplication AK we see

We see from the preceding line and Definition 8.8.1 that λ = −2 is an eigenvalue of A.

Using properties of matrix algebra, we can write (1) in the alternative form

(2)

where I is the multiplicative identity. If we let

then (2) is the same as

(3)

Although an obvious solution of (3) is k1 = 0, k2 = 0, . . . , kn = 0, we are seeking only nontrivial solutions. Now we know from Theorem 8.6.5 that a homogeneous system of n linear equations in n variables has a nontrivial solution if and only if the determinant of the coefficient matrix is equal to zero. Thus to find a nonzero solution K for (2), we must have

(4)

Inspection of (4) shows that expansion of det(AλI) by cofactors results in an nth-degree polynomial in λ. The equation (4) is called the characteristic equation of A. Thus, the eigenvalues of A are the roots of the characteristic equation. To find an eigenvector corresponding to an eigenvalue λ, we simply solve the system of equations (AλI)K = 0 by applying Gauss−Jordan elimination to the augmented matrix (AλI | 0).

EXAMPLE 2 Finding Eigenvalues and Eigenvectors

Find the eigenvalues and eigenvectors of

(5)

SOLUTION

To expand the determinant in the characteristic equation

det(AλI) = = 0,

we use the cofactors of the second row. It follows that the characteristic equation is

λ3λ2 + 12λ = 0 or λ(λ + 4)(λ − 3) = 0.

Hence the eigenvalues are λ1 = 0, λ2 = −4, λ3 = 3. To find the eigenvectors, we must now reduce (AλI | 0) three times corresponding to the three distinct eigenvalues.

For λ1 = 0, we have

Thus we see that k1 = −k3 and k2 = −k3. Choosing k3 = −13 gives the eigenvector

For λ2 = −4,

implies k1 = −k3 and k2 = 2k3. Choosing k3 = 1 then yields a second eigenvector

K2 = .

Finally, for λ3 = 3, Gauss–Jordan elimination gives

and so k1 = −k3 and k2 = − k3. The choice of k3 = −2 leads to a third eigenvector,

K3 = .

See Figure 8.3.1 on page 397 and reread Theorem 8.2.2(i).

It should be obvious from Example 2 that eigenvectors are not uniquely determined. For example, in obtaining, say, , had we not chosen a specific value for then a solution of the homogeneous system can be written

K2 = = k3 .

The point of showing in this form is:

A nonzero constant multiple of an eigenvector is another eigenvector.

For example, λ = 7 and K = are, in turn, an eigenvalue and corresponding eigenvector of the matrix A = . In practice, it may be more convenient to work with an eigenvector with integer entries:

K1 = 6K = 6 = .

Observe that

AK = = = 7 = λK

and AK1 = = = 7 = λK1.

When an n × n matrix A possesses n distinct eigenvalues λ1, λ2, . . . , λn, it can be proved that a set of n linearly independent eigenvectors K1, K2, . . . , Kn can be found. However, when the characteristic equation has repeated roots, it may not be possible to find n linearly independent eigenvectors for A.

EXAMPLE 3 Finding Eigenvalues and Eigenvectors

Find the eigenvalues and eigenvectors of A = .

SOLUTION

From the characteristic equation

det(AλI) = = (λ − 5)2 = 0,

we see λ1 = λ2 = 5 is an eigenvalue of multiplicity 2. In the case of a 2 × 2 matrix, there is no need to use Gauss–Jordan elimination. To find the eigenvector(s) corresponding to λ1 = 5, we resort to the system (A − 5I | 0) in its equivalent form

It is apparent from this system that k1 = 2k2. Thus, if we choose k2 = 1, we find the single eigenvector K1 = .

EXAMPLE 4 Finding Eigenvalues and Eigenvectors

Find the eigenvalues and eigenvectors of A = .

SOLUTION

The characteristic equation

det(AλI) = = −(λ − 11)(λ − 8)2 = 0

shows that λ1 = 11 and that λ2 = λ3 = 8 is an eigenvalue of multiplicity 2.

For λ1 = 11, Gauss–Jordan elimination gives

Hence k1 = k3 and k2 = k3. If k3 = 1, then

K1 = .

Now for λ2 = 8 we have

In the equation k1 + k2 + k3 = 0 we are free to select two of the variables arbitrarily. Choosing, on the one hand, k2 = 1, k3 = 0, and on the other, k2 = 0, k3 = 1, we obtain two linearly independent eigenvectors:

corresponding to a single eigenvalue.

Complex Eigenvalues

A matrix A may have complex eigenvalues.

THEOREM 8.8.1 Complex Eigenvalues and Eigenvectors

Let A be a square matrix with real entries. If λ = α + , β ≠ 0, is a complex eigenvalue of A, then its conjugate = α is also an eigenvalue of A. If K is an eigenvector corresponding to λ, then its conjugate is an eigenvector corresponding to .

PROOF:

Since A is a matrix with real entries, the characteristic equation det(AλI) = 0 is a polynomial equation with real coefficients. From algebra we know that complex roots of such equations appear in conjugate pairs. In other words, if λ = α + is a root, then = α is also a root. Now let K be an eigenvector of A corresponding to λ. By definition, AK = λK. Taking complex conjugates of the latter equation gives

since A is a real matrix. The last equation indicates that is an eigenvector corresponding to .

EXAMPLE 5 Complex Eigenvalues and Eigenvectors

Find the eigenvalues and eigenvectors of A = .

SOLUTION

The characteristic equation is

det(AλI) = = λ2 − 10λ + 29 = 0.

From the quadratic formula, we find λ1 = 5 + 2i and λ2 = = 5 − 2i.

Now for λ1 = 5 + 2i, we must solve

Since k2 = (1 − 2i)k1,* it follows, after choosing k1 = 1, that one eigenvector is

K1 = .

From Theorem 8.8.1, we see that an eigenvector corresponding to λ2 = = 5 − 2i is

Eigenvalues and Singular Matrices

If the number 0 is an eigenvalue of an n × n matrix A, then by Definition 8.8.1 the homogeneous linear system

of n equations in n variables must possess a nontrivial solution vector K. But this fact tells us something important about the matrix A. By Theorem 8.6.6 a homogeneous system of n equations in n variables possesses a nontrivial solution if and only if the coefficient matrix A is singular. We summarize this result in the following theorem.

THEOREM 8.8.2 Zero Eigenvalue and a Singular Matrix

Let A be an n × n matrix. Then the number λ = 0 is an eigenvalue of A if and only if A is singular.

Put a different way:

A matrix A is nonsingular if and only if the number 0 is not an eigenvalue of A. (6)

Reexamination of Example 2 shows that is an eigenvalue of the 3 × 3 matrix (5). So we can conclude from Theorem 8.8.2 that the matrix (5) is singular, that is, does not possess an inverse. On the other hand, we conclude from (6) that the matrices in Examples 3 and 4 are nonsingular because none of the eigenvalues of the matrices are 0.

The eigenvalues of an n × n matrix A are related to det A. Because the characteristic equation det(AλI) = 0 is an nth degree polynomial equation, it must, counting multiplicities and complex numbers, have n roots λ1, λ2, λ3, … λn. By the Factor Theorem of algebra, the characteristic polynomial det(AλI) can then be written

. (7)

By setting λ = 0 in (7) we see that

, (8)

that is:

The determinant of A is the product of its eigenvalues.

The result in (8) provides an alternative proof of Theorem 8.8.2: If, say, then det A = 0. Conversely, if det A = 0, then implies that at least one of the eigenvalues of A is 0.

EXAMPLE 6 Examples 4 and 5 Revisited

(a) In Example 4 we saw that the eigenvalues of the matrix

are . With no further work we see that . Because the matrix A is nonsingular.

(b) In Example 5 it is easily seen that the determinant of the 2 × 2 matrix is

Also, using the two complex eigenvalues we see that .

Eigenvalues and Eigenvectors of A−1

If an n × n matrix A is nonsingular, then A−1 exists and we now know that none of the eigenvalues of A are 0. Suppose that λ is an eigenvalue of A with corresponding eigenvector K. By multiplying both sides of the equation AK = λK by A−1, we get

or

(9)

Comparing the result in (9) with (1) leads us to the following conclusion.

THEOREM 8.8.3 Eigenvalues and Eigenvectors of A−1

Let A be a nonsingular matrix. If λ is an eigenvalue of A with corresponding eigenvector K, then 1/λ is an eigenvalue of A−1 with the same corresponding eigenvector K.

EXAMPLE 7 Eigenvalues of an Inverse

The matrix has distinct eigenvalues λ1 = 4 and λ2 = 3 with corresponding eigenvectors K1 = and K2 = . Since 0 is not an eigenvalue of A it is nonsingular. So in view of Theorem 8.8.3 we can also say that the reciprocals

are, respectively, eigenvalues of A−1 with corresponding eigenvectors K1 = and K2 = . This is easily verified using A−1 = :

Our last theorem follows immediately from the fact that the determinant of an upper triangular, lower triangular, and a diagonal matrix is the product of the main diagonal entries. See Theorem 8.5.8.

THEOREM 8.8.4 Triangular and Diagonal Matrices

The eigenvalues of an upper triangular, lower triangular, and diagonal matrix are the main diagonal entries.

Notice in Example 7 that the matrix is a lower triangular matrix and its eigenvalues are the entries on the main diagonal.

8.8 Exercises Answers to selected odd-numbered problems begin on page ANS-19.

In Problems 1–6, determine which of the indicated column vectors are eigenvectors of the given matrix A. Give the corresponding eigenvalue.











In Problems 7–22, find the eigenvalues and eigenvectors of the given matrix. Using Theorem 8.8.2 or (6), state whether the matrix is singular or nonsingular.

In Problems 23–26, find the eigenvalues and eigenvectors of the given nonsingular matrix A. Then without finding A−1, find its eigenvalues and corresponding eigenvectors.

Discussion Problems

  1. Review the definitions of upper triangular, lower triangular, and diagonal matrices on page 379. Explain why the eigenvalues for those matrices are the main diagonal entries.
  2. True or false: If λ is an eigenvalue of an n × n matrix A, then the matrix AλI is singular. Justify your answer.
  3. Suppose is an eigenvalue with corresponding eigenvector K of an matrix A.

    (a) If , then show that . Explain the meaning of the last equation.

    (b) Verify the result obtained in part (a) for the matrix

    (c) Generalize the result in part (a).

  4. Let A and B be matrices. The matrix B is said to be similar to the matrix A if there exists a nonsingular matrix S such that . If B is similar to A, then show that A is similar to B.
  5. Suppose A and B are similar matrices. See Problem 30. Show that A and B have the same eigenvalues. [Hint: Review Theorem 8.5.6 and Problem 37 in Exercises 8.6.]

Computer Lab Assignment

  1. An n × n matrix A is said to be a stochastic matrix if all its entries are nonnegative and the sum of the entries in each row (or the sum of the entries in each column) add up to 1. Stochastic matrices are important in probability theory.
    1. Verify that

      and

      are stochastic matrices.

    2. Use a CAS or linear algebra software to find the eigenvalues and eigenvectors of the 3 × 3 matrix A in part (a). Make up at least six more stochastic matrices of various sizes, 2 × 2, 3 × 3, 4 × 4, and 5 × 5. Find the eigenvalues and eigenvectors of each matrix. If you discern a pattern, form a conjecture and then try to prove it.
    3. For the 3 × 3 matrix A in part (a), use the software to find A2, A3, A4, . . . . Repeat for the matrices that you constructed in part (b). If you discern a pattern, form a conjecture and then try to prove it.

 

*Note that the second equation is simply 1 + 2i times the first.