Skip to article frontmatterSkip to article content

6.6 Repeated and Complex Eigenvalues

Dept. of Electrical and Systems Engineering
University of Pennsylvania

Binder

Lecture notes

1Reading

Material related to this page, as well as additional exercises, can be found in ALA 8.2.

2Learning Objectives

By the end of this page, you should know:

  • how to define repeated and complex eigenvalues,
  • that every n×nn \times n matrix has at least 1 and at most nn distinct eigenvalues.

3Repeated Eigenvalues

Recall this example from a few pages ago where we say an example of a 3×33\times 3 matrix with a double eigenvalue:

A=[211031013]\begin{align*} A = \bm 2&-1&-1\\0&3&1\\0&1&3 \em \end{align*}

with

λ1=2,v1=[100],v1^=[011]λ2=4,v2=[111].\begin{align*} \lambda_1 = 2,&\quad \vv{v_1} = \bm 1\\0\\0 \em, \vv{\hat{v_1}} = \bm 0\\1\\-1 \em\\ \lambda_2 = 4,& \quad \vv{v_2} = \bm -1\\1\\1 \em. \end{align*}

In this case, even though AA only has 2 distinct eigenvalues, it still has three linearly independent eigenvectors: as we’ll see later, this is important as it will allow us to use the eigenvectors of AA to define a basis for R3\mathbb{R}^3.

This doesn’t always happen though. Next, we’ll see a simple example of a 2×22\times 2 matrix with only one eigenvector!

For the next few lectuers, we will avoid such degenerate examples, but we will read how to handle them when we study a motivating application of linear dynamical systems a few pages down the line.

4Complex Eigenvalues

So far, all of the examples we’ve considered have had real eigenvalues. In general, however, complex eigenvalues (and eigenvectors) are also important. We will assume you already have previous experience working with complex numbers, particularly finding complex roots of polynomial equations, but a quick refresher can be found here:

A couple of observations about the example above:

  • λ1\lambda_1 and λ2\lambda_2 are complex conjugates, i.e., λ1=λ2\lambda_{1} = \overline{\lambda_2}, as are v1\vv{v_1} and v2\vv{v_2}. This is a general fact about real matrices:
  • The eigenvalues for our example, which defines a pure rotation in R2\mathbb{R}^2, are purely imaginary. This isn’t a coincidence! When we discuss symmetric and skew symmetric matrices later in this class, this will be further explained, but for now, you should start associating imaginary components of eigenvalues with rotations.

5Basic Properties of Eigenvalues

We want to belabor the derivation of the following properties of eigenvalues: they mostly follow from properties of the determinant and the Funamental Theorem of Algebra (which states that any degree nn polynomial equation with complex coefficients has exactly nn complex roots, counting multiplicities). The TLDR is that for any ARn×nA \in \mathbb{R}^{n\times n}, its characteristic polynomial is a degree nn polynomial with real coefficients and can thus be factored as:

det(AλI)=(1)n(λλ1)(λλ2)(λλn)\begin{align*} \det (A - \lambda I) = (-1)^n (\lambda - \lambda_1)(\lambda - \lambda_2) \dots (\lambda - \lambda_n) \end{align*}

where the complex numbers λ1,...,λn\lambda_1, ..., \lambda_n, some of which may be repeated, are the eigenvalues of AA. Therefore we immediately conclude that:

Binder