Internal
problem
ID
[9165]
Book
:
Second
order
enumerated
odes
Section
:
section
2
Problem
number
:
42
Date
solved
:
Monday, January 27, 2025 at 05:51:32 PM
CAS
classification
:
[[_high_order, _linear, _nonhomogeneous]]
✓ Solution by Maple
Time used: 0.006 (sec). Leaf size: 52
dsolve(diff(y(x),x$4)-diff(y(x),x$3)-3*diff(y(x),x$2)+5*diff(y(x),x)-2*y(x)=x*exp(x)+3*exp(-2*x),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.279 (sec). Leaf size: 170
DSolve[D[y[x],{x,4}]-D[y[x],{x,3}]-3*D[y[x],{x,2}]+5*D[y[x],x]-2*y[x]==x*Exp[x]+3*Exp[-2*x],y[x],x,IncludeSingularSolutions -> True]