1.2 problem Ex 2

Internal problem ID [11133]

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}-y x^{2}}=0} \]

Solution by Maple

Time used: 1.219 (sec). Leaf size: 223

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 {-x c_{1} -\frac {-2 c_{1}^{2} x^{2}+\sqrt {2 x^{4} c_{1}^{4}-2 c_{1} \sqrt {c_{1}^{6} x^{6}+4}\, x}}{2 x c_{1}}}{c_{1}} y \left (x \right ) = \frac {-x c_{1} +\frac {2 c_{1}^{2} x^{2}+\sqrt {2 x^{4} c_{1}^{4}-2 c_{1} \sqrt {c_{1}^{6} x^{6}+4}\, x}}{2 x c_{1}}}{c_{1}} y \left (x \right ) = \frac {-x c_{1} +\frac {2 c_{1}^{2} x^{2}-\sqrt {2 x^{4} c_{1}^{4}+2 c_{1} \sqrt {c_{1}^{6} x^{6}+4}\, x}}{2 x c_{1}}}{c_{1}} y \left (x \right ) = \frac {-x c_{1} +\frac {2 c_{1}^{2} x^{2}+\sqrt {2 x^{4} c_{1}^{4}+2 c_{1} \sqrt {c_{1}^{6} x^{6}+4}\, x}}{2 x c_{1}}}{c_{1}} \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*}