first of all rearrange the equation
[tex]mx''+kx'+w^{2}_{0}x=Acos(\delta t)-F_{f}[/tex]
Divide the solution into two steps.
1) Homogenous solution
This is the behaviour of the system without the external force acting on it
[tex]x''+\frac{k}{m}x'+w^{2}_{0}x=0[/tex]
This is a constant coefficient equation, and solved with the characteristic polynomial:
[tex]r^{2}+\frac{k}{m}r+\frac{w^{2}_{0}}{m}=0[/tex]
The roots are given by:
[tex]r_{1,2}=\frac{-k\pm \sqrt{k^{2}-4mw^{2}_{0}}}{2m}[/tex]
Now I'm going to assume [tex]4mw^{2}_{0}>k^{2}[/tex] and define:
[tex]\alpha = \frac{k}{2m}; \omega=\sqrt{-\frac{k^{2}}{4m}+w^{2}_{0}}[/tex]
so
[tex]r_{1,2}=\alpha\pm i\omega[/tex]
Therefore the set of homogenous solutions is
[tex]x_{1}(t)=e^{-\alpha t}cos(\omega t); x_{2}(t)=e^{-\alpha t}sin(\omega t)[/tex]
The general homogenous solution is given by superposition.
2) Particular Solution
The response of the system to the external force
I'm going to use "guessing", but first we will divide the response into two:
2.1) Response to the constant force [tex]F_{f}[/tex]
The easiest guess is that x itself will be constant. So if we choose x=c, we'll have
[tex]x_{p,1}=c=-\frac{F_{f}}{w^{2}_{0}}[/tex]
2.2) Response to the harmonic force
Now we going to choose some [tex]x=Ccos(\delta t)+Dsin(\delta t)[/tex]
Substituting this into the equation gives:
[tex]-mC\delta^{2} cos(\delta t) -mD\delta^{2}sin(\delta t)-kC\delta sin(\deltat) + kD\delta cos(\delta t)+w^{2}_{0}Ccos(\delta t)+w^{2}_{0}Dsin(\delta t)=Acos(\delta t)[/tex]
Comparing coefficient of cosines and sines gives:
[tex]-mC\delta^{2}+kD\delta+w^{2}_{0}C=A[/tex]
[tex]-mD\delta^{2}-kC\delta+w^{2}_{0}D=0[/tex]
which gives
[tex]C=\frac{A(w^{2}_{0}-m\delta^{2})}{(w^{2}_{0}-m\delta^{2})^{2}+k^2\delta^{2}}; D=\frac{Ak\delta}{(w^{2}_{0}-m\delta^{2})^{2}+k^2\delta^{2}}[/tex]
So [tex]x_{p,2}=\frac{A(w^{2}_{0}-m\delta^{2})}{(w^{2}_{0}-m\delta^{2})^{2}+k^2\delta^{2}}cos(\delta t)+\frac{Ak\delta}{(w^{2}_{0}-m\delta^{2})^{2}+k^2\delta^{2}}sin(\delta t)[/tex]Now finally we compose all of the results together to get the general solution of the ODE:
[tex]x(t)=c_{1}e^{-\alpha t}cos(\omega t)+c_{2}e^{-\alpha t}sin(\omega t)-\frac{F_{f}}{w^{2}_{0}}+\frac{A(w^{2}_{0}-m\delta^{2})}{(w^{2}_{0}-m\delta^{2})^{2}+k^2\delta^{2}}cos(\delta t)+\frac{Ak\delta}{(w^{2}_{0}-m\delta^{2})^{2}+k^2\delta^{2}}sin(\delta t)[/tex]
The first & second term are superposition of the homogoneous solutions.
The third & fourth term are sum of the responses to the external force.
The coefficients c1 & c2 are arbitrary but given initial conditions you can find them.