Internal
problem
ID
[12969]
Book
:
An
elementary
treatise
on
differential
equations
by
Abraham
Cohen.
DC
heath
publishers.
1906
Section
:
Chapter
VIII,
Linear
differential
equations
of
the
second
order.
Article
53.
Change
of
dependent
variable.
Page
125
Problem
number
:
Ex
5
Date
solved
:
Tuesday, January 28, 2025 at 04:45:42 AM
CAS
classification
:
[[_2nd_order, _linear, _nonhomogeneous]]
✓ Solution by Maple
Time used: 0.013 (sec). Leaf size: 28
dsolve(sin(x)*diff(y(x),x$2)+2*cos(x)*diff(y(x),x)+3*sin(x)*y(x)=exp(x),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.128 (sec). Leaf size: 56
DSolve[Sin[x]*D[y[x],{x,2}]+2*Cos[x]*D[y[x],x]+3*Sin[x]*y[x]==Exp[x],y[x],x,IncludeSingularSolutions -> True]