60.2.317 problem 894

Internal problem ID [10904]
Book : Differential Gleichungen, E. Kamke, 3rd ed. Chelsea Pub. NY, 1948
Section : Chapter 1, Additional non-linear first order
Problem number : 894
Date solved : Monday, January 27, 2025 at 10:22:59 PM
CAS classification : [_rational]

\begin{align*} y^{\prime }&=-\frac {i \left (i x +1+x^{4}+2 x^{2} y^{2}+y^{4}+x^{6}+3 x^{4} y^{2}+3 x^{2} y^{4}+y^{6}\right )}{y} \end{align*}

Solution by Maple

dsolve(diff(y(x),x) = -I*(I*x+1+x^4+2*x^2*y(x)^2+y(x)^4+x^6+3*x^4*y(x)^2+3*x^2*y(x)^4+y(x)^6)/y(x),y(x), singsol=all)
 
\[ \text {No solution found} \]

Solution by Mathematica

Time used: 0.000 (sec). Leaf size: 0

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

Not solved