Internal
problem
ID
[3152]
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
:
8
Date
solved
:
Monday, January 27, 2025 at 07:23:53 AM
CAS
classification
:
[[_2nd_order, _linear, _nonhomogeneous]]
✓ Solution by Maple
Time used: 0.004 (sec). Leaf size: 27
dsolve(diff(y(x),x$2)+9*y(x)=exp(x)+sin(4*x),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.223 (sec). Leaf size: 35
DSolve[D[y[x],{x,2}]+9*y[x]==Exp[x]+Sin[4*x],y[x],x,IncludeSingularSolutions -> True]