How to go about solving inverse transform of this by hand?

172 Views Asked by At

$X(z) = 1 / ((z-1)^2(z-3))$ where ROC is $|z|>3$.

I've put the equation into partial fractions then I am not sure on how to proceed further with the first term. Any help is appreciated.

1

There are 1 best solutions below

1
On

$$X(z)=\frac{1}{(z-1)^2(z-3)}=\frac{1/4}{(z-3)}-\frac{1/4}{z-1}-\frac{1/2}{(z-1)^2},\,|z|>3$$

$$X(z)=0.25z^{-1}\frac{z}{z-3}-0.25z^{-1}\frac{z}{z-1}-0.5z^{-1}\left(\frac{z}{(z-1)^2}\right)$$

Note that:

  • The inverse of $\frac{z}{z-a}, |z|>a$ is $a^nu[n]$.
  • The inverse transform of $z^{-n_0}X(z)$ is $x[n-n_0]$.
  • $\frac{z}{(z-1)^2}=-z\frac{d}{dz}(\frac{z}{z-1})$.
  • The inverse of $-z\frac{dX(z)}{dz}$ is $nx[n]$.

Hence,

$$x[n]=(0.25)3^{n-1}u[n-1]-(0.25)u[n-1]-(0.5)(n-1)u[n-1]$$