Skip to content

Commit

Permalink
Fix Taylor series about g=0
Browse files Browse the repository at this point in the history
  • Loading branch information
Smit-create committed Aug 28, 2022
1 parent 5fb07e9 commit a403d0b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lectures/geom_series.md
Original file line number Diff line number Diff line change
Expand Up @@ -626,7 +626,7 @@ $$
Similarly, applying the Taylor series to $G^{T+1}$ about $g=0$:

$$
(1+g)^{T+1} = 1+(T+1)g(1+g)^T+(T+1)Tg^2(1+g)^{T-1}+\dots \approx 1+ (T+1)g
(1+g)^{T+1} = 1+(T+1)g+\frac{T(T+1)}{2!}g^2+\frac{(T-1)T(T+1)}{3!}g^3+\dots \approx 1+ (T+1)g
$$

Thus, we get the following approximation:
Expand Down Expand Up @@ -920,4 +920,3 @@ plt.show()
Notice here, whether government spending increases from 0.3 to 0.4 or
investment increases from 0.3 to 0.4, the shifts in the graphs are
identical.

0 comments on commit a403d0b

Please sign in to comment.