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