1.2 problem Ex 2

Internal problem ID [11123]

Book: An elementary treatise on differential equations by Abraham Cohen. DC heath publishers. 1906
Section: Chapter 2, differential equations of the first order and the first degree. Article 8. Exact differential equations. Page 11
Problem number: Ex 2.
ODE order: 1.
ODE degree: 1.

CAS Maple gives this as type [[_homogeneous, `class A`], _exact, _rational, _dAlembert]

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

Solution by Maple

Time used: 0.266 (sec). Leaf size: 71

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

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

Solution by Mathematica

Time used: 15.598 (sec). Leaf size: 277

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

\begin{align*} y(x)\to -\frac {\sqrt {x^2-\frac {\sqrt {x^6-4 e^{2 c_1}}}{x}}}{\sqrt {2}} \\ y(x)\to \frac {\sqrt {x^2-\frac {\sqrt {x^6-4 e^{2 c_1}}}{x}}}{\sqrt {2}} \\ y(x)\to -\frac {\sqrt {\frac {x^3+\sqrt {x^6-4 e^{2 c_1}}}{x}}}{\sqrt {2}} \\ y(x)\to \frac {\sqrt {\frac {x^3+\sqrt {x^6-4 e^{2 c_1}}}{x}}}{\sqrt {2}} \\ y(x)\to -\frac {\sqrt {x^2-\frac {\sqrt {x^6}}{x}}}{\sqrt {2}} \\ y(x)\to \frac {\sqrt {x^2-\frac {\sqrt {x^6}}{x}}}{\sqrt {2}} \\ y(x)\to -\frac {\sqrt {\frac {\sqrt {x^6}+x^3}{x}}}{\sqrt {2}} \\ y(x)\to \frac {\sqrt {\frac {\sqrt {x^6}+x^3}{x}}}{\sqrt {2}} \\ \end{align*}