Why does the following hold:
∞∑n=00.7n=11−0.7=10/3?
Can we generalize the above to
∞∑n=0xn=11−x ?
Are there some values of x for which the above formula is invalid?
What about if we take only a finite number of terms? Is there a simpler formula?
N∑n=0xn
Is there a name for such a sequence?
This is being repurposed in an effort to cut down on duplicates, see here: Coping with abstract duplicate questions.
and here: List of abstract duplicates.
Answer
By definition, a "series" (an "infinite sum") ∞∑n=kan
So writing that ∞∑n=00.7n=11−0.7
So what your question is really asking is: why is this limit equal to 11−0.7? (Or rather, that is the only way to make sense of the question).
In order to figure out the limit, it is useful (but not strictly necessary) to have a formula for the partial sums, sN=N∑n=00.7n.
More generally, a sum of the form a+ar+ar2+ar3+⋯+ark
A series of the form ∞∑n=0arn
Your particular example has a=1 and r=0.7.
Since this recently came up (09/29/2011), let's provide a formal proof that limN→∞rN+1={0if |r|<1;1if r=1;does not existif r=−1 or |r|>1
If r>1, then write r=1+k, with k>0. By the binomial theorem, rn=(1+k)n>1+nk, so it suffices to show that for every real number M there exists n∈N such that nk>M. This is equivalent to asking for a natural number n such that n>Mk, and this holds by the Archimedean property; hence if r>1, then limn→∞rn does not exist. From this it follows that if r<−1 then the limit also does not exist: given any M, there exists n such that r2n>M and r2n+1<M, so limn→∞rn does not exist if r<−1.
If r=−1, then for every real number L either |L−1|>12 or |L+1|>12. Thus, for every L and for every M there exists n>M such that |L−rn|>12 proving the limit cannot equal L; thus, the limit does not exist. If r=1, then rn=1 for all n, so for every ϵ>0 we can take N=1, and for all n≥N we have |rn−1|<ϵ, hence limN→∞1n=1. Similarly, if r=0, then limn→∞rn=0 by taking N=1 for any ϵ>0.
Next, assume that 0<r<1. Then the sequence {rn}∞n=1 is strictly decreasing and bounded below by 0: we have 0<r<1, so multiplying by r>0 we get 0<r2<r. Assuming 0<rk+1<rk, multiplying through by r we get 0<rk+2<rk+1, so by induction we have that 0<rn+1<rn for every n.
Since the sequence is bounded below, let ρ≥0 be the infimum of {rn}∞n=1. Then limn→∞rn=ρ: indeed, let ϵ>0. By the definition of infimum, there exists N such that ρ≤rN<ρ+ϵ; hence for all n≥N, |ρ−rn|=rn−ρ≤rN−ρ<ϵ.
In particular, limn→∞r2n=ρ, since {r2n}∞n=1 is a subsequence of the converging sequence {rn}∞n=1. On the other hand, I claim that limn→∞r2n=ρ2: indeed, let ϵ>0. Then there exists N such that for all n≥N, rn−ρ<ϵ. Moreover, we can assume that ϵ is small enough so that ρ+ϵ<1. Then |r2n−ρ2|=|rn−ρ||rn+ρ|=(rn−ρ)(rn+ρ)<(rn−ρ)(ρ+ϵ)<rn−ρ<ϵ.
Thus, if 0<r<1, then limn→∞rn=0.
Finally, if −1<r<0, then 0<|r|<1. Let ϵ>0. Then there exists N such that for all n≥N we have |rn|=||r|n|<ϵ, since limn→∞|r|n=0. Thus, for all ϵ>0 there exists N such that for all n≥N, |rn−0|<ϵ. This proves that limn→∞rn=0, as desired.
In summary, limN→∞rN+1={0if |r|<1;1if r=1;does not existif r=−1 or |r|>1
The argument suggested by Srivatsan Narayanan in the comments to deal with the case 0<|r|<1 is less clumsy than mine above: there exists a>0 such that |r|=11+a. Then we can use the binomial theorem as above to get that |rn|=|r|n=1(1+a)n≤11+na<1na.
No comments:
Post a Comment