Introduction
Compound interest problems में कई बार पूछा जाता है कि किसी राशि को एक निश्चित rate पर बढ़कर किसी तय amount तक पहुँचने में कितना समय लगेगा। इन्हें Time Finding Problems कहा जाता है। यह pattern compounding को reverse करके required time निकालने में मदद करता है।
Pattern: Time Finding Problems
Pattern
मुख्य formula है: (1 + R/100)T = A / P
Time (T) निकालने के लिए दोनों तरफ logarithm लेते हैं:
T = log(A/P) / log(1 + R/100)
यह formula annual, half-yearly, या quarterly compounding-सभी में काम करता है, बस rate और time को consistent units में रखना जरूरी है।
Step-by-Step Example
Question
₹10,000 कितने साल में बढ़कर ₹12,100 हो जाएगा, यदि rate 10% प्रति वर्ष हो (annual compounding)?
Solution
Step 1: Given values
P = ₹10,000, A = ₹12,100, R = 10%।Step 2: Compound relation
(1 + R/100)T = A/P → (1.10)T = 12,100 / 10,000 = 1.21।Step 3: Log लें
log(1.21) = T × log(1.10) → T = log(1.21) / log(1.10)।Step 4: T निकालें
log(1.21) = 0.0828; log(1.10) = 0.0414 → T = 0.0828 / 0.0414 = 2 years।Final Answer:
Time = 2 yearsQuick Check:
10% yearly → 10,000 → 11,000 → 12,100 (2 साल में) ✅
Quick Variations
1. Rate और time अलग units में हों (जैसे quarterly), तो पहले units adjust करें।
2. Logarithmic formula fractional years के लिए भी perfectly काम करता है।
3. कभी-कभी approximate values को growth tables या calculator से verify किया जा सकता है।
Trick to Always Use
- Step 1: (1 + R/100)T = A/P लिखें।
- Step 2: Log लें → T = log(A/P) / log(1 + R/100)।
- Step 3: Compounding type (annual, half-yearly, quarterly) के हिसाब से R और T adjust करें।
Summary
Summary
- Time-finding problems amount, rate और time के exponential relation पर आधारित होते हैं।
- Annual compounding के लिए formula: T = log(A/P) / log(1 + R/100)।
- Half-yearly या quarterly compounding के लिए R को R/n और T को nT में बदलें।
- हमेशा quick verification से answer confirm करें।
