Ordinary Differential Equations/Exact equations: Difference between revisions

From testwiki
Jump to navigation Jump to search
imported>JackBot
 
(No difference)

Latest revision as of 02:00, 22 September 2018

Introduction

Suppose the function F(x,y) represents some physical quantity, such as temperature, in a region of the xy-plane. Then the level curves of F, where F(x,y)=constant, could be interpreted as isotherms on a weather map (i.e curves on a weather map representing constant temperatures). Along one of these curves, γ(x)=(x,y(x)), of constant temperature we have, by Chain rule and the fact that the temperature, F, is constant on these curves:

0=dF(γ(x))dx=Fx+Fydydx.

Multiplying through by dx we obtain 0=Fxdx+Fydy. Therefore, if we were not given the original function F but only an equation of the form:

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

we could set Fx:=M(x,y),Fy:=N(x,y) and then by integrating figure out the original F.

Method formal steps

(1) First ensure that there is such an F, by checking the exactness-condition:

My=Nx.

This is because if there was such an F, then My=2Fyx=2Fxy=Nx,

where x and y simply denote the partial derivatives with respect to the variables x and y respectively (where we hold the other variable constant while taking the derivative).

(2)Second, integrate M,N with respect to x,y respectively: M(x,y)dx=Fx(x,y)dx=F(x,y)+a(y) N(x,y)dy=Fy(x,y)dy=F(x,y)+b(x)

for some unknown functions a,b (these play the role of constant of integration when you integrate with respect to a single variable). So to obtain F it remains to determine either a or b.

(3)Equate the above two formulas for F(x,y):M(x,y)dx+a(y)=F(x,y)=N(x,y)dy+b(x).

(4) Since to find F it suffices to determine a or b, pick the integral that is easier to evaluate. Suppose that M(x,y)dx is easier to evaluate. To obtain a(y) we differentiate both expression for F in y (for fixed x):a(y)=My(x,y)dx+N(x,y)and then integrate in y:a(y)=[My(x,y)dx+N(x,y)]dy+c.

(5)Observe that a is only a function of y since if we differentiate the expression we found for a and use step 1 we find that ax=x[My(x,y)dx+N(x,y)]dy=[My(x,y)+Nx(x,y)]dx=0dx=0

Template:BookCat