Internal
problem
ID
[14266]
Book
:
DIFFERENTIAL
and
INTEGRAL
CALCULUS.
VOL
I.
by
N.
PISKUNOV.
MIR
PUBLISHERS,
Moscow
1969.
Section
:
Chapter
8.
Differential
equations.
Exercises
page
595
Problem
number
:
160
Date
solved
:
Tuesday, January 28, 2025 at 06:24:56 AM
CAS
classification
:
[[_high_order, _linear, _nonhomogeneous]]
✓ Solution by Maple
Time used: 0.009 (sec). Leaf size: 52
dsolve(diff(y(x),x$4)+2*a^2*diff(y(x),x$2)+a^4*y(x)=8*cos(a*x),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.327 (sec). Leaf size: 161
DSolve[D[y[x],{x,4}]+2*a^2*D[y[x],{x,2}]+a^4*y[x]==8*Cos[a*x],y[x],x,IncludeSingularSolutions -> True]