Jump to content

Science:Math Exam Resources/Courses/MATH152/April 2010/Question B 05 (a)/Solution 1

From UBC Wiki

There are 3 sections in this page but only the first section is "what is supposed to be written" in the exam.

Solution

Since eigenvalues and eigenvectors occur in conjugate pairs for the real matrix A, the other pair is:

λ2=12i𝐤2=[23i1]

The general solution is then:

y=C1𝐤1expλ1t+C2𝐤2expλ2t=C1[2+3i1]exp((1+2i)t)+C2[23i1]exp((12i)t)

We delay showing how to write it into real form to part (b).

Motivation

To see a reason why this is so. Let us recall that eat solves x=ax which is the single equation analogue of the given system. From this, we can make a guess that a constant vector times an exponential function might solve our system. More precisely, we substitute the guess 𝐯ect into the system to get (both 𝐯,c are to be determined):

(𝐯ect)=A𝐯ectc𝐯ect=A𝐯ectc𝐯=A𝐯

(The cancellation in the last step is because the exponential function is always positive). So it turns out for our guess to work, c and v as a pair must solve the eigenvalue problem A𝐯=c𝐯, i.e. they must be a pair of eigenvalue and eigenvector of A!

Now, from the two pairs of eigenvalues and eigenvectors we know, we have the following solutions:

𝐲1=𝐤1eλ1t
𝐲2=𝐤2eλ2t

To be precise, we should say they are just particular solutions of the problem. To obtain the formula of the general solution, we observe that the differential equation system is linear and so a linear combination of 𝐲1 and 𝐲2, i.e.

𝐲=C1𝐲1+C2𝐲2

solves the system too:

𝐲=(C1𝐲1+C2𝐲2)=C1𝐲1+C2𝐲2=C1A𝐲1+C2A𝐲2=A(C1𝐲1+C2𝐲2)=A𝐲

It turns out this represents all possible solutions.

Extended Reading

The following outlines the general method to deduce the general solution systematically (in the syllabus of Math 215/255). The key is to see that the existence of the two pairs of eigenvalues and eigenvectors of A allows us to "diagonalize" the matrix A.

In fact, once we have found all the eigenvalues and corresponding eigenvectors, if the number of eigenvectors equals the rank of the matrix A (in this case, it is 2), then we can rewrite A into the following form (known as the diagonalization of A):

A=VDV1

where

V=[𝐤1𝐤2]=[2+3i23i11]
D=[λ100λ2]=[1+2i0012i].

To solve the given linear system of differential equations, we proceed as follows exploiting the diagonalizability of A.

Left multiplying V1 on both sides of the linear system gives:

V1𝐲=DV1𝐲

So if we let

𝐱=V1𝐲

Then, we get a simple decoupled system for 𝐱=[x1x2] (see note):

{x1=λ1x1x2=λ2x2

The general solution must then be:

𝐱=[C1expλ1tC2expλ2t]=[C1exp(1+2i)tC2exp(12i)t)]:

Therefore,

𝐲=V𝐱=[𝐤1𝐤2][C1expλ1tC2expλ2t]=C1𝐤1expλ1t+C2𝐤2expλ2t=C1[2+3i1]exp(1+2i)t+C2[23i1]exp(12i)t

where C1,C2 are complex constants.

Note: The word decoupled means the equations can be regarded separately as single equations themselves, i.e. this system is just a collection of single equations whose solutions do not affect each other.