5.6 problem 22

Internal problem ID [5328]

Book: Schaums Outline. Theory and problems of Differential Equations, 1st edition. Frank Ayres. McGraw Hill 1952
Section: Chapter 9. Equations of first order and higher degree. Supplemetary problems. Page 65
Problem number: 22.
ODE order: 1.
ODE degree: 2.

CAS Maple gives this as type [[_1st_order, _with_linear_symmetries], _rational]

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

Solution by Maple

Time used: 0.078 (sec). Leaf size: 119

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

\begin{align*} y = \frac {\left (-18 x^{2}\right )^{\frac {1}{3}}}{2} y = -\frac {\left (-18 x^{2}\right )^{\frac {1}{3}}}{4}-\frac {i \sqrt {3}\, \left (-18 x^{2}\right )^{\frac {1}{3}}}{4} y = -\frac {\left (-18 x^{2}\right )^{\frac {1}{3}}}{4}+\frac {i \sqrt {3}\, \left (-18 x^{2}\right )^{\frac {1}{3}}}{4} y = 0 y = \operatorname {RootOf}\left (-\ln \left (x \right )+\int _{}^{\textit {\_Z}}-\frac {3 \left (4 \textit {\_a}^{3}+3 \sqrt {4 \textit {\_a}^{3}+9}+9\right )}{2 \textit {\_a} \left (4 \textit {\_a}^{3}+9\right )}d \textit {\_a} +c_{1} \right ) x^{\frac {2}{3}} \end{align*}

Solution by Mathematica

Time used: 0.574 (sec). Leaf size: 239

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

\begin{align*} y(x)\to e^{\frac {c_1}{3}} \sqrt [3]{-3 x+e^{c_1}} y(x)\to -\sqrt [3]{-1} e^{\frac {c_1}{3}} \sqrt [3]{-3 x+e^{c_1}} y(x)\to (-1)^{2/3} e^{\frac {c_1}{3}} \sqrt [3]{-3 x+e^{c_1}} y(x)\to e^{\frac {c_1}{3}} \sqrt [3]{3 x+e^{c_1}} y(x)\to -\sqrt [3]{-1} e^{\frac {c_1}{3}} \sqrt [3]{3 x+e^{c_1}} y(x)\to (-1)^{2/3} e^{\frac {c_1}{3}} \sqrt [3]{3 x+e^{c_1}} y(x)\to 0 y(x)\to -\left (-\frac {3}{2}\right )^{2/3} x^{2/3} y(x)\to -\left (\frac {3}{2}\right )^{2/3} x^{2/3} y(x)\to \frac {\sqrt [3]{-1} 3^{2/3} x^{2/3}}{2^{2/3}} \end{align*}