Internal
problem
ID
[2974]
Book
:
Differential
Equations
by
Alfred
L.
Nelson,
Karl
W.
Folley,
Max
Coral.
3rd
ed.
DC
heath.
Boston.
1964
Section
:
Exercise
10,
page
41
Problem
number
:
17
Date
solved
:
Monday, January 27, 2025 at 07:05:05 AM
CAS
classification
:
[_linear]
✓ Solution by Maple
Time used: 0.002 (sec). Leaf size: 24
dsolve(sin(theta)*diff(r(theta),theta)+1+r(theta)*tan(theta)=cos(theta),r(theta), singsol=all)
✓ Solution by Mathematica
Time used: 7.795 (sec). Leaf size: 164
DSolve[Sin[\[Theta]]*D[ r[\[Theta]], \[Theta] ]+1+r[\[Theta]]*Tan[\[Theta]]==Cos[\[Theta]],r[\[Theta]],\[Theta],IncludeSingularSolutions -> True]