Internal
problem
ID
[486]
Book
:
Elementary
Differential
Equations.
By
C.
Henry
Edwards,
David
E.
Penney
and
David
Calvis.
6th
edition.
2008
Section
:
Chapter
3.
Power
series
methods.
Section
3.3
(Regular
singular
points).
Problems
at
page
231
Problem
number
:
30
Date
solved
:
Monday, January 27, 2025 at 02:54:03 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.006 (sec). Leaf size: 28
Order:=6; dsolve(x*diff(y(x),x$2)-diff(y(x),x)+4*x^3*y(x)=0,y(x),type='series',x=0);
✓ Solution by Mathematica
Time used: 0.007 (sec). Leaf size: 30
AsymptoticDSolveValue[x*D[y[x],{x,2}]-D[y[x],x]+4*x^3*y[x]==0,y[x],{x,0,"6"-1}]