Internal
problem
ID
[9143]
Book
:
Second
order
enumerated
odes
Section
:
section
2
Problem
number
:
21
Date
solved
:
Monday, January 27, 2025 at 05:48:57 PM
CAS
classification
:
[[_2nd_order, _with_linear_symmetries], [_2nd_order, _linear, `_with_symmetry_[0,F(x)]`]]
✓ Solution by Maple
Time used: 0.003 (sec). Leaf size: 23
dsolve(diff(y(x),x$2)+cot(x)*diff(y(x),x)+4*y(x)*csc(x)^2=0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.048 (sec). Leaf size: 25
DSolve[D[y[x],{x,2}]+Cot[x]*D[y[x],x]+4*y[x]*Csc[x]^2==0,y[x],x,IncludeSingularSolutions -> True]