How do you go from $\sum_{n=0}^{\infty} z^{-n-1}$ to $\sum_{n=-\infty}^{-1} z^{n}$ ?? It's really confusing.
2026-03-25 12:49:02.1774442942
Changing index of summation
61 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
$$ \sum_{n=0}^{\infty} \frac{1}{3} z^{-n-1} $$
Define $m=-n-1$. $n=0$ gives $m=-1$ and as $n$ goes up by $1$, m goes down by 1. So a $\sum_{n=0}^\infty$ becomes $\sum^{-1}_{-\infty}$ (Slight abuse of notation)
$$ \sum_{-\infty}^{-1} \frac{1}{3} z^{m} $$
Then rename $m$ to $n$.