Internal
problem
ID
[4727]
Book
:
Ordinary
differential
equations
and
their
solutions.
By
George
Moseley
Murphy.
1960
Section
:
Various
5
Problem
number
:
126
Date
solved
:
Monday, January 27, 2025 at 09:34:29 AM
CAS
classification
:
[_separable]
✓ Solution by Maple
Time used: 0.451 (sec). Leaf size: 80
dsolve(diff(y(x),x)+csc(2*x)*sin(2*y(x)) = 0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.438 (sec). Leaf size: 68
DSolve[D[y[x],x]+Csc[2 x] Sin[2 y[x]]==0,y[x],x,IncludeSingularSolutions -> True]