3.9 problem 10

Internal problem ID [11604]

Book: Differential Equations by Shepley L. Ross. Third edition. John Willey. New Delhi. 2004.
Section: Chapter 2, section 2.1 (Exact differential equations and integrating factors). Exercises page 37
Problem number: 10.
ODE order: 1.
ODE degree: 1.

CAS Maple gives this as type [_rational]

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

Solution by Maple

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

\[ \text {No solution found} \]

Solution by Mathematica

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

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

Timed out