Internal
problem
ID
[13104]
Book
:
A
First
Course
in
Differential
Equations
by
J.
David
Logan.
Third
Edition.
Springer-Verlag,
NY.
2015.
Section
:
Chapter
1,
First
order
differential
equations.
Section
1.4.1.
Integrating
factors.
Exercises
page
41
Problem
number
:
15(e)
Date
solved
:
Tuesday, January 28, 2025 at 04:52:31 AM
CAS
classification
:
[_quadrature]
✓ Solution by Maple
Time used: 0.008 (sec). Leaf size: 70
dsolve(diff(x(t),t)=a*x(t)+b*x(t)^3,x(t), singsol=all)
✓ Solution by Mathematica
Time used: 0.217 (sec). Leaf size: 75
DSolve[D[x[t],t]==a*x[t]+b*x[t]^3,x[t],t,IncludeSingularSolutions -> True]