Internal
problem
ID
[6878]
Book
:
A
First
Course
in
Differential
Equations
with
Modeling
Applications
by
Dennis
G.
Zill.
12
ed.
Metric
version.
2024.
Cengage
learning.
Section
:
Chapter
1.
Introduction
to
differential
equations.
Exercises
1.1
at
page
12
Problem
number
:
3
Date
solved
:
Monday, January 27, 2025 at 02:32:11 PM
CAS
classification
:
[[_high_order, _with_linear_symmetries]]
✗ Solution by Maple
dsolve(t^5*diff(y(t),t$4)-t^3*diff(y(t),t$2)+6*y(t)=0,y(t), singsol=all)
✓ Solution by Mathematica
Time used: 0.053 (sec). Leaf size: 236
DSolve[t^5*D[y[t],{t,4}]-t^3*D[y[t],{t,2}]+6*y[t]==0,y[t],t,IncludeSingularSolutions -> True]