Internal
problem
ID
[6321]
Book
:
Fundamentals
of
Differential
Equations.
By
Nagle,
Saff
and
Snider.
9th
edition.
Boston.
Pearson
2018.
Section
:
Chapter
2,
First
order
differential
equations.
Section
2.3,
Linear
equations.
Exercises.
page
54
Problem
number
:
40
Date
solved
:
Monday, January 27, 2025 at 01:56:29 PM
CAS
classification
:
[_quadrature]
✓ Solution by Maple
Time used: 0.003 (sec). Leaf size: 24
dsolve(diff(u(t),t)=alpha*(1-u(t))-beta*u(t),u(t), singsol=all)
✓ Solution by Mathematica
Time used: 0.046 (sec). Leaf size: 35
DSolve[D[u[t],t]==\[Alpha]*(1-u[t])-\[Beta]*u[t],u[t],t,IncludeSingularSolutions -> True]