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