Problem 1 is just a straight induction. To prove that the induction holds, assume it is true for n and prove it is true for n+1. So for n+1 we add
x^{n+1})
to both sides. On the right, we need to make the addition compatible with a denominator of
^2)
, so multiply top and bottom by that factor and you have
x^{n+1} - 2(n+1)x^{n+2} + (n+1)x^{n+3}}{(1-x)^2})
.
Now, when you add this factor on to
x^{n+1} + nx^{n+2}}{(1-x)^2})
, you get a few cancellations. In the numerator we have:
x^{n+1} + nx^{n+2} + (n+1)x^{n+1} - 2(n+1)x^{n+2} + (n+1)x^{n+3})
which, canceling like terms and combining, yields
x^{n+2} + (n+1)x^{n+3})
.
Hence, we have the result we want, and the induction is proven.