MATH 308 Lecture 4

From Notes
Jump to navigation Jump to search

« previous | Wednesday, January 23, 2013 | next »


Lecture Notes


Homework Problem 6

Find value of y0 for which the solution to yy=1+3sint with initial condition y(0)=y0 remains finite as t approaches .

General solution

P(t)=1, so integrating factor is μ(t)=et.

etyety=et+3etsintddt(ety)=et+3etsintety=et+3etsintdt+Cy(t)=132cost32sint+Cet

sine and cosine are bounded functions, so the function y(t) will be bounded for Cet only when C=0.

y(0)=1+32(1)=52


Complex Numbers

areal part+ibimaginary part

Plot on coordinate plane with (x,y)=(a,b); imaginary number can also be represented as magnitude r=a2+b2 and angle θ made with x-axis:

a+ib=reiθ=rcosθ+irsinθ

Therefore, sint=(eit)

We can use this to avoid integration by parts, and it will come in handy for Chapter 3.


Separable Functions

Try to separate the variables to each side of the equation:

dydx=f(x,y)

Separable if the RHS can be expressed as product of 2 functions: g(x) and p(y)

Exercise 1

dydx=(y2+1)xdyy2+1=xdxdyy2+1=xdxtan1y=x22+Cy=tan(x22+C)

  • The solution tan1y=x22+C is called the implicit solution
  • The solution y=tan(x22+C) is the explicit solution

Exercise 2

dydx=xey+x2dydx=xeyex2dyey=xex2dxey=12ex2Cy=ln(12ex2C)y=ln(12ex2C)