0

Possible Duplicate:
Value of $\sum\limits_n x^n$

If I have some real $x$ where $0 < x < 1$

What is the value $y = x + x^2 + x^3 + x^4 + \dots$ ?

Intuitively I can see that for $x = 0.5$ then $y = 1$

How do I calculate this for arbitrary $x$?

3 Answers3

4

If you don't know much about series maybe the following is helpful.

Suppose that such a sum exists. It is clear that $y=x+x(x+x+x^2+\cdots)=x+xy.$ Just find $y$ from the equation $y=x+xy.$ (I'm neglecting some limits here).

1

(You mean $0&ltx&lt1$.)

This is just a geometric series with first term and ratio $x$, so $$y=\frac{x}{1-x}\;.$$

Brian M. Scott
  • 616,228
1

Do not memorize the formula. You can derive it using the following trick. Let $s=x+x^2+x^3+...$. Then you have that $sx=x^2+x^3+x^4+...$. Hence, $s-sx=x$. In other words, $s=\frac{x}{1-x}$