NDA Maths · Sequence & Series

Geometric Progressions — the constant-ratio engine

A list where each term is the one before it times a fixed ratio — so terms grow (or shrink) by multiplication, and an unending GP can still add up to a finite total.

Why this matters

Nineteen PYQs across 2017–2026, mostly EASY–MODERATE. NDA tests the nth term, the finite sum, and above all the infinite sum (when the ratio lies strictly between minus one and one) — repeating decimals, continued fractions, and infinite products all reduce to it. Two more recurring shapes: GP-preserving operations and the product-of-terms symmetry. Five concepts cover the lot.

Concept 1 of 6

nth term, geometric mean, and the three-term condition

Intuition

In a GP every step multiplies by the same number — the common ratio rr. So the nth term is the first term times rr raised to (n1)(n-1). Three numbers are in GP when the middle is the geometric mean of the outer two: its square equals their product.

Definition

A geometric progression has first term aa and common ratio r=ak+1akr = \dfrac{a_{k+1}}{a_k} (constant, r0r \ne 0). Then:

  • nth term: an=arn1a_n = a\,r^{\,n-1}.
  • Geometric mean of aa and bb: GM=ab\text{GM} = \sqrt{ab}.
  • Three-term condition: a,b,ca, b, c are in GP     b2=ac\iff b^2 = ac.

nth term and three-term condition

an=arn1,b2=ac (for a,b,c in GP)a_n = a\,r^{\,n-1}, \qquad b^2 = ac \ \text{(for } a,b,c \text{ in GP)}
  • aafirst term
  • rrcommon ratio

Worked example

Find the 6th term of the GP 3,6,12,24,3, 6, 12, 24, \ldots
  1. First term a=3a = 3; common ratio r=6/3=2r = 6/3 = 2.
  2. a6=ar5=3×25=3×32a_6 = a\,r^{5} = 3 \times 2^{5} = 3 \times 32.
Answer:a6=96a_6 = 96.
Practice this conceptself-check · 4 quick reps

From the bank · past-year question

Example 1Sequence & SeriesEASY
What is the nthn^{th} term of the sequence 25,125,625,3125,25, -125, 625, -3125, \ldots?

[Q1 · Apr · 2019]

The GP nth term is arn1a\,r^{n-1}, not arna\,r^{n}

The first term has the ratio applied zero times, so position nn carries rn1r^{n-1}: an=arn1a_n = a\,r^{\,n-1}. Using arna\,r^{n} overshoots by one factor of rr. For 3,6,12,3, 6, 12, \ldots the 5th term is 324=483\cdot 2^{4} = 48, not 325=963\cdot 2^{5} = 96 (that is the 6th term).

Concept 2 of 6

Sum of a finite GP

Intuition

Adding up a GP has a one-line formula because almost everything cancels when you subtract rr times the sum from the sum itself. The same formula handles repeating-digit sums (0.3+0.33+0.333+0.3 + 0.33 + 0.333 + \cdots) once you factor each term into a GP.

Definition

For a GP with first term aa, ratio r1r \ne 1, and nn terms:

Sn=a(rn1)r1=a(1rn)1r.S_n = \frac{a\,(r^n - 1)}{r - 1} = \frac{a\,(1 - r^n)}{1 - r}.
Use the first form when r>1r > 1, the second when r<1r < 1 (both are equal). If r=1r = 1 the GP is constant and Sn=naS_n = na.

Sum of n terms

Sn=a(rn1)r1(r1)S_n = \frac{a\,(r^n - 1)}{r - 1}\quad (r \ne 1)

Worked example

Find the sum of the first 6 terms of the GP 2,6,18,2, 6, 18, \ldots
  1. a=2, r=3, n=6a = 2,\ r = 3,\ n = 6.
  2. S6=2(361)31=2(7291)2=7291S_6 = \dfrac{2\,(3^6 - 1)}{3 - 1} = \dfrac{2\,(729 - 1)}{2} = 729 - 1.
Answer:728728.
Practice this conceptself-check · 4 quick reps

From the bank · past-year question

Example 2Sequence & SeriesMODERATE
What is the sum of the series 0.3+0.33+0.333+0.3 + 0.33 + 0.333 + \ldots to nn terms?

[Q8 · Apr · 2017]

Repeating-digit sums hide a GP

For 0.3+0.33+0.333+0.3 + 0.33 + 0.333 + \cdots, write each term as 39(110k)\tfrac{3}{9}(1 - 10^{-k}). The sum splits into a constant part (an AP-like count of 13\tfrac13) and a true GP 10k\sum 10^{-k}. Don't try to treat the original list as a GP directly — it isn't one.

Concept 3 of 6

Sum of an infinite GP

Intuition

