Internal
problem
ID
[15495]
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.13
(b)
Date
solved
:
Tuesday, January 28, 2025 at 07:59:43 AM
CAS
classification
:
[[_high_order, _missing_y]]
✓ Solution by Maple
Time used: 0.005 (sec). Leaf size: 59
dsolve(diff(y(x),x$5)+18*diff(y(x),x$3)+81*diff(y(x),x)=x^2*sin(3*x),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.427 (sec). Leaf size: 198
DSolve[D[y[x],{x,5}]+18*D[y[x],{x,3}]+81*D[y[x],x]==x^2*Sin[3*x],y[x],x,IncludeSingularSolutions -> True]