While during physics I encountered a sum I couldn't evaluate: $$S= 1-\frac{1}{2}+\frac{1}{4}-\frac{1}{8}+\frac{1}{16}\cdots$$ Is there a particular formula for this sum and does it converges?
Easy summation question: $S= 1-\frac{1}{2}+\frac{1}{4}-\frac{1}{8}+\frac{1}{16}\cdots$
345 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail AtThere are 5 best solutions below
On
We sum the geometric series:
$$S=\sum_{n=0}^\infty\left(\frac{-1}{2}\right)^n=\frac{1}{1-\left(\frac{-1}{2}\right)}=\frac23$$
On
Using techniques that are frequently used by physicists: \begin{align*} 1 - \frac{1}{2} + \frac{1}{4} - \frac{1}{8} + \cdots &= \left( 1 - \frac{1}{2} \right) + \left( \frac{1}{4} - \frac{1}{8} \right) + \cdots \\ &= \frac{1}{2} + \frac{1}{8} + \cdots \\ &= \frac{1}{2} \left( 1 + \frac{1}{4} + \frac{1}{16} + \cdots \right) \\ &= \frac{1}{2} \frac{1}{1-\frac{1}{4}} \\ &= \frac{1}{2-\frac{1}{2}} \\ &= \frac{1}{3/2} \\ &= \frac{2}{3} \end{align*}
Note: There is no error in the parenthesization in the first line. We know the series converges (alternating series test), so every subsequence of the partial sums converges to the same thing, so this particular subsequence of the partial sums converges to the same thing.
Hint: This is a geometric series with ratio $-\dfrac{1}{2}$.
Please see the wikipedia article on geometric series.
In general we have that $1+r+r^2+\ldots=\dfrac{1}{1-r}$ given $|r|<1$.