Skip to main content

Section6.1Eigenvalues and Eigenvectors

Objectives
  1. Learn the definition of eigenvector and eigenvalue.
  2. Learn to find eigenvectors and eigenvalues geometrically.
  3. Learn to decide if a number is an eigenvalue of a matrix, and if so, how to find an associated eigenvector.
  4. Recipe: find a basis for the λ -eigenspace.
  5. Pictures: whether or not a vector is an eigenvector, eigenvectors of standard matrix transformations.
  6. Theorem: the expanded invertible matrix theorem.
  7. Vocabulary: eigenspace.
  8. Essential Vocabulary: eigenvector, eigenvalue.

In this section, we define eigenvalues and eigenvectors. These form the most important facet of the structure theory of square matrices. As such, eigenvalues and eigenvectors tend to play a key role in the real-life applications of linear algebra.

Subsection6.1.1Eigenvalues and Eigenvectors

Here is the most important definition in this text.

Exclamation PointDefinition

Let A be an n×n matrix.

  1. An eigenvector of A is a nonzero vector v in Rn such that Av=λv, for some scalar λ.
  2. An eigenvalue of A is a scalar λ such that the equation Av=λv has a nontrivial solution.

If Av=λv for vA=0, we say that λ is the eigenvalue for v, and that v is an eigenvector for λ.

The German prefix “eigen” roughly translates to “self” or “own”. An eigenvector of A is a vector that is taken to a multiple of itself by the matrix transformation T(x)=Ax, which perhaps explains the terminology. On the other hand, “eigen” is often translated as “characteristic”; we may think of an eigenvector as describing an intrinsic, or characteristic, property of A.

Note

Eigenvalues and eigenvectors are only for square matrices.

Eigenvectors are by definition nonzero. Eigenvalues may be equal to zero.

We do not consider the zero vector to be an eigenvector: since A0=0=λ0 for every scalar λ, the associated eigenvalue would be undefined.

If someone hands you a matrix A and a vector v, it is easy to check if v is an eigenvector of A: simply multiply v by A and see if Av is a scalar multiple of v. On the other hand, given just the matrix A, it is not obvious at all how to find the eigenvectors. We will learn how to do this in Section 6.2.

To say that Av=λv means that Av and λv are collinear with the origin. So, an eigenvector of A is a nonzero vector v such that Av and v lie on the same line through the origin. In this case, Av is a scalar multiple of v; the eigenvalue is the scaling factor.

vAvwAw0visaneigenvectorwisnotaneigenvector

For matrices that arise as the standard matrix of a linear transformation, it is often best to draw a picture, then find the eigenvectors and eigenvalues geometrically by studying which vectors are not moved off of their line. For a transformation that is defined geometrically, it is not necessary even to compute its matrix to find the eigenvectors and eigenvalues.

Example(Reflection)

Here is an example of this. Let T:R2R2 be the linear transformation that reflects over the line L defined by y=x, and let A be the matrix for T. We will find the eigenvalues and eigenvectors of A without doing any computations.

This transformation is defined geometrically, so we draw a picture.

LuAu0

The vector u is not an eigenvector, because Au is not collinear with u and the origin.

LzAz0

The vector z is not an eigenvector either.

LvAv0

The vector v is an eigenvector because Av is collinear with v and the origin. The vector Av has the same length as v, but the opposite direction, so the associated eigenvalue is 1.

LwAw0

The vector w is an eigenvector because Aw is collinear with w and the origin: indeed, Aw is equal to w! This means that w is an eigenvector with eigenvalue 1.

It appears that all eigenvectors lie either on L, or on the line perpendicular to L. The vectors on L have eigenvalue 1, and the vectors perpendicular to L have eigenvalue 1.

Figure8An eigenvector of A is a vector x such that Ax is collinear with x and the origin. Click and drag the head of x to convince yourself that all such vectors lie either on L, or on the line perpendicular to L.

We will now give five more examples of this nature

Here we mention one basic fact about eigenvectors.

