Introduction
Depreciation problems यह पूछते हैं कि किसी asset की value समय के साथ कैसे घटती है। Aptitude tests में सबसे common model compound (declining-balance) depreciation होता है, जिसमें asset हर period में एक fixed percentage से कम होता है। इस pattern को समझने से resale value, effective life और rate या time को reverse-find करने वाले questions आसानी से solve होते हैं।
Pattern: Depreciation Problems
Pattern
Key concept: Depreciation के बाद value = Principal × (1 - R/100)T.
Notation:
P = original value (cost)
R = depreciation rate per period (%)
T = periods की संख्या (years, half-years, आदि)
A = T periods के बाद asset की value
Core formula (compound depreciation):
A = P × (1 - R/100)T
Reverse formulas (जब R या T find करना हो):
1 - R/100 = (A/P)^(1/T) → R = [1 - (A/P)^(1/T)] × 100.
T = ln(A/P) / ln(1 - R/100) (useful जब A/P और R दिए हों)。
Step-by-Step Example
Question
₹50,000 का एक item 10% प्रति वर्ष की दर से depreciate होता है। 3 साल बाद उसकी value find करें।
Solution
-
Step 1: Values identify करें
P = ₹50,000; R = 10% p.a.; T = 3 years. -
Step 2: Compound depreciation formula लागू करें
A = P × (1 - R/100)T = 50,000 × (1 - 0.10)^3 = 50,000 × (0.90)^3. -
Step 3: Powers compute करें
(0.90)^2 = 0.81; (0.90)^3 = 0.729 → A = 50,000 × 0.729 = ₹36,450. -
Final Answer:
3 साल बाद value = ₹36,450. -
Quick Check:
Yearwise: 50,000 → 45,000 (1 साल बाद) → 40,500 (2 साल बाद) → 36,450 (3 साल बाद) ✅
Quick Variations
1. Straight-line depreciation: हर साल equal amount से value घटती है (compound formula से अलग)।
2. Compound depreciation with fractional periods: per-period rate convert करें और fractional exponent use करें (या whole periods + remaining fraction को question के अनुसार handle करें)।
3. Find rate: जब P, A और T दिए हों तो R = [1 - (A/P)^{1/T}] × 100.
4. Find time: जब P, A और R दिए हों तो T = ln(A/P) / ln(1 - R/100).
Trick to Always Use
- Step 1: जब compounding frequency annual ≠ हो, तो annual rate को per-period rate में convert करें (r = R / periods_per_year).
- Step 2: Time को उसी units में convert करें जिस units में periods हों (total_periods = periods_per_year × years).
- Step 3: Decline factor के लिए (1 - r)^{periods} use करें; और arithmetic mistakes पकड़ने के लिए period-by-period quick check ज़रूर करें।
Summary
Summary
- Compound depreciation का core formula:
A = P × (1 - R/100)T. - Non-annual compounding पर per-period rate use करें:
r = R / periods_per_yearऔर total periods =n = periods_per_year × T_years. - Rate find करने के लिए:
R = [1 - (A/P)^{1/T}] × 100; time find करने के लिए:T = ln(A/P) / ln(1 - R/100). - हमेशा year-by-year या period-by-period sequence निकालकर quick sanity check करें।
