I've been looking into the following sum for values of x:
$$\sum_{n=0}^{\infty} {\frac{1}{x ^ n}}$$
And after plugging in different values of x, I became confident enough to make the following conjecture:
The limit of the expression, $\sum_{n=0}^{\infty} {\frac{1}{x ^ n}}$ , will be equal to ${\frac{x}{x-1}}$ for any value of x greater than one.
My question:
Can someone provide a proof or explanation to this conjecture? And if so, what is it?
If unable or unwilling to provide a proof, suggestions on how to prove my conjecture would also be satisfactory, though be ready to clarify and elaborate some of your points.
I attempted to prove the conjecture via a contradiction proof by seeing what would result if this conjecture was false (then search for a contradiction thus making my conjecture true). However, I couldn't extrapolate any resulting truths which would occur if my conjecture was false. I tried rewriting the sum as various forms such as, $\sum_{n=0}^{\infty} {\frac{x}{x ^ {n+1}}}$ and $\sum_{n=0}^{\infty} {x^{-n}}$ to help, yet I was unable to get any closer to proving my conjecture.
Important note: My formal education of mathematics only goes up to Algebra 1 in high school, so if simpler notation and mathematic vocabulary can be used in an answer it would be greatly appreciated. Thank you.
This is what is known as a geometric series. Start with some $r$ with $r\neq 1$ (for simplicity): $$ S_n=1 + r + r^2 + \cdots +r^n $$Note that if we multiply by $(1-r)$ we have $$ (1-r)S_n = (1 + r + r^2 + \cdots +r^n)-( r + r^2 + \cdots +r^n+r^{n-1}); $$then all the intermediate terms cancel: $$ (1-r) S_n = 1 - r^{n+1};\qquad S_n = \frac{1-r^{n+1}}{1-r} $$For example, if $r=3,n=4$ we have $S_n = 1+3+3^2+3^3+3^4=121 = \frac{1-243}{1-3}$. Now if $|r|<1$, we can take the limit and obtain the infinite sum: $$ \sum_{r=0}^{\infty}r^n = \lim_{n\to\infty} S_n = \lim_{n\to\infty}\frac{1-r^{n+1}}{1-r}=\frac{1}{1-r}$$ For example, if $r=1/2$, we have $1+1/2+1/4+1/8+1/16+\cdots =2 = 1/(1-1/2)$. Try drawing some pictures to see this.
Now for your question: if $|x|>1$, $|x|^{-1}<1$. So we have $$ \sum_{r=0}^{\infty}\frac{1}{x^n} = \sum_{r=0}^{\infty}\left(\frac{1}{x} \right)^n = \frac{1}{1-1/x}=\frac{x}{x-1} $$