Internal
problem
ID
[13816]
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.7
Date
solved
:
Tuesday, January 28, 2025 at 06:04:39 AM
CAS
classification
:
[_Bessel]
Using series method with expansion around
✓ Solution by Maple
Time used: 0.045 (sec). Leaf size: 73
Order:=6; dsolve(x^2*diff(y(x),x$2)+x*diff(y(x),x)+(x^2-n^2)*y(x)=0,y(x),type='series',x=0);
✓ Solution by Mathematica
Time used: 0.008 (sec). Leaf size: 160
AsymptoticDSolveValue[x^2*D[y[x],{x,2}]+x*D[y[x],x]+(x^2-n^2)*y[x]==0,y[x],{x,0,"6"-1}]