Internal
problem
ID
[9166]
Book
:
Second
order
enumerated
odes
Section
:
section
2
Problem
number
:
43
Date
solved
:
Monday, January 27, 2025 at 05:51:33 PM
CAS
classification
:
[[_2nd_order, _with_linear_symmetries]]
Using series method with expansion around
✓ Solution by Maple
Time used: 0.017 (sec). Leaf size: 62
Order:=6; dsolve(x^2*diff(y(x),x$2)-x*(x+6)*diff(y(x),x)+10*y(x)=0,y(x),type='series',x=0);
✓ Solution by Mathematica
Time used: 0.030 (sec). Leaf size: 84
AsymptoticDSolveValue[x^2*D[y[x],{x,2}]-x*(x+6)*D[y[x],x]+10*y[x]==0,y[x],{x,0,"6"-1}]