Internal
problem
ID
[6512]
Book
:
Schaums
Outline
Differential
Equations,
4th
edition.
Bronson
and
Costa.
McGraw
Hill
2014
Section
:
Chapter
11.
THE
METHOD
OF
UNDETERMINED
COEFFICIENTS.
page
95
Problem
number
:
Problem
11.7
Date
solved
:
Monday, January 27, 2025 at 02:11:06 PM
CAS
classification
:
[[_3rd_order, _linear, _nonhomogeneous]]
✓ Solution by Maple
Time used: 0.008 (sec). Leaf size: 32
dsolve(diff(y(x),x$3)-6*diff(y(x),x$2)+11*diff(y(x),x)-6*y(x)=2*x*exp(-x),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.007 (sec). Leaf size: 42
DSolve[D[y[x],{x,3}]-6*D[y[x],{x,2}]+11*D[y[x],x]-6*y[x]==2*x*Exp[-x],y[x],x,IncludeSingularSolutions -> True]