29.32.5 problem 939

Internal problem ID [5517]
Book : Ordinary differential equations and their solutions. By George Moseley Murphy. 1960
Section : Various 32
Problem number : 939
Date solved : Monday, January 27, 2025 at 11:35:02 AM
CAS classification : [[_homogeneous, `class G`], _rational]

\begin{align*} x^{6} {y^{\prime }}^{2}-2 x y^{\prime }-4 y&=0 \end{align*}

Solution by Maple

Time used: 0.040 (sec). Leaf size: 85

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

Solution by Mathematica

Time used: 0.573 (sec). Leaf size: 128

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