Skip to main content

Coordinated Differential Equations

Section 6.1 Changing Coordinates

In Chapter 5, we outlined procedures for solving systems of linear differential equations of the form
(dx/dtdy/dt)=(abcd)(xy)=A(xy)
by determining the eigenvalues of A. In this section we will consider the following special cases for A,
(6.1.1)(λ00μ),(αββα),(λ00λ),(λ10λ).
Although it may seem that we have limited ourselves by attacking only a very small part of the problem of finding solutions for x=Ax, we are actually very close to providing a complete classification of all solutions. We will now show that we can transform any 2×2 system of first-order linear differential equations with constant coefficients into one of these special systems by using a change of coordinates.

Subsection 6.1.1 Linear Maps

First, we need to add a few things to our knowledge of matrices and linear algebra. A linear map or linear transformation on R2 is a function T:R2R2 that is defined by a matrix. That is,
T(xy)=(abcd)(xy).
When there is no confusion, we will think of the linear map T:R2R2 and the matrix
(abcd)
as interchangeable.
We will say that T:R2R2 is an invertible linear map if we can find a second linear map S such that TS=ST=I, where I is the identity transformation. In terms of matrices, this means that we can find a matrix S such that
TS=ST=I,
where
I=(1001)
is the 2×2 identity matrix. We write T1 for the inverse matrix of T. It is easy to check that the inverse of
T=(abcd)
T1=1detT(dbca).

Proof.

If detT=0, then there are infinitely many nonzero vectors x such that Tx=0. Suppose that T1 exists and x0 such that Tx=0. Then
x=T1Tx=T10=0,
which is a contradiction. On the other hand, we can certainly compute T1, at least in the 2×2 case, if the determinant is nonzero.

Subsection 6.1.2 Changing Coordinates

In Subsection 5.1.2, we discussed what a basis was along with the coordinates with respect to a particular basis. The vectors e1=(1,0) and e2=(0,1) form a basis for R2. Indeed, if z=(5,4), then we can write
z=5e14e2.
We say that the coordinates of z with respect to the basis {e1,e2} are (5,4). Now consider the vectors v1=(2,1) and v2=(3,2). Since
det(2312)0,
these vectors are linearly independent form a different basis for R2. If z=(5,4), then we can write
z=2v13v2.
The coordinates of z with respect to the basis {v1,v2} are (2,3).
Suppose we wish to convert the coordinates with repect to one basis to a new set of coordinates with respect to a different basis; that is, we wish to do a change of coordinates. Observe that
v1=2e1+e2v2=3e1+2e2.
It follows that
c1v1+c2v2=c1(2e1+e2)+c2(3e1+2e2)=(2c1+3c2)e1+(c2+2c2)e2.
Thus, the coordinates of c1v1+c2v2 with respect to the basis {e1,e2} can be determined by
(2c1+3c2c2+2c2)=(2312)(c1c2).
If we let
T=(2312)andc=(c1c2),
then the coordinates with respect to the basis {e1,e2} are given by d=Tc. If we are given the coordinates with respect to the basis {v1,v2} for a vector, we simply need to multiply by the matrix T.
Now suppose that we wish to find the coordinates with respect to the basis {v1,v2} if we know that a vector z=d1e1+d2e2. Since d=Tc, we need only multiply both sides of the equation by T1 to get c=T1d. In our example,
T1d=(2312)(d1d2).
In our particular example,
T1d=(2312)(54)=(23),
which are the coordinates of z with respect to the basis {v1,v2}.

Subsection 6.1.3 Systems and Changing Coordinates

The idea now is to use a change of coordinates to convert an arbitrary system x=Ax into one of the special systems mentioned at the beginning of the section (6.1.1), solve the new system, and then convert our new solution back to a solution of the original system using another change of coordinates.
Suppose that we consider a linear system
(6.1.2)y=(T1AT)y
where T is an invertible matrix. If y(t) is a solution of (6.1.2), we claim that x(t)=Ty(t) solves the equation x=Ax. Indeed,
x(t)=(Ty)(t)=Ty(t)=T((T1AT)y(t))=A(Ty(t))=Ax(t).
We can think of this in two ways.
  1. A linear map T converts solutions of y=(T1AT)y to solutions of x=Ax.
  2. The inverse of a linear map T takes solutions of x=Ax to solutions of y=(T1AT)y.
