Internal
problem
ID
[7174]
Book
:
A
First
Course
in
Differential
Equations
with
Modeling
Applications
by
Dennis
G.
Zill.
12
ed.
Metric
version.
2024.
Cengage
learning.
Section
:
Chapter
2.
First
order
differential
equations.
Section
2.3
Linear
equations.
Exercises
2.3
at
page
63
Problem
number
:
30
Date
solved
:
Tuesday, February 04, 2025 at 12:44:11 AM
CAS
classification
:
[_quadrature]
With initial conditions
✓ Solution by Maple
Time used: 0.015 (sec). Leaf size: 16
dsolve([diff(T(t),t)=k*(T(t)-T__m),T(0) = T__0],T(t), singsol=all)
✓ Solution by Mathematica
Time used: 0.042 (sec). Leaf size: 18
DSolve[{D[T[t],t]==k*(T[t]-Tm),{T[0]==T0}},T[t],t,IncludeSingularSolutions -> True]