Chapter 2 Chapter 2

2.1 Simple Interest

Interest r,

V(1)=(1+r)V(0)

V(2)=(1+2r)V(0)

V(n)=(1+nr)V(0)

V(m)=(1+mr365)V(0)

Assume m is km=1r For instance, 365×day=1year

V(m)=(1+mrk)V(0)

2.2 Exercise 2.1

A sum of $9, 000 paid into a bank account for two months (61 days) to attract simple interest will produce $9, 020 at the and of the term. Find the interest rate r and the return on this investment.

Recall the formula that after n days:

V(n365)=V(0)×(1+n365r)

9020=9000×(1+61365×r)r=0.0133K(0,61)=902090009000=0.0022

2.3 Exercise 2.4

Find the principal to be deposited initially in an account attracting simple interest at a rate of 8% if $1, 000 is needed after three months (91days).

1000=P×(1+91365×0.08)P=980.45

Or we can simply use the formula:

V(0)=V(t)(1+rt)1.

This number is called the present or discounted value of V(t) and (1+rt)1 is the discount factor.

2.4 Periodic Compounding

V(1)=(1+r)V(0)V(2)=(1+r)(1+r)V(0)=(1+r)2V(0)V(n)=(1+r)V(n1)=(1+r)nV(0)

V(1d)=(1+r365)V(0)V(2d)=(1+r365)V(1d)=(1+r365)2V(0)V(md)=(1+r365)mV(0)

Assume compound m times in 1 years, after t years, interest r

V(t)=(1+rm)tmV(0)

(1+rm)tm is growth rate.

2.5 Proposition

The future value V (t) increases if any one of the parameters m, t, r or P (or V(0)) increases, the others remaining unchanged.

2.5.1 Proof

V(1)1=(1+r)V(0)V(1)365=(1+r365)365V(0)

V(1)m=(1+rm)tmV(0)V(1)k=(1+rk)tkV(0)

Recall that the binomal formula:

(1+x)n=1+nx+n(n1)2!x2+n(n1)(n2)3!x3+

(1+rm)m=1+r+m(m1)2!(rm)2+m(m1)(m2)3!(rm)3+=1+r+1(11m)2!(r)2+1(11m)(12m)3!(r)3++1(11m)(1m1m)3!(r)m<1+r+1(11m)2!(r)2+1(11m)(12m)3!(r)3++1(11m)(1m1m)3!(r)k<1+r+1(11m)2!(r)2+1(11k)(12k)3!(r)3++1(11k)(1m1k)3!(r)k<1+r+1(11m)2!(r)2+1(11k)(12k)3!(r)3++1(11k)(1k1k)3!(r)k=(1+rk)k

Proof done.

2.6 Exercise 2.8

Which will deliver a higher future value after one year, a deposit of $1, 000 attracting interest at 15% compounded daily, or at 15.5% compounded semi-annually?

# Principle
V_0 = 1000
# First one
V_a = V_0*(1+0.15/365)^365
V_a
## [1] 1161.798
# Second one
V_b = V_0*(1+0.155/2)^2
V_b
## [1] 1161.006

2.7 Exercise 2.9

What initial investment subject to annual compounding at 12% is needed to produce $1, 000 after two years?

# 1000 = (1+0.12/1)^2*P
P = 1000*(1+0.12/1)^{-2}
P
## [1] 797.1939

2.8 Annuity

Annuities are insurance contracts that promise to pay you regular income immediately or in the future

Assume that dealer gives C , you need V(0)

V(0)=V(0)1+V(0)2++V(0)n V(0)1=C(1+r)C=V(1)=(1+r)V(0)1C=(1+r)2V(0)2C=(1+r)nV(0)n

V(0)=10,V(0)1=4,V(0)2=3,V(0)3=2,V(0)4=1V(0)=C(1+r)+C(1+r)2+C(1+r)3+C(1+r)4V(0)=PA(r,n)×CPA(r,4)=1(1+r)+1(1+r)2+1(1+r)3+1(1+r)4

1+q+q2++qn=xxq=q+q2++qn+1(q1)x=qn+11x=qn+11q11+q+q2++qn=qn+11q1

PA(r,n)=ni=11(1+r)i=1(1+r)nr

2.9 Exercise 2.17

Find a formula for the present value of an infinite stream of payments of the form $C, C(1+g), C(1+g)2, . . . $, growing at a constant rate g. By the tail-cutting procedure find a formula for the present value of n such payments.

V(t)=C(1+r)+C(1+g)(1+r)2+C(1+g)2(1+r)3+=Crg

V(t)=C(1+r)+C(1+g)(1+r)2++C(1+g)n1(1+r)n+C(1+g)n(1+r)n+1+C(1+g)n+1(1+r)n+2+=V(t)1n+V(t)n+1V(t)(1+g)n(1+r)n=C(1+g)n(1+r)n+1+C(1+g)n+1(1+r)n+2+V(t)(n+1)=V(t)×(1+g)n(1+r)n

V(t)1n=V(t)V(t)(n+1)=CrgCrg×(1+g)n(1+r)n=C×1(1+g1+r)nrg