Internal
problem
ID
[16925]
Book
:
A
book
of
problems
in
ordinary
differential
equations.
M.L.
KRASNOV,
A.L.
KISELYOV,
G.I.
MARKARENKO.
MIR,
MOSCOW.
1983
Section
:
Chapter
2
(Higher
order
ODEs).
Section
14.
Differential
equations
admitting
of
depression
of
their
order.
Exercises
page
107
Problem
number
:
337
Date
solved
:
Tuesday, January 28, 2025 at 09:41:03 AM
CAS
classification
:
[_separable]
✓ Solution by Maple
Time used: 0.569 (sec). Leaf size: 63
dsolve(x*y(x)=diff(y(x),x)*ln(diff(y(x),x)/x),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.166 (sec). Leaf size: 33
DSolve[x*y[x]==D[y[x],x]*Log[D[y[x],x]/x],y[x],x,IncludeSingularSolutions -> True]