Internal
problem
ID
[125]
Book
:
Elementary
Differential
Equations.
By
C.
Henry
Edwards,
David
E.
Penney
and
David
Calvis.
6th
edition.
2008
Section
:
Chapter
1.
First
order
differential
equations.
Section
1.6
(substitution
and
exact
equations).
Problems
at
page
72
Problem
number
:
21
Date
solved
:
Friday, February 07, 2025 at 07:53:13 AM
CAS
classification
:
[_quadrature]
✓ Solution by Maple
Time used: 0.005 (sec). Leaf size: 29
dsolve(diff(y(x),x)=y(x)+y(x)^3,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 60.065 (sec). Leaf size: 57
DSolve[D[y[x],x]==y[x]+y[x]^3,y[x],x,IncludeSingularSolutions -> True]