1.172 problem 174

Internal problem ID [6906]

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

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

Solve \begin {gather*} \boxed {x^{2} \left (x +1\right ) y^{\prime \prime }-x \left (3+10 x \right ) y^{\prime }+30 y x=0} \end {gather*}

Solution by Maple

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

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

\[ y \relax (x ) = c_{1} \left (2 x^{5}-5 x^{4}\right )+c_{2} \left (\frac {1}{40}+\frac {x^{6}}{4}+\frac {\left (240 \ln \relax (x )-50\right ) x^{5}}{80}+\frac {\left (-600 \ln \relax (x )-1495\right ) x^{4}}{80}+5 x^{3}+\frac {5 x^{2}}{4}+\frac {x}{4}\right ) \]

Solution by Mathematica

Time used: 0.044 (sec). Leaf size: 67

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

\begin{align*} y(x)\to \frac {1}{2} c_1 (2 x-5) x^4+6 c_2 (2 x-5) x^4 \log (x)+\frac {1}{20} c_2 (5 x (x (x (x (2 x (2 x-5)-299)+80)+20)+4)+2) \\ \end{align*}