Internal
problem
ID
[19618]
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
5
page
122
Date
solved
:
Tuesday, January 28, 2025 at 08:33:01 PM
CAS
classification
:
[[_2nd_order, _linear, _nonhomogeneous]]
✓ Solution by Maple
Time used: 0.010 (sec). Leaf size: 27
dsolve(diff(y(x),x$2)-cot(x)*diff(y(x),x)-(1-cot(x))*y(x)=exp(x)*sin(x),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.814 (sec). Leaf size: 52
DSolve[D[y[x],{x,2}]-Cot[x]*D[y[x],x]-(1-Cot[x])*y[x]==Exp[x]*Sin[x],y[x],x,IncludeSingularSolutions -> True]