Chapter 9: Problem 60
For \(1 \leq n \leq 10,\) find a formula for \(p_{n},\) the payment in year \(n\) on a loan of \(\$ 100,000 .\) Interest is \(5 \%\) per year, compounded annually, and payments are made at the end of each year for ten years. Each payment is \(\$ 10,000\) plus the interest on the amount of money outstanding.
Short Answer
Step by step solution
Understanding the Loan Terms
Determine Remaining Balance after Payment
Compute Interest Payment for Year 1
Total Payment Calculation
Update Outstanding Balance
Formulating the Recurrence Relation
Derive Formula for Each Year’s Payment
Calculate Payment for Each Year
Unlock Step-by-Step Solutions & Ace Your Exams!
-
Full Textbook Solutions
Get detailed explanations and key concepts
-
Unlimited Al creation
Al flashcards, explanations, exams and more...
-
Ads-free access
To over 500 millions flashcards
-
Money-back guarantee
We refund you if you fail your exam.
Over 30 million students worldwide already upgrade their learning with 91Ó°ÊÓ!
Key Concepts
These are the key concepts you need to understand to accurately answer the question.
Interest Calculation
This calculation translates to an additional \)5,000 owed at the end of the first year, calculated as follows:
- The formula for computing the interest is: \[\text{Interest} = \text{Principal} \times \text{Interest Rate}.\]
- Substituting our values results in: \[\text{Interest} = 100,000 \times 0.05 = 5,000.\]
Compounded Interest
In our scenario, interest is compounded annually. This means each year, the interest is calculated on the remaining balance after the principal payments of $10,000 are deducted. Thus, for subsequent years, the interest charge decreases because the principal being charged diminishes each year by $10,000.
The compounded nature of our interest is straightforward, as it simply applies each year's interest rate to the remaining balance. Therefore, it is slightly different than continuous compounding where interest is calculated more frequently, such as daily or monthly.
Recurrence Relation
In our loan payment example, we establish a recurrence relation for yearly payments. This involves calculating the payment each year based on the outstanding principal from the previous year.
For year \( n \), the recurrence formula is expressed as:
- \[ p_n = 10,000 + (100,000 - 10,000 \times (n-1)) \times 0.05. \]
- Here, \( p_n \) denotes the payment in year \( n \).