Internal
problem
ID
[17961]
Book
:
V.V.
Stepanov,
A
course
of
differential
equations
(in
Russian),
GIFML.
Moscow
(1958)
Section
:
All
content
Problem
number
:
90
(b)(page
123)
Date
solved
:
Tuesday, January 28, 2025 at 11:18:33 AM
CAS
classification
:
[[_1st_order, _with_linear_symmetries], _Clairaut]
✓ Solution by Maple
Time used: 0.099 (sec). Leaf size: 18
dsolve(diff(y(x),x)=-x-sqrt(x^2+2*y(x)),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.924 (sec). Leaf size: 46
DSolve[D[y[x],x]==-x-Sqrt[x^2+2*y[x]],y[x],x,IncludeSingularSolutions -> True]