W e are now in a position to solve our problem of finding solutions of an arbitrary linear system
(xy)=(abcd)=(xy).

Subsection 6.1.4 Distinct Real Eigenvalues

Consider the system x=Ax, where A has two real, distinct eigenvalues λ1 and λ2 with eigenvectors v1 and v2, respectively. Let T be the matrix with columns v1 and v2. If e1=(1,0) and e2=(0,1), then Tei=vi for i=1,2. Consequently, T1vi=ei for i=1,2. Thus, we have
(T1AT)ei=T1Avi=T1(λivi)=λiT1vi=λiei
for i=1,2. Therefore, the matrix T1AT is in canonical form,
T1AT=(λ100λ2).
The eigenvalues of the matrix T1AT are λ1 and λ2 with eigenvectors (1,0) and (0,1), respectively. Thus, the general solution of
y=(T1AT)y
y(t)=αeλ1t(10)+βeλ2t(01).
Hence, the general solution of
x=Ax
Ty(t)=T(αeλ1t(10)+βeλ2t(01))=αeλ1tT(10)+βeλ2tT(01)=αeλ2tv1+βeλ2tv2.

Example 6.1.2.

Suppose dx/dt=Ax, where
A=(1243).
The eigenvalues of A are λ1=5 and λ2=1 and the associated eigenvectors are (1,2) and (1,1), respectively. In this case, our matrix T is
(1121).
If e1=(1,0) and e2=(0,1), then Tei=vi for i=1,2. Consequently, T1vi=ei for i=1,2, where
T1=(1/31/32/31/3).
Thus,
T1AT=(1/31/32/31/3)(1243)(1121)=(5001).
The eigenvalues of the matrix
(5001)
are λ1=5 and λ2=1 with eigenvectors (1,0) and (0,1), respectively. Thus, the general solution of
y=(T1AT)y
is
y(t)=αe5t(10)+βet(01).
Hence, the general solution of
x=Ax
is
Ty(t)=(1121)(αe5t(10)+βet(01))=αe5t(12)+βet(11)
The linear map T converts the phase portrait of the system y=(T1AT)y (Figure 6.1.3) to the phase portrait of the system x=Ax (Figure 6.1.4).
described in detail following the image
a direction field of slope arrows and solution curves in each quadrant with the solution curves approaching the horizontal and vertical axes for large values
Figure 6.1.3. Phase portrait for y=(T1AT)y
described in detail following the image
a direction field of slope arrows and solution curves that approach the straight-line solutions for large values
Figure 6.1.4. Phase portrait for x=Ax

Activity 6.1.1. Distinct Real Eigenvalues and Transformation of Coordinates.

Consider the system of linear differential equations dx/dt=Ax, where
A=(1311).
(a)
Find the eigenvalues of A. You should find distinct real eigenvalues λ and μ.
(b)
Find the general solution for dx/dt=Ax.
(c)
Construct the 2×2 matrix T=(v1,v2) and find T1.
(d)
Calculate T1AT. You should obtain the diagonal matrix
(λ00μ)
with eigenvectors e1=(1,0) and e2=(0,1).
(e)
The general solution of
y=(T1AT)y
y(t)=αeλt(10)+βeμt(01).
Now calculate Ty and compare this solution with the one that you obtained in Activity 5.2.1.
 1 
Of couurse, we have much quicker ways of solving a system dx/dt=Ax with distinct real eigenvalues. The goal of this section is show that we have covered all possible cases for 2×2 systems of linear differential equations and not to invent new methods of solution.

Subsection 6.1.5 Complex Eigenvalues

Suppose the matrix
A=(abcd)
in system x=Ax has complex eigenvalues. In this case, the characteristic polynomial p(λ)=λ2(a+d)λ+(adbc) will have roots λ=α+iβ and λ=αiβ, where
α=a+d2β=4bc(ad)22.
The eigenvalues λ and λ are complex conjugates. Now, suppose that the eigenvalue λ=α+iβ has an eigenvector of the form
v=v1+iv2,
where v1 and v2 are real vectors. Then v=v1iv2 is an eigenvector for λ, since
Av=Av=λv=λv.
Consequently, if A is a real matrix with complex eigenvalues, one of the eigenvalues determines the other.

