Internal
problem
ID
[2655]
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
:
18
Date
solved
:
Monday, January 27, 2025 at 06:05:29 AM
CAS
classification
:
[_Laguerre]
Using series method with expansion around
✓ Solution by Maple
Time used: 1.070 (sec). Leaf size: 40
Order:=6; dsolve(t*diff(y(t),t$2)-(4+t)*diff(y(t),t)+2*y(t)=0,y(t),type='series',t=0);
✓ Solution by Mathematica
Time used: 0.031 (sec). Leaf size: 56
AsymptoticDSolveValue[t*D[y[t],{t,2}]-(4+t)*D[y[t],t]+2*y[t]==0,y[t],{t,0,"6"-1}]