When k=2, this says that if v1,v2 are eigenvectors with eigenvalues λ1A=λ2, then v2 is not a multiple of v1. In fact, any nonzero multiple cv1 of v1 is also an eigenvector with eigenvalue λ1:

A(cv1)=cAv1=c(λ1v1)=λ1(cv1).

As a consequence of the above fact, we have the following.

An n×n matrix A has at most n eigenvalues.

Subsection6.1.2Eigenspaces

Suppose that A is a square matrix. We already know how to check if a given vector is an eigenvector of A and in that case to find the eigenvalue. Our next goal is to check if a given real number is an eigenvalue of A and in that case to find all of the corresponding eigenvectors. Again this will be straightforward, but more involved. The only missing piece, then, will be to find the eigenvalues of A; this is the main content of Section 6.2.

Let A be an n×n matrix, and let λ be a scalar. The eigenvectors with eigenvalue λ, if any, are the nonzero solutions of the equation Av=λv. We can rewrite this equation as follows:

Av=λv⇐⇒Avλv=0⇐⇒AvλInv=0⇐⇒(AλIn)v=0.

Therefore, the eigenvectors of A with eigenvalue λ, if any, are the nontrivial solutions of the matrix equation (AλIn)v=0, i.e., the nonzero vectors in Nul(AλIn). If this equation has no nontrivial solutions, then λ is not an eigenvalue of A.

The above observation is important because it says that finding the eigenvectors for a given eigenvalue means solving a homogeneous system of equations. For instance, if

A=C713323321D,

then an eigenvector with eigenvalue λ is a nontrivial solution of the matrix equation

C713323321DCxyzD=λCxyzD.

This translates to the system of equations

E7x+y+3z=λx3x+2y3z=λy3x2yz=λz−−−→E(7λ)x+y+3z=03x+(2λ)y3z=03x2y+(1λ)z=0.

This is the same as the homogeneous matrix equation

C7λ1332λ3321λDCxyzD=0,

i.e., (AλI3)v=0.

Definition

Let A be an n×n matrix, and let λ be an eigenvalue of A. The λ -eigenspace of A is the solution set of (AλIn)v=0, i.e., the subspace Nul(AλIn).

The λ -eigenspace is a subspace because it is the null space of a matrix, namely, the matrix AλIn. This subspace consists of the zero vector and all eigenvectors of A with eigenvalue λ.

Note

Since a nonzero subspace is infinite, every eigenvalue has infinitely many eigenvectors. (For example, multiplying an eigenvector by a nonzero scalar gives another eigenvector.) On the other hand, there can be at most n linearly independent eigenvectors of an n×n matrix, since Rn has dimension n.

Recipes: Eigenspaces

Let A be an n×n matrix and let λ be a number.

  1. λ is an eigenvalue of A if and only if (AλIn)v=0 has a nontrivial solution, if and only if Nul(AλIn)A={0}.
  2. In this case, finding a basis for the λ -eigenspace of A means finding a basis for Nul(AλIn), which can be done by finding the parametric vector form of the solutions of the homogeneous system of equations (AλIn)v=0.
  3. The dimension of the λ -eigenspace of A is equal to the number of free variables in the system of equations (AλIn)v=0, which is the number of columns of AλIn without pivots.
  4. The eigenvectors with eigenvalue λ are the nonzero vectors in Nul(AλIn), or equivalently, the nontrivial solutions of (AλIn)v=0.

We conclude with an observation about the 0 -eigenspace of a matrix.

Proof

We know that 0 is an eigenvalue of A if and only if Nul(A0In)=Nul(A) is nonzero, which is equivalent to the noninvertibility of A by the invertible matrix theorem in Section 4.6. In this case, the 0 -eigenspace is by definition Nul(A0In)=Nul(A).

Concretely, an eigenvector with eigenvalue 0 is a nonzero vector v such that Av=0v, i.e., such that Av=0. These are exactly the nonzero vectors in the null space of A.

Subsection6.1.3The Invertible Matrix Theorem: Addenda

We now have two new ways of saying that a matrix is invertible, so we add them to the invertible matrix theorem.