Internal
problem
ID
[14195]
Book
:
DIFFERENTIAL
and
INTEGRAL
CALCULUS.
VOL
I.
by
N.
PISKUNOV.
MIR
PUBLISHERS,
Moscow
1969.
Section
:
Chapter
8.
Differential
equations.
Exercises
page
595
Problem
number
:
61
Date
solved
:
Tuesday, January 28, 2025 at 06:21:30 AM
CAS
classification
:
[_linear]
✓ Solution by Maple
Time used: 0.001 (sec). Leaf size: 15
dsolve(diff(s(t),t)+s(t)*cos(t)=1/2*sin(2*t),s(t), singsol=all)
✓ Solution by Mathematica
Time used: 0.072 (sec). Leaf size: 54
DSolve[D[s[t],t]+s[t]*Cos[t]==1/2*Sin[2*t],s[t],t,IncludeSingularSolutions -> True]