1.484 problem 498

Internal problem ID [7974]

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

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

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

Solution by Maple

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

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

\[ y \left (x \right ) = c_{1} \left (-\frac {7}{4}+x^{5}+5 x^{4}+5 x^{3}-5 x^{2}-\frac {31}{4} x \right )+c_{2} \left (x^{6}+\frac {155}{8}-\frac {75}{2} x^{4}-100 x^{3}-\frac {225}{4} x^{2}+30 x \right ) \]

Solution by Mathematica

Time used: 0.917 (sec). Leaf size: 83

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

\[ y(x)\to \frac {\left (2 x^2+4 x+5\right )^{5/2} \left (4 c_2 \left (4 x^5+20 x^4+20 x^3-20 x^2-31 x-7\right )+c_1 \left (2 i x+\sqrt {6}+2 i\right )^6\right )}{\left (4 x^2+8 x+10\right )^{5/2}} \]