Internal
problem
ID
[14004]
Book
:
APPLIED
DIFFERENTIAL
EQUATIONS
The
Primary
Course
by
Vladimir
A.
Dobrushkin.
CRC
Press
2015
Section
:
Chapter
4,
Second
and
Higher
Order
Linear
Differential
Equations.
Problems
page
221
Problem
number
:
Problem
18(L)
Date
solved
:
Tuesday, January 28, 2025 at 06:11:36 AM
CAS
classification
:
[[_2nd_order, _exact, _linear, _nonhomogeneous]]
✓ Solution by Maple
Time used: 0.002 (sec). Leaf size: 19
dsolve(x*ln(x)*diff(y(x),x$2)+2*diff(y(x),x)-y(x)/x=1,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.032 (sec). Leaf size: 23
DSolve[x*Log[x]*D[y[x],{x,2}]+2*D[y[x],x]-y[x]/x==1,y[x],x,IncludeSingularSolutions -> True]