Transfer function to impulse response

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 15K views
yoran
Messages
116
Reaction score
0

Homework Statement


Given the transfer function of a linear, time-invariant system
[tex]H(z)=\frac{z^2+5z}{z^2+5}[/tex]
compute the impulse response.

Homework Equations


We are supposed to compute the inverse z-transform with partial fraction decomposition but the problem here is the irreducible quadratic function [tex]z^2+5[/tex].

The Attempt at a Solution


In our table of inverse z-transforms they are only functions of the the type
[tex]\frac{z^{m+1}}{(z-a)^{m+1}}[/tex]
I tried this.
[tex]H(z)=\frac{z^2+5z}{z^2+5}=\frac{z^2}{z^2+5}+5\frac{z}{z^2+5}[/tex]
I can compute the inverse z-transform of [tex]\frac{z^2}{z^2+5}[/tex] just fine, but how do I compute the inverse z-transform of [tex]\frac{z}{z^2+5}[/tex]

Thanks.
 
Physics news on Phys.org
It's not irreducible. [itex]z^2+5=(z-\sqrt{5}i)(z+\sqrt{5}i)[/itex]. Complex numbers are an important part of z transforms.
 
Last edited:
Ok thank you now I think I can solve it.