[Math] Geometric Series and its infinite sum

divergent-seriessequences-and-series

when we say $1+r+r^2+r^3+\cdots=S$ do we mean $S$ is the partial sum of first $n$ terms of this geometric series where $n$ goes to infinity (which is not boundless due to the existence of $n$th term) or do we say $S$ is sth that has literally infinite, boundless terms so that $S-1=rS$?

In other words, are we saying when we talk about $S$, are we talking about the partial sum of the first n terms where n is getting really really large or do we literally mean the bound does not exist at all, so that $S-1=rS$?

This matters a lot to me because it seems like there can be some values of things like that even if the partial sum is divergent!

If the meaning of $S$ is the 'limit' of partial sum then it's obvious that $S-1=rS$ if and only if the absolute value of $r$ is less than one. but when we treat $S$ as sth that does not have the 'nth term (the bound)' no matter how far away then I can't think of any reason of saying $S-1=rS$ is wrong. So, to sum up, is $S$ limit of the partial sum or is it sth that is endless? I hope I can get satisfying answer of this question.

Best Answer

The official meaning of the assertion that $$1+r+r^2+r^3+\cdots=S$$ is that $$\lim_{n \to \infty}(1+r+r^2+\cdots +r^n) =S$$.

By the usual formula for the sum of a finite geometric series, $$1+r+r^2+\cdots +r^n=\frac{1-r^{n+1}}{1-r}$$ (unless, of course, $r=1$). It is reasonably clear that if $|r|<1$, $$\lim_{n\to\infty}\frac{1-r^{n+1}}{1-r}=\frac{1}{1-r}$$ and that if $|r|\ge 1$, then $$\lim_{n \to \infty}(1+r+r^2+\cdots +r^n)$$ does not exist.

But that is not really your question. What I think you are saying is roughly this: let $$S=1+r+r^2+r^3+\cdots$$ Then at the level of formal "algebraic" manipulation, we have (??) $$S-1=rS$$ and "therefore" (??) $S=1/(1-r)$ (at least if $r \ne 1$).

But do "formal" manipulations always yield correct results? Not necessarily. For example, you have probably already seen plausible-looking algebraic manipulations that appear to yield the absurd "result" that $0=1$ (usually here the flaw is a carefully hidden division by $0$.)

The formal manipulation yields, if we take $r=1/2$, the perfectly correct result that $$1+\frac{1}{2}+\frac{1}{2^2}+\frac{1}{2^3}+\cdots =2$$ This makes physical sense. If you look at the real number line, and put a dot at $1$, then at $1+1/2$, then at $1+1/2+1/4$, and so on, your dots are clearly approaching $2$, and are after a while indistinguishably close to $2$.

Now look at the formal sum $$S=1+2+2^2+2^3+\cdots$$ Purely formal manipulation then yields that $S=-1$. Does this make any kind of physical sense? Certainly if you add more and more terms of the above series, you are not getting in any sense close to $-1$. And at the crude informal level, it is clear that the sum is "infinite," whatever that may mean. Formal manipulations on non-existent objects can yield absurd results.

So in this case formal manipulation has produced a result that makes no physical sense. There are a number of instances where blind manipulation yields wrong results, so early in university, students are trained to apply algebraic "rules" only in situations where these rules are valid.

However, the situation is more complicated than that! Once upon a time complex numbers, when they came up in a formal calculation, were dismissed as "absurd." Now they are part of the essential toolkit of the electrical engineer! There are similar phenomena with series.

In combinatorics, for example, formal power series are successfully used, at the purely manipulational level, even when the series technically do not converge. And in various areas of mathematics, divergent series of a suitable type can be very useful, even in computations!

But at this stage, you should be disciplined, and apply formal manipulations only in situations where you know, or have been assured that, they are "safe." Later, perhaps, you can explore situations where venturing beyond safe confines yields interesting and useful results.