Internal
problem
ID
[3027]
Book
:
Differential
Equations
by
Alfred
L.
Nelson,
Karl
W.
Folley,
Max
Coral.
3rd
ed.
DC
heath.
Boston.
1964
Section
:
Exercise
12,
page
46
Problem
number
:
25
Date
solved
:
Monday, January 27, 2025 at 07:09:25 AM
CAS
classification
:
[_linear]
✓ Solution by Maple
Time used: 0.002 (sec). Leaf size: 14
dsolve(diff(y(x),x)+x+y(x)*cot(x)=0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.041 (sec). Leaf size: 16
DSolve[D[y[x],x]+x+y[x]*Cot[x]==0,y[x],x,IncludeSingularSolutions -> True]