2.326 problem 902

Internal problem ID [9237]

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

CAS Maple gives this as type [_rational]

\[ \boxed {y^{\prime }-\frac {-y^{2} x +x^{3}-x -y^{6}+3 y^{4} x^{2}-3 y^{2} x^{4}+x^{6}}{\left (-y^{2}+x^{2}-1\right ) y}=0} \]

Solution by Maple

Time used: 0.016 (sec). Leaf size: 175

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

\begin{align*} y \left (x \right ) = -\frac {\sqrt {\left (-x +c_{1} \right ) \left (4 x^{2} c_{1} -4 x^{3}+\sqrt {4 c_{1} -4 x +1}+1\right )}}{2 \left (-x +c_{1} \right )} y \left (x \right ) = \frac {\sqrt {\left (-x +c_{1} \right ) \left (4 x^{2} c_{1} -4 x^{3}+\sqrt {4 c_{1} -4 x +1}+1\right )}}{-2 x +2 c_{1}} y \left (x \right ) = -\frac {\sqrt {-\left (-x +c_{1} \right ) \left (-4 x^{2} c_{1} +4 x^{3}+\sqrt {4 c_{1} -4 x +1}-1\right )}}{2 \left (-x +c_{1} \right )} y \left (x \right ) = \frac {\sqrt {-\left (-x +c_{1} \right ) \left (-4 x^{2} c_{1} +4 x^{3}+\sqrt {4 c_{1} -4 x +1}-1\right )}}{-2 x +2 c_{1}} \end{align*}

Solution by Mathematica

Time used: 8.232 (sec). Leaf size: 219

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

\begin{align*} y(x)\to -\frac {1}{2} \sqrt {-\frac {-4 x^3+4 c_1 x^2+\sqrt {-4 x+1+4 c_1}+1}{x-c_1}} y(x)\to \frac {1}{2} \sqrt {-\frac {-4 x^3+4 c_1 x^2+\sqrt {-4 x+1+4 c_1}+1}{x-c_1}} y(x)\to -\frac {1}{2} \sqrt {\frac {4 x^3-4 c_1 x^2+\sqrt {-4 x+1+4 c_1}-1}{x-c_1}} y(x)\to \frac {1}{2} \sqrt {\frac {4 x^3-4 c_1 x^2+\sqrt {-4 x+1+4 c_1}-1}{x-c_1}} y(x)\to -\sqrt {x^2} y(x)\to \sqrt {x^2} \end{align*}