2.329 problem 905

Internal problem ID [8485]

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

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

Solve \begin {gather*} \boxed {y^{\prime }-\frac {a^{2} x +a^{3} x^{3}+a^{3} x^{3} y^{2}+2 a^{2} x^{2} y+a x +y^{3} a^{3} x^{3}+3 y^{2} a^{2} x^{2}+3 y a x +1}{a^{3} x^{3}}=0} \end {gather*}

Solution by Maple

Time used: 0.001 (sec). Leaf size: 46

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

\[ y \relax (x ) = \frac {29 \RootOf \left (-81 \left (\int _{}^{\textit {\_Z}}\frac {1}{841 \textit {\_a}^{3}-27 \textit {\_a} +27}d \textit {\_a} \right )+x +3 c_{1}\right ) a x -3 a x -9}{9 a x} \]

Solution by Mathematica

Time used: 0.19 (sec). Leaf size: 85

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

\[ \text {Solve}\left [-\frac {29}{3} \text {RootSum}\left [-29 \text {$\#$1}^3+3 \sqrt [3]{29} \text {$\#$1}-29\&,\frac {\log \left (\frac {\frac {a x+3}{a x}+3 y(x)}{\sqrt [3]{29}}-\text {$\#$1}\right )}{\sqrt [3]{29}-29 \text {$\#$1}^2}\&\right ]=\frac {1}{9} 29^{2/3} x+c_1,y(x)\right ] \]