Internal
problem
ID
[8974]
Book
:
Own
collection
of
miscellaneous
problems
Section
:
section
5.0
Problem
number
:
13
Date
solved
:
Monday, January 27, 2025 at 05:25:38 PM
CAS
classification
:
[[_2nd_order, _linear, _nonhomogeneous]]
Using series method with expansion around
✗ Solution by Maple
Order:=6; dsolve(diff(y(x),x$2)+y(x)=1/x,y(x),type='series',x=0);
✓ Solution by Mathematica
Time used: 0.021 (sec). Leaf size: 148
AsymptoticDSolveValue[D[y[x],{x,2}]+y[x]==1/x,y[x],{x,0,"6"-1}]