Internal
problem
ID
[8906]
Book
:
Own
collection
of
miscellaneous
problems
Section
:
section
4.0
Problem
number
:
17
Date
solved
:
Monday, January 27, 2025 at 05:19:03 PM
CAS
classification
:
[_Lienard]
Using series method with expansion around
With initial conditions
✓ Solution by Maple
Time used: 0.007 (sec). Leaf size: 14
Order:=6; dsolve([x*diff(y(x),x$2)+2*diff(y(x),x)+x*y(x)=0,y(0) = 1, D(y)(0) = 0],y(x),type='series',x=0);
✓ Solution by Mathematica
Time used: 0.204 (sec). Leaf size: 19
AsymptoticDSolveValue[{x*D[y[x],{x,2}]+2*D[y[x],x]+x*y[x]==0,{y[0]==1,Derivative[1][y][0] ==0}},y[x],{x,0,"6"-1}]