The present value of a perpetuity (cash flows paid at the end of each year) is $PV = CF / r$ where $r$ is the interest rate. This formula is proved in the book that I'm studying, Principles of Corporate Finance.
However, then it is stated that if instead the cash flows are spread evenly throughout each year like a continuous stream of payments, we can use the same formula but replace $r$ with the continuously compounded rate $r_c$. This is not proved in the book and I cannot see how this would automatically hold. Can someone please show how this holds?
Let the cashflow be evenly spread across time to perpetuity. Then the present value of such a stream would be ( here the discount rate is continuously compounded rate $r_c$)
$$ PV = \int_{0}^{\infty} CF.e^{-r_ct}dt$$
$$ PV = -\frac{CF}{r_c}e^{-r_ct}\|_0^\infty$$
$$ PV = \frac{CF}{r_c}e^{-r_ct}\|_\infty^0$$
$$PV = \frac{CF}{r_c}\left(e^0 - e^{-\infty}\right)$$
$$PV = \frac{CF}{r_c}(1-0) = \frac{CF}{r_c}$$
Edit:
The discount factor for discrete compouding is $\frac{1}{(1+r)}$. The discount factor for continuous compounding is $e^{-r_c}$. Equating these you have $\frac{1}{(1+r)}. = e^{-r_c}$
=> $e^{r_c} = (1+r)$
=>$r_c = ln(1+r)$
Goodluck