Internal
problem
ID
[7981]
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(a)
Date
solved
:
Monday, January 27, 2025 at 03:35:11 PM
CAS
classification
:
[[_2nd_order, _linear, _nonhomogeneous]]
✓ Solution by Maple
Time used: 0.006 (sec). Leaf size: 37
dsolve(diff(y(x),x$2)+4*y(x)=4*cos(2*x)+6*cos(x)+8*x^2-4*x,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.355 (sec). Leaf size: 43
DSolve[D[y[x],{x,2}]+4*y[x]==4*Cos[2*x]+6*Cos[x]+8*x^2-4*x,y[x],x,IncludeSingularSolutions -> True]