Internal
problem
ID
[8951]
Book
:
Own
collection
of
miscellaneous
problems
Section
:
section
4.0
Problem
number
:
59
Date
solved
:
Monday, January 27, 2025 at 05:20:41 PM
CAS
classification
:
[[_2nd_order, _linear, _nonhomogeneous]]
Using series method with expansion around
✓ Solution by Maple
Time used: 0.003 (sec). Leaf size: 69
Order:=6; dsolve((1-x^2)*diff(y(x),x$2)+diff(y(x),x)+y(x)=x*exp(x),y(x),type='series',x=0);
✓ Solution by Mathematica
Time used: 0.020 (sec). Leaf size: 63
AsymptoticDSolveValue[(1-x^2)*D[y[x],{x,2}]+D[y[x],x]+y[x]==x*Exp[x],y[x],{x,0,"6"-1}]