1.129 problem 188

Internal problem ID [12226]

Book: DIFFERENTIAL and INTEGRAL CALCULUS. VOL I. by N. PISKUNOV. MIR PUBLISHERS, Moscow 1969.
Section: Chapter 8. Differential equations. Exercises page 595
Problem number: 188.
ODE order: 1.
ODE degree: 1.

CAS Maple gives this as type [_Bernoulli]

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

Solution by Maple

Time used: 0.0 (sec). Leaf size: 13

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

\[ y \left (x \right ) = \frac {1}{c_{1} x +\ln \left (x \right )+1} \]

Solution by Mathematica

Time used: 0.237 (sec). Leaf size: 20

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

\begin{align*} y(x)\to \frac {1}{\log (x)+c_1 x+1} y(x)\to 0 \end{align*}