Internal
problem
ID
[2299]
Book
:
Differential
equations
and
their
applications,
3rd
ed.,
M.
Braun
Section
:
Section
1.2.
Page
9
Problem
number
:
1
Date
solved
:
Monday, January 27, 2025 at 05:44:55 AM
CAS
classification
:
[_separable]
✓ Solution by Maple
Time used: 0.001 (sec). Leaf size: 11
dsolve(cos(t)*y(t)+diff(y(t),t) = 0,y(t), singsol=all)
✓ Solution by Mathematica
Time used: 0.027 (sec). Leaf size: 19
DSolve[Cos[t]*y[t]+D[y[t],t] == 0,y[t],t,IncludeSingularSolutions -> True]