Cannot follow this argument pertaining to geometric series.

MidgetDwarf
Messages
1,574
Reaction score
696
In order to construct a geometric series we do the following:

chose a number a such that a does not equal 0 and a second number r that is between (-1,1). We call r the ration because it is the ratio, the progression of each term to its predecessor.

We have An=a+ar+ar^2+ar^3...ar^n

We multiply An by r. rAn=ar+ar^2+ar^3+ar^4...ar^n+1.

We subtract rAn from An and we end with the terms: An-rAn=a-ar^n+1

An-rAn=a(1-r^n+1).

Here is were i cannot follow the argument. In the book we have An-rAn=a(1-r^n+1)/(1-r).

Where did the 1-r in the denominator come from? Is it the same idea we invoke to compare two physical or more physical quantities, i.e., ratios of sides of triangles?

ignoring my lack of understanding of this step. I can see why, s equals the limit as n->infinity of An-rAn

is a/(1-r). we can pick a value for r between -1 and 1, say 0.5 and raise it to the 1000000 power which will make it go to zero.
 
Physics news on Phys.org
MidgetDwarf said:
We subtract rAn from An and we end with the terms: An-rAn=a-ar^n+1

An-rAn=a(1-r^n+1).
So on the right they pull out the a: ##\quad a-ar^{n+1} = a\left ( 1-r^{n+1} \right )##

On the left they do the same! : ##\quad A_n-rA_n = A_n (1-r)##

So I suspect the book has An = a(1-r^n+1)/(1-r) and not An-rAn = a(1-r^n+1)/(1-r) as you quote (using copy/paste ?)
 
Actually, r is called the "common ratio".

Perhaps it would help you to look at the sum "written out".
\sum_{n= 0}^\infty ar^n= a+ ar+ ar^2+ ar^3+ \cdot\cdot\cdot

Write S= a+ ar+ ar^2+ ar^3+ \cdot\cdot\cdot. Then, subtracting a from both sides, S- a= ar+ ar^2+ ar^3+ \cdot\cdot\cot= r(a= ar+ ar^2+ ar^3+ \cdot\cdot\cdot

Notice that, because this is an infinite series, we never "lose" the end term so that last sum is just "S" again:
S- a= rS so that a= S- rS= (1- r)S and S= \frac{a}{1- r}.

A more "rigorous" proof would be to look at the finite sums (because the sum of an infinite series is defined as the limit of its "partial sums").

\sum_{n= 0}^N ar^n= a+ ar+ ar^2+ ar^3+ \cdot\cdot\cdot+ ar^{N-1}+ ar^N

Write S= a+ ar+ ar^2+ ar^3+ \cdot\cdot\cdot+ ar^{N-1}+ ar^N.

Now do the same as before: S- a= ar+ ar^2+ar^3+ \cdot\cdot\cdot+ ar^{N-1}+ ar^N
Factor "r" out of the right hand side: S- a= r(a+ ar+ ar^2+ \cdot\cdot\cdot+ ar^{N- 2}+ ar^{N-1})
Now, because this is a finite sum, there is a "last term" and it is no longer the same as before. To get back the same sum, add ar^{N+ 1} to both sides:
S- a+ ar^{N+ 1}= r(a+ ar+ ar^2+ \cdot\cdot\cdot+ ar^{N- 2}+ ar^{N-1})+ ar^{N+ 1}= r(a+ ar+ ar^2+ \cdot\cdot\cdot+ ar^{N- 2}+ ar^{N-1}+ ar^N)
Now that right side is exactly r times the original sum:
S- a+ ar^{N+1}= rS
so that
S- rS= S(1- r)= a- ar^{N+1}= a(1- r^{N+ 1})
and
S= \frac{a(1- r^{N+1})}{1- r}

You can check that this is correct for small values of N. For example for n= 3 the sum is a+ ar+ ar^2+ ar^3= a(1+ r+ r^2+ r^3). But it is easy to see that (1+ r+ r^2+ r^3)(1- r)= 1- r^4 so 1+ r+ r^2+ r^3= \frac{1- r^4}{1- r}.

And, of course, since -1< r< 1 (an important requirement), as N goes to infinity r^{N+1} goes to 0.
 
  • Like
Likes MidgetDwarf
Thanks Ivy. The more rigorous proof allowed me to understand completely instantly.

The topic of series and sequences is very interesting. Do I have to wait for higher mathematics, such as, algebra, number theory, or maybe analysis to learn more?

I feel that my current calculus books leave out a lot of details.

Is there a book accessible at my level. I have done calculus 1 and 2, linear algebra.

Or do I need more mathematical knowledge to pursue this idea further?
 
Back
Top