Hi!!
Let me start defining the topic.
You want to find four equal annual payments that equals a present
value of $1,000 at a rate of 8%. This is clearly a present value
problem. Suppose that you know the amount of the future payments or
cash flows, call them CF (they are all equal). These future cash flows
must have a present value of $1,000.
These type of cash flows are known as annuities, and the formula for
the present value of the annuities is:
PV = CF/r * [1 - 1/(1 + r)^n]
where:
PV = present value (principal)
CF = cash flows (annual payment or annuity)
r = interest rate
n = number of years
The above formula derives from the following definition of present
value of future cash flows:
"The present value of a sum of future cash flows is equal to the
summation of the present value of each cash flow":
PV = Sum(i=1 to n)[CFi/(1+r)^i]
In your case you know the PV (it is the amount borrowed), you only
need to find the value of the cash flows, from the first PV formula we
can isolate CF to find:
CF = PV * r / [1 - 1/(1 + r)^n]} =
= $1,000 * 0.08 / [1-1/(1.08)^4]} =
= $80 / 0.26497 =
= $301.92
For your second question consider that the loan balance of one year is:
1 year Balance = PV*(1+r) - CF/r * [(1+r)^1 - 1] =
= PV*(1+r) - CF/r * r =
= PV*(1+r) - CF =
= CF/r * [1 - 1/(1 + r)^4] * (1+r) - CF =
= CF/r * [(1+r) - 1/(1 + r)^3] - CF/r * r =
= CF/r * [1 + r - 1/(1 + r)^3 - r] =
= CF * 1/r * [1 - 1/(1 + r)^3] =
= $301.92 * [3 year annuity factor]
An interpretation of the above result is that in one year (after the
first payment) you still owe the next three payments of $301.92, the
PV of these three future payments is:
PV_1 = CF/r * [1 - 1/(1 + r)^3] = $301.92 * [3 year annuity factor],
and the amount that you still owe in one year (just after the firtst
payment) is the 1-year balance.
For more formulas and their derivation see the following great page, I
strongly recommend you to read it:
"Loan or Investment Formulas":
http://oakroadsystems.com/math/loan.htm
Note that most formulas for annuities can be easily adapted to shorter
period payments by replacing the terms (1 + r)^n by (1 + r/q)^(n*q),
where q is the number of periods per year (for example if there are
monthly payments q=12).
Other useful pages are:
"Present Value of an Annuity":
http://www.getobjects.com/Components/Finance/TVM/pva.html
"Annuity Payments":
http://www.getobjects.com/Components/Finance/TVM/pmt.html
"Future Value of an Annuity":
http://www.getobjects.com/Components/Finance/TVM/fva.html
"Annuities":
http://www.netmba.com/finance/time-value/annuity/
I hope that this helps you, feel free to request for a clarification if you need it. |