Internal
problem
ID
[7633]
Book
:
An
introduction
to
Ordinary
Differential
Equations.
Earl
A.
Coddington.
Dover.
NY
1961
Section
:
Chapter
2.
Linear
equations
with
constant
coefficients.
Page
69
Problem
number
:
1(e)
Date
solved
:
Monday, January 27, 2025 at 03:08:21 PM
CAS
classification
:
[[_2nd_order, _linear, _nonhomogeneous]]
✓ Solution by Maple
Time used: 0.004 (sec). Leaf size: 36
dsolve(diff(y(x),x$2)-4*diff(y(x),x)+5*y(x)=3*exp(-x)+2*x^2,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.288 (sec). Leaf size: 47
DSolve[D[y[x],{x,2}]-4*D[y[x],x]+5*y[x]==3*Exp[-x]+2*x^2,y[x],x,IncludeSingularSolutions -> True]