Internal
problem
ID
[15439]
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.3
(c)
Date
solved
:
Tuesday, January 28, 2025 at 07:55:46 AM
CAS
classification
:
[[_2nd_order, _missing_y]]
✓ Solution by Maple
Time used: 0.003 (sec). Leaf size: 25
dsolve(diff(y(x),x$2)+3*diff(y(x),x)=26*cos(x/3)-12*sin(x/3),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 6.548 (sec). Leaf size: 60
DSolve[D[y[x],{x,2}]+3*D[y[x],x]==26*Cos[x/3]-12*Sin[x/3],y[x],x,IncludeSingularSolutions -> True]