topsquark
Senior Member
- Joined
- Aug 27, 2012
- Messages
- 2,392
They never do!But then I am still confused about how the segments/terms reach the other side. A limit just gets arbitrarily close doesn't it? In other words, each n only gets the sum close. How does the gap get filled?
The Nth partial sum is
[imath]\displaystyle \sum_{n=1}^N \dfrac{1}{2^n}= \dfrac{1}{2} \left ( \dfrac{ 1 - \left ( \dfrac{1}{2} \right )^N }{ 1 - \dfrac{1}{2} } \right ) = 1 - \left ( \dfrac{1}{2} \right )^N[/imath]
Now, we want this in the limit as N goes to infinity. Well, nothing happens to the 1. What happens to the [imath](1/2)^N[/imath]? Notice that 0 < 1/2 < 1. Every time we put a higher exponent on this, the smaller it gets. If we do this an arbitrarily large number of times, we get arbitrarily closer to 0. So
[imath]\displaystyle \lim_{N \to \infty} \left ( \dfrac{1}{2} \right )^N = 0[/imath]
Thus
[imath]\displaystyle \sum_{n=1}^{\infty} \dfrac{1}{2^n}= 1 - 0 = 1[/imath]
If you want to do the limit for real, look up epsilon-delta proofs. But the point is that we never took a value for N to find this. We simply noted that the bigger N is, the closer [imath](1/2)^N[/imath] gets to 0. This is not the sort of process where you can imagine that you are summing an very large number of terms. We sum them for an arbitrary N and then we take a limit, which does the job for us.
-Dan