🔬 Tutorial problems delta#

Note

This problems are designed to help you practice the concepts covered in the lectures. Not all problems may be covered in the tutorial, those left are for additional practice.

\(\delta\).1#

What are the first five terms of each of the following sequences?

(a) \(\left\{ \frac{2n - 1}{3n+2} \right\}_{n \in \mathbb{N}}\)

(b) \(\left\{ \frac{1 - (-1)^n}{n^3} \right\}_{n \in \mathbb{N}}\)

(c) \(\left\{ \frac{(-1)^{n - 1}}{(2)(4)(6)\cdots(2n)} \right\}_{n \in \mathbb{N}}\)

(d) \(\left\{ \frac{1}{2} + \frac{1}{4} + \frac{1}{8} + \cdots + \frac{1}{2^n}\right\}_{n \in \mathbb{N}}\)

(e) \(\left\{\frac{(-1)^{n - 1} x^{2n-1}}{(2n-1)!} \right\}_{n \in \mathbb{N}}\)

\(\delta\).2#

Use the principle of mathematical induction to prove that

\[ \sum_{i=1}^{n} \frac{1}{i(i+1)}=\frac{n}{(n+1)} \text { for all } n \in \mathbb{N} \]

Hint: Remember that

\[ \sum_{i=1}^{n} \frac{1}{i(i+1)}=\frac{1}{(1)(2)}+\frac{1}{(2)(3)}+\frac{1}{(3)(4)}+\cdots+\frac{1}{(n)(n+1)} \]

\(\delta\).3#

Use the principle of mathematical induction to prove that

\[ n^{3}+(n+1)^{3}+(n+2)^{3} \text { is exactly divisible by nine for all } n \in \mathbb{N} \text {. } \]

Hint: A number \(x \in \mathbb{N}\) is exactly divisible by nine if and only if \(\frac{x}{9} \in \mathbb{N}\).

\(\delta\).4#

Consider the geometric progression

\[ \left\{P_{n}\right\}_{n=1}^{\infty}=\left\{a, a r, a r^{2}, \cdots\right\}=\left\{a r^{(n-1)}\right\}_{n=1}^{\infty}, \]

where \(r \notin\{0,1\}\). Note that the sum of the first \(N\) terms of this geometric progression is defined by

\[ S_{N}=\sum_{n=1}^{N} P_{n}=\sum_{n=1}^{N} a r^{(n-1)}=\sum_{k=0}^{N-1} a r^{k} \]

Use the principle of mathematical induction to prove that this partial sum for this arbitrary geometric progression is given by the formula

\[ S_{N}=\frac{a\left(1-r^{N}\right)}{(1-r)} \]

\(\delta\).5#

The B-Happy corporation runs a lottery with a prize of \(\$ 1,000,000\). The winners are given the following options. They can receive the prize of \(\$ 1,000,000\) immediately, or they can receive a payment of \(\$ 140,000\) every year for the next ten years. The nominal interest rate that is used to discount future receipts is \(i=8 \%\) per annum.

(a) What is the future value of \(\$ 1,000,000\) in ten years time if interest is compounded yearly?

(b) What is the future value of the regular yearly payments of \(\$ 140,000\) made at the end of each of the next ten years if interest is compounded yearly?

(c) Which option should a winner of the lottery choose?

(d) Which option should the winner choose if the payments of \(\$ 140,000\) are made at the start, rather than at the end, of each year?

(e) Explain what happens in parts (a), (b), (c) and (d) of this question if interest is compounded continuously instead of yearly, but payments are still made yearly.

Source: Shannon (1995, pp. 350-351)

\(\delta\).6#

Consider the following business opportunity. If you pay \(\$ F\) now (in period zero), you can build a production plant that will be ready for operation in the next period. This plant will cost \(\$ C\) per period to operate in any subsequent period (starting from period one). It cannot be operated in period zero, because it has not yet been built. In any period following a period in which the plant was operating, you will have output to sell. The sale of this output yields revenue of \(\$ R\). (You may assume that the retailing process incurs no additional costs. If you prefer, you can think of the revenue in any given period as being net revenue after the subtraction of any retailing costs incurred in that period.) In other words, if the plant is operated in period \(t\), then you will receive \(\$ R\) of revenue in period \((t+1)\). The plant will be worn out after exactly \(n\) periods of operation. Suppose that you decide to build the plant and operate it in all subsequent periods. Note that this means that the plant will begin operation in period one and it will be worn out after (at the end of) period \(n\). Thus the first period in which you will receive revenue is period two and the last period in which you will receive revenue is period \((n+1)\). Suppose that the per-period interest rate is denoted by \(i\) You may assume that this interest rate is fixed over the entire horizon of this project and that \(0<i<1\).

(a) What is the sequence of fixed costs for this project? What is the sequence of operational costs for this project? What is the sequence of revenues from this project? What is the stream of per-period profits for this project?

(b) What is the present value of the fixed cost sequence for this project?

(c) What is the present value of the operational cost sequence for this project?

(d) What is the present value of the revenue sequence for this project?

(e) What is the present value of the profit sequence for this project?