Internal
problem
ID
[17924]
Book
:
V.V.
Stepanov,
A
course
of
differential
equations
(in
Russian),
GIFML.
Moscow
(1958)
Section
:
All
content
Problem
number
:
51
(page
75)
Date
solved
:
Tuesday, January 28, 2025 at 11:12:49 AM
CAS
classification
:
[_Riccati]
✓ Solution by Maple
Time used: 0.050 (sec). Leaf size: 45
dsolve(diff(y(x),x)=y(x)^2-x^2,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.123 (sec). Leaf size: 196
DSolve[D[y[x],x]==y[x]^2-x^2,y[x],x,IncludeSingularSolutions -> True]