1.271 problem 272

Internal problem ID [8608]

Book: Differential Gleichungen, E. Kamke, 3rd ed. Chelsea Pub. NY, 1948
Section: Chapter 1, linear first order
Problem number: 272.
ODE order: 1.
ODE degree: 1.

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

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

Solution by Maple

Time used: 0.063 (sec). Leaf size: 42

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

\[ y \left (x \right ) = {\mathrm e}^{\frac {2 \sqrt {3}\, \operatorname {RootOf}\left (-3 \tan \left (\textit {\_Z} \right ) x -2 \sqrt {3}\, {\mathrm e}^{\frac {2 \textit {\_Z} \sqrt {3}}{3}} {\mathrm e}^{-c_{1}}+\sqrt {3}\, x \right )}{3}-c_{1}} \]

Solution by Mathematica

Time used: 0.123 (sec). Leaf size: 42

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

\[ \text {Solve}\left [\frac {2 \arctan \left (\frac {\frac {2 y(x)}{x}-1}{\sqrt {3}}\right )}{\sqrt {3}}+\log \left (\frac {y(x)}{x}\right )=-\log (x)+c_1,y(x)\right ] \]