Internal
problem
ID
[7303]
Book
:
ADVANCED
ENGINEERING
MATHEMATICS.
ERWIN
KREYSZIG,
HERBERT
KREYSZIG,
EDWARD
J.
NORMINTON.
10th
edition.
John
Wiley
USA.
2011
Section
:
Chapter
5.
Series
Solutions
of
ODEs.
Special
Functions.
Problem
set
5.1.
page
174
Problem
number
:
19
Date
solved
:
Monday, January 27, 2025 at 02:49:58 PM
CAS
classification
:
[_separable]
Using series method with expansion around
With initial conditions
✓ Solution by Maple
Time used: 0.002 (sec). Leaf size: 16
Order:=6; dsolve([(x-2)*diff(y(x),x)=x*y(x),y(0) = 4],y(x),type='series',x=0);
✓ Solution by Mathematica
Time used: 0.002 (sec). Leaf size: 24
AsymptoticDSolveValue[{(x-2)*D[y[x],x]==x*y[x],{y[0]==4}},y[x],{x,0,"6"-1}]