Internal
problem
ID
[7718]
Book
:
An
introduction
to
Ordinary
Differential
Equations.
Earl
A.
Coddington.
Dover.
NY
1961
Section
:
Chapter
4.
Linear
equations
with
Regular
Singular
Points.
Page
159
Problem
number
:
1(a)
Date
solved
:
Monday, January 27, 2025 at 03:10:32 PM
CAS
classification
:
[[_Emden, _Fowler]]
Using series method with expansion around
✓ Solution by Maple
Time used: 0.012 (sec). Leaf size: 52
Order:=8; dsolve(3*x^2*diff(y(x),x$2)+5*x*diff(y(x),x)+3*x*y(x)=0,y(x),type='series',x=0);
✓ Solution by Mathematica
Time used: 0.004 (sec). Leaf size: 111
AsymptoticDSolveValue[3*x^2*D[y[x],{x,2}]+5*x*D[y[x],x]+3*x*y[x]==0,y[x],{x,0,"8"-1}]