lesson

Updated 6 days ago Β· 2 views
Imagine receiving 2onMonday,6 on Tuesday, 18onWednesday,and54 on Thursday. If you want to know the total amount in your pocket by Thursday night, you are working with a geometric series.
A sequence is an ordered list of numbers, whereas a series is the indicated sum of the terms in a sequence.
In a geometric sequence, each term is generated by multiplying the preceding term by a fixed non-zero value called the common ratio (r).
Sequences vs. Series
When we list the payouts separated by commas (2,6,18,54), we have a sequence. When we add them together (2+6+18+54), we form a series.
πInteractive diagram
How do we track the running total as we add terms one by one?
Partial Sums
A partial sum, denoted Snβ, is the cumulative total of the first n terms of a series.
A geometric series is the indicated sum of the terms of a geometric sequence: Snβ=a1β+a1βr+a1βr2+β―+a1βrnβ1=βk=1nβa1βrkβ1.
In this sigma notation, the index starts at k=1 to produce the initial term a1β and ends at n for the n-th term.
For the series 2+6+18+54, the first partial sum is S1β=2, the second is S2β=2+6=8, the third is S3β=2+6+18=26, and the fourth is S4β=80.
In general, a geometric series is the indicated sum of the terms of a geometric sequence: Snβ=a1β+a1βr+a1βr2+β―+a1βrnβ1=βk=1nβa1βrkβ1.