1.781 problem 798

Internal problem ID [8271]

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

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

\[ \boxed {2 \left (t^{2}-5 t +6\right ) y^{\prime \prime }+\left (2 t -3\right ) y^{\prime }-8 y=0} \]

Solution by Maple

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

dsolve(2*(t^2-5*t+6)*diff(y(t),t$2)+(2*t-3)*diff(y(t),t)-8*y(t)=0,y(t), singsol=all)
 

\[ y \left (t \right ) = c_{1} \left (t^{2}-\frac {13}{3} t +\frac {37}{8}\right )+\frac {c_{2} \left (6 t -17\right ) \left (t -2\right )^{\frac {3}{2}}}{\sqrt {t -3}} \]

Solution by Mathematica

Time used: 0.162 (sec). Leaf size: 84

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

\[ y(t)\to \frac {\sqrt [4]{2-t} \left (5 c_1 \sqrt [4]{t-3} \sqrt {t-2} \left (6 t^2-29 t+34\right )+24 c_2 (t-3)^{3/4} \left (24 t^2-104 t+111\right )\right )}{30 (3-t)^{3/4} \sqrt [4]{t-2}} \]