Internal
problem
ID
[13090]
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
:
3(d)
Date
solved
:
Tuesday, January 28, 2025 at 04:51:58 AM
CAS
classification
:
[[_linear, `class A`]]
✓ Solution by Maple
Time used: 0.002 (sec). Leaf size: 15
dsolve(diff(N(t),t)=N(t)-9*exp(-t),N(t), singsol=all)
✓ Solution by Mathematica
Time used: 0.071 (sec). Leaf size: 32
DSolve[D[ n[t],t]==n[t]-9*exp[-t],n[t],t,IncludeSingularSolutions -> True]