Safuu
Safuu
Math3142, MTU
by Tezamed Asfetsami
1 Basic Finance 5
1.1 Interest . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5
1.2 Inflation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8
1.3 Annuities . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9
1.4 Bonds . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 13
1.5 Internal Rate of Return . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 14
1.6 Exercises . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 15
5 Expectation 27
5.1 Expectation of a Discrete Random Variable . . . . . . . . . . . . . . . . . . . . . 27
5.2 Expectation of a Continuous Random Variable . . . . . . . . . . . . . . . . . . . . 27
5.3 Basic Properties of Expectation . . . . . . . . . . . . . . . . . . . . . . . . . . . . 27
5.4 Variance of a Random Variable . . . . . . . . . . . . . . . . . . . . . . . . . . . . 27
5.5 Moment Generating Functions . . . . . . . . . . . . . . . . . . . . . . . . . . . . 27
5.6 The Strong Law of Large Numbers . . . . . . . . . . . . . . . . . . . . . . . . . . 27
5.7 The Central Limit Theorem . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 27
Further Reading 29
Chapter 1
Basic Finance
1.1 Interest
Interes is a fee paid by one party for the use of assets of another.
• In exchange for the use of a depositor’s money, banks pay a fraction of the account balance back
to the depositor this fractional payment is known as interest.
• The amount of interest is generally time dependent; the longer the outstanding balance, the more
interest is accrued.
• Annual/nominal interest rate, denoted by r , is used to calculate interest.
Notation used:
A0 : Initial deposit or Present Value (PV) or discounted value of the account
At : Future Value (FV) or comound amount or accrued amount at time t.
r : annual interest rate.
m : compounding period per annum.
i : interest rate per compounding period i := r/m.
Simple Interest
Consider an account that pays simple interest at an annual rate of r%. If A0 is the initial deposit
made at time zero, then after t years the account has values:
A B C
3 Initial Deposit Year Annual Rate
4 800 2 12%
6 Interest Method computation Future Value
7 simple 800(1 + 2(0.12)) 992.00
0.12 12(2)
8 monthly(m = 12) 800 1 + 1,015.79
12
12(2)
9 continuous 800e 1,016.99
1.1. INTEREST 7
Exercise 1.1.1: Suppose that $1000 is deposited in an account which earns 3.5% interest annually. What is
the future value after 5.4 years if the interest method is
(a) simple
(b) compounded monthly
(c) compounded daily
(d) compounded continuously
A B C
3 Initial Deposit Year Annual Rate
4 100 5.4 3.5%
6 Interest Method computation Future Value
7 simple 1189.00
8 12 1207.71
9 365 1208.03
10 continuous 1208.04
Note that compounding continuously instead of daily adds only $.01 to the future value.
Effective Rate
In view of the various ways one can compute interest, it is useful to have a method to compare
investment strategies. One such device is the effective interest rate.
Effective Interest Rate re : is the simple interest rate that produces the same yield in one year as
compound interest.
Thus if interest is compounded m times a year, then the effective rate must satisfy the equation
A0 er(1) = A0 (1 + 1re ) =⇒ re = er − 1.
Example 1.1.6: You just inherited $10,000, which you decide to deposit in one of three banks, A,
B, or C. Bank A pays 11% compounded semiannually, Bank B pays 10.76% compounded monthly,
and Bank C pays 10.72% compounded continuously. Which bank should you choose?
Solution: We compute the effective rate re for each given interest rate.
8 CHAPTER 1. BASIC FINANCE
Bank C has the highest effective rate and is therefore the best choice.
1.2 Inflation
Inflation is defined as an increase over time of the general level of prices of goods and services,
resulting in a decrease of purchasing power.
For a mathematical model, assume that inflation is running at an annual rate of r f . If the price of
an item now is A0 , then the price after 1 year is A1 = A0 (1 + r f ), after 2 years is A2 = A0 (1 + r f )2
and so on. In general, the price after t years is:
At = A0 (1 + r f )t .
ra ≈ r − r f
In view of this, if inflation is taken into account the compound interest formula 1.2 becomes:
In general suppose you are to receive a payment of Q Birr in n months. If the investment pays
interest at an annual rate of r% compounded monthly, then the present value of this payment, taking
monthly inflation into account, is
Q
A0 = .
(1 + i − i f )n
This is the same as the present value formula for an annual rate of r − r f spread over 12 months.
1.3 Annuities
The payments may be deposits into an account such as a pension fund or a layaway plan, or
withdrawals from an account, as in a trust fund or retirement account.
Types of Annuities
Annuities typically offer payments at either the start or the end of each period.
Annuity-Immediate: An annuity in which payments are made at the end of each period.
For example, Retirement account, Mortgage payments., Salary(contract)
Annuity-Due: An annuity in which payments are made at the beginning of each period.
For example, rents
Assume the account pays interest at an annual rate r% compounded m times per year
The Future value An is the sum of the time-n values of payments 1 to n.
10 CHAPTER 1. BASIC FINANCE
Since payment j accrues interest over n − j compounding periods, its time-n value is
r
P(1 + i)n− j , i :=
m
. Hence
(1 + i)n − 1
=P
(1 + i) − 1
(1 + i)n − 1
=P
i
(1 + i)n − 1
n
An = A0 (1 + i) + P . (1.5)
i
Using this equation, one may easily calculate the number n of monthly deposits required to reach a
goal of A. Indeed, setting A = An , solving for (1 + i)n , and then taking logarithms we see that the
desired value n is the quantity
ln (iA + P) − ln (iA0 + P)
(1.6)
ln (1 + i)
rounded up to the nearest integer. This is the smallest integer n for which An ≥ A.
1.3. ANNUITIES 11
Example 1.3.2: Calculate the present value of an annuity-immediate of amount $100 payable
quarterly for 10 years at the annual rate of interest of 8% convertible quarterly. Also calculate its
future value at the end of 10 years.
Solution: Note that the rate of interest per payment period (quarter) is 84 % = 2%, and there are
4 × 10 = 40 payments.
Thus, from (1.7) the present value of the annuity-immediate is
1 − (1.02)−40
A0 = 100 = $2, 735.55,
0.2
and the future value of the annuity-immediate is
(1.02)40 − 1
An = 100 = $6, 040.20.
0.02
12 CHAPTER 1. BASIC FINANCE
Application: Amortization
Example 1.3.3: Suppose you take out a 20-year, $200, 000 mortgage at an annual rate of 8%
compounded monthly. Determine your monthly mortgage payment P?
Application: Retirement
Suppose you make monthly deposits of size P into a retirement account with an annual rate r,
compounded monthly. After t years you wish to make monthly withdrawals of size Q from the
account for s years, drawing down the account to zero.
This plan requires that the future value, An , of the first account (deposit) is the present (initial)
value, A0 , of the second (withdrawal).
(1 + i)12t − 1 1 − (1 + i)−12s r
P =Q , i :=
i i 12
1 − (1 + i)−12s
P= Q
(1 + i)12t − 1
1.4. BONDS 13
For a numerical example, suppose that t = 40, s = 30, and r = 0.06. Then
P 1 − (1.005)−360
= ≈ 0.084,
Q (1.005)480 − 1
so that the withdrawal of, say, Q = $5000 during retirement would require monthly deposit of
P = (0.84)5000 ≈ $419.
A B C D
4 Deposit years 40 Withdrawl years 30
5 Deposit annual rate 6% Withdrawl interest rate 6%
6 Number of deposits 480 Number of withdrawals 360
7 Desired withdrawal Q 5000 Required deposit P 419
This seems like a small amount to invest, but such is the power of compound interest and starting
a savings plan for retirement early.
1.4 Bonds
A bond is a financial contract issued by governments, corporations, or other institutions.
Common Types of Bonds:
1. Zero-Coupon bond, are the simplest type of bond. Bond for Abay Dam, U.S.Treasury bills and
U.S. savings bonds are common examples.
2. Coupon Bonds. Lottery, PLC company shares(AXIONS) are examples of coupon bond.
The purchaser of a bond pays an amount B0 (present value) and receives a prescribed amount F,
the face value/future value of the bond, at a prescribed time T , the maturity date.
The purchase amount(present value) of a bond may be expressed in terms of a continuously
compounded interest rate r:
B0 = F e−rT
where, F := Face value(FV) of the bond and T := Maturity date(payment day).
The value Bt of the bond at any time t is then the face value of the bond discounted to time t:
Thus, during the time interval [0, T ], the bond acts like a saving account with continuously com-
pounded interest.
With a coupon bond, one receives not only the amount F at time T but also a sequence of
payments during the life of the bond. Thus, at prescribed times t1 ,t2 , · · · ,tN , the bond pays an
14 CHAPTER 1. BASIC FINANCE
amount Cn , called a coupon, and at maturity T one receives the face value F. The price of the bond
is the total present value
N
B0 = ∑ e−rtnCn + Fe−rT . (1.9)
n=1
Note that this is the initial value of a portfolio consisting of N + 1 zero-coupon bonds maturing at
times t1 ,t2 , · · · ,tN , and T .
Internal Rate of Return (IRR) of the investment P is defined to be that periodic interest rate i for
which the present value of the sequence of returns (under that rate) equals the initial payment P.
Thus i satisfies the equation
N
An
P= ∑ (1 + i)n (1.10)
n=1
Examples of such investments are annuities and coupon bonds.
NB: A rate of return i may be positive, zero, or negative.
N An
To see Equation (1.10) has a unique solution i > −1, let f (i) = ∑ n
and note that f is
n=1 (1 + i)
continuous on the interval (−1, ∞) and satisfies
Since P > 0, the Intermediate Value Theorem implies that the equation f (i) = P has a solution
i > −1. Because f is strictly decreasing, the solution is unique.
If i > 0 : The sum of the payoffs is greater than the initial investment. In this case the investment
is considered profitable.
1.6. EXERCISES 15
If i < 0 : The sum of the payoffs is less than the initial investment. In this case the investment is
not profitable should be terminated.
Example 1.5.1: Suppose you loan a friend $100 with the agreement that they will pay you at the
end of the next five years amounts {21, 22, 23, 24, 25}. The sum of the payoffs is greater than 100,
so the equation
21 22 23 24 25
+ 2
+ 3
+ 4
+ = 100
1 + i (1 + i) (1 + i) (1 + i) (1 + i)5
has a unique positive solution i. One can use Newton’s method to determine i, or one can simply
solve the equation by trial and error using a spreadsheet. The latter approach gives i ≈ 0.047, that
is, an annual rate of about 4.7%.
1.6 Exercises
1. Suppose that $3659 is deposited in a savings account which earns 6.5% simple interest. What is
the compound amount after five years?
2. Suppose that $3993 is deposited in an account which earns 4.3% interest. What is the compound
amount after two years if the interest is compounded:
(a.) monthly?
(b.) weekly?
(c.) daily?
(d.) continuously?
3. Find the effective annual simple interest rate which is equivalent to 8% interest compounded
quarterly.
4. Suppose for an investment of $10, 000 you will receive payments at the end of each of the next
four years in the amounts {2000, 3000, 4000, 3000}. What is the rate of return per year?
5. What annual interest rate r would allow you to double your initial deposit in 6 years if interest is
compounded quarterly? Continuously?
6. If you receive 6% interest compounded monthly, about how many years will it take for a deposit
at time-0 to triple?
7. If you deposit $400 at the end of each month into an account earning 8% interest compounded
monthly, what is the value of the account at the end of 5 years? 10 years?
8. You deposit $700 at the end of each month into an account earning interest at an annual rate of r
compounded monthly. Find the value of r that produces an account value of $50, 000 in 5 years.
9. An account pays an annual rate of 8% percent compounded monthly. What lump sum must you
deposit into the account now so that in 10 years you can begin to withdraw $4000 each month
for the next 20 years, drawing down the account to zero?
10. How large a loan can you take out at an annual rate of 15% if you can afford to pay back $1000
at the end of each month and you want to retire the loan in 5 years?