On a problem book solution I was faced with the following step:
$$\frac{1}{n+1}+\frac{1}{(n+1)^2}...=\frac{1}{n}$$
I identified $\frac{1}{n+1}+\frac{1}{(n+1)^2}...$ as a geometric series so the sum would be $\frac{1}{1-r}$ so that $\frac{1}{1-\frac{1}{n+1}}=1+\frac{1}{n}$. I do not understand what I am doing worng.
Question:
What am I doing wrong?
Thanks in advance!
You are using the formula $$ 1+x+x^2+x^3+\dotsb=\frac{1}{1-x}\quad (|x|<1)\quad (\star) $$ where $x=\frac{1}{n+1}$. The problem is that your desired sum omits the initial term of $1$ in $(\star)$. Hence subtract $1$ from your sum, $1+n^{-1}$, to get the right result.