1.110 problem 112

Internal problem ID [6843]

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.17 (sec). Leaf size: 47

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]
 

\begin{align*} y(x)\to -\frac {1}{2} e^{-\frac {x^2}{2}} \sqrt [3]{x} \left (c_2 \sqrt [6]{x} \operatorname {ExpIntegralE}\left (\frac {11}{12},-\frac {x^2}{2}\right )-2 c_1\right ) \\ \end{align*}