Internal
problem
ID
[8964]
Book
:
Own
collection
of
miscellaneous
problems
Section
:
section
5.0
Problem
number
:
3
Date
solved
:
Monday, January 27, 2025 at 05:25:28 PM
CAS
classification
:
[[_2nd_order, _with_linear_symmetries]]
✓ Solution by Maple
Time used: 0.003 (sec). Leaf size: 12
dsolve(diff(y(x),x$2)+2*cot(x)*diff(y(x),x)-y(x)=0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.033 (sec). Leaf size: 15
DSolve[D[y[x],{x,2}]+2*Cot[x]*D[y[x],x]-y[x]==0,y[x],x,IncludeSingularSolutions -> True]