Prove by induction:
$$\sum_{i=0}^n 3^i =\frac {1}{2} (3^{n+1}-1)$$
Now, i know how to do the first step and i understand it but then i have a problem with the second step which is showing that its true for n+1.
My question is:
Is this notation corect:
$$\sum_{i=0}^{n+1} 3^i =\frac {1}{2} (3^{n+2}-1)$$ Which of these is corect and why? $$\sum_{i=0}^{n+1} 3^i =\sum_{i=0}^{n} 3^i+n+1$$ or $$\sum_{i=0}^{n+1} 3^i =\sum_{i=0}^{n} 3^{n+1}$$