Internal
problem
ID
[17891]
Book
:
V.V.
Stepanov,
A
course
of
differential
equations
(in
Russian),
GIFML.
Moscow
(1958)
Section
:
All
content
Problem
number
:
1
(a)
(page
9)
Date
solved
:
Tuesday, January 28, 2025 at 11:09:47 AM
CAS
classification
:
[_quadrature]
✓ Solution by Maple
Time used: 0.002 (sec). Leaf size: 9
dsolve(diff(y(x),x)=2,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.002 (sec). Leaf size: 11
DSolve[D[y[x],x]==2,y[x],x,IncludeSingularSolutions -> True]