Internal
problem
ID
[15502]
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.14
(b)
Date
solved
:
Tuesday, January 28, 2025 at 07:59:50 AM
CAS
classification
:
[[_2nd_order, _linear, _nonhomogeneous]]
✓ Solution by Maple
Time used: 0.005 (sec). Leaf size: 42
dsolve(diff(y(x),x$2)+9*y(x)=25*x*cos(2*x)+3*sin(3*x),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.638 (sec). Leaf size: 96
DSolve[D[y[x],{x,2}]+9*y[x]==25*x*Cos[2*x]+3*Sin[3*x],y[x],x,IncludeSingularSolutions -> True]