Explanation:
A sequence is a list of numbers.
A geometric sequence is a list of numbers such that the ratio of each number to the one before it is the same. The common ratio can be any non-zero value.
Examples
___
General Term
Terms of a sequence are numbered starting with 1. We sometimes use the symbol a(n) or an to refer to the n-th term. The general term of a geometric sequence, a(n), can be described by the formula ...
a(n) = a(1)×r^(n-1) . . . . . n-th term of a geometric sequence
where a(1) is the first term, and r is the common ratio. The above example sequences have the formulas ...
You can see that these formulas are exponential in nature.
__
Sum of Terms
Another useful formula for geometric sequences is the formula for the sum of n terms.
S(n) = a(1)×(r^n -1)/(r -1) . . . . . sum of n terms of a geometric sequence
When |r| < 1, the sum converges as n approaches infinity. The infinite sum is ...
S = a(1)/(1-r)