Internal
problem
ID
[2493]
Book
:
Differential
equations
and
their
applications,
4th
ed.,
M.
Braun
Section
:
Chapter
1.
First
order
differential
equations.
Section
1.4
separable
equations.
Excercises
page
24
Problem
number
:
5
Date
solved
:
Monday, January 27, 2025 at 05:54:20 AM
CAS
classification
:
[_separable]
✓ Solution by Maple
Time used: 0.061 (sec). Leaf size: 9
dsolve(cos(y(t))*sin(t)*diff(y(t),t)=sin(y(t))*cos(t),y(t), singsol=all)
✓ Solution by Mathematica
Time used: 2.905 (sec). Leaf size: 19
DSolve[Cos[y[t]]*Sin[t]*D[y[t],t]==Sin[y[t]]*Cos[t],y[t],t,IncludeSingularSolutions -> True]