Internal
problem
ID
[17898]
Book
:
V.V.
Stepanov,
A
course
of
differential
equations
(in
Russian),
GIFML.
Moscow
(1958)
Section
:
All
content
Problem
number
:
19
(page
30)
Date
solved
:
Tuesday, January 28, 2025 at 11:10:57 AM
CAS
classification
:
[[_homogeneous, `class A`], _dAlembert]
✓ Solution by Maple
Time used: 0.066 (sec). Leaf size: 11
dsolve(diff(y(x),x)=y(x)/x*(1+ln(y(x))-ln(x)),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.196 (sec). Leaf size: 20
DSolve[D[y[x],x]==y[x]/x*(1+Log[y[x]]-Log[x]),y[x],x,IncludeSingularSolutions -> True]