x and k are integers, and q is a real number between, $0 \le q \le 1$, and z is a complex number.
How to prove that f(z):
$$f(z) = \sum \limits_{x=k}^{\infty}~ {x-1 \choose k-1}~ q^{x-k}~z^x$$
equals:
$$f(z) = z^k(1-qz)^{-k}$$
I'm thinking it has something to do with binomial theorem, but i could be wrong.
$$(a+b)^n = \sum_{j=0}^{n}~ {n \choose j}~a^j~ b^{n-j}$$
$$f(z) = \sum \limits_{x=k}^{\infty}~ {x-1 \choose k-1}~ q^{x-k}~z^x$$
$$f(z) = \sum \limits_{x=0}^{\infty}~ {x+k-1 \choose k-1}~ q^{x+k-k}~z^{x+k}$$
$$f(z) = \sum \limits_{x=0}^{\infty}~ {x+k-1 \choose k-1}~ q^{x}~z^{x+k}$$
no idea how to get it to equal... $f(z) = z^k(1-qz)^{-k}$
seems that bionomial theorem has an upper limit of n and this summation has an upper limit of $\infty$...
Start with $\frac1{1-qz}=\sum_{n\ge 0}q^nz^n$ and differentiate $k-1$ times with respect to $z$ to get
$$\frac{q^{k-1}(k-1)!}{(1-qz)^k}=\sum_{n\ge 0}n^{\underline{k-1}}q^nz^{n-k+1}\;,$$
where
$$n^{\underline{m}}=\underbrace{n(n-1)(n-2)\ldots(n-m+1)}_{m\text{ factors}}$$
is the falling factorial. Multiply both sides by $z^k$ and do a bit of algebraic manipulation to get the desired result. If you’ve not seen falling factorials before, it may be helpful to note that $\binom{n}m=\frac{n^{\underline{m}}}{m!}$.