find the integrating factor of (x2y + y2)dx + (y3–x3)dy = 0
Solution:
Let's try find integrating factor from the equation:
m⋅(∂y∂M−∂x∂N)=N∂x∂m−M∂y∂m , where
m(x,y) - integration factor;
M(x,y)=x2y+y2
N(x,y)=y3−x3
m⋅(x2+2y−(−3x2))=(y3−x3)∂x∂m −(x2y+y2)∂y∂m
m⋅(4x2+2y)=(y3−x3)∂x∂m−(x2y+y2)∂y∂m
This is a partial differential equation and there is no an easy way to solve it except the following three special cases:
1)If the expression:
N(∂y∂M−∂x∂N)
is a function of x only, then m is also a function of x only and m(x) is given by:
m(x)=exp(∫N(∂y∂M−∂x∂N)dx) .
2) If the expression:
M(∂x∂N−∂y∂M)
is a function of y only, then m is also a function of y only and m(y) is given by:
m(y)=exp(∫M(∂x∂N−∂y∂M)dx) .
Let's check these cases:
N(∂y∂M−∂x∂N)=y3−x34x2+2y isn't a function of x only .
M(∂x∂N−∂y∂M)=x2y+y2−(4x2+2y) isn't a function of y only .
So we can conclude that m is a function of x and y and it cannot be found using the technique described above.
3) If m(x,y) can be expressed as m(x,y)=m(ω(x,y)) , where ω is known function then integrating factor can be found from the following equation:
m1dωdm=N∂x∂ω−M∂y∂ω∂y∂M−∂x∂N (*)
The condition of the task says nothing about the form of the function m(x,y). And I couldn't find such a function ω(x,y) to exclude x and y from (*). So it is highly likely that the problem statement is incomplete or contains an error.
Comments