Internal
problem
ID
[4203]
Book
:
Elementary
Differential
equations,
Chaundy,
1969
Section
:
Exercises
3,
page
60
Problem
number
:
3(c)
Date
solved
:
Monday, January 27, 2025 at 08:42:04 AM
CAS
classification
:
[_linear]
✓ Solution by Maple
Time used: 0.003 (sec). Leaf size: 19
dsolve(tan(x)*diff(y(x),x)+y(x)=cot(x),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.066 (sec). Leaf size: 29
DSolve[Tan[x]*D[y[x],x]+y[x]==Cot[x],y[x],x,IncludeSingularSolutions -> True]