The Logic Behind the Math: The Daily Multiplier
Most students calculate interest as $I = PRT$. However, credit cards use the Average Daily Balance (ADB) method.If $B_d$ is the balance on day $d$, the interest for the month is:Interest = [Σ (B_d) / days_in_month] * (APR/365) * days_in_month
Essentially, the interest is the Integral of the Balance over the time interval of the billing cycle.
Step-by-Step Solved Example
Problem: You have a ₹1,00,000 balance at 36% APR. You decide to pay ₹5,000 every month. How much interest is charged in the 1st month (30 days)?
- Step 1: Find Daily Rate. $36\% / 365 \approx 0.0986\%$ per day. In decimals: $0.000986$.
- Step 2: Monthly Multiplier. $0.000986 * 30 = 0.02958$ (roughly 2.96% per month).
- Step 3: Calculate Interest. $1,00,000 * 0.02958 = ₹2,958$.
- Step 4: Analyze Repayment. Total payment = ₹5,000.Amount going to Principal = $5,000 - 2,958 = ₹2,042$.
- Step 5: New Balance. $1,00,000 - 2,042 = ₹97,958$.
Alternative Methods: The "Effective Rate" Comparison
To compare a credit card to a standard loan, calculate the EAR (Effective Annual Rate):$EAR = (1 + i/n)^n - 1$.For 36% APR compounded daily: $(1 + 0.36/365)^{365} - 1 \approx 43.3\%$.This shows the "hidden" cost that simple interest formulas miss.
Exam Trap Alert: The "Minimum Payment" Illusion
Many students assume that if they pay the "Minimum Due," the debt will eventually vanish.
Logic Trap: If the Minimum Payment is 3% and the Monthly Interest is 2.96%, the principal reduces by only 0.04% per month. At this rate, it would take nearly 30 years to pay off a small laptop! In JEE, always look for the Net Rate of Change ($R_{net} = R_{in} - R_{out}$).
Practice Problem (JEE Algebra/Series)
Question: A credit card balance $B_0$ grows at a monthly interest rate $r$. A fixed payment $P$ is made at the end of every month. Express the balance $B_n$ after $n$ months as a summation of a Geometric Progression. Determine the condition for which $B_n$ decreases.