If the ratio is between 1-1 and 11, the terms shrink toward zero fast enough that the whole unending sum settles on a finite number. That single formula cracks repeating decimals and infinite products (take logs first for products). A periodic continued fraction or nested radical is NOT a GP — those refer to themselves and are solved by a self-referential equation; see the next concept.

Definition

For r<1|r| < 1, the infinite GP converges:

S=a1r.S_\infty = \frac{a}{1 - r}.
If r1|r| \ge 1 the sum does not converge (no finite value). Many problems reverse this: given SS_\infty and one term, solve for aa and rr.

Sum to infinity

S=a1r(r<1)S_\infty = \frac{a}{1 - r}\quad (|r| < 1)

Worked example

Find the sum to infinity of 4+2+1+12+4 + 2 + 1 + \tfrac12 + \cdots
  1. a=4, r=24=12a = 4,\ r = \tfrac{2}{4} = \tfrac12, and r<1|r| < 1 so it converges.
  2. S=a1r=4112=412S_\infty = \dfrac{a}{1 - r} = \dfrac{4}{1 - \tfrac12} = \dfrac{4}{\tfrac12}.
Answer:88.
Practice this conceptself-check · 4 quick reps

From the bank · past-year question

Example 3Sequence & SeriesEASY
The sum of the series 31+1319+3 - 1 + \frac{1}{3} - \frac{1}{9} + \cdots is equal to

[Q7 · Sep · 2018]

The convergence condition is not optional

S=a1rS_\infty = \tfrac{a}{1-r} is only valid for r<1|r| < 1. If a problem's ratio has r1|r| \ge 1, the sum genuinely has no finite value — there is no number to find. Always check r|r| before reaching for the formula.

It is a1r\dfrac{a}{1-r}, watch the sign in the denominator

The infinite sum is S=a1rS_\infty = \dfrac{a}{1-r} — first term over (1r)(1 - r). Flipping it to ar1\dfrac{a}{r-1} negates the answer. For 4+2+1+4 + 2 + 1 + \cdots with r=12r = \tfrac12, S=4112=8S_\infty = \dfrac{4}{1 - \tfrac12} = 8; the wrong 4121=8\dfrac{4}{\tfrac12 - 1} = -8 is negative even though every term is positive.

Concept 4 of 6

Periodic continued fractions & nested radicals

Intuition

A repeating continued fraction or nested radical contains a copy of ITSELF. The trick is not a GP sum: set the whole expression equal to xx, notice the part inside is the same whole xx again, replace it, and solve the (usually quadratic) equation that results.

Definition

For a periodic continued fraction x=a+1a+1a+x = a + \dfrac{1}{a + \dfrac{1}{a + \cdots}}, the tail equals the whole, so x=a+1xx2ax1=0x = a + \dfrac{1}{x} \Rightarrow x^2 - ax - 1 = 0. For a nested radical x=a+a+x = \sqrt{a + \sqrt{a + \cdots}}, squaring gives x2=a+xx^2 = a + x. In both cases take the positive root (the expression is positive).

Self-referential equations

x=a+1x  x2ax1=0,x=a+x  x2xa=0x = a + \tfrac{1}{x}\ \Rightarrow\ x^2 - ax - 1 = 0, \qquad x = \sqrt{a + x}\ \Rightarrow\ x^2 - x - a = 0

Worked example

Evaluate the golden continued fraction x=1+11+11+x = 1 + \dfrac{1}{1 + \dfrac{1}{1 + \cdots}}.
  1. The expression repeats, so replace the inner copy with xx: x=1+1xx = 1 + \tfrac{1}{x}.
  2. Multiply by xx: x2=x+1x2x1=0x^2 = x + 1 \Rightarrow x^2 - x - 1 = 0.
  3. Positive root: x=1+52x = \dfrac{1 + \sqrt5}{2} (the golden ratio).
Answer:x=1+52x = \dfrac{1+\sqrt5}{2}.
Practice this conceptself-check · 4 quick reps

From the bank · past-year question

Example 4Sequence & SeriesMODERATE
What is the value of 2+12+12+12+2 + \dfrac{1}{2 + \dfrac{1}{2 + \dfrac{1}{2 + \cdots \infty}}} ?

[Q22 · Sep · 2019]

It is NOT an infinite GP

Reaching for a1r\tfrac{a}{1-r} here is wrong — there is no common ratio. The structure is self-referential: set it to xx, substitute the inner copy, solve the quadratic, keep the positive root.

Concept 5 of 6

What preserves a GP

Intuition

Operations that act the same way on every term keep a GP a GP. Multiply or divide each term by a constant, raise each to the same power, or take reciprocals — all still GPs (with a new ratio). This is the GP mirror of the AP-preserving rules, and it sets up the log-bridge trick in the next subtopic.

Definition

