Internal
problem
ID
[3502]
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.2
Date
solved
:
Monday, January 27, 2025 at 07:39:56 AM
CAS
classification
:
[[_2nd_order, _with_linear_symmetries]]
Using series method with expansion around
✓ Solution by Maple
Time used: 0.017 (sec). Leaf size: 44
Order:=6; dsolve(4*z*diff(y(z),z$2)+2*(1-z)*diff(y(z),z)-y(z)=0,y(z),type='series',z=0);
✓ Solution by Mathematica
Time used: 0.004 (sec). Leaf size: 85
AsymptoticDSolveValue[4*z*D[y[z],{z,2}]+2*(1-z)*D[y[z],z]-y[z]==0,y[z],{z,0,"6"-1}]