3.3.2 · D3Sequences & Series

Worked examples — Geometric progression (GP) — nth term, sum of n terms — derivations

2,280 words10 min readBack to topic

Everything below uses only two tools from the parent: Here = first term, = common ratio (the number you multiply by each step), = how many terms.


The scenario matrix

Every GP problem lives in one of these cells. The last column names the example that kills it.

# Case class What's special / where it bites Example
A (growth) terms explode; use to stay positive Ex 1
B (decay) terms shrink; use Ex 2
C (alternating sign) terms flip ; sign of matters Ex 3
D (degenerate) denominator → formula illegal, use Ex 4
E find (unknown count) rearrange nth-term, use Logarithms Ex 5
F find from two terms divide, take a root — watch Ex 6
G real world: Compound interest , a word problem Ex 7
H limiting case , connects to Sum of infinite GP Ex 8

Figure — the four ratio-behaviours side by side, so you can see which cell you're in before touching algebra:

Figure — Geometric progression (GP) — nth term, sum of n terms — derivations

Example 1 — Cell A: pure growth,


Example 2 — Cell B: decay,


Example 3 — Cell C: negative ratio, alternating signs

Figure — Geometric progression (GP) — nth term, sum of n terms — derivations

Example 4 — Cell D: the degenerate


Example 5 — Cell E: find the unknown count


Example 6 — Cell F: find from two terms (the subtlety)


Example 7 — Cell G: real-world compound interest


Example 8 — Cell H: limiting behaviour,

Figure — Geometric progression (GP) — nth term, sum of n terms — derivations

Recall Which cell am I in? (self-quiz)

A GP has ; is the 4th term positive or negative? ::: Negative — has an odd power, so the sign flips. Your sum formula gives . What happened and what do you do? ::: (degenerate cell); use instead. from two terms — how many ratios are possible? ::: Two: and (keep both unless the problem forbids one). When does adding infinitely many GP terms give a finite total? ::: Only when , giving . For which sum form avoids sign slips? ::: (both parts positive).


Connections

  • Parent (Hinglish) — the formula derivations these examples exercise.
  • Arithmetic Progression (AP) — contrast: by division here, by subtraction there.
  • Sum of infinite GP — Ex 8's limit .
  • Geometric Mean — the middle-term relation behind two-term problems like Ex 6.
  • Exponential functions — Ex 7's continuous cousin.
  • Compound interest — Ex 7's model, .
  • Logarithms — Ex 5's tool when isn't a clean power.