Internal
problem
ID
[17968]
Book
:
V.V.
Stepanov,
A
course
of
differential
equations
(in
Russian),
GIFML.
Moscow
(1958)
Section
:
All
content
Problem
number
:
97
(page
135)
Date
solved
:
Tuesday, January 28, 2025 at 11:18:50 AM
CAS
classification
:
[[_homogeneous, `class G`]]
✓ Solution by Maple
Time used: 0.027 (sec). Leaf size: 81
dsolve(y(x)=2*diff(y(x),x)*x+x^2/2+diff(y(x),x)^2,y(x), singsol=all)
✗ Solution by Mathematica
Time used: 0.000 (sec). Leaf size: 0
DSolve[y[x]==2*D[y[x],x]*x+x^2/2+D[y[x],x]^2,y[x],x,IncludeSingularSolutions -> True]
Timed out