Introduction
किसी Arithmetic Progression (A.P.) के पहले n terms का sum निकालना aptitude tests में बहुत common और useful pattern है। कई problems में salaries, distances, scores आदि का total पूछा जाता है जहाँ terms A.P. बनाते हैं। Formula और shortcut दोनों का use calculation को तेज और error-free बनाता है।
Pattern: Sum of n Terms of Arithmetic Progression (A.P.)
Pattern
पहले n terms का sum इन formulas से निकाला जाता है:
Sₙ = (n/2) × [2a + (n - 1)d] या Sₙ = (n/2) × (a + l)
जहाँ a = first term, d = common difference, n = number of terms, और l = nth (last) term है।
Step-by-Step Example
Question
निम्न A.P. के पहले 20 terms का sum निकालें: 3, 7, 11, 15, …
Solution
-
Step 1: a, d और n पहचानें
First term a = 3
Common difference d = 7 - 3 = 4
Number of terms n = 20 -
Step 2: nth (last) term l निकालें (optional)
l = a + (n - 1)d = 3 + (20 - 1)×4 = 3 + 19×4 = 3 + 76 = 79 -
Step 3: Sum formula Sₙ = (n/2)(a + l) का use करें
S₂₀ = (20/2) × (3 + 79) = 10 × 82 = 820 -
Final Answer:
पहले 20 terms का sum = 820
-
Quick Check:
Average term = (first + last)/2 = (3 + 79)/2 = 41
Sum = average × number of terms = 41 × 20 = 820 ✅
Quick Variations
1. a, d और n दिए हों → Sₙ = (n/2)[2a + (n - 1)d] use करें।
2. a और l (last term) दिए हों → Sₙ = (n/2)(a + l) सबसे आसान है।
3. Tₚ और T_q जैसी दो terms से a और d निकालकर फिर Sₙ निकाल सकते हैं।
4. d negative या decreasing sequence हो तब भी formulas same रहते हैं।
Trick to Always Use
- Step 1 → यदि last term आसानी से मिल जाए तो Sₙ = (n/2)(a + l) use करें-यह fastest method है।
- Step 2 → यदि last term न मिले तो formula Sₙ = (n/2)[2a + (n - 1)d] use करें और पहले (n-1)d compute करें।
Summary
Summary
A.P. में sum निकालने के key points:
- दो formula: Sₙ = (n/2)[2a + (n - 1)d] और Sₙ = (n/2)(a + l)
- Last term पता हो तो (a + l) वाला formula सबसे simple होता है।
- Quick check: Average term × number of terms = total sum।
- Totals वाले word problems (distance, money, seats आदि) में बहुत useful।
