Why a=0 and r=0? If a=0 every term is 0 (a degenerate, boring sequence). If r=0, after the first term everything is 0 and dividing by a term becomes illegal.
Let
S_n = a + ar + ar^2 + \cdots + ar^{\,n-1}. \tag{1}
Multiply every term by r:
rS_n = ar + ar^2 + ar^3 + \cdots + ar^{\,n}. \tag{2}
Why multiply by r? It reproduces the same terms shifted one place, so they'll cancel.
Subtract (2) from (1):
Sn−rSn=a−arn
Why does the middle vanish? Every interior term ark appears in both lines, so it cancels. Only the very first term of (1) and the very last of (2) survive.
Factor:
Sn(1−r)=a(1−rn)
Divide by (1−r)provided r=1:
Sn=1−ra(1−rn)=r−1a(rn−1)
Why two forms? They're algebraically identical (multiply top & bottom by −1). Pick the one that keeps things positive to avoid sign slips.
Imagine a magic photocopier that always makes copies double the size (or half, or triple). Start with a sticker of size 3. Feed it in: 6, then 12, then 24 — each time it multiplies by the same number. That's a GP! To know the size after some copies, you just multiply that magic number by itself once for each copy you made — one fewer than the number of stickers, because the first sticker got copied zero times. And if you want the total area of ALL the stickers, there's a shortcut: instead of adding them one by one, you copy the whole pile, line it up shifted by one, and subtract — almost everything cancels and only the first and last bits are left. Neat!
Dekho, GP ka matlab hai ek aisi sequence jahan har agla term pichhle term ko ek fixed number se multiply karke banta hai. Yeh number hota hai common ratior. Jaise AP mein hum add karte hain (common difference d), GP mein hum multiply karte hain. Example: 3,6,12,24 — yahan har baar ×2 ho raha hai, toh r=2.
n-th term ka formula an=arn−1 hai. Yaad rakho power n nahi, n−1 hai — kyunki pehla term ko r se zero baar multiply karte hain (r0=1). Pehle term se n-th term tak jaane mein sirf (n−1) chhalang (gaps) hoti hain, isliye n−1.
Sum nikalne ka jugaad bahut pyara hai: pura sum Sn ko r se multiply karo — isse saare terms ek jagah aage khisak jaate hain. Ab dono ko subtract karo, toh beech ke saare terms cancel ho jaate hain, sirf shuru aur end bachte hain. Isse milta hai Sn=1−ra(1−rn). Bas dhyan rakho: agar r=1 ho toh denominator zero ban jaata hai, tab seedha Sn=na use karo.
Yeh cheez real life mein important hai — compound interest, population growth, aur decay sab GP se chalte hain, kyunki inme baar-baar multiply hota hai. Exam mein trick yeh hai: r hamesha divide karke nikalo (subtract mat karo, woh AP wali aadat hai), aur term-1 pe formula ko test karke confirm karo ki aapki power sahi hai.