I am having trouble seeing how this summation equivalence holds true:
$\sum_{i=0}^\infty x^i$ = $\frac{1}{1-x}$ if |x| < 1
The only thing I can see where there would be a problem is if x = 1 or x = -1
Im hoping someone can provide me with a clear explanation as I am very confused
Consider the formula for the sum of a finite geometric series: $$ \sum_{i=0}^n x^i = \frac{1-x^n}{1-x}.$$ Now, if we have that the $|x| < 1$, then when we repeatedly multiply $x$ by itself, it gets smaller. This may give some intuition as to why we can then let $n$ tend to infinity in this formula to give $$ \sum_{i=1}^\infty x^i = \frac{1}{1-x},$$ but only when $|x| < 1$, as then $x^n$ tends to 0 as $n$ tends to infinity. We say that 1 is the radius of convergence of the sum - note that $1$ is not included in this radius, so the sum is undefined when $x$ is 1. This should make sense, since $1 + 1 + 1 + \cdots $ intuitively doesn't seem to look like it might end up being finite, right?