Internal
problem
ID
[12882]
Book
:
An
elementary
treatise
on
differential
equations
by
Abraham
Cohen.
DC
heath
publishers.
1906
Section
:
Chapter
IV,
differential
equations
of
the
first
order
and
higher
degree
than
the
first.
Article
25.
Equations
solvable
for
\(y\).
Page
52
Problem
number
:
Ex
1
Date
solved
:
Tuesday, January 28, 2025 at 04:31:43 AM
CAS
classification
:
[[_1st_order, _with_linear_symmetries], _dAlembert]
✓ Solution by Maple
Time used: 0.024 (sec). Leaf size: 69
dsolve(2*diff(y(x),x)*x-y(x)+ln(diff(y(x),x))=0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.143 (sec). Leaf size: 258
DSolve[2*D[y[x],x]*x-y[x]+Log[D[y[x],x]]==0,y[x],x,IncludeSingularSolutions -> True]