1.144 problem 145

Internal problem ID [8481]

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

CAS Maple gives this as type [_rational, _Abel]

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

Solution by Maple

Time used: 0.0 (sec). Leaf size: 117

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

\[ y \left (x \right ) = -\frac {1}{a x +\left (-2 a \right )^{\frac {2}{3}} \operatorname {RootOf}\left (\operatorname {AiryBi}\left (\frac {\textit {\_Z}^{2} \left (-2 a \right )^{\frac {1}{3}} x -1}{\left (-2 a \right )^{\frac {1}{3}} x}\right ) c_{1} \textit {\_Z} +\textit {\_Z} \operatorname {AiryAi}\left (\frac {\textit {\_Z}^{2} \left (-2 a \right )^{\frac {1}{3}} x -1}{\left (-2 a \right )^{\frac {1}{3}} x}\right )+\operatorname {AiryBi}\left (1, \frac {\textit {\_Z}^{2} \left (-2 a \right )^{\frac {1}{3}} x -1}{\left (-2 a \right )^{\frac {1}{3}} x}\right ) c_{1} +\operatorname {AiryAi}\left (1, \frac {\textit {\_Z}^{2} \left (-2 a \right )^{\frac {1}{3}} x -1}{\left (-2 a \right )^{\frac {1}{3}} x}\right )\right )} \]

Solution by Mathematica

Time used: 0.436 (sec). Leaf size: 267

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

\[ \text {Solve}\left [\frac {\left (-\frac {1}{2^{2/3} a^{2/3} y(x)}-\frac {\sqrt [3]{a} x}{2^{2/3}}\right ) \operatorname {AiryAi}\left (\left (-\frac {\sqrt [3]{a} x}{2^{2/3}}-\frac {1}{2^{2/3} a^{2/3} y(x)}\right )^2+\frac {1}{\sqrt [3]{2} \sqrt [3]{a} x}\right )+\operatorname {AiryAiPrime}\left (\left (-\frac {\sqrt [3]{a} x}{2^{2/3}}-\frac {1}{2^{2/3} a^{2/3} y(x)}\right )^2+\frac {1}{\sqrt [3]{2} \sqrt [3]{a} x}\right )}{\left (-\frac {1}{2^{2/3} a^{2/3} y(x)}-\frac {\sqrt [3]{a} x}{2^{2/3}}\right ) \operatorname {AiryBi}\left (\left (-\frac {\sqrt [3]{a} x}{2^{2/3}}-\frac {1}{2^{2/3} a^{2/3} y(x)}\right )^2+\frac {1}{\sqrt [3]{2} \sqrt [3]{a} x}\right )+\operatorname {AiryBiPrime}\left (\left (-\frac {\sqrt [3]{a} x}{2^{2/3}}-\frac {1}{2^{2/3} a^{2/3} y(x)}\right )^2+\frac {1}{\sqrt [3]{2} \sqrt [3]{a} x}\right )}+c_1=0,y(x)\right ] \]