Internal
problem
ID
[18443]
Book
:
DIFFERENTIAL
EQUATIONS
WITH
APPLICATIONS
AND
HISTORICAL
NOTES
by
George
F.
Simmons.
3rd
edition.
2017.
CRC
press,
Boca
Raton
FL.
Section
:
Chapter
5.
Power
Series
Solutions
and
Special
Functions.
Section
30.
Regular
singular
Points
(continued).
Problems
at
page
235
Problem
number
:
4
Date
solved
:
Tuesday, January 28, 2025 at 11:50:08 AM
CAS
classification
:
[_Bessel]
Using series method with expansion around
✓ Solution by Maple
Time used: 0.007 (sec). Leaf size: 46
Order:=6; dsolve(x^2*diff(y(x),x$2)+x*diff(y(x),x)+(x^2-1)*y(x)=0,y(x),type='series',x=0);
✓ Solution by Mathematica
Time used: 0.010 (sec). Leaf size: 58
AsymptoticDSolveValue[x^2*D[y[x],{x,2}]+x*D[y[x],x]+(x^2-1)*y[x]==0,y[x],{x,0,"6"-1}]