Internal
problem
ID
[6842]
Book
:
Advanced
Mathematical
Methods
for
Scientists
and
Engineers,
Bender
and
Orszag.
Springer
October
29,
1999
Section
:
Chapter
3.
APPROXIMATE
SOLUTION
OF
LINEAR
DIFFERENTIAL
EQUATIONS.
page
136
Problem
number
:
3.48
(b)
Date
solved
:
Monday, January 27, 2025 at 02:31:33 PM
CAS
classification
:
[_linear]
✓ Solution by Maple
Time used: 0.001 (sec). Leaf size: 41
dsolve(diff(y(x),x)+x*y(x)=1/x^3,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.102 (sec). Leaf size: 46
DSolve[D[y[x],x]+x*y[x]==1/x^3,y[x],x,IncludeSingularSolutions -> True]