The present value of a perpetuity arriving every three years

1.1k Views Asked by At

Problem : Consider the Cash Flow Stream below.

Starting at year $1$, you expect to receive $\$100$ at the end of every year except in years $3,6,9,12...$
If the appropriate discount rate is $10\%$ per year, what is the value of this strange perpetuity?

enter image description here

I know how to find $PV$ of perpetuity; $PV=\frac Cr$

But, I am not sure about this question since there are some exceptions $(3,6,9,12...)$, so I don't know how to formulate it.

2

There are 2 best solutions below

9
On

Take the value of a perpetuity that pays $100$ every year and subtract from it the value of a perpetuity that pays $100$ every three years.

The value of the perpetutity that pays $100$ at the end of a year and every year thereafter is $$\sum_{i=1}^\infty \frac{100}{(1+r)^i}.$$ To compute this, use the geometric sum formula $$ \sum_{i=1}^\infty \frac{1}{x^i} = \frac{1}{x-1}$$ valid for $x>1.$ Plugging in $x = (1+r)$ gives a value of $$ \frac{100}{(1+r)-1} = \frac{100}{r}.$$

The value of a perpetuity that pays $100$ every three years is $$\sum_{i=1}^\infty \frac{100}{(1+r)^{3i}}$$ since $100/(1+r)^3$ is the discounted value of the first payment, $100/(1+r)^6$ for the second payment after $6$ years, etc.

Since $1/(1+r)^{3i} = 1/((1+r)^3)^i$ we can evaluate the sum with the geometric sum formula plugging in $x=(1+r)^3.$ So the value is $$ \frac{100}{(1+r)^3-1}.$$

The perpetuity in question pays only in years not divisible by three, so it is the same as a perpetuity that pays every year minus one that pays every three years. So the value is $$ \frac{C}{r} - \frac{C}{(r+1)^3-1}$$

0
On

You can consider the perpetuity as the difference of a perpetuity that pays $C=100$ every year discounted at rate $r=10\%$ and a perpetuity that pays $C=100$ every 3 years discounted at rate $i=(1+r)^3-1=33.1\%$ that is the present value is $$ PV=\frac{C}{r}-\frac{C}{i}=697.88 $$