Internal
problem
ID
[19637]
Book
:
A
Text
book
for
differentional
equations
for
postgraduate
students
by
Ray
and
Chaturvedi.
First
edition,
1958.
BHASKAR
press.
INDIA
Section
:
Book
Solved
Excercises.
Chapter
VIII.
Linear
equations
of
second
order
Problem
number
:
Ex
24
page
139
Date
solved
:
Tuesday, January 28, 2025 at 08:33:03 PM
CAS
classification
:
[[_2nd_order, _linear, _nonhomogeneous]]
✓ Solution by Maple
Time used: 0.086 (sec). Leaf size: 82
dsolve(diff(y(x),x$2)+(1-cot(x))*diff(y(x),x)-y(x)*cot(x)=sin(x)^2,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.243 (sec). Leaf size: 53
DSolve[D[y[x],{x,2}]+(1-Cot[x])*D[y[x],x]-y[x]*Cot[x]==Sin[x]^2,y[x],x,IncludeSingularSolutions -> True]