Electrical – Finding steady state response of LTI, dissipative systems

circuit analysislineartransfer function

The input, \$x(t)\$, and output, \$y(t)\$ of a linear time invariant, dissipative system are related via the differential equation

$$d^4(y(t)) + 6d^3(y(t)) + 14d^2(y(t))+14d(y(t)) + 5y(t) = – d^2(x(t)) – 9x(t)$$

If \$x(t) = \cos(t)-\sin(t)\$, determine the steady state response.

Now, I know

$$H(iw) = \frac{-(iw)^2 – 9}{(iw)^4 + 6(iw)^3 + 14(iw)^2 + 14(iw) + 5}$$

But I'm having a hard time understanding how this transfer function will help find the steady state response. Especially since there is no circuit given.

Best Answer

If a sinusoidal signal is applied to an LTI system, the output will be having same frequency as input but will have different phase and amplitude. If the input is \$\cos(wt)\$, then output will be: $$|H(jw)|\cos\left(wt+\angle H(jw)\right)$$ Where \$H(jw)\$ is the frequency response. \$\angle H(jw)\$ is the argument of \$H(jw)\$.

In your case, the input is sum of two sinusoids with \$w=1\$. Find the output for each one after evaluating magnitude and phase of \$H(jw)\$ at \$w=1\$ and add them to get the result.