5.16 problem 132

Internal problem ID [3389]

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

CAS Maple gives this as type [_separable]

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

Solution by Maple

Time used: 0.047 (sec). Leaf size: 16

dsolve(diff(y(x),x)+y(x)*ln(x)*ln(y(x)) = 0,y(x), singsol=all)
 

\[ y \left (x \right ) = {\mathrm e}^{\frac {x^{-x} {\mathrm e}^{x}}{c_{1}}} \]

Solution by Mathematica

Time used: 0.224 (sec). Leaf size: 24

DSolve[y'[x]+y[x] Log[x] Log[y[x]]==0,y[x],x,IncludeSingularSolutions -> True]
 

\begin{align*} y(x)\to e^{x^{-x} e^{x+c_1}} y(x)\to 1 \end{align*}