Internal
problem
ID
[695]
Book
:
Differential
equations
and
linear
algebra,
3rd
ed.,
Edwards
and
Penney
Section
:
Section
1.4.
Separable
equations.
Page
43
Problem
number
:
20
Date
solved
:
Wednesday, February 05, 2025 at 03:51:15 AM
CAS
classification
:
[_separable]
With initial conditions
✓ Solution by Maple
Time used: 0.020 (sec). Leaf size: 12
dsolve([diff(y(x),x) = 3*x^2*(1+y(x)^2),y(0) = 1],y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.176 (sec). Leaf size: 15
DSolve[{D[y[x],x]== 3*x^2*(1+y[x]^2),y[0]==1},y[x],x,IncludeSingularSolutions -> True]