Let $$S_n = x + x^2 + x^3 + \cdots + x^n$$ then $$xs_n = x^2 + x^3 + \cdots + x^n + x^{n+1}$$
This is taken from book "An concise introduction to pure mathematics" :

Why does inserting $x$ to left side of equation produce $x^{n+1}$ ?
Let $$S_n = x + x^2 + x^3 + \cdots + x^n$$ then $$xs_n = x^2 + x^3 + \cdots + x^n + x^{n+1}$$
This is taken from book "An concise introduction to pure mathematics" :

Why does inserting $x$ to left side of equation produce $x^{n+1}$ ?
Simply multiplying all the terms by $x^1$ increases the exponents of $x$ by $1$ in each term. So $x^n\cdot x^1=x^{n+1}.$