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