Proof.

If v1 and v2 are not linearly independent, then v1=cv2 for some cR. On one hand, we have
A(v1+iv2)=A(cv2+iv2)=(c+i)Av2.
However,
A(v1+iv2)=(α+iβ)(v1+iv2)=(α+iβ)(c+i)v2=(c+i)(α+iβ)v2
In other words, Av2=(α+iβ)v2. However, this is a contradiction since the left-side of the equation says that we have real eigenvector while the right-side of the equation is complex. Thus, v1 and v2 are linearly independent.

Proof.

Since v1+iv2 is an eigenvector associated to the eigenvalue α+iβ, we have
A(v1+iv2)=(α+iβ)(v1+iv2).
Equating the real and imaginary parts, we find that
Av1=αv1βv2Av2=βv1+αv2.
If T is the matrix with columns v1 and v2, then
Te1=v1Te2=v2.
Thus, we have
(T1AT)e1=T1(αv1βv2)=αe1βe2.
Similarly,
(T1AT)e2=βe1+αe2.
Therefore, we can write the matrix T1AT as
T1AT=(αββα).
The system y=(T1AT)y is in one of the canonical forms and has a phase portrait that is a spiral sink (α<0), a center (α=0), or a spiral source (α>0). After a change of coordinates, the phase portrait of x=Ax is equivalent to a sink, center, or source.

Example 6.1.7.

Suppose that we wish to find the solutions of the second order equation
2x+2x+x=0.
This particular equation might model a damped harmonic oscillator. If we rewrite this second-order equation as a first-order system, we have
x=yy=12xy,
or equivalently x=Ax, where
A=(011/21).
The eigenvalues of A are
12±i12.
The eigenvalue λ=(1+i)/2 has an eigenvector
v=(21+i)=(21)+i(01),
respectively. Therefore, we can take T to be the matrix
T=(2011).
Consequently,
T1AT=(1/201/21)(011/21)(2011)=(1/21/21/21/2),
which is in the canonical form
(αββα).
The general solution to y=(T1AT)y is
y(t)=c1et/2(cos(t/2)sin(t/2))+c2et/2(sin(t/2)cos(t/2)).
The phase portrait of y=(T1AT)y is given in Figure 6.1.8.
described in detail following the image
a direction field of slope arrows and solution curves that spiral towards the origin
Figure 6.1.8. Phase portrait for y=(T1AT)y
The general solution of x=Ax is
Ty(t)=(2011)[c1et/2(cos(t/2)sin(t/2))+c2et/2(sin(t/2)cos(t/2))]=c1et/2(2011)(cos(t/2)sin(t/2))+c2et/2(2011)(sin(t/2)cos(t/2))=c1et/2(2cos(t/2)cos(t/2)sin(t/2))+c2et/2(2sin(t/2)sin(t/2)+cos(t/2)).
The phase portrait for this system is given in Figure 6.1.9.
described in detail following the image
a direction field of slope arrows and solution curves that spiral towards the origin
Figure 6.1.9. Phase portrait of x=Ax

Remark 6.1.10.

Of course, we have a much more efficient way of solving the system x=Ax, where
A=(011/21).
Since A has eigenvalue λ=(1+i)/2 with an eigenvector v=(2,1+i), we can apply Euler’s formula and write the solution as
x(t)=e(1+i)t/2v=et/2eit/2(21+i)=et/2(cos(t/2)+isin(t/2))(21+i)=et/2(2cos(t/2)cos(t/2)sin(t/2))+iet/2(2sin(t/2)sin(t/2)+cos(t/2)).
Taking the real and the imaginary parts of the last expression, the general solution of x=Ax is
x(t)=c1et/2(2cos(t/2)cos(t/2)sin(t/2))+c2et/2(2sin(t/2)sin(t/2)+cos(t/2)),
which agrees with the solution that we found by transforming coordinates.

Subsection 6.1.6 Repeated Eigenvalues

Now suppose that A has a single real eigenvalue λ. Then the characteristic polynomial of A is p(λ)=λ2(a+d)λ+(adbc), then A has an eigenvalue λ=(a+d)/2.

Proof.

