Internal
problem
ID
[16843]
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
:
225
Date
solved
:
Tuesday, January 28, 2025 at 09:34:40 AM
CAS
classification
:
[[_1st_order, _with_linear_symmetries], _Clairaut]
✓ Solution by Maple
Time used: 0.081 (sec). Leaf size: 74
dsolve(y(x)=x*diff(y(x),x)+a/diff(y(x),x)^2,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.016 (sec). Leaf size: 89
DSolve[y[x]==x*D[y[x],x]+a/D[y[x],x]^2,y[x],x,IncludeSingularSolutions -> True]