Internal
problem
ID
[14512]
Book
:
Ordinary
Differential
Equations
by
Charles
E.
Roberts,
Jr.
CRC
Press.
2010
Section
:
Chapter
4.
N-th
Order
Linear
Differential
Equations.
Exercises
4.4,
page
218
Problem
number
:
3
Date
solved
:
Tuesday, January 28, 2025 at 06:42:51 AM
CAS
classification
:
[[_high_order, _linear, _nonhomogeneous]]
✓ Solution by Maple
Time used: 0.006 (sec). Leaf size: 28
dsolve(diff(y(x),x$4)+2*diff(y(x),x$2)+y(x)=3+cos(2*x),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.219 (sec). Leaf size: 135
DSolve[D[y[x],{x,4}]+2*D[y[x],{x,2}]+y[x]==3+Cos[2*x],y[x],x,IncludeSingularSolutions -> True]