Internal
problem
ID
[3131]
Book
:
Differential
Equations
by
Alfred
L.
Nelson,
Karl
W.
Folley,
Max
Coral.
3rd
ed.
DC
heath.
Boston.
1964
Section
:
Exercise
19,
page
86
Problem
number
:
21
Date
solved
:
Monday, January 27, 2025 at 07:22:34 AM
CAS
classification
:
[[_2nd_order, _linear, _nonhomogeneous]]
✓ Solution by Maple
Time used: 0.003 (sec). Leaf size: 53
dsolve(diff(y(x),x$2)+2*n*diff(y(x),x)+n^2*y(x)=5*cos(6*x),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.045 (sec). Leaf size: 57
DSolve[D[y[x],{x,2}]+2*n*D[y[x],{x,2}]+n^2*y[x]==5*Cos[6*x],y[x],x,IncludeSingularSolutions -> True]