Introduction
Depreciation problems ask how the value of an asset falls over time. The most common model used in aptitude tests is compound (declining-balance) depreciation, where the asset loses a fixed percentage each period. Mastering this pattern helps with questions on resale value, effective life, and reverse-finding of rate or time.
Pattern: Depreciation Problems
Pattern
Key concept: Value after depreciation = Principal × (1 - R/100)T.
Notation:
P = original value (cost)
R = depreciation rate per period (%)
T = number of periods (years, half-years, etc.)
A = value after T periods.
Core formula (compound depreciation):
A = P × (1 - R/100)T
Reverse formulas (when solving for R or T):
1 - R/100 = (A/P)^(1/T) → R = [1 - (A/P)^(1/T)] × 100.
T = ln(A/P) / ln(1 - R/100) (useful when A/P & R known).
Step-by-Step Example
Question
An item costing ₹50,000 depreciates at 10% per annum. Find its value after 3 years.
Solution
-
Step 1: Identify values
P = ₹50,000; R = 10% p.a.; T = 3 years. -
Step 2: Apply compound depreciation formula
A = P × (1 - R/100)T = 50,000 × (1 - 0.10)^3 = 50,000 × (0.90)^3. -
Step 3: Compute powers
(0.90)^2 = 0.81; (0.90)^3 = 0.729 → A = 50,000 × 0.729 = ₹36,450. -
Final Answer:
Value after 3 years = ₹36,450. -
Quick Check:
Yearwise: 50,000 → 45,000 (after 1y) → 40,500 (after 2y) → 36,450 (after 3y) ✅
Quick Variations
1. Straight-line depreciation: equal absolute loss each year (not covered by compound formula).
2. Compound depreciation with fractional periods: convert to per-period rate and use fractional exponents (or handle whole periods + simple depreciation for remaining fraction if stated by the question).
3. Find rate: given P, A and T use R = [1 - (A/P)^{1/T}] × 100.
4. Find time: given P, A and R use T = ln(A/P) / ln(1 - R/100).
Trick to Always Use
- Step 1: Convert annual rate to per-period rate when compounding frequency ≠ annual (r = R / periods_per_year).
- Step 2: Convert time into same units as periods (total_periods = periods_per_year × years).
- Step 3: Use (1 - r)^{periods} for decline factor; do period-by-period quick check to catch arithmetic mistakes.
Summary
Summary
- Compound depreciation core formula:
A = P × (1 - R/100)T. - For non-annual compounding, use per-period rate:
r = R / periods_per_yearand total periods =n = periods_per_year × T_years. - To find rate from values:
R = [1 - (A/P)^{1/T}] × 100; to find time:T = ln(A/P) / ln(1 - R/100). - Always verify by computing a stepwise sequence (year-by-year or period-by-period) as a quick sanity check.
