Internal
problem
ID
[6269]
Book
:
Fundamentals
of
Differential
Equations.
By
Nagle,
Saff
and
Snider.
9th
edition.
Boston.
Pearson
2018.
Section
:
Chapter
2,
First
order
differential
equations.
Section
2.2,
Separable
Equations.
Exercises.
page
46
Problem
number
:
14
Date
solved
:
Monday, January 27, 2025 at 01:52:27 PM
CAS
classification
:
[_quadrature]
✓ Solution by Maple
Time used: 0.007 (sec). Leaf size: 29
dsolve(diff(x(t),t)-x(t)^3=x(t),x(t), singsol=all)
✓ Solution by Mathematica
Time used: 60.065 (sec). Leaf size: 57
DSolve[D[x[t],t]-x[t]^3==x[t],x[t],t,IncludeSingularSolutions -> True]