Internal
problem
ID
[7321]
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
:
20
Date
solved
:
Monday, January 27, 2025 at 02:50:19 PM
CAS
classification
:
[[_2nd_order, _with_linear_symmetries]]
Using series method with expansion around
✓ Solution by Maple
Time used: 0.010 (sec). Leaf size: 42
Order:=6; dsolve(3*t*(1+t)*diff(y(t),t$2)+t*diff(y(t),t)-y(t)=0,y(t),type='series',t=0);
✓ Solution by Mathematica
Time used: 0.050 (sec). Leaf size: 43
AsymptoticDSolveValue[3*t*(1+t)*D[y[t],{t,2}]+t*D[y[t],t]-y[t]==0,y[t],{t,0,"6"-1}]