Question: Prove by induction that $ 1+r+r^2+\cdots+r^n = \dfrac {1-r^{n+1}} {1-r} $ where $ r \in \mathbb{R} $
When $n$ is odd, this is really easy as the right side breaks down to $\dfrac {(1-r^{n+1})(r+1)} {1-r}$ . Then you can fiddle with the first n variables on the left: put them into the same fraction and add; a buncha stuff cancels out and eventually the lhs breaks down into the rhs.
The problems arise when $n$ is even. I can't seem to find a way to split the right side. Any ideas where to start? Or a way to do everything in one step?
EDIT: from the hint $$r^{n+1} + \frac{1-r^{n+1}}{1-r} = \frac{(1-r)r^{n+1} + (1-r^{n+1})}{1-r}$$
We get $ \dfrac{(1-r^{n+2} -r^{n+1}) + r^{n=1}}{1-r} =\dfrac {1-r^{n+2}} {1-r} $ hence the LHS turns into the right thanks!
Hint: $$r^{n+1} + \dfrac{1-r^{n+1}}{1-r} = \dfrac{(1-r)r^{n+1} + (1-r^{n+1})}{1-r}$$
Edit: What N.F. Taussig says is absolutely correct. If $r=1$, what is true is,
$$n+1 = \lim\limits_{r\to 1} (1+r+\cdots + r^{n}) = \lim\limits_{r\to 1} \dfrac{1-r^{n+1}}{1-r}$$