1.452 problem 464

Internal problem ID [7186]

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

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

Solve \begin {gather*} \boxed {\left (3 x -1\right ) y^{\prime \prime }-\left (3 x +2\right ) y^{\prime }-\left (6 x -8\right ) y=0} \end {gather*}

Solution by Maple

Time used: 0.015 (sec). Leaf size: 18

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

\[ y \relax (x ) = {\mathrm e}^{2 x} c_{1}+c_{2} x \,{\mathrm e}^{-x} \]

Solution by Mathematica

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

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

Not solved