1.110 problem 112

Internal problem ID [7600]

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

CAS Maple gives this as type [[_2nd_order, _with_linear_symmetries]]

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

Solution by Maple

Time used: 0.047 (sec). Leaf size: 35

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

\[ y \left (x \right ) = \frac {c_{1} \operatorname {WhittakerM}\left (\frac {11}{24}, \frac {1}{24}, \frac {x^{2}}{2}\right ) {\mathrm e}^{-\frac {x^{2}}{4}}}{x^{\frac {7}{12}}}+c_{2} x^{\frac {1}{3}} {\mathrm e}^{-\frac {x^{2}}{2}} \]

Solution by Mathematica

Time used: 0.351 (sec). Leaf size: 61

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

\[ y(x)\to \frac {e^{-\frac {x^2}{2}} \left (2 c_1 x^{11/6}+\sqrt [12]{2} c_2 \left (-x^2\right )^{11/12} \Gamma \left (\frac {1}{12},-\frac {x^2}{2}\right )\right )}{2 x^{3/2}} \]