Internal
problem
ID
[6393]
Book
:
Basic
Training
in
Mathematics.
By
R.
Shankar.
Plenum
Press.
NY.
1995
Section
:
Chapter
10,
Differential
equations.
Section
10.2,
ODEs
with
constant
Coefficients.
page
307
Problem
number
:
10.2.10
Date
solved
:
Monday, January 27, 2025 at 01:58:47 PM
CAS
classification
:
[[_2nd_order, _linear, _nonhomogeneous]]
✓ Solution by Maple
Time used: 0.007 (sec). Leaf size: 111
dsolve(diff(x(t),t$2)+2*gamma*diff(x(t),t)+omega__0*x(t)=F*cos(omega*t),x(t), singsol=all)
✓ Solution by Mathematica
Time used: 0.502 (sec). Leaf size: 108
DSolve[D[x[t],{t,2}]+2*\[Gamma]*D[x[t],t]+Subscript[\[Omega],0]*x[t]==F*Cos[\[Omega]*t],x[t],t,IncludeSingularSolutions -> True]