The Logic Behind the Math: Summing the Series
To find the EMI, we assume the Present Value of all future payments must equal the Loan Amount ($L$). If $E$ is the EMI and $i$ is the monthly interest rate:
- Value of 1st EMI today: $E/(1+i)$
- Value of 2nd EMI today: $E/(1+i)^2$
- Value of $n^{th}$ EMI today: $E/(1+i)^n$
The sum of this Geometric Progression must equal $L$. Using the GP sum formula $S_n = a(1-r^n)/(1-r)$, we derive the EMI formula used by every bank and calculator on Earth.
Step-by-Step Solved Example
Problem: You take a car loan of ₹5,00,000 at 12% per annum for 1 year (12 months).
- Step 1: Monthly Rate ($i$). $12\% / 12 = 1\%$ per month. In decimals, $i = 0.01$.
- Step 2: Total Periods ($n$). 1 year = 12 months.
- Step 3: Growth Factor. Calculate $(1+i)^n = (1.01)^{12} \approx 1.1268$.
- Step 4: Plug into the Logic. Use the formula $E = [P * i * (1+i)^n] / [(1+i)^n - 1]$.
- Step 5: Calculation. $E = [5,00,000 * 0.01 * 1.1268] / [1.1268 - 1]$.
- Step 6: Final EMI. $E \approx 5,634 / 0.1268 \approx ₹44,424$.
Alternative Methods: The Approximation Shortcut
In an exam, you won't have a scientific calculator for $(1.01)^{12}$. Use the Binomial Approximation: $(1+x)^n \approx 1 + nx$ if $x$ is very small.$(1.01)^{12} \approx 1 + (12 * 0.01) = 1.12$. This gets you within 1% of the correct answer—perfect for narrow-down MCQs!
Exam Trap Alert: The "Annual vs. Monthly" Confusion
JEE/NEET aspirants often use the annual rate ($R$) directly in the formula where the power is in months ($n$).
Crucial: If the time is in months, the rate MUST be the monthly rate ($R/12$). Mixing an annual rate with monthly periods is the #1 reason for "Calculation Error" marks deduction.
Practice Problem (JEE Algebra Level)
Question: Prove that as the number of compounding periods $n$ approaches infinity, the total interest paid on a loan does not become infinite, but converges to a value determined by the natural logarithm. (Hint: Use $\int \frac{1}{x} dx$ logic).