Skip to main content

Section 3.5 Repeated Eigenvalues

Consider the following system
(3.5.1)(dx/dtdy/dt)=(2114)(xy).
The characteristic polynomial of the system (3.5.1) is λ26λ+9 and λ26λ+9=(λ3)2. This polynomial has a single root λ=3 with eigenvector v=(1,1). There is a single straight-line solution for this system (Figure 3.5.1). The strategy that we used to find the general solution to a system with distinct real eigenvalues will clearly have to be modified if we are to find a general solution to a system with a single eigenvalue.
Figure 3.5.1. A system with one straight-line solution

Subsection 3.5.1 Repeated Eigenvalues

The remaining case that we must consider is when the characteristic equation of a matrix A has repeated roots. The simplest such case is
(dx/dtdy/dt)=(λ00λ)(xy)=A(xy).
The eigenvalues of A are both λ. Since Av=λv, any nonzero vector in R2 is an eigenvector for λ. Thus, solutions to this system are of the form
x(t)=αeλtv.
Each solution to our system lies on a straight line through the origin and either tends to the origin if λ<0 or away from zero if λ>0.
A more interesting case occurs if
A=(λ10λ).
Again, both eigenvalues are λ; however, there is only one linearly independent eigenvector, which we can take to be (1,0). Therefore, we have a single straight-line solution
x1(t)=αeλt(10).
To find other solutions, we will rewrite the system as
x=λx+yy=λy.
This is a partially coupled system (Subsection 2.4.1). If y0, the solution of the second equation is
y(t)=βeλt.
Therefore, the first equation becomes
x=λx+βeλt,
which is a first-order linear differential equation with solution
x(t)=αeλt+βteλt.
Consequently, a solution to our system is
αeλt(10)+βeλt(t1).

Example 3.5.2.

Consider the linear system
x=x+yy=yx(0)=1y(0)=3.
The matrix that corresponds to this system is
A=(1101)
has a single eigenvalue, λ=1. An eigenvector for λ is v=(1,0). The general solution to our system is
x(t)=c1et+c2tety(t)=c2et.
Applying the initial conditions x(0)=1 and y(0)=3, the solution to our initial value problem is
x(t)=et+3tety(t)=3et.
Notice that we have only one straight-line solution (Figure 3.5.3).
Figure 3.5.3. Phase portrait for repeated eigenvalues

Activity 3.5.1. Systems with Repeated Eigenvalues.

Consider the system dx/dt=Ax, where
A=(1201)
(a)
Find the eigenvalues of A. There should be a single real eigenvalue λ.
(b)
Find the eigenvectors v for the eigenvalues λ.
(c)
Find the straight-line solution of dx/dt=Ax. Plot the solution in the xy-plane.
(d)
Find the general solution of dx/dt=Ax.
(e)
Sketch several solution curves for the system dx/dt=Ax. What do you notice about the solution curves, especially with respect to the straight-line solution?

Subsection 3.5.2 Solving Systems with Repeated Eigenvalues

If the characteristic equation has only a single repeated root, there is a single eigenvalue. If this is the situation, then we actually have two separate cases to examine, depending on whether or not we can find two linearly independent eigenvectors.

Example 3.5.4.

Suppose we have the system x=Ax, where
A=(2002).
The single eigenvalue is λ=2, but there are two linearly independent eigenvectors, v1=(1,0) and v2=(0,1). In this case our solution is
x(t)=c1e2t(10)+c2e2t(01).
This is not too surprising since the system
x=2xy=2y
is uncoupled and each equation can be solved separately.

Example 3.5.5.

