Internal
problem
ID
[15737]
Book
:
Ordinary
Differential
Equations.
An
introduction
to
the
fundamentals.
Kenneth
B.
Howell.
second
edition.
CRC
Press.
FL,
USA.
2020
Section
:
Chapter
35.
Modified
Power
series
solutions
and
basic
method
of
Frobenius.
Additional
Exercises.
page
715
Problem
number
:
35.5
(a)
Date
solved
:
Tuesday, January 28, 2025 at 08:06:18 AM
CAS
classification
:
[[_2nd_order, _exact, _linear, _homogeneous]]
Using series method with expansion around
✓ Solution by Maple
Time used: 0.067 (sec). Leaf size: 62
Order:=6; dsolve((x-3)*diff(y(x),x$2)+(x-3)*diff(y(x),x)+y(x)=0,y(x),type='series',x=3);
✓ Solution by Mathematica
Time used: 0.020 (sec). Leaf size: 105
AsymptoticDSolveValue[(x-3)*D[y[x],{x,2}]+(x-3)*D[y[x],x]+y[x]==0,y[x],{x,3,"6"-1}]