Login
📚 Differential Equations for Engineers
Chapters ▾
⇩ Download ▾

3.7 Multiple Eigenvalues

It may very well happen that a matrix has some “repeated” eigenvalues. That is, the characteristic equation det(AλI)=0 may have repeated roots. As we have said before, this is actually unlikely to happen for a random matrix. If we take a small perturbation of A (we change the entries of A slightly), then we will get a matrix with distinct eigenvalues. As any system we will want to solve in practice is an approximation to reality anyway, it is not indispensable to know how to solve these corner cases. On the other hand, these cases do come up in applications from time to time. Furthermore, if we have distinct but very close eigenvalues, the behavior is similar to that of repeated eigenvalues, and so understanding that case will give us insight into what is going on.

Function graph showing the phase portrait of x′ = Ax for A = [[3, 1], [0, 3+p]], where the repeated eigenvalue is 3; the origin is an unstable degenerate node. Adjustable parameter: Perturbation of the lower-right entry (eigenvalues 3 and 3 + p) (p) = 0. Viewing window: x from -5.43 to 5.43, y from -3.36 to 3.36.
Lebl works out the defective matrix A = [[3, 1], [0, 3]] later in this section; here its lower-right entry carries a slider, so the eigenvalues are 3 and 3 + p. At p = 0 the matrix is defective: there is a single eigendirection, [1, 0], and every trajectory turns onto it. Nudge p to 0.1 and there are genuinely two eigendirections, [1, 0] and [1, 0.1] — yet the portrait barely changes, which is exactly this paragraph's second claim. Keep dragging and the two directions separate into an ordinary node. At p = −3 the second eigenvalue is 0 and the equilibria fill a whole line through the origin; below that the portrait becomes a saddle.

Geometric Multiplicity

Take the diagonal matrix

A = [ 3 0 0 3 ]

A has an eigenvalue 3 of multiplicity 2. We call the multiplicity of the eigenvalue in the characteristic equation the algebraic multiplicity. In this case, there also exist 2 linearly independent eigenvectors, [10] and [01] corresponding to the eigenvalue 3. This means that the so-called geometric multiplicity of this eigenvalue is also 2.

In all the theorems where we required a matrix to have n distinct eigenvalues, we only really needed to have n linearly independent eigenvectors. For example, x=Ax has the general solution

x = c 1 [ 1 0 ] e 3 t + c 2 [ 0 1 ] e 3 t .

Let us restate the theorem about real eigenvalues. In the following theorem we will repeat eigenvalues according to (algebraic) multiplicity. So for the above matrix A, we would say that it has eigenvalues 3 and 3.

The geometric multiplicity of an eigenvalue of algebraic multiplicity n is equal to the number of corresponding linearly independent eigenvectors. The geometric multiplicity is always less than or equal to the algebraic multiplicity. We have handled the case when these two multiplicities are equal. If the geometric multiplicity is equal to the algebraic multiplicity, then we say the eigenvalue is complete.

In other words, the hypothesis of the theorem could be stated as saying that if all the eigenvalues of P are complete, then there are n linearly independent eigenvectors and thus we have the given general solution.

If the geometric multiplicity of an eigenvalue is 2 or greater, then the set of linearly independent eigenvectors is not unique up to multiples as it was before. For example, for the diagonal matrix A=[3003] we could also pick eigenvectors [11] and [11], or in fact any pair of two linearly independent vectors. The number of linearly independent eigenvectors corresponding to λ is the number of free variables we obtain when solving Av=λv. We pick specific values for those free variables to obtain eigenvectors. If you pick different values, you may get different eigenvectors.

Defective Eigenvalues

If an n×n matrix has less than n linearly independent eigenvectors, it is said to be deficient. Then there is at least one eigenvalue with an algebraic multiplicity that is higher than its geometric multiplicity. We call this eigenvalue defective and the difference between the two multiplicities we call the defect.

Note that the system x=Ax has a simpler solution since A is a so-called upper triangular matrix, that is every entry below the diagonal is zero. In particular, the equation for x2 does not depend on x1. Mind you, not every defective matrix is triangular.

Let us describe the general algorithm. Suppose that λ is an eigenvalue of multiplicity 2, defect 1. First find an eigenvector v1 of λ. Then, find a vector v2 such that

( A λ I ) v 2 = v 1

This gives us two linearly independent solutions

x 1 = v 1 e λ t x 2 = ( v 2 + v 1 t ) e λ t

This machinery can also be generalized to higher multiplicities and higher defects. We will not go over this method in detail, but let us just sketch the ideas. Suppose that A has an eigenvalue λ of multiplicity m. We find vectors such that

( A λ I ) k ( v ) = ( 0 ) , but ( A λ I ) k 1 v 0

Such vectors are called generalized eigenvectors (then v1=(AλI)k1v is an eigenvector). For every eigenvector v1 we find a chain of generalized eigenvectors v2 through vk such that:

( A λ I ) v 1 = 0 , ( A λ I ) v 2 = v 1 , ( A λ I ) v k = v k 1 .

Really once you find the vk such that (AλI)kvk=0 but (AλI)k1vk=0, you find the entire chain since you can compute the rest, vk1=(AλI)vk, vk2=(AλI)vk1, etc. We form the linearly independent solutions

x 1 = v 1 e λ t x 2 = ( v 2 + v 1 t ) e λ t x k = ( v k + v k 1 t + v k 2 t 2 2 + + v 2 t k 2 ( k 2 ) ! + v 1 t k 1 ( k 1 ) ! ) e λ t )

Recall that k!=1·2·3(k1)·k is the factorial. If you have an eigenvalue of geometric multiplicity , you will have to find such chains (some of them might be short: just the single eigenvector equation). We go until we form m linearly independent solutions where m is the algebraic multiplicity. We don’t quite know which specific eigenvectors go with which chain, so start by finding vk first for the longest possible chain and go from there.

For example, if λ is an eigenvalue of A of algebraic multiplicity 3 and defect 2, then solve

(AλI)v1=0,(AλI)v2=v1,(AλI)v3=v2.

That is, find v3 such that (AλI)3v3=0, but (AλI)2v3=0. Then you are done as v2=(AλI)v3 and v1=(AλI)v2. The 3 linearly independent solutions are

x1=v1eλt,x2=(v2+v1t)eλt,x3=(v3+v2t+v1t22)eλt.

If on the other hand A has an eigenvalue λ of algebraic multiplicity 3 and defect 1, then solve

(AλI)v1=0,(AλI)v2=0,(AλI)v3=v2.

Here v1 and v2 are actual honest eigenvectors, and v3 is a generalized eigenvector. So there are two chains. To solve, first find a v3 such that (AλI)2v3=0, but (AλI)v3=0. Then v2=(AλI)v3 is going to be an eigenvector. Then solve for an eigenvector v1 that is linearly independent from v2. You get 3 linearly independent solutions

x1=v1eλt,x2=v2eλt,x3=(v3+v2t)eλt.

Adapted from Differential Equations for Engineers by Jiří Lebl (Oklahoma State University), hosted on LibreTexts (math.libretexts.org) and licensed under CC BY-SA 4.0. Changes were made. License: CC-BY-SA-4.0.