Internal
problem
ID
[8960]
Book
:
Own
collection
of
miscellaneous
problems
Section
:
section
4.0
Problem
number
:
68
Date
solved
:
Monday, January 27, 2025 at 05:20:55 PM
CAS
classification
:
[[_2nd_order, _linear, _nonhomogeneous]]
✓ Solution by Maple
Time used: 0.065 (sec). Leaf size: 37
dsolve(diff(diff(y(x),x),x)+20*diff(y(x),x)+500*y(x) = 100000*cos(100*x),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.037 (sec). Leaf size: 47
DSolve[D[y[x],{x,2}]+20*D[y[x],x]+500*y[x] == 100000*Cos[100*x],y[x],x,IncludeSingularSolutions -> True]