九州大学 システム情報科学府 共通 2014年8月実施 微分方程
Author
思齐塾, 祭音Myyura
Description
次の微分方程式を解け.
(1) (2xy3−excosy)dx+(3x2y2+exsiny)dy=0
(2) (y+x2−y2−2y)dx+(x+x2−y22x)dy=0
题目描述
求下列两个一阶微分方程的通解:
(2xy3−excosy)dx+(3x2y2+exsiny)dy=0.
(y−x2−y22y)dx+(x+x2−y22x)dy=0.
Kai
(1) Let M(x,y)=2xy3−excosy and N(x,y)=3x2y2+exsiny .
∂y∂M=6xy2+exsiny
∂x∂N=6xy2+exsiny
Since ∂y∂M=∂x∂N , the equation is exact.
Then, we want to find a function F(x,y) such that ∂x∂F=M and ∂y∂F=N .
∂x∂F=2xy3−excosy
F(x,y)=∫(2xy3−excosy)dx=x2y3−excosy+g(y)
Now, differentiate F(x,y) with respect to y :
∂y∂F=3x2y2+exsiny+g′(y)=N(x,y)=3x2y2+exsiny
Thus, g′(y)=0 , which means g(y)=C , where C is a constant.
Therefore, the solution is x2y3−excosy=C .
(2) Let M(x,y)=y−x2−y22y and N(x,y)=x+x2−y22x .
∂y∂M=1−(x2−y2)22(x2−y2)−2y(−2y)=1−(x2−y2)22x2−2y2+4y2=1−(x2−y2)22x2+2y2
∂x∂N=1+(x2−y2)22(x2−y2)−2x(2x)=1+(x2−y2)22x2−2y2−4x2=1−(x2−y2)22x2+2y2
Since ∂y∂M=∂x∂N , the equation is exact.
Then, we want to find a function F(x,y) such that ∂x∂F=M and ∂y∂F=N .
∂x∂F=y−x2−y22y
F(x,y)=∫(y−x2−y22y)dx=xy−y∫x2−y22dx=xy−y∫y1(x−y1−x+y1)dx=xy−ln∣x−y∣+ln∣x+y∣
=xy−ln∣x−y∣+ln∣x+y∣+g(y)=xy+lnx−yx+y+g(y).
これを y で微分すると
∂y∂F=x+x+y1+x−y1+g′(y)=x+x2−y22x+g′(y).
Fy=N と比較して g′(y)=0 である。したがって一般積分は
xy+lnx−yx+y=C,
ただし元の方程式と対数が定義される x2=y2 の各領域で考える。