Internal
problem
ID
[18693]
Book
:
A
short
course
on
differential
equations.
By
Donald
Francis
Campbell.
Maxmillan
company.
London.
1907
Section
:
Chapter
V.
Homogeneous
linear
differential
equations.
Exact
equations.
Exercises
at
page
69
Problem
number
:
10
Date
solved
:
Tuesday, January 28, 2025 at 12:10:31 PM
CAS
classification
:
[[_2nd_order, _linear, _nonhomogeneous]]
✓ Solution by Maple
Time used: 0.079 (sec). Leaf size: 27
dsolve(diff(y(x),x$2)-cot(x)*diff(y(x),x)+csc(x)^2*y(x)=cos(x),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.040 (sec). Leaf size: 19
DSolve[D[y[x],{x,2}]-Cot[x]*D[y[x],x]+Csc[x]^2*y[x]==Cos[x],y[x],x,IncludeSingularSolutions -> True]