Internal
problem
ID
[13813]
Book
:
AN
INTRODUCTION
TO
ORDINARY
DIFFERENTIAL
EQUATIONS
by
JAMES
C.
ROBINSON.
Cambridge
University
Press
2004
Section
:
Chapter
20,
Series
solutions
of
second
order
linear
equations.
Exercises
page
195
Problem
number
:
20.3
Date
solved
:
Tuesday, January 28, 2025 at 06:04:35 AM
CAS
classification
:
[[_2nd_order, _exact, _linear, _homogeneous]]
Using series method with expansion around
✓ Solution by Maple
Time used: 0.061 (sec). Leaf size: 60
Order:=6; dsolve(x*(1-x)*diff(y(x),x$2)-3*x*diff(y(x),x)-y(x)=0,y(x),type='series',x=0);
✓ Solution by Mathematica
Time used: 0.047 (sec). Leaf size: 63
AsymptoticDSolveValue[x*(1-x)*D[y[x],{x,2}]-3*x*D[y[x],x]-y[x]==0,y[x],{x,0,"6"-1}]