I have to write the following:
$\frac{1}{1 + w + w^2}$
as a power series: $$\sum_{n=0}^{\infty}{a_nw^n}$$
and find the radius of convergence of the series (in the complex plane). Obviously you can use the geometric series formula to obtain the following series:
$$\sum_{n=0}^{\infty}(-1)^n(w + w^2)^n$$
which converges iff $|w + w^2| \lt 1$. However, I can't figure out a way to write it in the power series form above and also I cannot find the ROC in terms of an inequality just involving $w$. Is this possible to do? Thanks for your help!