3.3.2 · D4Sequences & Series

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

2,244 words10 min readBack to topic

Before we start, one picture to keep in your head. The figure below draws a GP as a staircase of arrows: each arrow is a "" step. Notice that to reach the 4th term you cross 3 arrows — that is exactly why the nth term has exponent : count the arrows (gaps), not the dots (terms). The same figure compares the GP against an AP so you can see multiplication curving away from the straight line of addition.

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

Level 1 — Recognition

Recall Solution 1.1

WHAT to do: for each list, divide each term by the one before. If that ratio is the same every time, it's a GP. WHY: the definition of a GP is a constant ratio — this is the one test.

(a) , , . All equal GP with , . (b) , but . Ratios differ → not a GP. (It's an AP: you add each time — a habit trap covered below.) (c) , , . All equal GP with , .

Recall Solution 1.2

Find by dividing: . Check: ✓. WHY the sign flips: a negative ratio multiplies the sign each step, so terms alternate positive/negative — this is a perfectly valid GP. Next term: .


Level 2 — Application

Recall Solution 2.1

WHAT: use with . WHY exponent : there are gaps (multiplications) between term 1 and term 10 — count the arrows, not the terms (exactly the picture in figure s01).

Recall Solution 2.2

Identify: , , . Pick the form: since , use so both top and bottom stay positive (no sign slips).

Recall Solution 2.3

Identify: , , . Pick the form: since , use so . Verify by hand: ✓.


Level 3 — Analysis

Recall Solution 3.1

WHAT: we know and want — work backwards. , . Set : WHY next: recognise , so . (If you can't spot the power, take a logarithm: .)

Recall Solution 3.2

WHAT: write both facts with , then divide to kill . WHY divide: dividing the equations cancels and leaves only : Back-substitute: , and .

Recall Solution 3.3

Set up: , , use . Solve the inequality : So . The 10th partial sum is the first to reach it: exactly. Answer: .


Level 4 — Synthesis

Recall Solution 4.1

Connect to Compound interest: each year multiplies the amount by . Careful with indexing (avoid an off-by-one trap): the principal is the value at time zero — call it . After full years the amount is , because years means multiplications by . So "after 3 years" uses the exponent (three multiplications), not . This matches only if we relabel the year-1 amount as the first term : then and the year- amount is . Both viewpoints agree; just be consistent about which slot you call "term 1". Amount after 3 years: . Year-end amounts: year 1 = , year 2 = , year 3 = — a GP with first term , , .

Recall Solution 4.2

Clever labelling: write the three terms as (using the middle as the Geometric Mean). WHY: the product then collapses beautifully. Product: . Sum: . Multiply by : . So or . Both give the same set of numbers: .


Level 5 — Mastery

Recall Solution 5.1

What goes wrong: with , the denominator , so the formula is — undefined (division by zero). The formula was derived by dividing by , which is only legal when . Correct reasoning: if every term equals , so the sequence is and

Recall Solution 5.2

Find : first two terms are , so . Since , the infinite sum exists. Connect to Sum of infinite GP: because , as , so .

Recall Solution 5.3

Set up the sum: with , Solve by factor-hunting: try small whole numbers. : ✓. So . WHY guessing is legitimate here: the terms grow fast, so only a couple of integer candidates can land on — testing is quicker than solving the cubic by formula. Verify: the GP is , and ✓. Using the formula: ✓.


Connections

  • Parent note (Hinglish) — the derivations these exercises drill.
  • Sum of infinite GP — Exercise 5.2 lives here.
  • Geometric Mean — the trick in Exercise 4.2.
  • Compound interest — Exercise 4.1's real-world GP.
  • Logarithms — the escape hatch for "find " when powers don't factor nicely.
  • Arithmetic Progression (AP) — the source of the "subtract to get the step" trap.