Internal
problem
ID
[18029]
Book
:
V.V.
Stepanov,
A
course
of
differential
equations
(in
Russian),
GIFML.
Moscow
(1958)
Section
:
All
content
Problem
number
:
166
(page
240)
Date
solved
:
Tuesday, January 28, 2025 at 11:23:00 AM
CAS
classification
:
[[_2nd_order, _exact, _linear, _nonhomogeneous]]
✓ Solution by Maple
Time used: 0.003 (sec). Leaf size: 31
dsolve(x^2*diff(y(x),x$2)-2*y(x)=x^2+1/x,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.020 (sec). Leaf size: 37
DSolve[x^2*D[y[x],{x,2}]-2*y[x]==x^2+1/x,y[x],x,IncludeSingularSolutions -> True]