Internal
problem
ID
[3390]
Book
:
Differential
Equations
by
Alfred
L.
Nelson,
Karl
W.
Folley,
Max
Coral.
3rd
ed.
DC
heath.
Boston.
1964
Section
:
Exercise
43,
page
209
Problem
number
:
2
Date
solved
:
Monday, January 27, 2025 at 07:35:31 AM
CAS
classification
:
[[_2nd_order, _linear, _nonhomogeneous]]
Using series method with expansion around
✓ Solution by Maple
Time used: 0.013 (sec). Leaf size: 44
Order:=6; dsolve(x*diff(y(x),x$2)+diff(y(x),x)-2*x*y(x)=x^2,y(x),type='series',x=0);
✓ Solution by Mathematica
Time used: 0.053 (sec). Leaf size: 188
AsymptoticDSolveValue[x*D[y[x],{x,2}]+D[y[x],x]-2*x*y[x]==x^2,y[x],{x,0,"6"-1}]