Now let us consider the example x=Ax, where
A=(5141).
Since the characteristic polynomial of A is λ26λ+9=(λ3)2, we have only a single eigenvalue λ=3 with eigenvector v1=(1,2). This gives us one solution to our system, x1(t)=e3tv1; however, we still need a second solution.
Since all other eigenvectors of A are a multiple of v, we cannot find a second linearly independent eigenvector, and we need to obtain the second solution in a different manner. Furthermore, since this system is not partially coupled, we will need a more general strategy.
First, we must find a vector v2 such that (AλI)v2=v1. To do this we can start with any nonzero vector w that is not a multiple of v1, say w=(1,0). We then compute
(AλI)w=(A3I)w=(2142)(10)=(24)=2v1.
Thus, we can take v2=(1/2)w=(1/2,0), and our second solution is
x2=eλt(v2+tv1)=e3t(1/2+t2t)
Thus, our general solution is
x=c1x1+c2x2=c1e3t(12)+c2e3t(1/2+t2t).
If the eigenvalue is positive, the origin is a source. If it is negative, we will have a sink. Notice that we have only given a recipe for finding a solution to x=Ax, where A has a repeated eigenvalue and any two eigenvectors are linearly dependent. We will justify our procedure in the next section (Subsection 3.6.6).

Activity 3.5.2. Systems with Repeated Eigenvalues—Finding a Second Solution.

Consider the system dx/dt=Ax, where
A=(4332)
(a)
Find the eigenvalues of A. There should be a single real eigenvalue λ.
(b)
Find the eigenvectors v1 for the eigenvalues λ.
(c)
Find the straight-line solution of dx/dt=Ax. Plot the solution in the xy-plane.
(d)
Find one solution, x1, of dx/dt=Ax.
(e)
To find a second solution of dx/dt=Ax, choose a vector w that is not a multiple of v1 and compute (AλI)w. This should give you a vector of the form αv1. Let v2=(1/α)w. The second solution is x2=eλt(v2+tv1). What is the general solution?
(f)
Sketch several solution curves for the system dx/dt=Ax. What do you notice about the solution curves, especially with respect to the straight-line solution?

Subsection 3.5.3 Important Lessons

  • If
    A=(λ10λ),
    then A has one repeated real eigenvalue. The general solution to the system x=Ax is
    x(t)=αeλt(10)+βeλt(t1).
    If λ<0, then the solutions tend towards the origin as t. For λ>0, the solutions tend away from the origin.
  • Suppose that a system dx/dt=Ax has a single eigenvalue with an v1 and that all other eigenvectors are multiples of v1. Then one solution is x1=eλtv1. To find a second linearly independent solution of dx/dt=Ax, choose a vector w that is not a multiple of v1 and compute (AλI)w. This should give you a vector of the form αv1. Let v2=(1/α)w. The second solution is x2=eλt(v2+tv1). The general solution of dx/dt=Ax will be
    x(t)=c1eλtv1+c2eλt(v2+tv1).

Reading Questions 3.5.4 Reading Questions

1.

Given a 2×2 system with repeated eigenvalues, how many straight-line solutions are there?

2.

Given a 2×2 system with repeated eigenvalues, explain why it is necessary to find a second linearly independent solution.

Exercises 3.5.5 Exercises

Solving Linear Systems with Repeated Eigenvalues.

Find the general solution of each of the linear systems in Exercise Group 3.5.5.1–8.
8.
x=13x/2+4yy=9x11y/2

Solving Initial Value Problems.

Solve each of the following linear systems for the given initial values in Exercise Group 3.5.5.9–16.
9.
x=9x+4yy=9x3yx(0)=2y(0)=3
10.
x=5x+4yy=9x7yx(0)=2y(0)=1
11.
x=x+yy=x3yx(0)=2y(0)=2
12.
x=2x+yy=xx(0)=0y(0)=5
13.
x=8x+4yy=9x4yx(0)=1y(0)=1
14.
x=3x+4yy=9x9yx(0)=1y(0)=0
15.
x=11x+4yy=9xyx(0)=3y(0)=2
16.
x=13x/2+4yy=9x11y/2x(0)=2y(0)=2

17.

Consider the linear system dx/dt=Ax, where
A=(3141).
Suppose the initial conditions for the solution curve are x(0)=2 and y(0)=5. We can use the following Sage code to plot the phase portrait of this system, including a solution curve and the straight-line solution.
Use Sage to graph the direction field for the system linear systems dx/dt=Ax in Exercise Group 3.5.5.9–16. Plot the straight-line solutions and the solution curve for the given initial condition.
You have attempted 1 of 3 activities on this page.