2.135 problem 711

Internal problem ID [8289]

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

CAS Maple gives this as type [[_1st_order, `_with_symmetry_[F(x),G(x)*y+H(x)]`]]

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

Solution by Maple

Time used: 0.031 (sec). Leaf size: 31

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

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

Solution by Mathematica

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

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

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