Internal
problem
ID
[10212]
Book
:
Differential
Gleichungen,
E.
Kamke,
3rd
ed.
Chelsea
Pub.
NY,
1948
Section
:
Chapter
1,
linear
first
order
Problem
number
:
199
Date
solved
:
Monday, January 27, 2025 at 06:38:52 PM
CAS
classification
:
[_separable]
✓ Solution by Maple
Time used: 0.412 (sec). Leaf size: 80
dsolve(sin(2*x)*diff(y(x),x) + sin(2*y(x))=0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.444 (sec). Leaf size: 68
DSolve[Sin[2*x]*D[y[x],x] + Sin[2*y[x]]==0,y[x],x,IncludeSingularSolutions -> True]