3.9 problem 11

Internal problem ID [6803]

Book: Elementary differential equations. By Earl D. Rainville, Phillip E. Bedient. Macmilliam Publishing Co. NY. 6th edition. 1981.
Section: CHAPTER 16. Nonlinear equations. Section 99. Clairaut’s equation. EXERCISES Page 320
Problem number: 11.
ODE order: 1.
ODE degree: 2.

CAS Maple gives this as type [[_homogeneous, `class G`], _rational]

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

Solution by Maple

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

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

\begin{align*} y \left (x \right ) &= -\frac {1}{12 x^{2}} \\ y \left (x \right ) &= \frac {-i \sqrt {3}\, c_{1} -3 x}{3 c_{1}^{2} x} \\ y \left (x \right ) &= \frac {i \sqrt {3}\, c_{1} -3 x}{3 x \,c_{1}^{2}} \\ y \left (x \right ) &= \frac {i \sqrt {3}\, c_{1} -3 x}{3 x \,c_{1}^{2}} \\ y \left (x \right ) &= \frac {-i \sqrt {3}\, c_{1} -3 x}{3 c_{1}^{2} x} \\ \end{align*}

Solution by Mathematica

Time used: 0.512 (sec). Leaf size: 123

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

\begin{align*} \text {Solve}\left [-\frac {x \sqrt {12 x^2 y(x)+1} \text {arctanh}\left (\sqrt {12 x^2 y(x)+1}\right )}{\sqrt {12 x^4 y(x)+x^2}}-\frac {1}{2} \log (y(x))&=c_1,y(x)\right ] \\ \text {Solve}\left [\frac {x \sqrt {12 x^2 y(x)+1} \text {arctanh}\left (\sqrt {12 x^2 y(x)+1}\right )}{\sqrt {12 x^4 y(x)+x^2}}-\frac {1}{2} \log (y(x))&=c_1,y(x)\right ] \\ y(x)\to 0 \\ \end{align*}