Internal
problem
ID
[1846]
Book
:
Elementary
differential
equations
with
boundary
value
problems.
William
F.
Trench.
Brooks/Cole
2001
Section
:
Chapter
7
Series
Solutions
of
Linear
Second
Equations.
7.1
Exercises.
Page
318
Problem
number
:
17
Date
solved
:
Monday, January 27, 2025 at 05:37:09 AM
CAS
classification
:
[[_Emden, _Fowler]]
Using series method with expansion around
✓ Solution by Maple
Time used: 0.003 (sec). Leaf size: 76
Order:=6; dsolve(x^2*diff(y(x),x$2)+2*x*diff(y(x),x)-3*x*y(x)=0,y(x),type='series',x=2);
✓ Solution by Mathematica
Time used: 0.001 (sec). Leaf size: 87
AsymptoticDSolveValue[x^2*D[y[x],{x,2}]+2*x*D[y[x],x]-3*x*y[x]==0,y[x],{x,2,"6"-1}]