1.809 problem 827

Internal problem ID [8299]

Book: Collection of Kovacic problems
Section: section 1
Problem number: 827.
ODE order: 2.
ODE degree: 1.

CAS Maple gives this as type [[_Emden, _Fowler]]

\[ \boxed {2 x^{2} y^{\prime \prime }+3 y^{\prime } x -y x=0} \]

Solution by Maple

Time used: 0.031 (sec). Leaf size: 31

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

\[ y \left (x \right ) = \frac {c_{1} \sinh \left (\sqrt {x}\, \sqrt {2}\right )}{\sqrt {x}}+\frac {c_{2} \cosh \left (\sqrt {x}\, \sqrt {2}\right )}{\sqrt {x}} \]

Solution by Mathematica

Time used: 0.061 (sec). Leaf size: 56

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

\[ y(x)\to \frac {e^{-\sqrt {2} \sqrt {x}} \left (2 c_1 e^{2 \sqrt {2} \sqrt {x}}-\sqrt {2} c_2\right )}{2 \sqrt {x}} \]