A Constant Ratio

Look at 2,4,8,16,2, 4, 8, 16, \ldots — each term is twice the one before. In 19,127,181,\frac{1}{9}, -\frac{1}{27}, \frac{1}{81}, \ldots each term is 13-\frac{1}{3} times the previous; in .01,.0001,.01, .0001, \ldots the multiplier is .01.01.

GP boxes multiplied by two with standard form card

Key Point (Definition): A sequence a1,a2,a3,a_1, a_2, a_3, \ldots is a geometric progression (G.P.) if each term is non-zero and ak+1ak=r\frac{a_{k+1}}{a_k} = r (constant) for all k1k \ge 1. Writing a1=aa_1 = a, the G.P. is a,ar,ar2,ar3,a, ar, ar^2, ar^3, \ldots — first term aa, common ratio rr.

The ratio may be negative (signs alternate) or fractional (terms shrink) — but no term is ever 0, and r0r \ne 0.

Key Point (General term): Each step multiplies by one more rr, so

an=arn1a_n = ar^{n-1}

— one rr fewer than the position: the 16th term is ar15ar^{15}.

Table building the general term with worked examples

[Board Tip] Two-condition problems divide cleanly: 3rd term 24 and 6th term 192 give ar5ar2=r3=8\frac{ar^5}{ar^2} = r^3 = 8, so r=2r = 2, then a=6a = 6. Divide the term equations — never subtract them.

Sum of the First n Terms

Subtract and shift derivation of the GP sum formula

Multiply Sn=a+ar++arn1S_n = a + ar + \cdots + ar^{n-1} by rr and subtract — the middle terms cancel:

Key Point (Sum formula):

Sn=a(rn1)r1=a(1rn)1r,r1;Sn=na when r=1S_n = \frac{a(r^n - 1)}{r - 1} = \frac{a(1 - r^n)}{1 - r}, \quad r \ne 1; \qquad S_n = na \text{ when } r = 1

For example: for 1+23+49+1 + \frac{2}{3} + \frac{4}{9} + \cdots, Sn=3[1(23)n]S_n = 3\left[1 - \left(\frac{2}{3}\right)^n\right] and S5=21181S_5 = \frac{211}{81}. Run backwards: 3+32+34+=30695123 + \frac{3}{2} + \frac{3}{4} + \cdots = \frac{3069}{512} forces 2n=10242^n = 1024, i.e. n=10n = 10 terms.

Almost-G.P.s: 7+77+777+7 + 77 + 777 + \cdots is not geometric, but 79(9+99+999+)\frac{7}{9}(9 + 99 + 999 + \cdots) is a G.P. minus constants:

Seven seventy seven trick converting repdigits to a GP

Sn=79[10(10n1)9n]S_n = \frac{7}{9}\left[\frac{10(10^n - 1)}{9} - n\right]

[JEE Tip] The same three moves — factor the digit, write repunits as 10k110^k - 1, sum the G.P. — handle 8+88+8 + 88 + \cdots, 5+55+5 + 55 + \cdots and .6+.66+.6 + .66 + \cdots as well. Learn the moves, not the answers.

Solved Examples

Example 1: Write the terms

Find the 10th and nn-th terms of the G.P. 5,25,125,5, 25, 125, \ldots

Solution:

Step 1 — Identify aa and rr. a=5a = 5; r=255=5r = \frac{25}{5} = 5.

Step 2 — Apply an=arn1a_n = ar^{n-1}. a10=559=510a_{10} = 5 \cdot 5^9 = 5^{10}.

Step 3 — General term. an=55n1=5na_n = 5 \cdot 5^{n-1} = 5^n.

Takeaway: When a=ra = r, the formula collapses to an=rna_n = r^n — worth noticing before computing.

Example 2: Which term is it?

Which term of the G.P. 2,8,32,2, 8, 32, \ldots is 131072?

Solution:

