I am trying to find a power series representation of
$$ \frac{1-x}{1+x} $$
My textbook does it by adding one and subtracting one on the numerator. I understand this method but was wondering if anyone could give me some input on doing it by the following method:
$$(1-x)\sum_{n=0}^\infty (-1)^{n}x^{n} $$
where the series is just the geometric series replaced by $-x$.
After multiplying out I get stuck here:
$$\sum_{n=0}^\infty (-1)^{n}x^{n} - \sum_{n=0}^\infty (-1)^{n}x^{n+1} $$
I'm not sure how I could progress or if this method is actually doable, any input would be appreciated thanks!