Problem 23
Question
In installment buying, one would like to figure out the real interest rate (effective rate), but unfortunately this involves solving a complicated equation. If one buys an item worth $$\$ P$$ today and agrees to pay for it with payments of $$\$ R$$ at the end of each month for \(k\) months, then $$ P=\frac{R}{i}\left[1-\frac{1}{(1+i)^{k}}\right] $$ where \(i\) is the interest rate per month. Tom bought a used car for $$\$ 2000$$ and agreed to pay for it with $$\$ 100$$ payments at the end of each of the next 24 months. (a) Show that \(i\) satisfies the equation \(20 i(1+i)^{24}-(1+i)^{24}+1=0\) (b) Show that Newton's Method for this equation reduces to $$ i_{n+1}=i_{n}-\left[\frac{20 i_{n}^{2}+19 i_{n}-1+\left(1+i_{n}\right)^{-23}}{500 i_{n}-4}\right] $$ (c) Find \(i\) accurate to five decimal places starting with \(i=0.012\), and then give the annual rate \(r\) as a percent \((r=1200 i)\).
Step-by-Step Solution
VerifiedKey Concepts
Effective Interest Rate
In installment buying, you pay monthly installments for the purchase. The effective interest rate shows how those monthly payments equate to a yearly interest rate. This rate is important as it helps in comparing different financial options with different compounding periods. For instance, a loan compounded monthly might have a different effective annual rate than one compounded quarterly, even if both have the same nominal interest rate.
To determine the effective rate from monthly payments, one normally needs to solve complex equations, similar to the one described in this exercise, using iterative methods like Newton's Method.
Installment Buying
For instance, in this exercise, Tom buys a used car for $2000, agreeing to make monthly payments of $100. The installment plan spreads the cost over 24 months, making it more manageable for the buyer. However, these smaller, frequent payments often come with an interest charge, calculated thanks to formulas involving rates like the one in this exercise.
Understanding the underlying interest rate and the total amount paid over the installment period helps buyers make informed financial decisions and understand the true cost of an item when bought on credit.
Monthly Interest Rate
In this solution, the formula given to determine the monthly interest rate is crucial as it influences how much interest will be paid over the course of the loan. By solving the equation derived in the exercise, the exact monthly interest rate can be found, providing precise knowledge about borrowing costs.
The formula used to find the monthly interest rate combines both the principal amount and the payments, showing the reduction of principal over time, adjusted for the interest accrued each month. It's important to compute this rate accurately since even small percentage points on a monthly rate can lead to significant differences over longer periods of time.
Annual Interest Rate Calculation
In this exercise, the conversion formula used is straightforward: the annual rate \( r \) is given by \( r = 1200i \), where \( i \) is the monthly rate. This formula considers the compounding effect by scaling the monthly interest to an annual level. In practical terms, it means multiplying the monthly rate by 12 and adjusting for percentage (i.e., multiplying by 100).
Knowing the annual interest rate helps borrowers understand the total interest cost of a loan over a year, allowing for comparisons with other financial products or budgeting for annual expenses.