Step 1 — Set up the equation. a=2a = 2, r=4r = 4: 24n1=1310722 \cdot 4^{n-1} = 131072.

Step 2 — Isolate the power. 4n1=65536=484^{n-1} = 65536 = 4^8.

Step 3 — Solve. n1=8n - 1 = 8, so n=9n = 9: the 9th term.

Takeaway: "Which term" questions reduce to matching powers — write both sides with the same base.

Example 3: Two conditions

In a G.P. the 3rd term is 24 and the 6th term is 192. Find the 10th term.

Table building the general term with worked examples

Solution:

Step 1 — Write the two term equations. ar2=24ar^2 = 24 and ar5=192ar^5 = 192.

Step 2 — DIVIDE them. ar5ar2=r3=19224=8\frac{ar^5}{ar^2} = r^3 = \frac{192}{24} = 8, so r=2r = 2.

Step 3 — Back-substitute. a4=24a \cdot 4 = 24 gives a=6a = 6.

Step 4 — Compute the target. a10=629=6×512=3072a_{10} = 6 \cdot 2^9 = 6 \times 512 = 3072.

Takeaway: Divide G.P. term equations (never subtract) — the aa cancels and only rr remains.

Example 4: Sum formula

Find SnS_n and S5S_5 for the series 1+23+49+1 + \frac{2}{3} + \frac{4}{9} + \cdots

Solution:

Step 1 — Identify. a=1a = 1, r=23r = \frac{2}{3} (r<1|r| < 1, so use the 1rn1 - r^n form).

Step 2 — Apply the formula. Sn=1(2/3)n12/3=3[1(23)n]S_n = \frac{1 - (2/3)^n}{1 - 2/3} = 3\left[1 - \left(\frac{2}{3}\right)^n\right].

Step 3 — Evaluate S5S_5. (23)5=32243\left(\frac{2}{3}\right)^5 = \frac{32}{243}: S5=3211243=21181S_5 = 3 \cdot \frac{211}{243} = \frac{211}{81}.

Takeaway: Pick the version of the sum formula that keeps the bracket positive — fewer sign slips.

Example 5: Solve for n

How many terms of 3,32,34,3, \frac{3}{2}, \frac{3}{4}, \ldots give the sum 3069512\frac{3069}{512}?

Solution:

Step 1 — Write SnS_n. a=3a = 3, r=12r = \frac{1}{2}: Sn=3(12n)1/2=6(112n)S_n = \frac{3(1 - 2^{-n})}{1/2} = 6\left(1 - \frac{1}{2^n}\right).

Step 2 — Equate and isolate. 6(112n)=30695126\left(1 - \frac{1}{2^n}\right) = \frac{3069}{512} gives 112n=306930721 - \frac{1}{2^n} = \frac{3069}{3072}.

Step 3 — Match powers. 12n=33072=11024=1210\frac{1}{2^n} = \frac{3}{3072} = \frac{1}{1024} = \frac{1}{2^{10}}: n=10n = 10.

Takeaway: Solve-for-nn sums always end in a power match — keep everything as exact fractions.

Example 6: Sum and product of three terms

The first three terms of a G.P. sum to 1312\frac{13}{12} and their product is 1-1. Find the common ratio and the terms.

Solution:

Step 1 — Choose symmetric terms. Take ar,a,ar\frac{a}{r}, a, ar: their product is a3a^3 — the rr's cancel.

Step 2 — Use the product. a3=1a^3 = -1 gives a=1a = -1.

Step 3 — Use the sum. 1r1r=1312-\frac{1}{r} - 1 - r = \frac{13}{12}; multiply by 12r-12r: 12+12r+12r2=13r12 + 12r + 12r^2 = -13r, i.e. 12r2+25r+12=012r^2 + 25r + 12 = 0.

Step 4 — Solve the quadratic. r=25±724=34r = \frac{-25 \pm 7}{24} = -\frac{3}{4} or 43-\frac{4}{3}.

