Internal
problem
ID
[10651]
Book
:
Differential
Gleichungen,
E.
Kamke,
3rd
ed.
Chelsea
Pub.
NY,
1948
Section
:
Chapter
1,
Additional
non-linear
first
order
Problem
number
:
640
Date
solved
:
Tuesday, January 28, 2025 at 05:01:54 PM
CAS
classification
:
[`y=_G(x,y')`]
✓ Solution by Maple
Time used: 1.074 (sec). Leaf size: 45
dsolve(diff(y(x),x) = 1/(ln(ln(y(x)))-ln(x)+1)*y(x),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.193 (sec). Leaf size: 53
DSolve[D[y[x],x] == y[x]/(1 - Log[x] + Log[Log[y[x]]]),y[x],x,IncludeSingularSolutions -> True]