MATH 308 Lecture 8

From Notes
Jump to navigation Jump to search

« previous | Friday, February 1, 2013 | next »


Lecture Notes


Autonomous Equations

y(x)=f(y)=y2(y24)

Solving f(y)=0 gives y{2,0,2}, which are equilibrium solutions.

  • y=2 is an unstable equilibrium solution since any deviation around it will "push away"
  • y=0 is a semistable equilibrium solution since one side of it (towards y=2) pushes towards it and the other side pushes away
  • y=2 is a stable equilibrium solution since either side converges to it.

Concavity

Second derivative test: What is y y(x)=f(y(x))y(x)=f(y)y(x)=f(x)f(y)

Recall that when y>0, the function y is concave up and when y<0, the function is concave down.

Exact Equations and Integrating Factors

Can we find an implicit expression for the solution to yexy+xyexy+2x=0?


Expression with x and y: F(x,y(x))=0, but what is F(x,y(x))?

dFdx=Fxdxdx+Fydydx=0Fx+Fyy=0

It would be great if Fx=yexy+2x and Fy=xexy.

Fy=xexyF(x,y)=exyFx=2x+yexy=yexy+k(x)k(x)=2xk(x)=x2+C


Theorem

Given an equation

M(x,y)dx+N(x,y)dy=0

If My=Nx, then there exists a function F such that

Fx=M and Fy=N

Exercise 2

Is the equation (2xy+3)dx+(x21)dy=0 exact?

Let M(x,y)=2xy+3 and N(x,y)=x21.

My=2xNx=2x

According to the #Theorem, this equation is exact, and F(x,y)=0 is an implicit solution.

Fx=2xy+3F(x,y)=x2y+3x+k(y)Fy=x2+k(y)=x21k(y)=1k(y)=y+C

Therefore, F(x,y)=x2y+3xy+C

Exercise 4

Is the equation x2y3+x(1+y2)y exact?

My=3x2y3Nx=1+y2

They are not equal, so it is not exact.

However, if we multiply by the integrating factor 1xy2, it is solvable:

1xy3((x2y2)dx+x(1+y2)dy)=0xdx+1+y2y3dy=0

Now the equation is exact since My=Nx=0

Fx=xF(x,y)=x22+k(y)Fy=0+k(y)=1y3+1yk(y)=12y2+ln|y|+C