24.3 problem 665

Internal problem ID [3912]

Book: Ordinary differential equations and their solutions. By George Moseley Murphy. 1960
Section: Various 24
Problem number: 665.
ODE order: 1.
ODE degree: 1.

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

\[ \boxed {x \left (1+y^{2} x \right ) y^{\prime }+y=0} \]

Solution by Maple

Time used: 0.188 (sec). Leaf size: 137

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

\begin{align*} y \left (x \right ) &= -\frac {\sqrt {2}\, \sqrt {x c_{1} \left (2 c_{1} +x -\sqrt {x \left (x +4 c_{1} \right )}\right )}}{2 c_{1} x} \\ y \left (x \right ) &= \frac {\sqrt {2}\, \sqrt {x c_{1} \left (2 c_{1} +x -\sqrt {x \left (x +4 c_{1} \right )}\right )}}{2 c_{1} x} \\ y \left (x \right ) &= -\frac {\sqrt {2}\, \sqrt {x c_{1} \left (2 c_{1} +x +\sqrt {x \left (x +4 c_{1} \right )}\right )}}{2 c_{1} x} \\ y \left (x \right ) &= \frac {\sqrt {2}\, \sqrt {x c_{1} \left (2 c_{1} +x +\sqrt {x \left (x +4 c_{1} \right )}\right )}}{2 c_{1} x} \\ \end{align*}

Solution by Mathematica

Time used: 0.329 (sec). Leaf size: 65

DSolve[x(1+x y[x]^2)y'[x]+y[x]==0,y[x],x,IncludeSingularSolutions -> True]
 

\begin{align*} y(x)\to \frac {1}{2} \left (c_1-\frac {\sqrt {4+c_1{}^2 x}}{\sqrt {x}}\right ) \\ y(x)\to \frac {1}{2} \left (\frac {\sqrt {4+c_1{}^2 x}}{\sqrt {x}}+c_1\right ) \\ y(x)\to 0 \\ \end{align*}