Internal
problem
ID
[7319]
Book
:
ADVANCED
ENGINEERING
MATHEMATICS.
ERWIN
KREYSZIG,
HERBERT
KREYSZIG,
EDWARD
J.
NORMINTON.
10th
edition.
John
Wiley
USA.
2011
Section
:
Chapter
5.
Series
Solutions
of
ODEs.
Special
Functions.
Problem
set
5.3.
Extended
Power
Series
Method:
Frobenius
Method
page
186
Problem
number
:
18
Date
solved
:
Monday, January 27, 2025 at 02:50:17 PM
CAS
classification
:
[[_2nd_order, _with_linear_symmetries]]
Using series method with expansion around
✓ Solution by Maple
Time used: 0.003 (sec). Leaf size: 59
Order:=6; dsolve(4*(t^2-3*t+2)*diff(y(t),t$2)-2*diff(y(t),t)+y(t)=0,y(t),type='series',t=0);
✓ Solution by Mathematica
Time used: 0.002 (sec). Leaf size: 70
AsymptoticDSolveValue[4*(t^2-3*t+2)*D[y[t],{t,2}]-2*D[y[t],t]+y[t]==0,y[t],{t,0,"6"-1}]