Internal
problem
ID
[4718]
Book
:
Ordinary
differential
equations
and
their
solutions.
By
George
Moseley
Murphy.
1960
Section
:
Various
5
Problem
number
:
116
Date
solved
:
Monday, January 27, 2025 at 09:33:54 AM
CAS
classification
:
[_separable]
✓ Solution by Maple
Time used: 0.239 (sec). Leaf size: 14
dsolve(diff(y(x),x) = sin(x)*(csc(y(x))-cot(y(x))),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.419 (sec). Leaf size: 70
DSolve[D[y[x],x]==Sin[x](Csc[y[x]]-Cot[y[x]]),y[x],x,IncludeSingularSolutions -> True]