3.33 problem 26 (g)

Internal problem ID [5294]

Book: Schaums Outline. Theory and problems of Differential Equations, 1st edition. Frank Ayres. McGraw Hill 1952
Section: Chapter 5. Equations of first order and first degree (Exact equations). Supplemetary problems. Page 33
Problem number: 26 (g).
ODE order: 1.
ODE degree: 1.

CAS Maple gives this as type [[_homogeneous, `class A`], _rational, _Bernoulli]

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

Solution by Maple

Time used: 0.015 (sec). Leaf size: 15

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

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

Solution by Mathematica

Time used: 0.14 (sec). Leaf size: 21

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

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