MATH 308 Lecture 38

From Notes
Jump to navigation Jump to search

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

Lecture Notes


Variation of Parameters in Systems

  • X1 and X2 are two linearly independent solutions to homogeneous equation
  • Find a particular solution to nonhomogeneous system X(t)=c1(t)X1+c2(t)X2, where c1 and c2 are real-valued functions.

Taking the derivative of the equation for X(t), we get:

X(t)=c1(t)X1+c2(t)X2+c1(t)X1+c2(t)X2

By the differential equation, this has to be equal to

A(c1X1+c2X2)+G(t)

Notice that we have an equation for X1=AX1 and X2=AX2

Therefore,

c1X1+c2X2=G(t)Xdcdt=G(t)dcdt=X1G(t)c=X1G(t)dt


Exercise 3

X(t)=[4284]X(t)+[t3t2]

Use variation of parameters, but first solve homogeneous equation first:

Eigenvalues: λ{0,0}

Eigenvectors: x1=α,2α

Generalized Eigenvector: x2=0,12

Homogeneous solutions: {X1=1,2X2=t1,20,12

Particular solution is of form Xp=c1(t)X1+c2(t)X2, where c1X1+c2X2=G(t).

c1[12]+c2[t2t12]=[t3t2]

From this, we find {c1=t3+4t2+2t1c2=4t32t2

Therefore,

c1=t22+4t12lntc2=4t222t1

Extra Material: Chapter 5

not on final

Taylor series:

f(t)=i=0f(i)(0)i!xi=f(0)0!x0+f(0)1!x+f(0)2!x2++f(n)(c)n!

For c(0,x)

Suppose we had a differential equation yy=0 for y=a0+a1x+a2x2++anxn

y=a1+2a2x+3a3x2++nanxn1y=2a2+32a3x+43a4x2++n(n1)anxn2

in other words

Suppose we had a differential equation yy=0 for y=k=0akxk

y=k=0(k+1)ak+1xky=k=0(k+1)(k+2)ak+2xk

By the differential equation, for any k0,

(k+2)(k+1)ak+2=ak