πŸ”’ Sequences & Series

AP, GP, aur unka sum β€” patterns samjho, real-life applications dekho!

πŸ“ 1. Arithmetic Progression (AP)

Jisme har term pichle term se ek fixed amount (common difference d) se badta ya ghatta hai.

Pattern: a, a+d, a+2d, a+3d, ...

nth term: aβ‚™ = a + (nβˆ’1)d Sum of n terms: Sβ‚™ = n/2 Γ— [2a + (nβˆ’1)d] = n/2 Γ— (first term + last term) = n/2 Γ— (a + l) Jahan: a = first term, d = common difference, n = number of terms l = last term = a + (nβˆ’1)d
AP: 2, 5, 8, 11, 14 ... (a=2, d=3) 2 5 8 11 14 +3 +3 +3 +3 a₁ aβ‚‚ a₃
Example 1: nth Term

AP: 7, 11, 15, 19,... ka 20th term kya hoga?

a=7, d=4, n=20: aβ‚‚β‚€ = 7 + (20βˆ’1)Γ—4 = 7 + 76 = 83

Example 2: Sum of AP

1 se 100 tak ke sabhi natural numbers ka sum (yahi Gauss ka trick hai!)

a=1, d=1, n=100, l=100

S₁₀₀ = 100/2 Γ— (1+100) = 50 Γ— 101 = 5050

Example 3: Find n given Sum

AP: 3, 5, 7,... ka sum 120 hai. n terms kitne hain?

a=3, d=2: Sβ‚™ = n/2[6+2(nβˆ’1)] = n/2(2n+4) = n(n+2) = 120

nΒ² + 2n βˆ’ 120 = 0 β†’ (n+12)(nβˆ’10) = 0 β†’ n = 10

AM (Arithmetic Mean)

a aur b ke beech n AM insert karna: Common difference d = (b βˆ’ a)/(n + 1) Single AM between a and b = (a + b)/2 Example: 5 aur 23 ke beech 3 AMs: d = (23βˆ’5)/4 = 18/4 = 4.5 Means: 9.5, 14, 18.5

πŸ“Š 2. Geometric Progression (GP)

Jisme har term pichle term se ek fixed number (common ratio r) se multiply hota hai.

Pattern: a, ar, arΒ², arΒ³, ...

nth term: aβ‚™ = a Γ— rⁿ⁻¹ Sum of n terms: Sβ‚™ = a(rⁿ βˆ’ 1)/(r βˆ’ 1) [jab r β‰  1] Sβ‚™ = na [jab r = 1] Sum of infinite GP (|r| < 1): S∞ = a / (1 βˆ’ r)
GP: 2, 6, 18, 54, 162 ... (a=2, r=3) 2 6 18 54 162 Γ—3 Γ—3 Γ—3 Γ—3
Example 1: GP nth term

GP: 3, 6, 12, 24,... 8th term kya hai?

a=3, r=2: aβ‚ˆ = 3 Γ— 2⁷ = 3 Γ— 128 = 384

Example 2: Sum of GP

GP: 1, 2, 4, 8,... ka sum pehle 10 terms mein.

a=1, r=2: S₁₀ = 1Γ—(2ΒΉβ°βˆ’1)/(2βˆ’1) = (1024βˆ’1)/1 = 1023

Example 3: Infinite GP

1 + 1/2 + 1/4 + 1/8 + ... ka sum (infinite terms).

a=1, r=1/2 (|r|<1): S∞ = 1/(1βˆ’1/2) = 1/(1/2) = 2

GM (Geometric Mean)

Single GM between a and b = √(ab) n GMs between a and b: Common ratio r = (b/a)^(1/(n+1)) Example: 3 aur 48 ke beech GM = √(3Γ—48) = √144 = 12

βš–οΈ 3. AM aur GM ka Relationship

For any two positive numbers a and b: AM = (a + b)/2 GM = √(ab) IMPORTANT: AM β‰₯ GM (hamesha, equality tabhi jab a = b) AM βˆ’ GM β‰₯ 0 (a+b)/2 β‰₯ √(ab) (a+b)Β² β‰₯ 4ab
Application: Minimum Value Problem

x > 0 ke liye, x + 1/x ka minimum value nikalo.

AM β‰₯ GM apply karo: (x + 1/x)/2 β‰₯ √(x Γ— 1/x) = √1 = 1

x + 1/x β‰₯ 2. Minimum value = 2 (jab x = 1)

APGP
PatternAdd/subtractMultiply/divide
Common diff/ratiod = aβ‚™β‚Šβ‚ βˆ’ aβ‚™r = aβ‚™β‚Šβ‚/aβ‚™
nth terma+(nβˆ’1)daΒ·rⁿ⁻¹
Sum n termsn/2[2a+(nβˆ’1)d]a(rβΏβˆ’1)/(rβˆ’1)
MeanAM = (a+b)/2GM = √(ab)