I found the expansions for $$f(x) = \frac{1}{1+x^{2}} = \sum_{k=0}^{\infty}(-1)^{k}x^{2k}$$ $$g(x) = \frac{1}{(1+x^{2})^{2}} = \sum_{k=0}^{\infty}(-1)^{k}x^{4k}$$ $$h(x) = \frac{x}{1+x^{2}} = \sum_{k = 0}^{\infty}(-1)^{k}x^{2k+1}$$
But what would be the proper approach of finding an expansion for $$w(x) = \frac{x}{(1+x^{2})^{2}}$$
I think I can either go with: (1) x* $\frac{1}{(1+x^{2})^{2}}$ which would give me $\sum_{k = 0}^{\infty} (-1)^{k} x ^ {4k + 1}$ or (2) squaring the denominator of $\frac{x}{1 + x^{2}}$ which would give me $\sum_{k = 0}^{\infty} (-1)^{k} x ^ {4k + 2}$.
I think that approach (1) is more correct because it deals with just multiplying by x rather than squaring (1+$x^{2}$) but am I right? Is (1) correct and is my reasoning for its correctness correct?