MATH 308 Lecture 35

From Notes
Jump to navigation Jump to search

« previous | Monday, April 22, 2013 | next »

Lecture Notes


Section 7.8

Exercise 1

What about multiplicity 3?

X=[201021002]X

Eigenvalues: λ{2,2,2}

Eigenvectors: v=α,β,0

We can choose any two vectors, e.g. v1=1,1,0 and v2=3,2,0, but when we add a third, the vectors become linearly dependent.

Thus two solutions are

  1. X1=te2t[110]
  2. X2=te2t[320]

Here's the trick:

Find X3=te2tw+e2tv3, where w is related to v1 and v2.

X3=te2tw+e2tv3X3=e2tw+2te2tw+2e2tv3X3=AX3e2tw+2te2tw+2e2tv3=Ate2tw+Ae2tv3w+2tw+2v3=tAW+Av3

Solving for each term in the polynomial gives:

{w+2v3=Av32w=Aw

From the second equation (coefficient of t), we find w is an eigenvector: (A2I)w=0, so w=α,β,0, and substituting this into the first equation (constant term) gives

w=[110]=(A2I)v3

so we have {z=αz=β0=0

v3=α,β,1

Exercise 2

In the above exercise, we had two eigenvectors, but what if we have only one?

X=[211021002]X

Eigenvalues: λ{2,2,2}

Eigenvectors: v=α,0,0

So one solution so far: X1=e2t[100]

Set X2=te2t[100]+e2tv2

This ultimately brings us to (A2I)v2=1,0,0

{y+z=1z=00=0

So v2=α,1,0. Let's choose v2=1,1,0


Now to find v3...

Do the trick again:

X3=t2e2tv1+te2tv2+e2tv3

If we differentiate and set equal to AX, we're left with a x2 term that doesn't cancel, so we divide that term by 2:

X3=t22e2tv1+te2tv2+e2tv3

This brings us to the condition: (A2I)v3=v2

{y+z=1z=10=0

v3=α,0,1