First, we note that the input \(f(t) = 2+3t\) in the time domain corresponds to \[F(s) = \frac{2}{s} + \frac{3}{s^2}\] in the frequency domain. Thus, \(X(s) = T(s)F(s)\) where \(T(s)\) is the system’s transfer function, \(X(s)\) the output and \(F(s)\) the input.
\[
\begin{aligned}
X(s) &= \left( \frac{2}{s} + \frac{3}{s^2} \right) \frac{1}{4s+5} \\
&= \frac{2s+3}{s^2} \frac{1}{4s+5} = \frac{(2s+3)(1/4)}{s^2 (s+5/4)}
\end{aligned}
\]
Now, we also know that \(X(s)\) should be express-able as
\[
\frac{A_1}{s^2} + \frac{A_2}{s} + \frac{A_3}{s+5/4}
\]
To find these coefficients, we use
\[
\begin{aligned}
A_1 &= \lim_{s \rightarrow 0} \left[ s^2 X(s) \right] = \lim_{s \rightarrow 0} \left[ \frac{(2s+3)(1/4)}{s+5/4}\right] = \frac{3/4}{5/4} = 3/5 \\
A_2 &= \lim_{s \rightarrow 0} \left[ \frac{d}{ds} \left( s^2 X(s) \right) \right] = \frac{d}{ds} \left( \frac{1}{4} \frac{2s+3}{s+5/4} \right) \\
&= \lim_{s \rightarrow 0} \frac{1}{4} \left( -\frac{2s+3}{(s+5/4)^2} + \frac{2}{s+5/4} \right) \\
&= -\frac{2}{25} \\
A_3 &= \lim_{s \rightarrow -5/4} \left[ \frac{(2s+3)(1/4)}{s^2} \right] = \frac{2}{25}
\end{aligned}
\]
Thus, the forced response in the frequency domain is \[X(s) = \frac{3/5}{s^2} + \frac{-2/25}{s} + \frac{2/25}{s+5/4}\]