MATH 308 Lecture 11

From Notes
Jump to navigation Jump to search

« previous | Monday, February 11, 2013 | next »

Lecture Notes


Announcements:

  • Quiz this Friday over section 3.1 and 3.3
  • Homework is due Monday

Homogeneous DEs with Constant Coefficients

ay+by+cy=0

Characteristic equation is

ar2+br+c=0

General solutions are of the form

y=c1er1t+c2er2t

If r values are complex conjugates, then real-valued solution is of form

y=c1cosθ+c2sinθ

where the cosine and sine come from Euler's formula:

eit=cost+isint


Exercise 5

y2y+5y=0r22r+5=0r=1±2iy1=et+2it=et(cos(2t)+isin(2t))y2=et2it=et(cos(2t)+isin(2t))y1+y22=etcos2t


What if the equation has two identical roots?

In general, if r=a±bi are roots of the characteristic equation, then the general solution is y=c1eatcos(bt)+c2eatsin(bt)


Section 3.4

y4y+4y=0

Characteristic equation r24r+4=(r2)2=0 has two roots at r=2.

Let y1=e2t and y2=te2t

The general solution is y=c1e2t+c2te2t


Exercise 7a

Find the solution to the initial value problem y+y2y=0, where y(0)=1 and y(0)=3.

r2+r2=0r{2,1}

General solution is y=c1et+c2e2t. To find particular solution, we need y=c1et2c2e2t

1=c1+c23=c12c2c1=53c2=23

So the particular solution is y=53et23e2t


Exercise 7b

Find the solution to the initial value problem 9y12y+4y=0, where y(0)=2 and y(0)=1.

9r212r+4=0(3r2)2=0r{23,23}

The general solution is y=c1e2t3+c2te2t3

We can already find that y(0)=c1=2, so ...

So y=2e2t373te2t3


Exercise 8

y+2y+2y=0, y(π4)=2 and y(π4=2.

r2+2r+2=0r=1±i

General solution is y=c1etcost+c2etsint.

Find particular solution by plugging in initial conditions:

y(π4)=2=c1eπ422+c2eπ422c1+c2=22eπ4

Differentiate the general solution: y=c1etcostc1etsintc2etsint+c2etcost

And plug in initial condition.

y(π2)=2c1eπ422

Now we can solve for c1=2eπ4 and c2=2eπ4, so the particular solution is

y=2eπ4etcost+2eπ4etsint

Theorem of Existence and Uniqueness

Consider the initial value problem

y+p(t)y+q(t)y=g(t)y(t0)=y0y(t0)=y'0

Where p, q, and g are continuous on an open interval I that contains the point t0. Then there exists exactly one solution y=Φ(t) of this problem, and the solution exists throughout the interval I.