Question 1186674
<pre>
Let's write it this way

{{{y+y^3-(y^5+2x)expr(dy/dx)=0}}}

{{{(y+y^3)dx-(y^5+2x)dy=0}}}

He tells us to divide through by y<sup>3</sup> to make it an exact differential
equation.  So Let's multiply through by y<sup>-3</sup> (same thing!)

{{{(y^(-2)+1)dx-(y^2+2xy^(-3))dy=0}}}

Get the sign between them +

{{{(y^(-2)+1)dx+(-y^2-2xy^(-3))dy=0}}}

So

{{{M(x,y)=y^(-2)+1}}} and {{{N(x,y)=-y^2-2xy^(-3)}}}

Now let's show that the DE is exact by showing the partial derivatives

{{{M[y]=N[x]}}}

{{{M[y]=-2y^(-3)}}},   {{{N[x]=-2y^(-3)}}}

They are equal, so the differential equation is now exact.

So let's integrate both sides with respect to both variables.

Notice these 3 facts: 

1. When we integrate something containing dx with respect to the other letter y,
we get some function of the letter of its differential dx, the letter x, say u(x).
2. When we integrate something containing dy with respect to the other letter x,
we get some function of the letter of its differential dy, the letter y, say v(y).
3. When we integrate 0 with respect to either letter, we get the same constant C.

Let's integrate with respect to x:

{{{matrix(3,4,
int(  (y^(-2)+1),  dx),""+"",int(  (-y^2-2xy^(-3) ),dy),""="",
y^(-2)x+x,  ""+"",  v(y),  "=C",
xy^(-2)+x,    ""+"",  v(y),  "=C")}}}{{{matrix(5,1,int(0^""),"","","","")}}}

Let's integrate with respect to y:

{{{matrix(3,4,
int(  (y^(-2)+1),  dx),  ""+"",  int(  (-y^2-2xy^(-3) ),dy),""="",
u(x),  ""+"", (-y^3/3^""-(2xy^(-2))/(-2^"")),  "=C", 
u(x),  ""-"", y^3/3^""+xy^(-2),  "=C")

      }}}{{{matrix(9,1,int(0^""),"","","","","","","","")}}}

We must have gotten exactly the same thing when we integrated with
respect to x that we got when we integrated with respect to y

Therefore this equation,

{{{matrix(1,5,xy^(-2)+x,    ""+"",  v(y),""="",C)}}} 

must be identical with this equation

{{{matrix(1,5,u(x),  ""-"", y^3/3^""+xy^(-2),""="",C)}}}

The equations will be identical if and only if

{{{v(y)= -y^3/3^""}}} and {{{u(x)=x}}}

Therefore the general solution is

{{{matrix(1,5,x,  ""-"", y^3/3^""+xy^(-2),""="",C)}}}

Edwin</pre>