Internal
problem
ID
[6349]
Book
:
Fundamentals
of
Differential
Equations.
By
Nagle,
Saff
and
Snider.
9th
edition.
Boston.
Pearson
2018.
Section
:
Chapter
8,
Series
solutions
of
differential
equations.
Section
8.3.
page
443
Problem
number
:
5
Date
solved
:
Monday, January 27, 2025 at 01:57:51 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((t^2-t-2)*diff(x(t),t$2)+(t+1)*diff(x(t),t)-(t-2)*x(t)=0,x(t),type='series',t=0);
✓ Solution by Mathematica
Time used: 0.002 (sec). Leaf size: 70
AsymptoticDSolveValue[(t^2-t-2)*D[x[t],{t,2}]+(t+1)*D[x[t],t]-(t-2)*x[t]==0,x[t],{t,0,"6"-1}]