Internal
problem
ID
[13473]
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
:
23
Date
solved
:
Tuesday, January 28, 2025 at 05:44:51 AM
CAS
classification
:
[[_high_order, _missing_y]]
✓ Solution by Maple
Time used: 0.005 (sec). Leaf size: 64
dsolve(diff(y(x),x$4)+2*diff(y(x),x$3)-3*diff(y(x),x$2)=18*x^2+16*x*exp(x)+4*exp(3*x)-9,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 32.208 (sec). Leaf size: 138
DSolve[D[y[x],{x,4}]+2*D[y[x],{x,3}]-3*D[y[x],{x,2}]==18*x^2+16*x*Exp[x]+4*Exp[3*x]-9,y[x],x,IncludeSingularSolutions -> True]