Does anyone know why $$\frac C{1+r}+\frac C{(1+r)^2}+\frac C{(1+r)^3}+\cdots=\frac Cr?$$
It probably has to do with power basics, but how to solve it.
Does anyone know why $$\frac C{1+r}+\frac C{(1+r)^2}+\frac C{(1+r)^3}+\cdots=\frac Cr?$$
It probably has to do with power basics, but how to solve it.
Hint
Geometric progression gives you :
$1+ \frac{1}{x} + \frac{1}{x^2} + ... = \frac{1}{1-x}$
Take $c$ in front of the expression and you're left with: $$c \bigg(\frac{1}{1+r} + \frac{1}{(1+r)^2} + ... \bigg)$$
I think you can see the solution from here.
$$\require{color}\frac{C}{1+r}+\frac{C}{(1+r)^2}+\frac{C}{(1+r)^3}+\cdots = {C\color{red}\left(\frac{1}{1+r}+\frac{1}{(1+r)^2}+\frac{1}{(1+r)^3}+\cdots\right)}=\boxed{C\color{red}{x}}$$
Then,
$$(r+1)C{\color{red}x}=C\left(1+\underbrace{{\color{red}\frac1{r+1}+\frac1{(r+1)^2}+\cdots}}_{x}\right) $$
This is,
$$(r+1){\color{red}x} = 1+{\color{red}x}\implies {\color{red}x} = \frac1r$$
Hence,
$$\boxed{C{\color{red}x}} = \frac Cr$$
EDIT: solving equation $(r+1){\color{red}x} = 1+{\color{red}x}$.
\begin{align} \require{cancel} (r+1){\color{red}x}& = 1+{\color{red}x}\\ r\cdot{\color{red}x}+1\cdot{\color{red}x}& = 1+{\color{red}x}\\ r\cdot{\color{red}x}+{\color{red}x}& = 1+{\color{red}x}\\ r\cdot{\color{red}x}+\cancel{{\color{red}x}}& = 1+\cancel{{\color{red}x}}\\ r\cdot{\color{red}x}& = 1\\ {\color{red}x}& = \frac1r\\ \end{align}
Hint:
Multiply the series by $1+r$ and subtract $C$. What do you get ?
Let $ 1+r = k $ so we want to show that $$\sum_{i=1}^{i=\infty}\frac{c}{k^{i}}=\frac{c}{r}$$ We sum of a geometric series which can be solved as, $$\frac{G}{1-R}$$, where G is the first term and R is the ratio. So we get $$ \frac{c}{k(1-\frac{1}{k})}$$ $$ \frac{c}{(k-1)}$$ $$\frac{c}{r}$$