Internal
problem
ID
[14339]
Book
:
Ordinary
Differential
Equations
by
Charles
E.
Roberts,
Jr.
CRC
Press.
2010
Section
:
Chapter
1.
Introduction.
Exercises
1.3,
page
27
Problem
number
:
7
Date
solved
:
Tuesday, January 28, 2025 at 06:27:02 AM
CAS
classification
:
[_separable]
✓ Solution by Maple
Time used: 0.002 (sec). Leaf size: 9
dsolve((x*ln(x))*diff(y(x),x)-(1+ln(x))*y(x)=0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.063 (sec). Leaf size: 17
DSolve[(x*Log[x])*D[y[x],x]-(1+Log[x])*y[x]==0,y[x],x,IncludeSingularSolutions -> True]