Internal
problem
ID
[4627]
Book
:
Ordinary
differential
equations
and
their
solutions.
By
George
Moseley
Murphy.
1960
Section
:
Various
1
Problem
number
:
19
Date
solved
:
Monday, January 27, 2025 at 09:26:45 AM
CAS
classification
:
[_linear]
✓ Solution by Maple
Time used: 0.001 (sec). Leaf size: 13
dsolve(diff(y(x),x)+csc(x)+2*y(x)*cot(x) = 0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.036 (sec). Leaf size: 15
DSolve[D[y[x],x]+Csc[x]+2*y[x]*Cot[x]==0,y[x],x,IncludeSingularSolutions -> True]