37.27 problem 1149

Internal problem ID [3833]

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

CAS Maple gives this as type [_separable]

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

Solution by Maple

Time used: 0.453 (sec). Leaf size: 17

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

\[ y \relax (x ) = c_{1} {\mathrm e}^{\frac {\LambertW \left ({\mathrm e}^{x}\right ) \left (\LambertW \left ({\mathrm e}^{x}\right )+2\right )}{2}} \]

Solution by Mathematica

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

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

\begin{align*} y(x)\to c_1 e^{\frac {1}{2} \text {ProductLog}\left (e^x\right ) \left (\text {ProductLog}\left (e^x\right )+2\right )} \\ \end{align*}