Loan and investment problems offer great applications of recursive sequences.
PAYING BACK A LOAN
SAVING FOR THE FUTURE
This section requires calculations that cannot reasonably be done by hand.
Many calculators have the ability to work with recursive sequences.
Or, there are forms on this page that you can use to do the calculations.
Also, there are instructions on using WolframAlpha to work with recursive sequences.
Suppose you are borrowing $\,\$22{,}000\,$.
Interest is being charged at an annual rate of $\,5\%\,$.
You plan to pay back $\,\$250\,$ each month; this payment goes to both interest and principal.
(a)
Find the interest owed in the first month.
(b)
Write a recursive formula where $\,u_n\,$
gives the amount owed after $\,n\,$ months.
(c)
Then, find the amount owed after one year of payback.
(d)
Find the total principal paid in the first year.
(e)
Find the total interest paid in the first year.
(f)
Putting it all togetherthe brief solution.
(a) Find the interest owed in the first month.
The annual interest rate is $\,5\% = 0.05\,$.
The monthly interest rate is $\,\frac{0.05}{12}\,$.
The interest owed in the first month is $\,(\$22{,}000)(\frac{0.05}{12}) = \$91.67\,$.
Notice that your monthly payment must be at least $\,\$91.67\,$ to cover the interest.
If you were to pay exactly $\,\$91.67\,$ the first month,
then your debt remains $\,\$22{,}000\,$.
If you were to pay $\,\$91.67\,$ each month for the next twenty years,
you'd still owe $\,\$22{,}000\,$ at the end of those twenty years.
Obviously, you want to make sure you pay more than this each month, so the amount of debt decreases.
You've decided to pay $\,\$250\,$ each month,
so with this first payment you reduce your debt by $\,\$250 - \$91.67 = \$158.33\,$.
That means you now owe $\,\$22{,}000 - \$158.33 = \$21{,}841.67\,$,
which will accrue a smidgeon less interest for the next month.
Look at the pattern for the amount you owe at the end of the first month.
Dollar signs and commas are suppressed, to make it a bit easier on the eyes:
$$
\cssId{s44}{\overset{\text{amt owed at beginning}}{\overbrace{\strut 22000}}}
\cssId{s45}{+ \overset{\text{interest accrued for the month}}{\overbrace{\strut (22000)(\frac{0.05}{12})}}}
\cssId{s46}{- \overset{\text{monthly payment}}{\overbrace{\strut \ \ 250\ \ }}}
\cssId{s47}{= \overset{\text{amount owed after one month}}{\overbrace{\strut 21841.67}}}
$$
Now we'll introduce the notation.
Let $\,u_0\,$ denote the amount owed at time zero; that is, the initial debt.
Let $\,u_1\,$ denote the amount owed after $\,1\,$ month (i.e., after $\,1\,$ payment).
Rewriting the formula above using this notation gives:
$$
\cssId{s52}{\overset{\text{amt owed at beginning}}{\overbrace{\strut \ \ u_0\ \ }}}
\cssId{s53}{+ \overset{\text{interest accrued for the month}}{\overbrace{\strut (u_0)(\frac{0.05}{12})}}}
\cssId{s54}{- \overset{\text{monthly payment}}{\overbrace{\strut \ \ 250\ \ }}}
\cssId{s55}{= \overset{\text{amount owed after one month}}{\overbrace{\strut\ \ u_1\ \ }}}
$$
Rewrite the equation from right-to-left and factor, to get:
$$
\cssId{s57}{u_1 = (1 + \frac{0.05}{12})u_0 - 250}
$$
(b) Write a recursive formula where $\,u_n\,$
gives the amount owed after $\,n\,$ months.
The pattern above gets applied month after month after month.
Take the prior amount owed:
$\,u_{n-1}\,$
Add in the interest accrued on this amount:
$\,u_{n-1}(\frac{0.05}{12})\,$
Subtract off your payment:
$\,250\,$
Thus, the amount owed after $\,n\,$ months is:
$$\cssId{s67}{\,u_n = (1 + \frac{0.05}{12})u_{n-1} - 250\,,\ \ \text{ for } n\ge 1}$$
(d) Find the total principal paid in the first year.
The total principal paid in the first year is:
$\,\$22{,}000 - \$20{,}055.85 = \$1944.15$
(e) Find the total interest paid in the first year.
How much money did you actually send to the bank in the first year?
Twelve payments of \$250 each:
$\,(12)(\$250) = \$3000\,$
Of this, you know from part (d) that $\,\$1944.15\,$ went to principalthat is, reduced your debt.
The remainder is interestyour payment for the privilege of using the bank's money for the year.
Thus, the total interest paid in the first year is:
$\,(12)(\$250) - \$1944.15 = \$1055.85$
(f) Putting it all togetherthe brief solution.
Here's the brief solution:
You are saving for the future.
Your initial deposit is $\,\$4100\,$.
Interest is being earned at an annual rate of $\,5\%\,$, compounded monthly.
You will contribute an additional $\,\$120\,$ each month.
(a)
Find the interest earned in the first month.
(b)
Write a recursive formula where $\,u_n\,$ gives the amount saved (principal plus interest) after $\,n\,$ months.
(c)
Then, find the amount saved (principal plus interest) after $\,7\,$ years.
(d)
Find the total amount of money you contributed (principal only) during these $\,7\,$ years.
(e)
Find the total interest earned during these $\,7\,$ years.
SOLUTION:
(a) Find the interest earned in the first month.
The interest earned in the first month is:
$(\$4{,}100)(\frac{0.05}{12}) = \$17.08$
(b) Write a recursive formula where $\,u_n\,$ gives the amount saved (principal plus interest) after $\,n\,$ months.
The recursive formula is:
$u_0 = 4100$
$u_n = (1 + \frac{0.05}{12})u_{n-1} + 120\,$, for $\,n \ge 1$
On this exercise, you will not key in your answer. However, you can check to see if your answer is correct. |
PROBLEM TYPES:
|