Note: for context, I have a 10-year old high-school math level and I'm trying to get back at math.
I have this exercise, asked in the form of:
The sum $\sum_{k=0}^n (k+1)x^k$ is equal to: (three possible solutions follow)
After spending about an hour on the problem, I looked up the solution and it only says that:
$$\sum_{k=0}^n (k+1)x^k = \sum_{k=1}^{n+1} (k)x^{k-1}$$
It is fairly evident to prove that both sides are equal by showing that they are both $$1 + 2x + 3x^2 + \cdots + (n+1)x^n$$
Now I'm wondering if I should have been able to find the right side of the equality just starting from the left side. Is this possible? Is it so evident that I'm just not finding it?
Thanks a lot!
Note: this exercise appears in H Prépa édition spéciale - Maths
Here is another way of looking at it. Change of variable : Put $k+1=u$
If $k=0$: Then $u=1$
If $k=n$: Then $u=n+1$
How does the equation look like now :
$$\sum_{k=0}^n (k+1)x^k=\sum_{u=1}^{n+1} ux^{u-1} \text{ i.e., } \sum_{k=0}^n (k+1)x^k=\sum_{k=1}^{n+1} kx^{k-1}.$$