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