Internal
problem
ID
[3503]
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.3
Date
solved
:
Monday, January 27, 2025 at 07:39:58 AM
CAS
classification
:
[[_Emden, _Fowler], [_2nd_order, _linear, `_with_symmetry_[0,F(x)]`]]
Using series method with expansion around
✓ Solution by Maple
Time used: 0.018 (sec). Leaf size: 28
Order:=7; dsolve(z*diff(y(z),z$2)-2*diff(y(z),z)+9*z^5*y(z)=0,y(z),type='series',z=0);
✓ Solution by Mathematica
Time used: 0.005 (sec). Leaf size: 12
AsymptoticDSolveValue[z*D[y[z],{z,2}]-2*D[y[z],z]+9*z^5*y[z]==0,y[z],{z,0,"7"-1}]