76.24.3 problem 3

Internal problem ID [17802]
Book : Differential equations. An introduction to modern methods and applications. James Brannan, William E. Boyce. Third edition. Wiley 2015
Section : Chapter 6. Systems of First Order Linear Equations. Section 6.2 (Basic Theory of First Order Linear Systems). Problems at page 398
Problem number : 3
Date solved : Tuesday, January 28, 2025 at 11:03:14 AM
CAS classification : [[_high_order, _with_linear_symmetries]]

\begin{align*} t \left (t -1\right ) y^{\prime \prime \prime \prime }+{\mathrm e}^{t} y^{\prime \prime }+7 t^{2} y&=0 \end{align*}

Solution by Maple

dsolve(t*(t-1)*diff(y(t),t$4)+exp(t)*diff(y(t),t$2)+7*t^2*y(t)=0,y(t), singsol=all)
 
\[ \text {No solution found} \]

Solution by Mathematica

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

DSolve[t*(t-1)*D[y[t],{t,4}]+Exp[t]*D[y[t],{t,2}]+7*t^2*y[t]==0,y[t],t,IncludeSingularSolutions -> True]
 

Not solved