Internal
problem
ID
[16847]
Book
:
A
book
of
problems
in
ordinary
differential
equations.
M.L.
KRASNOV,
A.L.
KISELYOV,
G.I.
MARKARENKO.
MIR,
MOSCOW.
1983
Section
:
Section
8.3.
The
Lagrange
and
Clairaut
equations.
Exercises
page
72
Problem
number
:
229
Date
solved
:
Tuesday, January 28, 2025 at 09:34:48 AM
CAS
classification
:
[[_homogeneous, `class G`], _rational, _Clairaut]
✓ Solution by Maple
Time used: 0.082 (sec). Leaf size: 33
dsolve(x=y(x)/diff(y(x),x)+1/diff(y(x),x)^2,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.011 (sec). Leaf size: 47
DSolve[x==y[x]/D[y[x],x]+1/D[y[x],x]^2,y[x],x,IncludeSingularSolutions -> True]