8.35 problem 37

Internal problem ID [2067]

Book: Differential Equations by Alfred L. Nelson, Karl W. Folley, Max Coral. 3rd ed. DC heath. Boston. 1964
Section: Exercise 12, page 46
Problem number: 37.
ODE order: 1.
ODE degree: 1.

CAS Maple gives this as type [[_homogeneous, `class C`], _rational, [_Abel, `2nd type`, `class C`], _dAlembert]

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

Solution by Maple

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

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

\[ y = -\frac {2}{3}+\frac {\sqrt {2}\, x \tan \left (\operatorname {RootOf}\left (\sqrt {2}\, \ln \left (6 x^{2}+6 \tan \left (\textit {\_Z} \right )^{2} x^{2}\right )+2 \sqrt {2}\, c_{1} +2 \textit {\_Z} \right )\right )}{3}-\frac {x}{3} \]

Solution by Mathematica

Time used: 0.118 (sec). Leaf size: 78

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

\[ \text {Solve}\left [2 \sqrt {2} \arctan \left (\frac {-3 y(x)+x-2}{\sqrt {2} (3 y(x)+2 x+2)}\right )=2 \log \left (\frac {3 x^2+9 y(x)^2+6 (x+2) y(x)+4 x+4}{3 x^2}\right )+4 \log (x)+3 c_1,y(x)\right ] \]