Internal
problem
ID
[3159]
Book
:
Differential
Equations
by
Alfred
L.
Nelson,
Karl
W.
Folley,
Max
Coral.
3rd
ed.
DC
heath.
Boston.
1964
Section
:
Exercise
20,
page
90
Problem
number
:
15
Date
solved
:
Monday, January 27, 2025 at 07:24:09 AM
CAS
classification
:
[[_3rd_order, _missing_y]]
✓ Solution by Maple
Time used: 0.003 (sec). Leaf size: 34
dsolve(diff(y(x),x$3)-3*diff(y(x),x$2)-4*diff(y(x),x)=exp(2*x)+sin(x),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.285 (sec). Leaf size: 49
DSolve[D[y[x],{x,3}]-3*D[y[x],{x,2}]-4*D[y[x],x]==Exp[2*x]+Sin[x],y[x],x,IncludeSingularSolutions -> True]