Internal
problem
ID
[4157]
Book
:
Theory
and
solutions
of
Ordinary
Differential
equations,
Donald
Greenspan,
1960
Section
:
Chapter
4.
The
general
linear
differential
equation
of
order
n.
Exercises
at
page
63
Problem
number
:
8(f)
Date
solved
:
Monday, January 27, 2025 at 08:40:55 AM
CAS
classification
:
[[_2nd_order, _linear, _nonhomogeneous]]
✓ Solution by Maple
Time used: 0.003 (sec). Leaf size: 40
dsolve(diff(y(x),x$2)+3*diff(y(x),x)+2*y(x)=x*sin(2*x),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.024 (sec). Leaf size: 48
DSolve[D[y[x],{x,2}]+3*D[y[x],x]+2*y[x]==x*Sin[2*x],y[x],x,IncludeSingularSolutions -> True]