Internal
problem
ID
[18006]
Book
:
V.V.
Stepanov,
A
course
of
differential
equations
(in
Russian),
GIFML.
Moscow
(1958)
Section
:
All
content
Problem
number
:
142
(page
205)
Date
solved
:
Tuesday, January 28, 2025 at 08:28:29 PM
CAS
classification
:
[[_2nd_order, _linear, _nonhomogeneous]]
✓ Solution by Maple
Time used: 0.465 (sec). Leaf size: 75
dsolve(diff(y(x),x$2)+1/(x^2*ln(x))*y(x)=exp(x)*(2/x+ln(x)),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.108 (sec). Leaf size: 27
DSolve[D[y[x],{x,2}]+1/(x^2*Log[x])*y[x]==Exp[x]*(2/x+Log[x]),y[x],x,IncludeSingularSolutions -> True]