Prove that for all numbers $n \gt 1$ $\lim_{r \to 1} \frac {r^n-1}{r-1} = n$
I think induction will work for this, but I can't seem to figure it out. I have the base $n=1$ case because $\lim_{r \to 1} \frac {r^1-1}{r-1} = 1$ holds, then by induction hypothesis I would say it hold for $n$, then I just need to show it hold for $(n+1)$, which is where I'm stuck.
Hint: $(r^n-1)=(r^{n-1}+\cdots+r+1)(r-1)$.