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