Step 5 — Write the terms. 43,1,34\frac{4}{3}, -1, \frac{3}{4} (or the same three reversed).

Takeaway: Symmetric choice ar,a,ar\frac{a}{r}, a, ar turns the product condition into a3a^3 instantly.

Example 7: The 7, 77, 777 sum

Find the sum of 7+77+777+7 + 77 + 777 + \cdots to nn terms.

Seven seventy seven trick converting repdigits to a GP

Solution:

Step 1 — Factor out the digit. Sn=7(1+11+111+)=79(9+99+999+)S_n = 7(1 + 11 + 111 + \cdots) = \frac{7}{9}(9 + 99 + 999 + \cdots).

Step 2 — Write each repdigit as a power minus 1. Sn=79[(101)+(1021)++(10n1)]S_n = \frac{7}{9}\left[(10-1) + (10^2-1) + \cdots + (10^n-1)\right].

Step 3 — Sum the G.P. and the constants separately.

Sn=79[10(10n1)9n]S_n = \frac{7}{9}\left[\frac{10(10^n - 1)}{9} - n\right]

Takeaway: Repdigit series are G.P.s in disguise — factor the digit, subtract the 1's.

Example 8: Ancestors

A person has 2 parents, 4 grandparents, 8 great-grandparents, and so on. Find the number of ancestors during the ten generations preceding his own.

Solution:

Step 1 — Recognise the G.P. Generations contribute 2,4,8,2, 4, 8, \ldots: a=2a = 2, r=2r = 2, n=10n = 10.

Step 2 — Sum. S10=2(2101)21=2(10241)=2046S_{10} = \frac{2(2^{10} - 1)}{2 - 1} = 2(1024 - 1) = 2046.

Takeaway: Real-world doubling processes are G.P.s — identify aa, rr, nn and the formula does the rest.

Example 9: From the 8th term back

Find the 12th term of a G.P. whose 8th term is 192 and common ratio is 2.

Solution:

Step 1 — Jump forward from the known term. a12=a8r4a_{12} = a_8 \cdot r^4 — four more multiplications by rr.

Step 2 — Evaluate. 192×24=192×16=3072192 \times 2^4 = 192 \times 16 = 3072.

Step 3 — (Check via aa.) a27=192a \cdot 2^7 = 192 gives a=32a = \frac{3}{2}, and 32211=3072\frac{3}{2} \cdot 2^{11} = 3072 ✓.

Takeaway: am=akrmka_m = a_k \cdot r^{m-k} — you rarely need to find aa at all.

Example 10: A squared condition

The 4th term of a G.P. is the square of its 2nd term, and the first term is 3-3. Find the 7th term.

Solution:

Step 1 — Translate the condition. ar3=(ar)2=a2r2ar^3 = (ar)^2 = a^2r^2.

Step 2 — Cancel carefully. Divide by ar2ar^2 (non-zero): r=a=3r = a = -3.

Step 3 — Compute. a7=ar6=3(3)6=3×729=2187a_7 = ar^6 = -3 \cdot (-3)^6 = -3 \times 729 = -2187.

Takeaway: G.P. terms are never zero, so dividing by powers of aa and rr is always legal.

Example 11: Surd ratio

Which term of 2,22,4,2, 2\sqrt{2}, 4, \ldots is 128?

Solution:

Step 1 — Identify the ratio. r=222=2=21/2r = \frac{2\sqrt{2}}{2} = \sqrt{2} = 2^{1/2}.

Step 2 — Set up with base 2. an=22n12=21+n12a_n = 2 \cdot 2^{\frac{n-1}{2}} = 2^{1 + \frac{n-1}{2}} and 128=27128 = 2^7.

Step 3 — Match exponents. 1+n12=71 + \frac{n-1}{2} = 7 gives n1=12n - 1 = 12: n=13n = 13.

Takeaway: Surd ratios become half-integer exponents — the power-matching method is unchanged.

