MATH 308 Lecture 26

From Notes
Jump to navigation Jump to search

« previous | Wednesday, March 27, 2013 | next »

Lecture Notes


Systems of Differential Equations

{x1(t)=2x1+x2x2(t)=x12x2

  1. solve first equation for x2
  2. substitute into the second equation, thereby obtaining a second order equation for x1
  3. solve equation for x1
  4. determine x2

x2=x1+2x1ddx(x1+2x1)=x12(x1+2x1)0=x1+4x1+3x1x1=c1et+c2e3tx2=(c1et3c2e3t)+2(c1et+c2e3t)=c1etc2e3t

Satisfying Initial Conditions

Find a particular solution of the system above that also satisfies the initial conditions x1(0)=2, x2(0)=3.

{x1(0)=c1+c2=2x2(0)=c1c2=3

c1=52, and c2=12, so the particular solutions are:

{x1=52et12e3tx2=52et+12e3t

Matrix Notation

(See MATH 323 Lecture 26#Matrix Exponential→)


The previous system of equations can be represented as the matrix equation

[x1x2]=[2112][x1x2]

In general, we now have the equations represented as X=AX, and the solution will be X=(eAt)X0:

X=AXX=(eAt)X0


Exercise 2

Express the system of differential equations in matrix notation:

{x1(t)=2tx1(t)+5x3(t)x2(t)=(sint)x1(t)+t2x2(t)x3(t)=x1(t)+x2(t)+3x3(t)

[x1x2x3]=[2t05sintt20113][x1x2x3]

Exercise 3

Transform the differential equation into a system of first order equations. Express the system in matrix notation: y+3y5y=cos3x

  1. Let x1=y. Then x1=y
  2. Let x2=y. Then x1=x2 (from above) and x2=y=5y3y+cos3x=5x13x2+cos3x

Therefore, our system is

{x1=x2x2=5x13x2+cos3x

This can be expressed as the matrix equation

[x1x2]=[0153][x1x2]+[0cos3x]


Transform y(4)+3y=5 into a system of first order equations.

  1. Let x1=y. Then x1=y
  2. Let x2=y. Then x1=x2 and x2=y
  3. Let x3=y. Then x2=x3 and x3=y(3)
  4. Let x4=y(3). Then x3=x4 and x4=y(4)=3y+5=3x2+5

Therefore, our system is

{x1=x2x2=x3x3=x4x4=3x2+5

and can be expressed as

[x1x2x3x4]=[0100001000010300][x1x2x3x4]+[0005]