2.318 problem 894

Internal problem ID [8474]

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

CAS Maple gives this as type [_rational]

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

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.0 (sec). Leaf size: 0

DSolve[y'[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