Internal
problem
ID
[1823]
Book
:
Elementary
differential
equations
with
boundary
value
problems.
William
F.
Trench.
Brooks/Cole
2001
Section
:
Chapter
5
linear
second
order
equations.
Section
5.7
Variation
of
Parameters.
Page
262
Problem
number
:
19
Date
solved
:
Tuesday, January 28, 2025 at 02:35:54 PM
CAS
classification
:
[[_2nd_order, _linear, _nonhomogeneous]]
✓ Solution by Maple
Time used: 0.047 (sec). Leaf size: 58
dsolve(sin(x)*diff(y(x),x$2)+(2*sin(x)-cos(x))*diff(y(x),x)+(sin(x)-cos(x))*y(x)=exp(-x),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.330 (sec). Leaf size: 41
DSolve[Sin[x]*D[y[x],{x,2}]+(2*Sin[x]-Cos[x])*D[y[x],x]+(Sin[x]-Cos[x])*y[x]==Exp[-x],y[x],x,IncludeSingularSolutions -> True]