@@ -47,7 +47,7 @@ Among these are
4747These and other applications prove the truth of the wise crack that
4848
4949``` {epigraph}
50- "in economics, a little knowledge of geometric series goes a long way "
50+ "In economics, a little knowledge of geometric series goes a long way. "
5151```
5252
5353Below we'll use the following imports:
@@ -171,7 +171,7 @@ The right side records bank $i$'s liabilities,
171171namely, the deposits $D_i$ held by its depositors; these are
172172IOU's from the bank to its depositors in the form of either checking
173173accounts or savings accounts (or before 1914, bank notes issued by a
174- bank stating promises to redeem note for gold or silver on demand).
174+ bank stating promises to redeem notes for gold or silver on demand).
175175
176176Each bank $i$ sets its reserves to satisfy the equation
177177
@@ -573,7 +573,7 @@ Recall that $R = 1+r$ and $G = 1+g$ and that $R > G$
573573and $r > g$ and that $r$ and $g$ are typically small
574574numbers, e.g., .05 or .03.
575575
576- Use the Taylor series of $\frac{1}{1+r}$ about $r=0$,
576+ Use the [ Taylor series] ( https://en.wikipedia.org/wiki/Taylor_series ) of $\frac{1}{1+r}$ about $r=0$,
577577namely,
578578
579579$$
641641Expanding:
642642
643643$$
644- \begin{aligned} p_0 &=\frac{x_0(1-1+(T+1)^2 rg - r(T+1)+ g(T+1))}{1-1+r-g+rg} \\&=\frac{x_0(T+1)((T+1)rg+r-g)}{r-g+rg} \\ &\ approx \frac{x_0(T+1)(r-g)}{r-g}+\frac{x_0rg(T+1)}{r-g}\\ &= x_0(T+1) + \frac{x_0rg(T+1)}{r-g} \end{aligned}
644+ \begin{aligned} p_0 &=\frac{x_0(1-1+(T+1)^2 rg + r(T+1)- g(T+1))}{1-1+r-g+rg} \\&=\frac{x_0(T+1)((T+1)rg+r-g)}{r-g+rg} \\ &= \frac{x_0(T+1)(r-g)}{r-g + rg}+\frac{x_0rg(T+1)^2}{r-g+rg}\\ &\ approx \frac{x_0(T+1)(r-g)}{r-g}+\frac{x_0rg(T+1)}{r-g}\\ &= x_0(T+1) + \frac{x_0rg(T+1)}{r-g} \end{aligned}
645645$$
646646
647647We could have also approximated by removing the second term
0 commit comments