How to find the $z$-transform of $\left[a^{n}\sin\left(bn\right)\right]/n!$ where "!" denotes factorial of a number and b is constant??
2026-03-27 03:49:10.1774583350
On
To find Z-transform of given sequence
2.7k Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
There are 2 best solutions below
0
On
I'm going to find Z Transform with the use of Euler's formula $$ sin(x)= \frac{e^{ix} - e^{-ix}}{2i} $$ $$ x(n)= \frac{a^n sin(bn)}{n!}=\frac{a^n (e^{ibn} - e^{-ibn})}{(2i)n!} $$ $$ X(z) = \sum_{0}^{\infty}\frac{(ae^{ib})^n - (ae^{-ib})^n}{(2i)n!}z^{-n}=\frac{1}{2i}(\sum_{0}^{\infty} \frac{1}{n!}(\frac{ae^{ib}}{z})^n -\sum_{0}^{\infty} \frac{1}{n!}(\frac{ae^{-ib}}{z})^n ) $$ $$ X(z) = \frac{1}{2i}(exp{(\frac{ae^{ib}}{z})} -exp{(\frac{ae^{-ib}}{z})} ) $$ $$ X(z) = \frac{e^{\frac{a}{z}}}{2i}(exp{(cos(b) + i sin(b))} -exp{(cos(b) - i sin(b))} ) $$ $$ X(z) = \frac{e^{\frac{a}{z}}exp{(cos(b))}}{2i}(exp{(i sin(b))} -exp{(- i sin(b))} ) $$ $$ X(z) = {e^{\frac{a}{z}}exp{(cos(b))}}sin{( sin(b))} $$
Hints:
i)
ii) Z-Transform of $a^ne^{ibn}$ is given by
iii) The following is known as the geometric series which you need to find a closed form for $F(z)$
I think you can finish it now.