1.66 problem 68

Internal problem ID [7556]

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

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

\[ \boxed {\left (x^{8}+1\right ) y^{\prime \prime }-16 y^{\prime } x^{7}+72 y x^{6}=0} \]

Solution by Maple

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

dsolve((1+x^8)*diff(y(x),x$2)-16*x^7*diff(y(x),x)+72*x^6*y(x)=0,y(x), singsol=all)
 

\[ y \left (x \right ) = c_{1} \left (-\frac {7}{9}+x^{8}\right )+c_{2} \left (x^{9}-\frac {9}{7} x \right ) \]

Solution by Mathematica

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

DSolve[(1+x^8)*y''[x]-16*x^7*y'[x]+72*x^6*y[x]==0,y[x],x,IncludeSingularSolutions -> True]
                                                                                    
                                                                                    
 

Timed out