Geometric Progression (GP)
A bacterium splits in two every hour. After n hours, the population has multiplied by 2n. The population history 1,2,4,8,16,… is a geometric progression: each term is a fixed multiple of the previous. GPs describe every kind of exponential growth (and decay) , interest, radioactive substances, viral spread.
Definitions
A sequence a1,a2,a3,… is a geometric progression (GP) if the ratio an+1/an is the same nonzero constant for every n. That constant is the common ratio, denoted r.
If the first term is a, the GP is
a, ar, ar2, ar3, …
We assume a=0. The ratio r can be any nonzero real number , positive, negative, fractional. If ∣r∣>1 the terms grow; if ∣r∣<1 they shrink; if r=−1 they alternate.
The n-th term
an=arn−1.
This is an exponential function of n. GPs are exactly the sequences whose general term is exponential in n.
Sum of the first n terms
Let Sn=a+ar+ar2+⋯+arn−1. Multiply by r:
rSn=ar+ar2+⋯+arn. Subtract:
Sn−rSn=a−arn, so (1−r)Sn=a(1−rn), giving
Sn=a⋅1−r1−rn=a⋅r−1rn−1,r=1.
If r=1, all terms equal a, so Sn=na.
Infinite GP
If ∣r∣<1, rn→0 as n→∞. So S∞=limn→∞Sn exists:
S∞=1−ra,∣r∣<1.
If ∣r∣≥1 (and a=0), the infinite GP has no finite sum.
Properties
Three terms in GP. Often use a/r,a,ar. Four terms: a/r3,a/r,ar,ar3 (common ratio r2).
Geometric mean property. Every middle term squared equals the product of its neighbours: an2=an−1an+1.
Multiplication of constants. Multiplying every term by a fixed nonzero constant gives another GP with the same ratio.
Worked examples
Example 1. Find the 7-th term of 3,6,12,24,…
a=3,r=2. a7=3⋅26=192.
Example 2. Find the sum of 2+6+18+54+… to 10 terms.
a=2,r=3,n=10. S10=2⋅3−1310−1=310−1=59048.
Example 3. Find ∑k=0∞2k1.
This is a GP with a=1,r=1/2. S∞=1−1/21=2.
Example 4. Three numbers are in GP. Their sum is 21 and product is 216. Find them.
Let them be a/r,a,ar. Product: a3=216⇒a=6. Sum: 6/r+6+6r=21⇒6/r+6r=15⇒6+6r2=15r⇒6r2−15r+6=0⇒2r2−5r+2=0⇒r=2 or r=1/2. Numbers: 3,6,12.
Example 5. Convert the repeating decimal 0.36 to a fraction.
0.36=0.363636⋯=0.36+0.0036+0.000036+… This is a GP with a=0.36=36/100 and r=1/100. Sum =1−1/10036/100=99/10036/100=9936=114.
Try it yourself
- Find the 10-th term of 5,10,20,40,…
- Find the sum of 3+6+12+… to 8 terms.
- Find the sum of the infinite GP 4,2,1,1/2,1/4,…
- Three numbers in GP have product 1000 and sum 35. Find them.
- The 3rd term of a GP is 24, the 6th term is 192. Find the 9th term.
- Express 0.142857 as a fraction. (Hint: it equals 1/7.)
- The sum of an infinite GP is 15 and the sum of squares of its terms is 45. Find the GP.
- How many terms of the GP 2,4,8,… sum to 2046?
- If the sum of n terms of a GP is S and the product is P, prove P2=(a⋅last)n.
- Find three numbers in GP whose sum is 13 and sum of squares is 91.
- A ball is dropped from height 20 m. After each bounce it rises to 4/5 of its previous height. Total distance travelled?
- Find the sum to n terms: 7+77+777+… (Hint: write as 97(10−1+100−1+…).)
Pitfalls / Tricks
- Use Sn=ar−1rn−1 when r>1 and Sn=a1−r1−rn when ∣r∣<1 , keeps the sign clean.
- Infinite GP sum requires ∣r∣<1.
- For three terms in GP, choose a/r,a,ar to make sums and products simple.
- Insight. A GP turns multiplication into addition (in the exponent). Whenever a problem has products or quotients of consecutive terms, GP is in the wings.