Alternating Summation of Ones

Here is a pretty common high school problem that shows the weirdness that happen with infinite series.

What is the result of 11+11+1?\text{What is the result of } 1-1+1-1+1\ldots\text{?}

We want to know what the value is so set equal to some unknown, like X\text{X} and notice that it contains itself.

X=11+11+11XX=1X2X=1X=1/2\begin{align*} & \text{X} = 1 \overbrace{ - 1 + 1 - 1 + 1-1\ldots}^{-\text{X}}\\ & \text{X} = 1 -\text{X}\\ & 2\text{X} = 1 \rightarrow \boxed{\text{X} = 1/2} \end{align*}

Last updated