Internal
problem
ID
[17952]
Book
:
V.V.
Stepanov,
A
course
of
differential
equations
(in
Russian),
GIFML.
Moscow
(1958)
Section
:
All
content
Problem
number
:
81
(page
120)
Date
solved
:
Tuesday, January 28, 2025 at 11:16:25 AM
CAS
classification
:
[[_1st_order, _with_linear_symmetries]]
✓ Solution by Maple
Time used: 0.199 (sec). Leaf size: 95
dsolve(y(x)=2*diff(y(x),x)*x+y(x)^2*diff(y(x),x)^3,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.105 (sec). Leaf size: 119
DSolve[y[x]==2*D[y[x],x]*x+y[x]^2*D[y[x],x]^3,y[x],x,IncludeSingularSolutions -> True]