2.6 problem 6

Internal problem ID [8322]

Book: Collection of Kovacic problems
Section: section 2. Solution found using all possible Kovacic cases
Problem number: 6.
ODE order: 2.
ODE degree: 1.

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

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

Solution by Maple

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

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

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

Solution by Mathematica

Time used: 0.027 (sec). Leaf size: 42

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

\[ y(x)\to \sqrt {x} \left (c_1 \cos \left (\frac {1}{2} \sqrt {3} \log (x)\right )+c_2 \sin \left (\frac {1}{2} \sqrt {3} \log (x)\right )\right ) \]