9.7.17 problem problem 17

Internal problem ID [1058]
Book : Differential equations and linear algebra, 4th ed., Edwards and Penney
Section : Chapter 11 Power series methods. Section 11.1 Introduction and Review of power series. Page 615
Problem number : problem 17
Date solved : Monday, January 27, 2025 at 04:32:40 AM
CAS classification : [_separable]

\begin{align*} x^{2} y^{\prime }+y&=0 \end{align*}

Using series method with expansion around

\begin{align*} 0 \end{align*}

Solution by Maple

Order:=6; 
dsolve(x^2*diff(y(x),x)+y(x)=0,y(x),type='series',x=0);
 
\[ \text {No solution found} \]

Solution by Mathematica

Time used: 0.006 (sec). Leaf size: 11

AsymptoticDSolveValue[x^2*D[y[x],x]+y[x]==0,y[x],{x,0,"6"-1}]
 
\[ y(x)\to c_1 e^{\frac {1}{x}} \]