3.3.2 · D5Sequences & Series

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

1,587 words7 min readBack to topic

Recall the two facts everything below leans on, from the parent GP note:

Here is the first term, the common ratio (multiply each term by to get the next), the term count, the -th term, the sum of the first terms.


True or false — justify

A GP can have a common ratio of .
False — if , every term after the first is and the ratio would need dividing by , so it is not a valid GP.
A GP can have negative terms.
True — a negative (or negative ) makes terms alternate or stay negative, e.g. with ; the ratio is still constant, so it is a genuine GP.
If all terms of a GP are equal, it is still a GP.
True — that is the case ; the ratio is constant (), so qualifies, though its sum uses , not the fraction formula.
Every increasing sequence of positive numbers is a GP.
False — increasing only means terms grow; a GP needs the ratio (not the difference or anything else) to be constant, e.g. is a GP but is not.
For a GP the sum of terms always increases as grows.
False — only when all terms are positive; if terms alternate sign, so partial sums can go up and down (e.g. gives sums ).
If the terms of a GP shrink toward .
True — repeatedly multiplying by a number of size less than one drives to ; this is exactly what makes the Sum of infinite GP finite.
The formula works for .
False — at the denominator , which is undefined; the correct value there is found by adding equal terms directly.
The two forms and can give different answers.
False — multiply the top and bottom of one by and you get the other, so they are algebraically identical for every .
In a GP, .
True — and , so the ratio is ; in general .

Spot the error

"For the 4th term is ."
Error: the exponent should be , not . Correct: . Always test on term 1: .
"The common ratio of is ."
Error: is only the first ratio, but , so the sequence is not a GP at all — it is an AP with . Ratio must be constant to call it .
"For the GP (so ), gives a negative sum, so the sum is negative."
No — with that form has a negative numerator and negative denominator, so they cancel to a positive value; the sum is positive. Mixing forms tempts a sign slip.
" for a GP is found the same way as for an AP: subtract consecutive terms."
Error: Arithmetic Progression (AP) uses subtraction for , but GP uses division. Subtracting a GP gives changing differences, not a constant.
"Since gives , and is odd, must be odd."
The parity of tells you nothing about . Solve properly: , so and (even). Compare powers, don't guess from parity.
"A GP with first term and ratio is fine: "
Error: is banned because every term collapses to (a degenerate sequence) and is undefined, so no valid ratio exists.

Why questions

Why is the exponent in equal to rather than ?
Because there are gaps (multiplications by ) between term 1 and term ; the first term is multiplied by zero times, giving .
Why do we multiply by in the sum derivation rather than by some other number?
Multiplying by exactly reproduces the same list of terms shifted one slot over, so subtracting the two lines cancels every interior term — a different multiplier would not line them up.
Why does the sum formula need the condition ?
The derivation divides both sides by ; if that is division by zero, which is forbidden, so needs its own formula .
Why does an infinite GP have a finite sum only when ?
Only then does as grows, so settles at ; if the terms don't shrink and the total blows up — see Sum of infinite GP.
Why is a GP called the "discrete cousin" of an exponential function?
Both grow by repeated multiplication: samples the curve at whole-number steps, so a GP is exponential growth measured in jumps.
Why do compound-interest balances form a GP?
Each period multiplies the balance by the same factor , and constant multiplication per step is precisely the definition of a GP — this links directly to Compound interest.
Why do we take and not ?
Because we move forward through the sequence: the next term equals the current one times , so dividing next by current recovers that forward multiplier. Flipping it gives .
Why can we use Logarithms to find which term of a GP equals a given value?
Solving puts the unknown in an exponent; logarithms are the tool that "brings the exponent down," turning it into .

Edge cases

A GP with exactly one term — does the sum formula apply?
For , when , which is correct; and when — both give the single term .
What does a GP look like when ?
Terms flip sign forever: ; the sum is for odd and for even , and no infinite sum exists since is not less than .
Is a two-term sequence like a GP?
Yes — any two nonzero terms trivially have a ratio ( here), so it is a (short) GP; you only run into trouble deciding consistency from three or more terms.
Can be negative while is positive?
Yes — e.g. has ; all terms stay negative and the ratio is still constant, so the formulas apply unchanged (watch the sign of ).
What is the geometric mean of a term-pair, and when is it real?
The middle term of a 3-term GP satisfies , so (see Geometric Mean); it is real only when , i.e. the two ends share a sign.
At the boundary , why is the sequence still "geometric" and not "arithmetic"?
It happens to be both: constant ratio (GP) and constant difference (AP). It sits exactly on the overlap of the two families, which is why it needs the special-case sum .

Recall One-line self-test before moving on

Cover every answer above; if you can justify each in a full sentence (not "yes/no"), you have internalised the traps. The three that catch the most students: the zero-denominator, the vs exponent, and using subtraction to find .

Connections

  • Arithmetic Progression (AP) — the "subtract to find " trap comes from AP habits.
  • Sum of infinite GP — the edge cases feed directly into it.
  • Geometric Mean — the sign condition appears in the edge cases.
  • Exponential functions — the "discrete cousin" why-question.
  • Compound interest — the modelling why-question.
  • Logarithms — the tool for solving exponent equations.