Internal
problem
ID
[3020]
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
:
17
Date
solved
:
Monday, January 27, 2025 at 07:08:58 AM
CAS
classification
:
[_separable]
✓ Solution by Maple
Time used: 0.002 (sec). Leaf size: 8
dsolve(diff(r(theta),theta)=r(theta)*cot(theta),r(theta), singsol=all)
✓ Solution by Mathematica
Time used: 0.035 (sec). Leaf size: 15
DSolve[D[ r[\[Theta]], \[Theta] ]==r[\[Theta]]*Cot[\[Theta]],r[\[Theta]],\[Theta],IncludeSingularSolutions -> True]