I am trying to model the following sum:
$\sum_{i=0}^{n}{W_i \alpha^{i}}$
where $\alpha \in[0, 1) $ and $W_n$ takes values 0 or 1 and may be modeled as a markow chain or for simplicity as a binary random variable with $P(W=0)=p_0$ and $P(W=1)=1-p_0$
In the special case in which $n->\infty$ and $p_0=0$ the series should converge to $1\over{1-\alpha}$ and I suppose the infinite series will converge to $(1-p_0)\over{1-\alpha}$ when $p_0 \in (0,1]$.
I would like to understand whith what probability the sum above will be greater than a given threshold depending on the threshold itself, on the properties of $W_n$, on $n$ and of $\alpha$.
Is there some relevant theory I could use to model this problem (or a simplfied version of it)?