Internal
problem
ID
[16699]
Book
:
A
book
of
problems
in
ordinary
differential
equations.
M.L.
KRASNOV,
A.L.
KISELYOV,
G.I.
MARKARENKO.
MIR,
MOSCOW.
1983
Section
:
Section
3.
The
method
of
successive
approximation.
Exercises
page
31
Problem
number
:
42
Date
solved
:
Tuesday, January 28, 2025 at 09:18:23 AM
CAS
classification
:
[[_Riccati, _special]]
With initial conditions
✓ Solution by Maple
Time used: 0.092 (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.158 (sec). Leaf size: 80
DSolve[{D[y[x],x]==x+y[x]^2,{y[0]==0}},y[x],x,IncludeSingularSolutions -> True]