Internal
problem
ID
[2322]
Book
:
Differential
equations
and
their
applications,
3rd
ed.,
M.
Braun
Section
:
Section
1.4.
Page
24
Problem
number
:
5
Date
solved
:
Monday, January 27, 2025 at 05:45:39 AM
CAS
classification
:
[_separable]
✓ Solution by Maple
Time used: 0.060 (sec). Leaf size: 9
dsolve(cos(y(t))*sin(t)*diff(y(t),t) = cos(t)*sin(y(t)),y(t), singsol=all)
✓ Solution by Mathematica
Time used: 2.952 (sec). Leaf size: 19
DSolve[Cos[y[t]]*Sin[t]*D[y[t],t] == Cos[t]*Sin[y[t]],y[t],t,IncludeSingularSolutions -> True]