Internal
problem
ID
[13464]
Book
:
Differential
Equations
by
Shepley
L.
Ross.
Third
edition.
John
Willey.
New
Delhi.
2004.
Section
:
Chapter
4,
Section
4.3.
The
method
of
undetermined
coefficients.
Exercises
page
151
Problem
number
:
14
Date
solved
:
Tuesday, January 28, 2025 at 05:44:35 AM
CAS
classification
:
[[_2nd_order, _linear, _nonhomogeneous]]
✓ Solution by Maple
Time used: 0.006 (sec). Leaf size: 39
dsolve(diff(y(x),x$2)+diff(y(x),x)-2*y(x)=6*exp(-2*x)+3*exp(x)-4*x^2,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 1.658 (sec). Leaf size: 90
DSolve[D[y[x],{x,2}]+D[y[x],x]-2*y[x]==6*Exp[-2*x]+3*Exp[x]-4*x^2,y[x],x,IncludeSingularSolutions -> True]