Internal
problem
ID
[9378]
Book
:
Collection
of
Kovacic
problems
Section
:
section
1
Problem
number
:
209
Date
solved
:
Monday, January 27, 2025 at 06:02:05 PM
CAS
classification
:
[_Lienard]
✓ Solution by Maple
Time used: 0.007 (sec). Leaf size: 33
dsolve(t*diff(y(t),t$2)-(t^2+2)*diff(y(t),t)+t*y(t)=0,y(t), singsol=all)
✓ Solution by Mathematica
Time used: 0.150 (sec). Leaf size: 56
DSolve[t*D[y[t],{t,2}]-(t^2+2)*D[y[t],t]+t*y[t]==0,y[t],t,IncludeSingularSolutions -> True]