Internal
problem
ID
[3518]
Book
:
Differential
equations
and
linear
algebra,
Stephen
W.
Goode,
second
edition,
2000
Section
:
1.4,
page
36
Problem
number
:
4
Date
solved
:
Monday, January 27, 2025 at 07:40:17 AM
CAS
classification
:
[_separable]
✓ Solution by Maple
Time used: 0.002 (sec). Leaf size: 8
dsolve(diff(y(x),x)=y(x)/(x*ln(x)),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.028 (sec). Leaf size: 15
DSolve[D[y[x],x]==y[x]/(x*Log[x]),y[x],x,IncludeSingularSolutions -> True]