Calculating the series $\ln(1+x)$ using polynomial
Here's what I have tried
$$\begin{align*} (1+ax)\ln(1+x) &= \sum_{n=1}^{\infty} (-1)^{n-1}\frac{x^n}{n}+a\sum_{n=1}^{\infty} (-1)^{n-1} \frac{x^{n+1}}{x^n} \\ &= x+ \sum_{n=2}^{\infty}(-1)^{n-1}\frac{x^n}{n} + (2nd \space summation) \\ \end{align*}$$
As for the second summation, I have a question on distributing the lower index.
For example, I know that I can do this: $$a\sum_{n=2}^{\infty} (-1)^{n-1}\frac{x^n}{n-1}$$
However, when I redistribute the lower index, why does the exponent in $(-1)^{n-1}$ not get affected, for example why does that not then become $(-1)^{n-2}$ when I get the summation limit $\sum_{n=2}$ in this case? I ask because this is the steps shown in my textbook, and it doesn't provide a reason for this. Thanks in advance!
I'm trying to achieve this form: $$x + \sum_{n=2}^{\infty}(-1)^{n-1}\left(\frac{1}{2}-\frac{a}{n-1} \right)x^n.$$
We use the identity for the first summation: $$\sum_{n=1}^\infty x_n = x_1 + x_2 + \cdots + x_N + \sum_{n=N+1}^\infty x_n,$$