83.46.8 problem Ex 8 page 73

Internal problem ID [19573]
Book : A Text book for differentional equations for postgraduate students by Ray and Chaturvedi. First edition, 1958. BHASKAR press. INDIA
Section : Book Solved Excercises. Chapter V. Singular solutions
Problem number : Ex 8 page 73
Date solved : Tuesday, January 28, 2025 at 01:57:26 PM
CAS classification : [[_homogeneous, `class G`], _rational]

\begin{align*} x^{3} {y^{\prime }}^{2}+x^{2} y y^{\prime }+a^{3}&=0 \end{align*}

Solution by Maple

Time used: 0.135 (sec). Leaf size: 72

dsolve(x^3*diff(y(x),x)^2+x^2*y(x)*diff(y(x),x)+a^3=0,y(x), singsol=all)
 
\begin{align*} y \left (x \right ) &= -\frac {2 \sqrt {a x}\, a}{x} \\ y \left (x \right ) &= \frac {2 \sqrt {a x}\, a}{x} \\ y \left (x \right ) &= \frac {4 a^{3}+c_{1}^{2} x}{2 c_{1} x} \\ y \left (x \right ) &= \frac {4 a^{3} x +c_{1}^{2}}{2 c_{1} x} \\ \end{align*}

Solution by Mathematica

Time used: 0.639 (sec). Leaf size: 61

DSolve[x^3*D[y[x],x]^2+x^2*y[x]*D[y[x],x]+a^3==0,y[x],x,IncludeSingularSolutions -> True]
 
\begin{align*} y(x)\to -\frac {e^{-\frac {c_1}{2}} \left (x+4 a^3 e^{c_1}\right )}{2 x} \\ y(x)\to \frac {e^{-\frac {c_1}{2}} \left (x+4 a^3 e^{c_1}\right )}{2 x} \\ \end{align*}