Internal
problem
ID
[15720]
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.3
(f)
Date
solved
:
Tuesday, January 28, 2025 at 08:05:57 AM
CAS
classification
:
[[_2nd_order, _with_linear_symmetries]]
Using series method with expansion around
✓ Solution by Maple
Time used: 0.050 (sec). Leaf size: 44
Order:=6; dsolve(diff(y(x),x$2)+(1/x-1/3)*diff(y(x),x)+(1/x-1/4)*y(x)=0,y(x),type='series',x=0);
✓ Solution by Mathematica
Time used: 0.005 (sec). Leaf size: 113
AsymptoticDSolveValue[D[y[x],{x,2}]+(1/x-1/3)*D[y[x],x]+(1/x-1/4)*y[x]==0,y[x],{x,0,"6"-1}]