Reducing Balance Loans - StudyPulse
Boost Your VCE Scores Today with StudyPulse
8000+ Questions AI Tutor Help
Home Subjects General Mathematics Reducing balance loans

Reducing Balance Loans

General Mathematics
StudyPulse

Reducing Balance Loans

General Mathematics
01 May 2026

Reducing Balance Loans

What is a Reducing Balance Loan?

In a reducing balance loan (also called a declining balance loan), interest is calculated on the outstanding (current) balance each period. As repayments are made, the balance reduces, and so does the interest charged.

This is how most home loans, car loans, and personal loans work.

Recurrence Relation

$$V_{n+1} = R \cdot V_n - d, \quad V_0 = L$$

Where:
- $V_n$ = outstanding balance after $n$ periods
- $R = 1 + \frac{r}{100}$ (compound factor)
- $d$ = repayment per period
- $L$ = initial loan amount (principal)
- $r$ = interest rate per period (%)

Worked Example

Loan: \$20,000 at 6% p.a. compounded monthly, monthly repayment \$500.

  • Rate per month: $r = \frac{6}{12} = 0.5\%$, so $R = 1.005$
  • Recurrence: $V_{n+1} = 1.005 \times V_n - 500, \quad V_0 = 20000$
Month ($n$) Balance ($V_n$) Interest charged Repayment Principal reduced
0 20,000.00
1 19,600.00 100.00 500.00 400.00
2 19,198.00 98.00 500.00 402.00
3 18,794.09 96.09 500.00 403.91

Observation: Each month, more of the repayment goes toward principal and less toward interest.

Interest Charged in a Period

$$\text{Interest in period } n = V_{n-1} \times \frac{r}{100}$$

Finding the Outstanding Balance After $n$ Periods

Use CAS / TVM solver:
- Enter: $PV$, $I\%$, $PMT$, $N$
- Solve for $FV$ (remaining balance)

Minimum Repayment to Avoid Balance Growing

For the balance to decrease, the repayment must exceed the interest charged:

$$d > V_0 \times \frac{r}{100}$$

Example: For a \$20,000 loan at 0.5% monthly, minimum to reduce balance: \$0.005 \times 20000 = \$100$. Any repayment above \$100 reduces the balance.

Repayment to Pay Off Loan in $n$ Periods

Use TVM solver with $FV = 0$:
- $N, PV, I\%$ known
- Solve for $PMT$

Total Interest Paid

$$\text{Total interest} = (d \times n) - L$$

where $n$ = total number of repayments and $L$ = original loan.

KEY TAKEAWAY: A reducing balance loan uses $V_{n+1} = RV_n - d$. Interest is charged on the current balance, so early repayments mainly cover interest while later repayments mainly reduce principal.

EXAM TIP: VCAA commonly asks for the balance after a specific number of payments, or the repayment needed to pay off the loan by a set time. Use TVM solver and show the inputs clearly.

COMMON MISTAKE: Using the annual interest rate directly instead of the per-period rate. Monthly loans need a monthly rate: divide annual rate by 12.

Table of Contents