Internal
problem
ID
[6320]
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
:
37
Date
solved
:
Monday, January 27, 2025 at 01:56:27 PM
CAS
classification
:
[[_linear, `class A`]]
With initial conditions
✓ Solution by Maple
Time used: 0.045 (sec). Leaf size: 86
dsolve([diff(x(t),t)=alpha-beta*cos(Pi*t/12)-k*x(t),x(0) = x__0],x(t), singsol=all)
✓ Solution by Mathematica
Time used: 0.269 (sec). Leaf size: 64
DSolve[{D[x[t],t]==\[Alpha]-\[Beta]*Cos[Pi*t/12]-k*x[t],{}},x[t],t,IncludeSingularSolutions -> True]