File tree 1 file changed +9
-7
lines changed
1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change 454
454
:label: pv_ex_a
455
455
```
456
456
457
- Give analytical expressions for an asset price $p_t$ under the
457
+ Assume that $g >1$ and that $\delta g \in (0,1)$. Give analytical expressions for an asset price $p_t$ under the
458
458
following settings for $d$ and $p_{T+1}^*$:
459
459
460
460
1. $p_{T+1}^* = 0, d_t = g^t d_0$ (a modified version of the Gordon growth formula)
461
- 1. $p_{T+1}^* = g^{T+1} d_0, d_t = g^t d_0$ (the plain vanilla Gordon growth formula)
461
+ 1. $p_{T+1}^* = \frac{ g^{T+1} d_0}{1- \delta g} , d_t = g^t d_0$ (the plain vanilla Gordon growth formula)
462
462
1. $p_{T+1}^* = 0, d_t = 0$ (price of a worthless stock)
463
463
1. $p_{T+1}^* = c \delta^{-(T+1)}, d_t = 0$ (price of a pure bubble stock)
464
464
@@ -470,12 +470,14 @@ following settings for $d$ and $p_{T+1}^*$:
470
470
:class: dropdown
471
471
```
472
472
473
- Plugging each pair of the above $p_{T+1}^*, d_t$ into Equation {eq}`eq:ptpveq` yields:
473
+ Plugging each of the above $p_{T+1}^*, d_t$ pairs into Equation {eq}`eq:ptpveq` yields:
474
474
475
- 1. $p_t = \sum^T_{s=t} \delta^{s-t} g^s d_0$
476
- 1. $p_t = \sum^T_{s=t} \delta^{s-t} g^s d_0 + \delta^{T+1-t} g^{T+1} d_0$
477
- 1. $p_t = 0$
478
- 1. $p_t = c \delta^{-t}$
475
+ 1. $ p_t = \sum^T_{s=t} \delta^{s-t} g^s d_0 = d_t \frac{1 - (\delta g)^{T+1-t}}{1 - \delta g}$
476
+
477
+
478
+ 2. $p_t = \sum^T_{s=t} \delta^{s-t} g^s d_0 + \frac{\delta^{T+1-t} g^{T+1} d_0}{1 - \delta g} = \frac{d_t}{1 - \delta g}$
479
+ 3. $p_t = 0$
480
+ 4. $p_t = c \delta^{-t}$
479
481
480
482
481
483
```{solution-end}
You can’t perform that action at this time.
0 commit comments