Wednesday, October 11, 2017

Proof of the power series 1 + $x^2$ + $x^3$ + $ldots$ + $x^n$ = $frac{1}{1-x}$

Can anyone show me the proof of why if $|x|<1$ then:



$$
\lim_{n \to \infty} 1+ x^2 + x^3 + \ldots + x^n = \frac{1}{1-x}

$$

No comments:

Post a Comment

analysis - Injection, making bijection

I have injection $f \colon A \rightarrow B$ and I want to get bijection. Can I just resting codomain to $f(A)$? I know that every function i...