1.319 problem 323

Internal problem ID [7809]

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

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

\[ \boxed {y^{\prime \prime }-2 x y^{\prime }+8 y=0} \]

Solution by Maple

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

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

\[ y \left (x \right ) = c_{1} \left (\frac {4}{3} x^{4}-4 x^{2}+1\right )+c_{2} \left (\frac {4}{3} x^{4}-4 x^{2}+1\right ) \left (\int \frac {{\mathrm e}^{x^{2}}}{\left (4 x^{4}-12 x^{2}+3\right )^{2}}d x \right ) \]

Solution by Mathematica

Time used: 0.047 (sec). Leaf size: 49

DSolve[y''[x]-2*x*y''[x]+8*y[x]==0,y[x],x,IncludeSingularSolutions -> True]
                                                                                    
                                                                                    
 

\[ y(x)\to \sqrt {4 x-2} \left (c_1 \operatorname {BesselI}\left (1,4 \sqrt {x-\frac {1}{2}}\right )-c_2 K_1\left (4 \sqrt {x-\frac {1}{2}}\right )\right ) \]