Internal
problem
ID
[4629]
Book
:
Ordinary
differential
equations
and
their
solutions.
By
George
Moseley
Murphy.
1960
Section
:
Various
1
Problem
number
:
21
Date
solved
:
Monday, January 27, 2025 at 09:27:05 AM
CAS
classification
:
[_linear]
✓ Solution by Maple
Time used: 0.000 (sec). Leaf size: 20
dsolve(diff(y(x),x) = 2*cot(x)^2*cos(2*x)-2*y(x)*csc(2*x),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.074 (sec). Leaf size: 21
DSolve[D[y[x],x]==2*(Cot[x]^2*Cos[2*x]-y[x]*Csc[2*x]),y[x],x,IncludeSingularSolutions -> True]