I have a major question. Please take a look.
I have this differential equation (DE): $$ \frac{d^2y(t)}{dt} +\frac{dy(t)}{dt} +4y(t)= \frac{dx(t)}{dt} +2x(t) $$ And I have to find impulse response (IR) and frequency response (FR).
We can "translate" the given DE into:
$$ Y(\omega)(j\omega)^2 + Y(\omega)5(j\omega) + 4Y(\omega)= j\omega X(\omega)+2X(\omega) $$
So i am reaching a point where $H(\omega) = Y(\omega)/X(\omega) = (j\omega +2)/[(j\omega)^2 +5j\omega + 4]$ .
The my main problem is that i dont know how to continue from this point, because in the numerator is that $j\omega$, otherwise i have my standard methodology to solve it.
So what am I supposed to do for this point ?
Thanks