MATH 308 Lecture 27

From Notes
Jump to navigation Jump to search

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

Lecture Notes


April Fool's!

Section 7.1

Exercise 4

y+3yy=tanxy(0)=1y(0)=3

Let x1=y and x2=y, then

{x1=y=x2x2=y3y+tanx=x13x2+tanx

In matrix form,

[x1x2]=[0113][x1x2]+[0tanx]

Initial Conditions

x1(0)=y(0)=1x2(0)=y(0)=3

In matrix form,

[x1(0)x2(0)]=[13]

Matrix Basics

(See MATH 323 Lecture 3→)


Given A=[111210321] and B=[111211112]

  • A+B=[202401413]
  • 3A2B=[151252781]
  • AB=[214411063]
  • BA=[022351941]

Just for kicks, let x=[x1x2x3]...

  • Ax=[x1x2x32x1+x23x12x2+x3]


Exercise 6

Verify that the given vector satisfies the differential equations

x(t)=[2132]x(t)+[11]etx(t)=[10]et+2[11]tet

Calculate the derivative of x(t):

x(t)=[10]ddt(et)+2[11]ddt(tet)=ddt[et+2tet0+2tet]=[3et+2tet2et+2tet]

And we find that x(t)=Ax(t).

Section 7.3

Lecture Notes

Given the system

x1+2x2x3=22x1+x2+x3=1x1x2+2x3=1

Solve it.

(The teacher is using the long way, I'll cut to the chase...)

rref(121221111121)=[101001110000]

Therefore, the system is inconsisent with solutions

x1=x3x2=x3+1x3=x3

Or simply α,α+1,α for α