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