MATH 308 Lecture 32

From Notes
Jump to navigation Jump to search

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

Lecture Notes


Quiz over Ch. 7.5 Wednesday

Section 7.5

Exercise 5

Find the general solution of the given system of equations:

X=[324202423]X

Eigenvalues: λ{8,1,1}

Eigenvectors:

  1. λ1=8:2,1,2
  2. λ2=1:α,2α2β,β=α1,2,0+β0,2,1 (note we have two eigenvectors)

Corresponding Solutions:

  1. X1=e8t[212]
  2. X2=et[120]
  3. X3=et[021]

Check Linear Independence (redundant vs. complete solutions):

W{X1,X2,X3}=|2e8tet0e8t2et2et2e8t0et|=9e8t≢0

Therefore, our solutions X1, X2, and X3 are linearly independent; so the general solution is

X(t)=c1e8t[212]+c2et[120]+c3et[021]

Section 7.6

Lecture Notes

Given the systems:

X=[3241]XX=[1411]X

Previously, we would find the eigenvalues and eigenvectors and the general solution is of the form:

X(t)=i=0|λ|cieλivi

where λ represents each eigenvalue and v represents the corresponding eigenvector.

What about matrices with imaginary eigenvalues?

|3λ241λ|=0λ22λ+5=0λ=1±2i
  1. λ=1+2i:1,1i
  2. We don't need to consider the second eigenvalue since they are complex conjugates

Recall from Chapter 3 that a root a+bi has real-valued solution c1eatcosbt+c2eatsinbt. Let's do the same here:

for X=ete2it[11i], we get:

et(cos2t+isin2t)([11]+i[01])

Expanding this gives

X(t)=(etcos2t[11]etsin2t[01])P+i(etsin2t[11]+etcos2t[01])Q

The real part of this solution P and the imaginary part of this solution Q are each solutions to the original system, and they are always linearly independent

Theorem

Given a system of differential equations

X(t)=AX(t)

If r1=λ+iμ and r2=λiμ is a pair of complex conjugate eigenvalues and ξ=a±ib is the corresponding pair of eigenvectors, then the vectors

u=eλt(acosμtbsinμt)v=eλt(asinμt+bcosμt)

are real valued solutions of the system

Example

X=[1411]X

Eigenvalue: λ=1+2i

Eigenvector: [2i1]=[01]+i[20]

Apply the theorem:

X1=etcos2t[01]etsin2t[20]X2=etcos2t[20]+etsin2t[01]