Internal
problem
ID
[749]
Book
:
Differential
equations
and
linear
algebra,
3rd
ed.,
Edwards
and
Penney
Section
:
Section
1.6,
Substitution
methods
and
exact
equations.
Page
74
Problem
number
:
21
Date
solved
:
Wednesday, February 05, 2025 at 03:57:34 AM
CAS
classification
:
[_quadrature]
✓ Solution by Maple
Time used: 0.003 (sec). Leaf size: 29
dsolve(diff(y(x),x) = y(x)+y(x)^3,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 60.063 (sec). Leaf size: 57
DSolve[D[y[x],x] == y[x]+y[x]^3,y[x],x,IncludeSingularSolutions -> True]