Internal
problem
ID
[13739]
Book
:
AN
INTRODUCTION
TO
ORDINARY
DIFFERENTIAL
EQUATIONS
by
JAMES
C.
ROBINSON.
Cambridge
University
Press
2004
Section
:
Chapter
9,
First
order
linear
equations
and
the
integrating
factor.
Exercises
page
86
Problem
number
:
9.4
Date
solved
:
Tuesday, January 28, 2025 at 06:00:22 AM
CAS
classification
:
[[_linear, `class A`]]
✓ Solution by Maple
Time used: 0.002 (sec). Leaf size: 58
dsolve(diff(T(t),t)=-k*(T(t)- (mu+a*cos( omega*(t-phi)))),T(t), singsol=all)
✓ Solution by Mathematica
Time used: 0.704 (sec). Leaf size: 74
DSolve[D[ T[t],t]==-k*(T[t]- (mu+a*Cos[ omega*(t-phi)])),T[t],t,IncludeSingularSolutions -> True]