Given the transfer function $$G(s)=10\frac{s+1}{s^2-2s+5}$$ clasify the output $y(t)$ given the input $x(t)=e^{-t}$, $t>0$.
I know that $$y(t)=\mathscr{L}^{-1}[Y(s)]=\mathscr{L}^{-1}[X(s)G(s)].$$ We know that $$X(s)=\mathscr{L}^{-1}[e^{-t}]=\frac{1}{s+1},$$ so $$Y(s)=\frac{1}{s+1}10\frac{s+1}{s^2-2s+5}=10\frac{1}{s^2-2s+5}=10\frac{1}{(s-\frac{3}{2})^2+\frac{41}{9}},$$ so $$\boxed{y(t)=\mathscr{L}^{-1}[Y(s)]=\frac{30}{\sqrt{41}}\sin\left(\frac{\sqrt{41}}{3}t\right)e^{\frac{2}{3}t}}.$$ So to clasify $y(t)$ we need to study the following limit: $$\lim_{t\to\infty}\frac{30}{\sqrt{41}}\sin\left(\frac{\sqrt{41}}{3}t\right)e^{\frac{2}{3}t}.$$ I have studied that I can calculate its value in two ways:
- I have seen that $\sin(x)$ is bounded and $e^x$ is an increasing function, to when $x\to\infty$ the product diverges (and hence $\boxed{\text{the output is oscillatory undamped}}$).
- Using the Final value theorem (or Initial value theorem): $$\lim_{t\to\infty}y(t)=\lim_{s\to0}sY(s).$$ But if I find the last limit I end up with: $$\lim_{s\to0}sY(s)=\lim_{s\to0}\frac{10s}{s^2-2s+5}=0,$$ so $\lim_{t\to\infty}y(t)=0$, but that IS NOT TRUE, since $\not\exists\lim_{t\to\infty}\frac{30}{\sqrt{41}}\sin\left(\frac{\sqrt{41}}{3}t\right)e^{\frac{2}{3}t}$.
What am I missing in (2)? Why this theorem fail?
I can only use these 2 properties, I do not know another one, as someone mentioned in a recent question: Show that $\lim_{x\to\infty}\sin(x)e^{x}$ diverges.
You cannot use the final value theorem in this case. The proper statement of the theorem is as follows:
Suppose that the following conditions are satisfied:
then,
\begin{equation} \lim_{t\to \infty}f(t) = \lim_{s\to 0^+}sF(s). \end{equation}
If $F$ is a rational function (the quotient of two polynomial functions) or a rational function multiplied by an exponential, that is \begin{equation} F(s) = e^{-as}\frac{P(s)}{Q(s)} \end{equation} and
then the final value theorem applies (under these assumptions, all three requirements of the theorem are satisfied).
In your case, the poles of $G$ are not in the open left complex plane (this is clear because there is a sign change in the coefficients of the denominator), so the FVT cannot be used. You can confirm that the poles of $G$ are $1\pm 2i$.