Menu

Earn Premium with Referrals

Invite your friends and earn Premium rewards through our referral program.

See how it works and start inviting friends.

Geometric Progression Concepts
QUANTITATIVEAPTITUDE

Geometric Progression Concepts

Learn GP terms, common ratio, nth term, sums, and placement-oriented problem-solving methods.

1. (n^{th}) Term and Finite Sum of a GP

  • Formula: For GP (a, ar, ar^2,\dots):
an=arn1 a_n=ar^{n-1} Sn=a(rn1)r1,r1 S_n=\frac{a(r^n-1)}{r-1},\quad r\ne1

If (r<1), an equivalent form is (S_n=\frac{a(1-r^n)}{1-r}).

  • Example: For the GP (3,6,12,\dots), find the 6th term and the sum of the first 6 terms. Solution:
a=3,r=2 a=3,\quad r=2

6th term:

a6=3(2)5=96a_6=3(2)^5=96

Sum:

S6=3(261)21=3(63)=189S_6=\frac{3(2^6-1)}{2-1} =3(63)=189

Answer: 6th term (=96), sum (=189).

ASCII:

3 → 6 → 12 → 24 → 48 → 96
    ×2   ×2    ×2    ×2    ×2

2. Infinite GP Series

  • Formula: For an infinite GP,
S=a1r,r<1 S_\infty=\frac{a}{1-r},\qquad |r|<1
  • Example: Find the sum:
1+12+14+18+ 1+\frac12+\frac14+\frac18+\cdots

Solution:

a=1,r=12 a=1,\quad r=\frac12

Since (|r|<1), the infinite sum exists.

S=1112=2S_\infty=\frac{1}{1-\frac12}=2

Answer: (\boxed{2})

ASCII:

1 + 1/2 + 1/4 + 1/8 + ...
│     │      │      │
a     ar     ar²    ar³

r = 1/2

3. Finding the Common Ratio or First Term

  • Formula: For consecutive GP terms,
r=an+1an r=\frac{a_{n+1}}{a_n}

and

an=arn1 a_n=ar^{n-1}
  • Example: The 3rd and 6th terms of a GP are 12 and 96 respectively. Find the common ratio. Solution:
a3=ar2=12a_3=ar^2=12 a6=ar5=96a_6=ar^5=96

Divide:

ar5ar2=9612\frac{ar^5}{ar^2}=\frac{96}{12} r3=8r^3=8 r=2\boxed{r=2}

ASCII:

a₁ → a₂ → a₃ → a₄ → a₅ → a₆
       ×r   ×r   ×r   ×r   ×r

a₃ = 12
a₆ = 96

96/12 = r³ = 8
r = 2

4. Geometric Mean

  • Formula: The geometric mean of two positive numbers (a,b) is
GM=ab GM=\sqrt{ab}

If (a,G,b) are consecutive GP terms:

G2=ab G^2=ab
  • Example: Find the geometric mean between 4 and 25. Solution:

Let the geometric mean be (G).

G=4×25G=\sqrt{4\times25} G=100=10G=\sqrt{100}=10

Answer: (\boxed{10})

ASCII:

4  →  10  →  25
     GM

5. Finding Missing Terms in a GP

  • Formula: In a GP, if three consecutive terms are (a,b,c),
b2=ac b^2=ac
  • Example: Find (x) if (3,x,27) are consecutive terms of a GP. Solution:
x2=3×27=81x^2=3\times27=81 x=±9x=\pm9

Therefore, the possible values are:

x=9 or 9\boxed{x=9\text{ or }-9}

For a positive GP, (x=9).

ASCII:

3  →  x  →  27

     x² = 3×27

6. Growth and Decay Models

  • Formula: For growth at (r%) per period:
Pn=P0(1+r100)n P_n=P_0\left(1+\frac r{100}\right)^n

For decay/depreciation:

Pn=P0(1r100)n P_n=P_0\left(1-\frac r{100}\right)^n
  • Example: A machine worth ₹50,000 depreciates by 10% per year. Find its value after 2 years. Solution:
P0=50000,r=10P_0=50000,\quad r=10%,\quad n=2 P2=50000(10.10)2P_2=50000(1-0.10)^2 =50000(0.9)2=50000(0.9)^2 =50000(0.81)=40,500=50000(0.81)=₹40,500

Answer: (\boxed{₹40,500})

ASCII:

₹50,000
   ↓ −10%