If a,b,ca, b, c are in GP (so b2=acb^2 = ac), then so are:

  • ka, kb, kcka,\ kb,\ kc and ak, bk, ck\tfrac{a}{k},\ \tfrac{b}{k},\ \tfrac{c}{k} (ratio rr unchanged);
  • a2, b2, c2a^2,\ b^2,\ c^2 (ratio r2r^2) and a, b, c\sqrt{a},\ \sqrt{b},\ \sqrt{c} (ratio r\sqrt{r});
  • 1a, 1b, 1c\tfrac1a,\ \tfrac1b,\ \tfrac1c (ratio 1r\tfrac1r).

Adding a constant to each term, however, does NOT preserve a GP.

Worked example

If a,b,ca, b, c are in GP, prove that 1a,1b,1c\tfrac1a, \tfrac1b, \tfrac1c are in GP.
  1. GP condition on the originals: b2=acb^2 = ac.
  2. Test the three-term condition on the reciprocals: is (1b)2=1a1c\left(\tfrac1b\right)^2 = \tfrac1a \cdot \tfrac1c?
  3. Left side =1b2= \tfrac{1}{b^2}; right side =1ac= \tfrac{1}{ac}. Since b2=acb^2 = ac, they are equal.
Answer:Yes — the reciprocals are in GP (with ratio 1/r1/r).
Practice this conceptself-check · 4 quick reps

From the bank · past-year question

Example 5Sequence & SeriesEASY
If a,b,ca, b, c are in GP where a>0,b>0,c>0a>0, b>0, c>0, then which of the following are correct? 1. a2,b2,c2a^2, b^2, c^2 are in GP 2. 1a,1b,1c\frac{1}{a}, \frac{1}{b}, \frac{1}{c} are in GP 3. a,b,c\sqrt{a}, \sqrt{b}, \sqrt{c} are in GP Select the correct answer using the code given below:

[Q24 · Apr · 2022]

Concept 6 of 6

Product of terms and the middle-term trick

Intuition

Pair up terms of a GP from the two ends: each such pair multiplies to the same value (the square of the middle term). So the product of an odd number of terms is just the middle term raised to that count — no need to know aa or rr individually.

Definition

In a GP, terms equidistant from the ends have a constant product: akan+1k=a1ana_k \cdot a_{n+1-k} = a_1 \cdot a_n. Consequently the **product of the first 2m12m-1 terms equals the middle term raised to the power 2m12m-1**: if the middle term is MM, the product is M2m1M^{2m-1}. This is why "the kth term is given" is often enough to find a product.

GP product symmetry

akan+1k=a1ani=12m1ai=M2m1a_k \cdot a_{n+1-k} = a_1 \cdot a_n \qquad \prod_{i=1}^{2m-1} a_i = M^{2m-1}

Worked example

The 4th term of a GP is 2. Find the product of its first 7 terms.
  1. Seven terms have a middle term — the 4th term — equal to 2.
  2. Product of 2m1=72m - 1 = 7 terms =(middle term)7=27= (\text{middle term})^{7} = 2^{7}.
  3. 27=1282^7 = 128.
Answer:128128.
Practice this conceptself-check · 4 quick reps

From the bank · past-year question

Example 6Sequence & SeriesEASY
The third term of a GP is 3. What is the product of its first five terms?

[Q53 · Apr · 2021]

Summary — formulas & gotchas at a glance

A revision cheat-sheet for the formulas and gotchas above. Click any concept name to jump back to its full explanation.

Formulas (5)

  • nth term, geometric mean, and the three-term condition

    nth term and three-term condition

    an=arn1,b2=ac (for a,b,c in GP)a_n = a\,r^{\,n-1}, \qquad b^2 = ac \ \text{(for } a,b,c \text{ in GP)}
  • Sum of a finite GP

    Sum of n terms

    Sn=a(rn1)r1(r1)S_n = \frac{a\,(r^n - 1)}{r - 1}\quad (r \ne 1)
  • Sum of an infinite GP

    Sum to infinity

    S=a1r(r<1)S_\infty = \frac{a}{1 - r}\quad (|r| < 1)
  • Periodic continued fractions & nested radicals

    Self-referential equations

    x=a+1x  x2ax1=0,x=a+x  x2xa=0x = a + \tfrac{1}{x}\ \Rightarrow\ x^2 - ax - 1 = 0, \qquad x = \sqrt{a + x}\ \Rightarrow\ x^2 - x - a = 0
  • Product of terms and the middle-term trick

    GP product symmetry

    akan+1k=a1ani=12m1ai=M2m1a_k \cdot a_{n+1-k} = a_1 \cdot a_n \qquad \prod_{i=1}^{2m-1} a_i = M^{2m-1}

Watch out for (5)

Drill every past-year question on this subtopic

19 questions from the bank — paginated, with cart and Word-export support.

Related notes