Internal
problem
ID
[15450]
Book
:
Ordinary
Differential
Equations.
An
introduction
to
the
fundamentals.
Kenneth
B.
Howell.
second
edition.
CRC
Press.
FL,
USA.
2020
Section
:
Chapter
22.
Method
of
undetermined
coefficients.
Additional
exercises
page
412
Problem
number
:
22.7
(d)
Date
solved
:
Tuesday, January 28, 2025 at 07:56:16 AM
CAS
classification
:
[[_2nd_order, _quadrature]]
✓ Solution by Maple
Time used: 0.003 (sec). Leaf size: 25
dsolve(diff(y(x),x$2)=6*x*exp(x)*sin(x),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.045 (sec). Leaf size: 38
DSolve[D[y[x],{x,2}]==6*x*Exp[x]*Sin[x],y[x],x,IncludeSingularSolutions -> True]