1.316 problem 317

Internal problem ID [7897]

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

CAS Maple gives this as type [_rational]

Solve \begin {gather*} \boxed {\left (2 x y^{3}+x y+x^{2}\right ) y^{\prime }-x y+y^{2}=0} \end {gather*}

Solution by Maple

Time used: 0.008 (sec). Leaf size: 29

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

\[ y \relax (x ) = {\mathrm e}^{\RootOf \left (-{\mathrm e}^{3 \textit {\_Z}}-{\mathrm e}^{\textit {\_Z}} \ln \relax (x )+c_{1} {\mathrm e}^{\textit {\_Z}}-\textit {\_Z} \,{\mathrm e}^{\textit {\_Z}}+x \right )} \]

Solution by Mathematica

Time used: 0.235 (sec). Leaf size: 23

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

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