1.98 problem 100

Internal problem ID [7588]

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

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

\[ \boxed {x^{2} \left (x +2\right ) y^{\prime \prime }+5 x \left (1-x \right ) y^{\prime }-\left (-8 x +2\right ) y=0} \]

Solution by Maple

Time used: 0.0 (sec). Leaf size: 88

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

\[ y \left (x \right ) = \frac {c_{1} \left (40 x^{4}-160 x^{3}+60 x^{2}+8 x +1\right )}{x^{2}}+\frac {c_{2} \left (40 x^{4}-160 x^{3}+60 x^{2}+8 x +1\right ) \left (\int \frac {x^{\frac {3}{2}} \left (x +2\right )^{\frac {15}{2}}}{\left (40 x^{4}-160 x^{3}+60 x^{2}+8 x +1\right )^{2}}d x \right )}{x^{2}} \]

Solution by Mathematica

Time used: 48.622 (sec). Leaf size: 1347

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

Too large to display