$$\sum_{n=0}^{\infty} 2^n = -1$$
I saw it on a 3blue1brown video and would like to learn more about it. Thank you.
$$\sum_{n=0}^{\infty} 2^n = -1$$
I saw it on a 3blue1brown video and would like to learn more about it. Thank you.
The equality as stated makes no sense. The sum is divergent and doesn't have a finite value.
That being said, taking the limit of partial sums is only one of many ways to take a series and assign to it a real number that "represents" that series. And there are many ways to do this that happens to agree with the standard limit of partial sums on any series where they both are defined. These are often called "sums" for this reason, and they also often play nicely with intuitive algebraic manipulations.
Like using the standard trick for finding the sum of a convergent geometric series and applying it to a divergent series. That is one way get $-1$ from "adding" all powers of $2$. It is not the sum of all positive powers of $2$, but it is a real number that is naturally associated to the series of positive powers of $2$.
It might also be an idea to point out that the video in question ends with a short introduction to the $2$-adic integers, which is a construction where larger and larger powers of $2$ are considered "smaller", giving rise to a precise context where $\sum_{n=0}^\infty 2^n$ actually converges, and it indeed converges to $-1$. It also allows infinite digits extending to the left, rather than conventional numbers which allow infinite digits expansion to the right, although you really should use binary numbers if you go down that road.