Internal
problem
ID
[13101]
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(b)
Date
solved
:
Tuesday, January 28, 2025 at 04:52:22 AM
CAS
classification
:
[[_1st_order, _with_linear_symmetries], _Bernoulli]
✓ Solution by Maple
Time used: 0.003 (sec). Leaf size: 18
dsolve(diff(x(t),t)=x(t)*(1+x(t)*exp(t)),x(t), singsol=all)
✓ Solution by Mathematica
Time used: 0.216 (sec). Leaf size: 27
DSolve[D[x[t],t]==x[t]*(1+x[t]*Exp[t]),x[t],t,IncludeSingularSolutions -> True]