I dont know if I solved it correctly so far and I was wondering what I need to do to get the natural system response
$$y''+3y'-4y=x$$
I dont know if I solved it correctly so far and I was wondering what I need to do to get the natural system response
$$y''+3y'-4y=x$$
Copyright © 2021 JogjaFile Inc.
$$y''+3y'-4y=x$$ $$Y(s)(s^2+3s-4)=X(s)$$ For the Transfert Function, we have: $$H(s)= \dfrac {Y(s)}{X(s)}=\dfrac 1 {s^2+3s-4}$$ $$H(s)=\dfrac 1 {(s-1)(s+4)}$$ $$5H(s)=\dfrac 1 {(s-1)}-\dfrac 1 {(s+4)}$$ For the impulse response, we have: $$h(t)=\dfrac 1 5 \left (e^{t}-e^{-4t}\right)$$ You added an extra $s$ at the numerator. Apart from this, you applied the method correctly.