Internal
problem
ID
[13914]
Book
:
Differential
equations
and
the
calculus
of
variations
by
L.
ElSGOLTS.
MIR
PUBLISHERS,
MOSCOW,
Third
printing
1977.
Section
:
Chapter
2,
DIFFERENTIAL
EQUATIONS
OF
THE
SECOND
ORDER
AND
HIGHER.
Problems
page
172
Problem
number
:
Problem
15
Date
solved
:
Tuesday, January 28, 2025 at 06:08:24 AM
CAS
classification
:
[[_Emden, _Fowler]]
Using series method with expansion around
✓ Solution by Maple
Time used: 0.003 (sec). Leaf size: 29
Order:=6; dsolve(diff(y(x),x$2)+4*x*y(x)=0,y(x),type='series',x=0);
✓ Solution by Mathematica
Time used: 0.010 (sec). Leaf size: 28
AsymptoticDSolveValue[D[y[x],{x,2}]+4*x*y[x]==0,y[x],{x,0,"6"-1}]