Internal
problem
ID
[13869]
Book
:
Differential
equations
and
the
calculus
of
variations
by
L.
ElSGOLTS.
MIR
PUBLISHERS,
MOSCOW,
Third
printing
1977.
Section
:
Chapter
1,
First-Order
Differential
Equations.
Problems
page
88
Problem
number
:
Problem
30
Date
solved
:
Tuesday, January 28, 2025 at 06:06:17 AM
CAS
classification
:
[[_Riccati, _special]]
With initial conditions
✓ Solution by Maple
Time used: 0.089 (sec). Leaf size: 35
dsolve([diff(y(x),x)=x+y(x)^2,y(0) = 0],y(x), singsol=all)
✓ Solution by Mathematica
Time used: 1.239 (sec). Leaf size: 80
DSolve[{D[y[x],x]==x+y[x]^2,{y[0]==0}},y[x],x,IncludeSingularSolutions -> True]