1.481 problem 495

Internal problem ID [7971]

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

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

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

Solution by Maple

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

dsolve((11-8*x+2*x^2)*diff(y(x),x$2)-16*(x-2)*diff(y(x),x)+36*y(x)=0,y(x), singsol=all)
 

\[ y \left (x \right ) = c_{1} \left (-\frac {31}{5}+x^{3}-6 x^{2}+\frac {111}{10} x \right )+c_{2} \left (x^{6}-12 x^{5}+\frac {165}{2} x^{4}-\frac {16577}{8}-\frac {5445}{4} x^{2}+3267 x \right ) \]

Solution by Mathematica

Time used: 0.898 (sec). Leaf size: 91

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

\[ y(x)\to \frac {1}{15} i c_2 \left (10 x^3-60 x^2+111 x-62\right )+\frac {c_1 \left (2 x+5 i \sqrt {6}-4\right ) (2 (x-4) x+11)^2 \left (2 i x+\sqrt {6}-4 i\right )^3}{2 \left (-2 i x+\sqrt {6}+4 i\right )^2} \]