2.107 problem 683

Internal problem ID [8261]

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

CAS Maple gives this as type [_Bernoulli]

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

Solution by Maple

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

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

\[ y \left (x \right ) = \frac {1}{x \left (\left (x \left (x +1\right )\right )^{\frac {x^{3}}{3}} \left (x +1\right )^{\frac {1}{3}} {\mathrm e}^{-\frac {2}{9} x^{3}+\frac {1}{6} x^{2}-\frac {1}{3} x} c_{1} +1\right )} \]

Solution by Mathematica

Time used: 1.144 (sec). Leaf size: 54

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

\begin{align*} y(x)\to \frac {1}{x+c_1 e^{-\frac {1}{18} x (x (4 x-3)+6)} x \sqrt [3]{x+1} (x (x+1))^{\frac {x^3}{3}}} \\ y(x)\to 0 \\ \end{align*}