MATH 308 Lecture 31

From Notes
Jump to navigation Jump to search

« previous | Friday, April 12, 2013 | next »

Begin Exam 4 content


Eigenvalues and Eigenvectors

A=[2312]

λ{1,1}

λ=1:v1=3,1

λ=1:v2=1,1

Find the General solution of X(t)=AX and describe the behavior as t.

We need to find two linearly independent solutions and take a linear combination of them.

Let X2(t)=f2(t)V2, where f2 is any scalar function, and V2 is the eigenvector for λ=1.

So for our diff eq, X2(t)=AX2(t)

We get

f2(t)V2=f2(t)(AV2(t))=f2(t)(1)V2

Recall that (A(1)I)V2=0, so AV2=(1)V2. That's where the second form came from.

If we plug in V2=1,1, we get

[f2(t)f2(t)]=[f2(t)f2(t)]

Thus f2(t)=f2(t), and the solution to this differential equation is f2(t)=Cet

Putting this back in Matrix form, we get

X2(t)=Cet[11]

A similar process for V1 gives

f1(t)=Cet

And

X1(t)=Cet[31]

Therefore, the general solution is

[x(t)y(t)]=c1et[31]+c2et[11]