2.340 problem 916

Internal problem ID [8494]

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

CAS Maple gives this as type [NONE]

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

Solution by Maple

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

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

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

Solution by Mathematica

Time used: 0.645 (sec). Leaf size: 47

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

\begin{align*} y(x)\to \frac {\exp \left (\frac {12 x}{x (x ((4-3 x) x-6)+12)-12 \log (x+1)+c_1}\right )}{x} \\ y(x)\to \frac {1}{x} \\ \end{align*}