Example 12: G.P. condition

For what values of xx are 27,x,72-\frac{2}{7}, x, -\frac{7}{2} in G.P.?

Solution:

Step 1 — Use the middle-term property. In a G.P., x2x^2 = product of the neighbours.

Step 2 — Compute. x2=(27)(72)=1x^2 = \left(-\frac{2}{7}\right)\left(-\frac{7}{2}\right) = 1.

Step 3 — Solve. x=±1x = \pm 1 — both give a consistent (negative) common ratio.

Takeaway: Three-in-G.P. means middle2^2 = ends' product; expect two signs unless context kills one.

Example 13: A sigma with two parts

Evaluate k=111(2+3k)\sum_{k=1}^{11} (2 + 3^k).

Solution:

Step 1 — Split the sum. k=1112+k=1113k=22+(3+32++311)\sum_{k=1}^{11} 2 + \sum_{k=1}^{11} 3^k = 22 + (3 + 3^2 + \cdots + 3^{11}).

Step 2 — Sum the G.P. 3(3111)31=3(1771471)2=5314382=265719\frac{3(3^{11} - 1)}{3 - 1} = \frac{3(177147 - 1)}{2} = \frac{531438}{2} = 265719.

Step 3 — Add. 22+265719=26574122 + 265719 = 265741.

Takeaway: Split mixed sigmas into a constant part and a G.P. part — each has its own one-line formula.

Example 14: How many terms

How many terms of the G.P. 3,32,33,3, 3^2, 3^3, \ldots are needed to give the sum 120?

Solution:

Step 1 — Write SnS_n. a=3a = 3, r=3r = 3: Sn=3(3n1)2S_n = \frac{3(3^n - 1)}{2}.

Step 2 — Equate. 3(3n1)2=120\frac{3(3^n - 1)}{2} = 120 gives 3n1=803^n - 1 = 80, so 3n=81=343^n = 81 = 3^4.

Step 3 — Conclude and check. n=4n = 4: 3+9+27+81=1203 + 9 + 27 + 81 = 120 ✓.

Takeaway: After matching the power, spend five seconds adding the actual terms — a free full check.

Example 15: Two blocks of three

The sum of the first three terms of a G.P. is 16 and the sum of the next three is 128. Find aa, rr and SnS_n.

Solution:

Step 1 — Relate the blocks. Terms 4-6 are terms 1-3 each multiplied by r3r^3: block ratio r3=12816=8r^3 = \frac{128}{16} = 8.

Step 2 — Solve for rr. r=2r = 2.

Step 3 — Find aa. a(1+r+r2)=a7=16a(1 + r + r^2) = a \cdot 7 = 16 gives a=167a = \frac{16}{7}.

Step 4 — Write SnS_n. Sn=167(2n1)S_n = \frac{16}{7}(2^n - 1).

Takeaway: Consecutive equal-length blocks of a G.P. are in ratio r(block length)r^{\text{(block length)}} — one division finds rr.

Example 16: S7S_7 from aa and a7a_7

Given a G.P. with a=729a = 729 and 7th term 64, determine S7S_7.

Solution:

Step 1 — Find rr. 729r6=64729\,r^6 = 64 gives r6=64729=(23)6r^6 = \frac{64}{729} = \left(\frac{2}{3}\right)^6; take r=23r = \frac{2}{3}.

Step 2 — Apply the sum formula. S7=729(1(2/3)7)12/3=3729(11282187)S_7 = \frac{729\left(1 - (2/3)^7\right)}{1 - 2/3} = 3 \cdot 729\left(1 - \frac{128}{2187}\right).

Step 3 — Evaluate. 218721871282187=2187128=20592187 - 2187 \cdot \frac{128}{2187} = 2187 - 128 = 2059.

Takeaway: 729=36729 = 3^6 and 64=2664 = 2^6 — recognising perfect powers turns r6r^6 into a one-look solve.