Internal
problem
ID
[2652]
Book
:
Differential
equations
and
their
applications,
4th
ed.,
M.
Braun
Section
:
Chapter
2.
Second
order
differential
equations.
Section
2.8.2,
Regular
singular
points,
the
method
of
Frobenius.
Excercises
page
216
Problem
number
:
15
Date
solved
:
Monday, January 27, 2025 at 06:05:25 AM
CAS
classification
:
[_Lienard]
Using series method with expansion around
✓ Solution by Maple
Time used: 0.009 (sec). Leaf size: 32
Order:=6; dsolve(t*diff(y(t),t$2)-(t^2+2)*diff(y(t),t)+t*y(t)=0,y(t),type='series',t=0);
✓ Solution by Mathematica
Time used: 0.013 (sec). Leaf size: 44
AsymptoticDSolveValue[t*D[y[t],{t,2}]-(t^2+2)*D[y[t],t]+t*y[t]==0,y[t],{t,0,"6"-1}]