Sum of n Terms of GP — Sₙ = a(rⁿ - 1)/(r - 1)

easy CBSE JEE-MAIN NCERT Class 11 4 min read

Question

Derive the formula for the sum of the first nn terms of a Geometric Progression (GP). Also state the formula for infinite GP when r<1|r| < 1.

Given a GP with first term aa and common ratio rr, find Sn=a+ar+ar2++arn1S_n = a + ar + ar^2 + \cdots + ar^{n-1}.


Solution — Step by Step

Let SnS_n be the sum of the first nn terms:

Sn=a+ar+ar2+ar3++arn1S_n = a + ar + ar^2 + ar^3 + \cdots + ar^{n-1}

This is just every term written out — nothing hidden yet.

Here’s the trick that makes the whole derivation work. Multiply the entire equation by rr:

rSn=ar+ar2+ar3++arn1+arnrS_n = ar + ar^2 + ar^3 + \cdots + ar^{n-1} + ar^n

Notice how rSnrS_n looks almost identical to SnS_n, just shifted by one term.

Now subtract the second equation from the first:

SnrSn=aarnS_n - rS_n = a - ar^n

Almost every middle term cancels — only the first term of SnS_n and the last term of rSnrS_n survive. This telescoping is the heart of the derivation.

Sn(1r)=a(1rn)S_n(1 - r) = a(1 - r^n)

Divide both sides by (1r)(1 - r), valid when r1r \neq 1:

Sn=a(1rn)1r\boxed{S_n = \frac{a(1 - r^n)}{1 - r}}

You’ll also see this written as a(rn1)r1\dfrac{a(r^n - 1)}{r - 1} — both are the same, just multiplied by 11\frac{-1}{-1}.

When r=1r = 1, every term equals aa, so:

Sn=naS_n = na

This isn’t a GP in the usual sense (no ratio variation), but NCERT expects you to state it separately.


Why This Works

The subtraction trick works because a GP has a rigid multiplicative structure — each term is exactly rr times the previous one. When you multiply SnS_n by rr, you’re essentially shifting the entire sequence forward by one position.

The “telescoping” that happens on subtraction is the same idea used in telescoping series across calculus too. You’ll see this pattern again when summing 1k(k+1)\sum \frac{1}{k(k+1)} — recognise it early and it saves a lot of time.

For the infinite GP when r<1|r| < 1: as nn \to \infty, the term rn0r^n \to 0. So:

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

This shows up directly in JEE Main questions about recurring decimals like 0.3=0.3+0.03+0.\overline{3} = 0.3 + 0.03 + \cdots


Alternative Method

Using the pattern directly for infinite GP:

Write S=a+ar+ar2+S = a + ar + ar^2 + \cdots

Multiply by rr: rS=ar+ar2+ar3+rS = ar + ar^2 + ar^3 + \cdots

Subtract: SrS=aS - rS = a, so S(1r)=aS(1-r) = a, giving S=a1rS = \dfrac{a}{1-r}.

This is quicker for infinite GP problems and avoids the rnr^n term entirely. In JEE, when you see “sum to infinity” in the question, jump straight to this version.

To decide which form of the finite formula to use: if r>1r > 1, use a(rn1)r1\dfrac{a(r^n - 1)}{r-1} (positive numerator and denominator). If r<1r < 1, use a(1rn)1r\dfrac{a(1 - r^n)}{1-r}. Same answer, but avoids sign errors under exam pressure.


Common Mistake

Applying the infinite GP formula when r1|r| \geq 1. Students write S=a1rS_\infty = \dfrac{a}{1-r} even when r=2r = 2 or r=2r = -2. The infinite sum only converges when r<1|r| < 1 — otherwise the terms keep growing and there’s no finite sum. If r=1r = 1, the sum is just nana which blows up. If r=1r = -1, the sum oscillates and never settles. Always check r<1|r| < 1 before using SS_\infty.


CaseFormula
Finite GP, any r1r \neq 1Sn=a(1rn)1rS_n = \dfrac{a(1 - r^n)}{1 - r}
Finite GP, r=1r = 1Sn=naS_n = na
Infinite GP, r<1\|r\| < 1S=a1rS_\infty = \dfrac{a}{1 - r}

Here aa = first term, rr = common ratio, nn = number of terms.

Want to master this topic?

Read the complete guide with more examples and exam tips.

Go to full topic guide →

Try These Next