₹45,000
   ↓ −10%
₹40,500

7. Recursive GP Formulations

  • Formula: Each term is obtained by multiplying the previous term by the common ratio:
an=ran1 a_n=ra_{n-1}

with

a1=a a_1=a
  • Example: A sequence has (a_1=5) and (a_n=3a_{n-1}). Find (a_5). Solution:
a1=5a_1=5 a2=3(5)=15a_2=3(5)=15 a3=3(15)=45a_3=3(15)=45 a4=3(45)=135a_4=3(45)=135 a5=3(135)=405a_5=3(135)=405

Answer: (\boxed{405})

ASCII:

5 → 15 → 45 → 135 → 405
   ×3    ×3     ×3     ×3

8. Sum of GP When (r=1)

  • Formula: If (r=1), every term is (a), so
Sn=na S_n=na
  • Example: Find the sum of the first 20 terms of the GP (7,7,7,7,\dots). Solution:

Here,

a=7,r=1,n=20a=7,\quad r=1,\quad n=20

Hence,

S20=20(7)=140S_{20}=20(7)=140

Answer: (\boxed{140})


Advanced Variants

9. Sum of a GP Using the First and Last Terms

  • Formula:
Sn=a(rn1)r1 S_n=\frac{a(r^n-1)}{r-1}

Since (a_n=ar^{n-1}), another useful form is

Sn=anrar1 S_n=\frac{a_n r-a}{r-1}
  • Example: Find the sum of (2+6+18+\cdots+486). Solution:
a=2,r=3a=2,\quad r=3

Find (n):

486=2(3n1)486=2(3^{n-1}) 3n1=243=353^{n-1}=243=3^5

So,

n=6n=6

Therefore,

S6=2(361)31S_6=\frac{2(3^6-1)}{3-1} =2(7291)2=728=\frac{2(729-1)}2=728

Answer: (\boxed{728})


10. Infinite GP with Negative Common Ratio

  • Formula:
S=a1r,r<1 S_\infty=\frac{a}{1-r},\qquad |r|<1

The formula also works when (r<0).

  • Example: Find
105+2.51.25+ 10-5+2.5-1.25+\cdots

Solution:

a=10,r=12a=10,\quad r=-\frac12

Since

r=12<1|r|=\frac12<1

the sum exists.

S=101(1/2)=103/2=203S_\infty=\frac{10}{1-(-1/2)} =\frac{10}{3/2} =\frac{20}{3}

Answer: (\boxed{\frac{20}{3}})

ASCII:

10 → −5 → 2.5 → −1.25 → ...
     ×(−1/2) each time

11. Sum of Odd/Even Powers in a GP

  • Formula: For (a,ar,ar^2,\dots):
Odd-position terms: a+ar2+ar4+ \text{Odd-position terms: }a+ar^2+ar^4+\cdots Even-position terms: ar+ar3+ar5+ \text{Even-position terms: }ar+ar^3+ar^5+\cdots
  • Example: Find the sum of the first 4 odd-position terms of (2,4,8,16,32,\dots). Solution:

Odd-position terms are:

2,8,32,1282,8,32,128

This itself is a GP with:

a=2,r=4,n=4a=2,\quad r=4,\quad n=4 S4=2(441)41S_4=\frac{2(4^4-1)}{4-1} =2(2561)3=5103=170=\frac{2(256-1)}3 =\frac{510}{3}=170

Answer: (\boxed{170})

ASCII:

Original:  2 → 4 → 8 → 16 → 32 → 64 → 128
Positions: 1   2   3    4    5    6     7

Odd:       2       8         32         128
           └── ×4 ──┘

12. GP Word Problems: Repeated Percentage Change

  • Formula: If a quantity changes by the same percentage (r%) repeatedly, its successive values form a GP:
Vn=V0(1±r100)n V_n=V_0\left(1\pm\frac r{100}\right)^n
  • Example: A company’s production increases by 20% every year. If current production is 10,000 units, find production after 3 years. Solution:
V0=10000,r=20V_0=10000,\quad r=20% V3=10000(1.2)3V_3=10000(1.2)^3 =10000(1.728)=10000(1.728) =17,280=17,280

Answer: (\boxed{17,280\text{ units}})

ASCII:

10,000 → 12,000 → 14,400 → 17,280
          ×1.2      ×1.2      ×1.2

My Private Notes

Notes are auto-saved locally to this device.