Internal
problem
ID
[7982]
Book
:
Differential
Equations:
Theory,
Technique,
and
Practice
by
George
Simmons,
Steven
Krantz.
McGraw-Hill
NY.
2007.
1st
Edition.
Section
:
Chapter
2.
Second-Order
Linear
Equations.
Section
2.2.
THE
METHOD
OF
UNDETERMINED
COEFFICIENTS.
Page
67
Problem
number
:
3(b)
Date
solved
:
Monday, January 27, 2025 at 03:35:18 PM
CAS
classification
:
[[_2nd_order, _linear, _nonhomogeneous]]
✓ Solution by Maple
Time used: 0.004 (sec). Leaf size: 47
dsolve(diff(y(x),x$2)+9*y(x)=2*sin(3*x)+4*sin(x)-26*exp(-2*x)+27*x^3,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 1.685 (sec). Leaf size: 55
DSolve[D[y[x],{x,2}]+9*y[x]==2*Sin[3*x]+4*Sin[x]-26*Exp[-2*x]+27*x^3,y[x],x,IncludeSingularSolutions -> True]