Suppose that u and v are linearly indeendent eigenvectors for A, and let T be the matrix whose first column is u and second column is v. That is, Te1=u and Te2=v. Since u and v are linearly independent, det(T)0 and T is invertible. So, it must be the case that
AT=(Au,Av)=(λu,λv)=λ(u,v)=λIT,
or
A=(λ00λ).
In this case, the system is uncoupled and is easily solved. That is, we can solve each equation in the system
x=λxy=λy
separately to obtain the general solution
x=c1eλty=c2eλt.

Proof.

If w is another vector in R2 such that v and w are linearly independent, then Aw can be written as a linear combination of v and w,
Aw=αv+βw.
We can assume that α0; otherwise, we would have a second linearly independent eigenvector. We claim that β=λ. If this were not the case, then
A(w+(αβλ)v)=Aw+(αβλ)Av=αv+βw+λ(αβλ)v=βw+α(1+λβλ)v=βw+α(βλ+λβλ)v=β(w+(αβλ)v)
and β would be an eigenvalue distinct from λ. Thus, Aw=αv+λw. If we will let u=(1/α)w, then
Au=v+λαw=v+λu.
We now define Te1=v and Te2=u. Since
AT=Au+Av=v+λu+λvT(λ10λ)=T(λe1)+Te1+T(λe2)=v+λu+λv,
we have
T1AT=(λ10λ).
Therefore, x=Ax is in canonical form after a change of coordinates.

Example 6.1.13.

Consider the system x=Ax, where
A=(5141).
The characteristic polynomial of A is λ26λ+9=(λ3)2, we have only a single eigenvalue λ=3 with eigenvector v=(1,2). Any other eigenvector for λ is a multiple of v. If we choose w=(1,0), then v and w are linearly independent. Furthermore,
Aw=(54)=2(12)+λ(10)=2(12)+3(10).
So we can let u=(1/2)w=(1/2,0). Therefore, the matrix that we seek is
T=(11/220),
and
T1AT=(1/2211)(5141)(11/220)=(3103).
From Section 5.3, we know that the general solution to the system
(dx/dtdy/dt)=(3103)(xy)
is
y(t)=c1e3t(10)+c2e3t(t1).
Therefore, the general solution to
(dx/dtdy/dt)=(5141)(xy)
is
x(t)=Ty(t)=c1e3tT(10)+c2e3tT(t1)=c1e3t(12)+c2e3t(1/2+t2t).
This solution agrees with the solution that we found in Example 5.5.5.
In practice, we find solutions to linear systems using the methods that we outlined in Sections 5.2–5.4. What we have demonstrated in this section is that those solutions are exactly the ones that we want.

Subsection 6.1.7 Important Lessons

  • A linear map T is invertible if and only if detT0.
  • A linear map T converts solutions of y=(T1AT)y to solutions of x=Ax.
  • The inverse of a linear map T takes solutions of x=Ax to solutions of y=(T1AT)y .
  • A change of coordinates converts the system x=Ax to one of the following special cases,
    (λ00μ),(αββα),(λ00λ),(λ10λ).

Reading Questions 6.1.8 Reading Questions

1.

Explain what a change of coordinates is.

2.

Given a 2×2 linear system, what are the possible types of solutions?

Exercises 6.1.9 Exercises

Diagonalizing Matrices with Distinct Real Eigenvalues.

For each of the matrices A in Exercise Group 6.1.9.1–6, find (1) the eigenvalues, λ1 and λ2; (2) for each eigenvalue λ1 and λ2, find an eigenvector v1 and v2, respectively; and (3) construct the matrix T=(v1,v2) and calculate T1AT.

Matrices with Complex Eigenvalues.

For each of the matrices A in Exercise Group 6.1.9.7–10, find (1) an eigenvalue, λ; (2) find an eigenvector v=vRe+ivIm for λ; and (2) construct the matrix T=(vRe,vIm) and calculate T1AT. Compare your result to λ.

Matrices with Repeated Eigenvalues.

For each of the matrices A in Exercise Group 6.1.9.11–16, find (1) the eigenvalue, λ and an eigenvector v for λ; (2) choose a vector w that is linearly independent of v and compute (AλI)w. You should find that
(AλI)w=αv
for some real number α. (3) Let u=(1/α)w and form the matrix T=(v,u). (4) Calculate T1AT, which should be in the form
(λ10λ).