Internal
problem
ID
[7532]
Book
:
THEORY
OF
DIFFERENTIAL
EQUATIONS
IN
ENGINEERING
AND
MECHANICS.
K.T.
CHAU,
CRC
Press.
Boca
Raton,
FL.
2018
Section
:
Chapter
3.
Ordinary
Differential
Equations.
Section
3.5
HIGHER
ORDER
ODE.
Page
181
Problem
number
:
Example
3.37
Date
solved
:
Monday, January 27, 2025 at 03:04:43 PM
CAS
classification
:
[[_high_order, _missing_y]]
✓ Solution by Maple
Time used: 0.004 (sec). Leaf size: 24
dsolve(diff(y(t),t$5)-1/t*diff(y(t),t$4)=0,y(t), singsol=all)
✓ Solution by Mathematica
Time used: 0.028 (sec). Leaf size: 33
DSolve[D[ y[t],{t,5}]-1/t*D[y[t],{t,4}]==0,y[t],t,IncludeSingularSolutions -> True]