Internal
problem
ID
[3512]
Book
:
Mathematical
methods
for
physics
and
engineering,
Riley,
Hobson,
Bence,
second
edition,
2002
Section
:
Chapter
16,
Series
solutions
of
ODEs.
Section
16.6
Exercises,
page
550
Problem
number
:
Problem
16.13
Date
solved
:
Monday, January 27, 2025 at 07:40:08 AM
CAS
classification
:
[[_Emden, _Fowler]]
Using series method with expansion around
✗ Solution by Maple
Order:=6; dsolve(diff(y(z),z$2)+1/z^3*y(z)=0,y(z),type='series',z=0);
✓ Solution by Mathematica
Time used: 0.039 (sec). Leaf size: 222
AsymptoticDSolveValue[D[y[z],{z,2}]+1/z^3*y[z]==0,y[z],{z,0,"6"-1}]