How Do You Derive the Common Ratio in a Geometric Series?

AI Thread Summary
In a geometric series, the common ratio can be derived using the relationship between the sum of the series, the first term, and the last term. The sum of the series is expressed as S, with the first term as a and the last term as l. The discussion highlights that the last term can be represented as l = ar^(n-1) and the sum as S = a(r^n - 1) / (r - 1). By manipulating these equations, it is shown that the common ratio r can be expressed as (S - a) / (S - l). This derivation emphasizes the connection between the sum and the terms of the series.
sooyong94
Messages
173
Reaction score
2

Homework Statement


In a geometric series, the first term is ##a## and the last term is ##l##, If the sum of all these terms is ##S##, show that the common ratio of the series is
##\frac{S-a}{S-l}##

Homework Equations


Sum of geometric series

The Attempt at a Solution


I was thinking to use the sum of geometric series, but I do not know how to deal with the last term. But I know that the common ratio is found by dividing the last term by the preceding term, though the problem is how do I find the preceding term?
 
Physics news on Phys.org
There is the formula for the sum of geometric series in terms of the first term a, quotient q, and the number of terms, n. Also, the last term can be expressed with a, q, n. Combine these two equations to derive the desired expression.

ehild
 
But I don't have the formula on my textbook... :/
 
Unfortunately I don't seem to find one that deals with last terms... :(
 
The last term is the n-th term. Take n as variable.

ehild
 
So that would look like ##T_n=ar^{n-1}##?
 
Well, yes, but Tn, the last term was denoted by l.

ehild
 
ehild said:
Well, yes, but Tn=l

ehild


That would be ##l=ar^{n-1}##...
Now let ##S=\frac{a(r^{n} -1)}{r-1}##... Then ##S=\frac{ar^{n}-a}{r-1}##
But ##l=ar^{n-1}##... Therefore ##rl=ar^{n}##. Why is it so? I don't get it here... :/
Hence ##S=\frac{rl-a}{r-1}##

Now all I have to do is solve for ##r##?
 
Last edited:
  • #10
sooyong94 said:
That would be ##l=ar^{n-1}##...
Now let ##S=\frac{a(r^{n} -1)}{r-1}##... Then ##S=\frac{ar^{n}-a}{r-1}##
But ##l=ar^{n-1}##... Therefore ##rl=ar^{n}##. Why is it so? I don't get it here... :/

rn=r r((n-1)). (For example, r2=r*r; r *r^2 = r *r*r =r3... )

ehild
 
Last edited:
  • #11
Got it. Thanks! :D
 
  • #12
You are welcome.

ehild
 
  • #13
There's an easy way to see the truth of this.
S-a is the sum of all except the first term; S-l is the sum of all except the last term.
If you take all except the last term and multiply each by the common ratio, what set of numbers will you get?

It effectively steps the set of numbers along the sequence by one position, turning it into all except the first term.
Hence (S-l)*ratio = S-a.
 
Back
Top