Internal
problem
ID
[17921]
Book
:
V.V.
Stepanov,
A
course
of
differential
equations
(in
Russian),
GIFML.
Moscow
(1958)
Section
:
All
content
Problem
number
:
48
(page
56)
Date
solved
:
Tuesday, January 28, 2025 at 11:12:43 AM
CAS
classification
:
[[_homogeneous, `class G`], _rational]
✓ Solution by Maple
Time used: 0.552 (sec). Leaf size: 81
dsolve(diff(y(x),x)=(x-y(x)^2)/(2*y(x)*(x+y(x)^2)),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 2.236 (sec). Leaf size: 119
DSolve[D[y[x],x]==(x-y[x]^2)/(2*y[x]*(x+y[x]^2)),y[x],x,IncludeSingularSolutions -> True]