Internal
problem
ID
[4803]
Book
:
Ordinary
differential
equations
and
their
solutions.
By
George
Moseley
Murphy.
1960
Section
:
Various
7
Problem
number
:
203
Date
solved
:
Monday, January 27, 2025 at 09:40:01 AM
CAS
classification
:
[_separable]
✓ Solution by Maple
Time used: 0.003 (sec). Leaf size: 22
dsolve(x*diff(y(x),x) = y(x)-cot(y(x))^2,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 3.298 (sec). Leaf size: 49
DSolve[x D[y[x],x]==y[x]-x Cot[y[x]]^2/x,y[x],x,IncludeSingularSolutions -> True]