2.211 problem 787

Internal problem ID [8367]

Book: Differential Gleichungen, E. Kamke, 3rd ed. Chelsea Pub. NY, 1948
Section: Chapter 1, Additional non-linear first order
Problem number: 787.
ODE order: 1.
ODE degree: 1.

CAS Maple gives this as type [_rational, [_1st_order, _with_symmetry_[F(x),G(x)]], [_Abel, 2nd type, class B]]

Solve \begin {gather*} \boxed {y^{\prime }-\frac {x \left (-x -1+x^{2}-2 y x^{2}+2 x^{4}\right )}{\left (x^{2}-y\right ) \left (x +1\right )}=0} \end {gather*}

Solution by Maple

Time used: 0.0 (sec). Leaf size: 191

dsolve(diff(y(x),x) = 1/(x^2-y(x))*x*(-x-1+x^2-2*x^2*y(x)+2*x^4)/(x+1),y(x), singsol=all)
 

\[ y \relax (x ) = \frac {4 x^{2} {\mathrm e}^{\RootOf \left (8 x^{3} {\mathrm e}^{\textit {\_Z}}-24 x^{2} {\mathrm e}^{\textit {\_Z}}-36 x^{3}+6 \ln \left (\frac {2 \,{\mathrm e}^{\textit {\_Z}}-9}{\left (x +1\right )^{4}}\right ) {\mathrm e}^{\textit {\_Z}}+18 \,{\mathrm e}^{\textit {\_Z}} c_{1}-6 \textit {\_Z} \,{\mathrm e}^{\textit {\_Z}}+24 x \,{\mathrm e}^{\textit {\_Z}}+108 x^{2}-27 \ln \left (\frac {2 \,{\mathrm e}^{\textit {\_Z}}-9}{\left (x +1\right )^{4}}\right )-81 c_{1}+27 \textit {\_Z} -108 x +27\right )}-18 x^{2}-9}{4 \,{\mathrm e}^{\RootOf \left (8 x^{3} {\mathrm e}^{\textit {\_Z}}-24 x^{2} {\mathrm e}^{\textit {\_Z}}-36 x^{3}+6 \ln \left (\frac {2 \,{\mathrm e}^{\textit {\_Z}}-9}{\left (x +1\right )^{4}}\right ) {\mathrm e}^{\textit {\_Z}}+18 \,{\mathrm e}^{\textit {\_Z}} c_{1}-6 \textit {\_Z} \,{\mathrm e}^{\textit {\_Z}}+24 x \,{\mathrm e}^{\textit {\_Z}}+108 x^{2}-27 \ln \left (\frac {2 \,{\mathrm e}^{\textit {\_Z}}-9}{\left (x +1\right )^{4}}\right )-81 c_{1}+27 \textit {\_Z} -108 x +27\right )}-18} \]

Solution by Mathematica

Time used: 15.472 (sec). Leaf size: 488

DSolve[y'[x] == (x*(-1 - x + x^2 + 2*x^4 - 2*x^2*y[x]))/((1 + x)*(x^2 - y[x])),y[x],x,IncludeSingularSolutions -> True]
 

\[ \text {Solve}\left [\frac {\left (2-\frac {x \left (x^2-x-1\right ) \left (2 x^2-2 y(x)+3\right )}{\sqrt [3]{x^3 \left (x^2-x-1\right )^3} \left (x^2-y(x)\right )}\right ) \left (\frac {x \left (x^2-x-1\right ) \left (2 x^2-2 y(x)+3\right )}{\sqrt [3]{x^3 \left (x^2-x-1\right )^3} \left (x^2-y(x)\right )}+4\right ) \left (\left (1-\frac {x \left (x^2-x-1\right ) \left (2 x^2-2 y(x)+3\right )}{2 \sqrt [3]{x^3 \left (x^2-x-1\right )^3} \left (x^2-y(x)\right )}\right ) \log \left (\frac {2-\frac {x \left (x^2-x-1\right ) \left (2 x^2-2 y(x)+3\right )}{\sqrt [3]{x^3 \left (x^2-x-1\right )^3} \left (x^2-y(x)\right )}}{\sqrt [3]{2}}\right )+\left (\frac {x \left (x^2-x-1\right ) \left (2 x^2-2 y(x)+3\right )}{2 \sqrt [3]{x^3 \left (x^2-x-1\right )^3} \left (x^2-y(x)\right )}-1\right ) \log \left (\frac {\frac {x \left (x^2-x-1\right ) \left (2 x^2-2 y(x)+3\right )}{\sqrt [3]{x^3 \left (x^2-x-1\right )^3} \left (x^2-y(x)\right )}+4}{\sqrt [3]{2}}\right )-3\right )}{18 \sqrt [3]{2} \left (-\frac {\left (2 x^2-2 y(x)+3\right )^3}{8 \left (x^2-y(x)\right )^3}+\frac {3 x \left (x^2-x-1\right ) \left (2 x^2-2 y(x)+3\right )}{2 \sqrt [3]{x^3 \left (x^2-x-1\right )^3} \left (x^2-y(x)\right )}-2\right )}=\frac {4\ 2^{2/3} \left (x^3 \left (x^2-x-1\right )^3\right )^{2/3} \left (x \left (x^2-3 x+3\right )-3 \log (x+1)\right )}{27 x^2 \left (-x^2+x+1\right )^2}+c_1,y(x)\right ] \]