1.16 problem 16

Internal problem ID [1885]

Book: Differential Equations, Nelson, Folley, Coral, 3rd ed, 1964
Section: Exercis 5, page 21
Problem number: 16.
ODE order: 1.
ODE degree: 1.

CAS Maple gives this as type [_separable]

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

Solution by Maple

Time used: 0.016 (sec). Leaf size: 19

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

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

Solution by Mathematica

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

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

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