Financial sequences and geometric sums

#hsc-maths#sequences#medium

This problem explores financial sequences using geometric progressions, a key topic in the HSC Mathematics Extension 1 syllabus under Money matters. By modelling a reducing-balance loan with regular repayments, you’ll learn to connect recursive sequences to closed-form formulas and use the sum of a finite geometric series to solve for unknown repayments—an essential skill for tackling annuity and loan problems.

Problem Statement

A loan of LL is taken out at an interest rate of rr per period. At the end of each period, a constant repayment of PP is made after interest has been added to the balance. Let MnM_n be the balance owing after nn periods.

  • Write down expressions for M1M_1 and M2M_2 in terms of L,r,L,r, and PP.
  • Show that the balance after nn periods can be written as
Mn=L(1+r)nP[1+(1+r)+(1+r)2++(1+r)n1].M_n=L(1+r)^n-P\left[1+(1+r)+(1+r)^2+\cdots+(1+r)^{n-1}\right].
  • Using the formula for the sum of a geometric progression, prove that
Mn=L(1+r)nP((1+r)n1)r.M_n=L(1+r)^n-\frac{P((1+r)^n-1)}{r}.
  • A car loan of $2000020\,000 is taken at 1%1\% interest per month. Calculate the monthly repayment PP required to reduce the balance to zero at the end of 2424 months.

Hints

  • For (i): Add interest first, then subtract the repayment.
  • For (ii): Expand the first few balances and look for the pattern.
  • For (iii): The bracket is a finite GP with first term 11 and ratio 1+r1+r.
  • For (iv): Set M24=0M_{24}=0, with L=20000L=20000 and r=0.01r=0.01.

Solutions

(i) After one period, the interest is applied to the initial loan amount, then the repayment is subtracted:

M1=L(1+r)P.M_1=L(1+r)-P.

For the second period, we take the new balance M1M_1, apply interest again, and subtract the constant repayment PP:

M2=(L(1+r)P)(1+r)P=L(1+r)2P(1+r)P.M_2=(L(1+r)-P)(1+r)-P=L(1+r)^2-P(1+r)-P.

(ii) The pattern from parts (i) reveals that each additional period introduces another factor of (1+r)(1+r) and subtracts PP times the accumulated sum of powers. Extending this recurrence nn times gives

Mn=L(1+r)nP[(1+r)n1+(1+r)n2++(1+r)+1].M_n=L(1+r)^n-P\left[(1+r)^{n-1}+(1+r)^{n-2}+\cdots+(1+r)+1\right].

Reordering the terms inside the brackets to start from 11,

Mn=L(1+r)nP[1+(1+r)+(1+r)2++(1+r)n1].M_n=L(1+r)^n-P\left[1+(1+r)+(1+r)^2+\cdots+(1+r)^{n-1}\right].

(iii) The expression in brackets is a finite geometric progression. Recall that the sum of a geometric series with nn terms, first term aa, and common ratio RR is a(Rn1)R1\frac{a(R^n-1)}{R-1}. Here a=1a=1 and R=1+rR=1+r, so we obtain

1+(1+r)++(1+r)n1=(1+r)n1(1+r)1=(1+r)n1r.1+(1+r)+\cdots+(1+r)^{n-1} =\frac{(1+r)^n-1}{(1+r)-1} =\frac{(1+r)^n-1}{r}.

Hence

Mn=L(1+r)nP((1+r)n1)r.M_n=L(1+r)^n-\frac{P((1+r)^n-1)}{r}.

(iv) To clear the loan exactly after 2424 months, we set the final balance to zero and solve for the monthly repayment. Substituting L=20000L=20000, r=0.01r=0.01, and n=24n=24 into the formula gives

0=20000(1.01)24P((1.01)241)0.01.0=20000(1.01)^{24}-\frac{P((1.01)^{24}-1)}{0.01}.

Thus

P=20000(1.01)24(0.01)(1.01)241.P=\frac{20000(1.01)^{24}(0.01)}{(1.01)^{24}-1}.

Using (1.01)241.269735(1.01)^{24}\approx1.269735,

P$941.47.P\approx \$941.47.

Takeaways

  • Loan balances can be modelled by applying interest and repayment recursively.
  • Repeated repayments form a finite geometric sum after compounding.
  • Setting the final balance to zero gives the repayment required to clear a loan.

Further Readings

HSC Last Resorts, HSC Combinatorics, HSC Sequences, HSC Integrals

Written by Vu Hung Nguyen

Mathematics Educator · LinkedIn · About