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