2.184 problem 760

Internal problem ID [9095]

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

CAS Maple gives this as type [_rational]

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

Solution by Maple

Time used: 0.125 (sec). Leaf size: 280

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

\begin{align*} y \left (x \right ) = -\frac {\sqrt {-2 x \left (i x +x +2\right )}}{2 x} y \left (x \right ) = \frac {\sqrt {-2 x \left (i x +x +2\right )}}{2 x} y \left (x \right ) = -\frac {\sqrt {2}\, \sqrt {x \left (i x -x -2\right )}}{2 x} y \left (x \right ) = \frac {\sqrt {2}\, \sqrt {x \left (i x -x -2\right )}}{2 x} \frac {1}{2 x}-\frac {\left (4 y \left (x \right )^{4}+4 y \left (x \right )^{2}+2\right ) \ln \left (2 y \left (x \right )^{4} x^{2}+2 y \left (x \right )^{2} x^{2}+4 x y \left (x \right )^{2}+x^{2}+2 x +2\right )}{20 \left (2 y \left (x \right )^{4}+2 y \left (x \right )^{2}+1\right )}-\frac {\left (4 y \left (x \right )^{2}+1-\frac {\left (4 y \left (x \right )^{4}+4 y \left (x \right )^{2}+2\right ) \left (4 y \left (x \right )^{2}+2\right )}{2 \left (2 y \left (x \right )^{4}+2 y \left (x \right )^{2}+1\right )}\right ) \arctan \left (\left (2 y \left (x \right )^{4}+2 y \left (x \right )^{2}+1\right ) x +2 y \left (x \right )^{2}+1\right )}{10}-\frac {\left (-\frac {y \left (x \right )^{2}}{5}+\frac {1}{5}\right ) \ln \left (x y \left (x \right )^{2}-x +1\right )}{y \left (x \right )^{2}-1}-\frac {\arctan \left (2 y \left (x \right )^{2}+1\right )}{10}+c_{1} = 0 \end{align*}

Solution by Mathematica

Time used: 0.518 (sec). Leaf size: 112

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

\[ \text {Solve}\left [2 \left (-\frac {1}{10} \arctan \left (2 x y(x)^4+2 x y(x)^2+2 y(x)^2+x+1\right )+\frac {1}{10} \log \left (2 x^2 y(x)^4+2 x^2 y(x)^2+x^2+4 x y(x)^2+2 x+2\right )-\frac {1}{5} \log \left (x y(x)^2-x+1\right )-\frac {1}{2 x}\right )+\frac {1}{5} \arctan \left (2 y(x)^2+1\right )=c_1,y(x)\right ] \]