H(z) = (z2 + 0.5z - 0.5)/(z2 + 1.5z + 0.5)

AI Thread Summary
The discussion focuses on the transfer function H(z) and the challenge of expressing it in partial fraction form due to non-real roots. The user attempts to manipulate the equation by multiplying components to combine them into a single fraction, seeking clarification on the correctness of their approach. A response confirms that the method is valid and provides a breakdown of H(z) into simpler components. The conversation emphasizes the importance of combining fractions correctly to derive a difference equation. Overall, the exchange highlights techniques for handling complex transfer functions in control systems.
asdf12312
Messages
198
Reaction score
1

Homework Statement


img.png


Homework Equations


H(z) = Y(z)/X(z)

The Attempt at a Solution


I realized this wasn't in partial fraction form because the 1+z-1+0.5z-2 has non-real roots. I multiplied the 1st fraction part by z1 and the 2nd fraction by z2, then I combined them into one fraction and I think I am able to get a difference equation at the end, but is the way I am doing it right? Or is there an easier way to do this problem that I am missing.
 
Physics news on Phys.org
asdf12312 said:
I multiplied the 1st fraction part by z1 and the 2nd fraction by z2, then I combined them into one fraction

Yes, that's how you do it.

H(z) = 1/(1+0.5z-1) - 1/(1+z-1+0.5z-2) = z/(z+0.5) - z2/(z2+z+0.5).

Combine the fractions.
 

Similar threads

Back
Top