Don't want a full answer but can somebody help me in the right direction with this problem. Have to prove using induction
$$\forall n \geqslant 2: \sum_{i=1}^{n} \frac{4}{5^{i}} < 1$$
Don't want a full answer but can somebody help me in the right direction with this problem. Have to prove using induction
$$\forall n \geqslant 2: \sum_{i=1}^{n} \frac{4}{5^{i}} < 1$$
You can find an explicit formula like this $$\begin{align}S&=\text{}\frac4{5}+&&\!\!\!\!\!\!\!\!\!\!\!\!\frac4{5^2}+\ldots+\frac4{5^n}\\ \frac15S&=&&\!\!\!\!\!\!\!\!\!\!\!\!\frac4{5^2}+\ldots+\frac4{5^3}+\frac4{5^{n+1}}\end{align}$$
Therefore $\displaystyle S-\frac15S=\frac45-\frac4{5^{n+1}}$ and $\displaystyle S=\frac{\frac45-\frac4{5^{n+1}}}{1-\frac15}=1-\frac1{5^n}<1$.
Now you can prove the $\displaystyle S=1-\frac1{5^n}$ by induction :)