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 5

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

Try it yourself

Find the 5th term of the GP 2,6,18,2, -6, 18, \ldots

Practice — Level 1 (4 reps)

Quick reps to lock in the method. Try each, then check.

  1. 1.
    4th term of 1,3,9,1, 3, 9, \ldots?
  2. 2.
    Geometric mean of 44 and 99?
  3. 3.
    If 2,x,82, x, 8 are in GP, find xx (positive value).
  4. 4.
    Common ratio of 81,27,9,81, 27, 9, \ldots?

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]

Concept 2 of 5

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

Try it yourself

Find the sum of the first 5 terms of 1,12,14,1, \tfrac12, \tfrac14, \ldots

Practice — Level 1 (4 reps)

Quick reps to lock in the method. Try each, then check.

  1. 1.
    Sum of 1+2+4+8+161 + 2 + 4 + 8 + 16?
  2. 2.
    Sum of 3+9+273 + 9 + 27?
  3. 3.
    Sum of first 4 terms of 1,13,19,1, \tfrac13, \tfrac19, \ldots?
  4. 4.
    If r=1r = 1 and a=5a = 5, Sn=?S_n = ?

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 5

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, nested continued fractions, and infinite products (take logs first for products).

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

Try it yourself

Find the sum of 113+19127+1 - \tfrac13 + \tfrac19 - \tfrac{1}{27} + \cdots

Practice — Level 1 (4 reps)

Quick reps to lock in the method. Try each, then check.

  1. 1.
    Sum to infinity of 1+12+14+1 + \tfrac12 + \tfrac14 + \cdots?
  2. 2.
    Sum to infinity of 9+3+1+9 + 3 + 1 + \cdots?
  3. 3.
    Does 1+2+4+1 + 2 + 4 + \cdots have a finite sum?
  4. 4.
    Infinite GP with a=5a = 5, S=10S_\infty = 10. Find rr.

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.

Concept 4 of 5

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

Try it yourself

The numbers 2,6,182, 6, 18 are in GP. Are their squares 4,36,3244, 36, 324 in GP?

Practice — Level 1 (4 reps)

Quick reps to lock in the method. Try each, then check.

  1. 1.
    If a,b,ca, b, c are in GP, are 5a,5b,5c5a, 5b, 5c in GP?
  2. 2.
    If 1,2,41, 2, 4 are in GP, is 1,4,161, 4, 16 (squares) in GP?
  3. 3.
    Does adding 1 to each of 2,4,82, 4, 8 keep a GP?
  4. 4.
    Reciprocals of a GP form a?

From the bank · past-year question

Example 4Sequence & 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 5 of 5

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.

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

Try it yourself

The 3rd term of a GP is 4. Find the product of its first 5 terms.

Practice — Level 1 (4 reps)

Quick reps to lock in the method. Try each, then check.

  1. 1.
    Middle term of 5 GP terms is 2; product of all five?
  2. 2.
    2nd term of a 3-term GP is 5; product?
  3. 3.
    Product of terms equidistant from the ends of a GP is?
  4. 4.
    4th term of a 7-term GP is 3; product of all seven?

From the bank · past-year question

Example 5Sequence & 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 (3)

  • 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)

Watch out for (2)

Mastery check — 5 interleaved questions

Try each one before clicking. Questions are interleaved across the concepts above, not grouped — interleaving sharpens transfer.

Example 1Sequence & SeriesEASY
If 3rd, 8th and 13th terms of a GP are pp, qq and rr respectively, then which one of the following is correct ?

[Q34 · Sep · 2019]

Example 2Sequence & SeriesMODERATE
A geometric progression (GP) consists of 200 terms. If the sum of odd terms of the GP is mm, and the sum of even terms of the GP is nn, then what is its common ratio ?

[Q8 · Sep · 2019]

Example 3Sequence & SeriesEASY
If x=1y+y2y3+x = 1 - y + y^2 - y^3 + \ldots where y<1|y| < 1, then which is correct?

[Q23 · Apr · 2018]

Example 4Sequence & SeriesEASY
Consider the following statements: 1. If each term of a GP is multiplied by same non-zero number, then the resulting sequence is also a GP. 2. If each term of a GP is divided by same non-zero number, then the resulting sequence is also a GP. Which of the above statements is/are correct?

[Q49 · Apr · 2021]

Example 5Sequence & SeriesMODERATE
If p, g1g_1, g2g_2 and q are in GP and m is the arithmetic mean of p and q, then g12g2+g22g1\dfrac{g_1^2}{g_2}+\dfrac{g_2^2}{g_1} is equal to

[Q2 · Apr · 2026]

Drill every past-year question on this subtopic

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

Related notes