1.526 problem 528

Internal problem ID [8863]

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

CAS Maple gives this as type [[_homogeneous, `class C`], _dAlembert]

\[ \boxed {{y^{\prime }}^{3}+a {y^{\prime }}^{2}+b y=-a b x} \]

Solution by Maple

Time used: 0.047 (sec). Leaf size: 127

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

\[ y \left (x \right ) = \frac {-{\mathrm e}^{3 \operatorname {RootOf}\left (-2 \textit {\_Z} \,a^{2}-3 \,{\mathrm e}^{2 \textit {\_Z}}+8 a \,{\mathrm e}^{\textit {\_Z}}+2 c_{1} b -5 a^{2}-2 b x \right )}+2 \,{\mathrm e}^{2 \operatorname {RootOf}\left (-2 \textit {\_Z} \,a^{2}-3 \,{\mathrm e}^{2 \textit {\_Z}}+8 a \,{\mathrm e}^{\textit {\_Z}}+2 c_{1} b -5 a^{2}-2 b x \right )} a -{\mathrm e}^{\operatorname {RootOf}\left (-2 \textit {\_Z} \,a^{2}-3 \,{\mathrm e}^{2 \textit {\_Z}}+8 a \,{\mathrm e}^{\textit {\_Z}}+2 c_{1} b -5 a^{2}-2 b x \right )} a^{2}-a x b}{b} \]

Solution by Mathematica

Time used: 0.546 (sec). Leaf size: 398

DSolve[a*b*x + b*y[x] + a*y'[x]^2 + y'[x]^3==0,y[x],x,IncludeSingularSolutions -> True]
                                                                                    
                                                                                    
 

\[ \text {Solve}\left [\left \{x=-\frac {-a \left (\frac {\sqrt [3]{-2 a^3+\sqrt {\left (-2 a^3-27 a b x-27 b y(x)\right )^2-4 a^6}-27 a b x-27 b y(x)}}{3 \sqrt [3]{2}}+\frac {\sqrt [3]{2} a^2}{3 \sqrt [3]{-2 a^3+\sqrt {\left (-2 a^3-27 a b x-27 b y(x)\right )^2-4 a^6}-27 a b x-27 b y(x)}}-\frac {a}{3}\right )+\frac {3}{2} \left (\frac {\sqrt [3]{-2 a^3+\sqrt {\left (-2 a^3-27 a b x-27 b y(x)\right )^2-4 a^6}-27 a b x-27 b y(x)}}{3 \sqrt [3]{2}}+\frac {\sqrt [3]{2} a^2}{3 \sqrt [3]{-2 a^3+\sqrt {\left (-2 a^3-27 a b x-27 b y(x)\right )^2-4 a^6}-27 a b x-27 b y(x)}}-\frac {a}{3}\right )^2+a^2 \log \left (\frac {\sqrt [3]{-2 a^3+\sqrt {\left (-2 a^3-27 a b x-27 b y(x)\right )^2-4 a^6}-27 a b x-27 b y(x)}}{3 \sqrt [3]{2}}+\frac {\sqrt [3]{2} a^2}{3 \sqrt [3]{-2 a^3+\sqrt {\left (-2 a^3-27 a b x-27 b y(x)\right )^2-4 a^6}-27 a b x-27 b y(x)}}+\frac {2 a}{3}\right )}{b}+c_1\right \},y(x)\right ] \]