2.12 problem 13

Internal problem ID [7453]

Book: Second order enumerated odes
Section: section 2
Problem number: 13.
ODE order: 2.
ODE degree: 1.

CAS Maple gives this as type [_Liouville, [_2nd_order, _with_linear_symmetries], [_2nd_order, _reducible, _mu_x_y1], [_2nd_order, _reducible, _mu_xy]]

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

Solution by Maple

Time used: 0.016 (sec). Leaf size: 55

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

\[ -\frac {3 \left (c_{1} x \operatorname {WhittakerM}\left (\frac {1}{6}, \frac {2}{3}, \frac {x^{3}}{30}\right ) {\mathrm e}^{-\frac {x^{3}}{60}} 30^{\frac {1}{6}}+\frac {4 \left (x^{3}\right )^{\frac {1}{6}} \left (c_{1} x \,{\mathrm e}^{-\frac {x^{3}}{30}}+c_{2} -\frac {10 y \left (x \right )^{\frac {13}{10}}}{13}\right )}{3}\right )}{4 \left (x^{3}\right )^{\frac {1}{6}}} = 0 \]

Solution by Mathematica

Time used: 66.444 (sec). Leaf size: 73

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

\[ y(x)\to c_2 \exp \left (\int _1^x\frac {30 e^{-\frac {1}{30} K[1]^3} \sqrt [3]{K[1]^3}}{30 c_1 \sqrt [3]{K[1]^3}-13 \sqrt [3]{30} \Gamma \left (\frac {1}{3},\frac {K[1]^3}{30}\right ) K[1]}dK[1]\right ) \]